diff --git a/Cargo.lock b/Cargo.lock index 87cab16..59cb66d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "052a5a614540ae9bb7de25c2c86a94b6de7374cb7e3230f3128955bdaea62c3f" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", "syn_util", ] @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.8.2" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" +checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751" dependencies = [ "cfg-if", "crossbeam-epoch", @@ -249,22 +249,21 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.13" +version = "0.9.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" +checksum = "2d2fe95351b870527a5d09bf563ed3c97c0cffb87cf1c78a591bf48bb218d9aa" dependencies = [ "autocfg", "cfg-if", "crossbeam-utils", "memoffset", - "scopeguard", ] [[package]] name = "crossbeam-utils" -version = "0.8.14" +version = "0.8.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" +checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f" dependencies = [ "cfg-if", ] @@ -276,7 +275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" dependencies = [ "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -330,7 +329,7 @@ checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -343,7 +342,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn", + "syn 1.0.107", "synstructure", ] @@ -411,6 +410,20 @@ dependencies = [ "hashbrown", ] +[[package]] +name = "insta" +version = "1.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +dependencies = [ + "console", + "lazy_static", + "linked-hash-map", + "serde", + "similar", + "yaml-rust", +] + [[package]] name = "itertools" version = "0.10.5" @@ -464,18 +477,21 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.139" +version = "0.2.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" +checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" + +[[package]] +name = "linked-hash-map" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "log" -version = "0.4.17" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "main_error" @@ -494,15 +510,15 @@ dependencies = [ [[package]] name = "memchr" -version = "2.5.0" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" +checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "memoffset" -version = "0.7.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" +checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" dependencies = [ "autocfg", ] @@ -524,7 +540,7 @@ checksum = "288807bc867d10bf77d74614d8287230394b3afc49c2716f09d1ff11bb6a3741" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -650,7 +666,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -718,7 +734,7 @@ dependencies = [ "regex", "regex-syntax", "structmeta", - "syn", + "syn 1.0.107", ] [[package]] @@ -787,7 +803,7 @@ dependencies = [ "proc-macro-error-attr", "proc-macro2", "quote", - "syn", + "syn 1.0.107", "version_check", ] @@ -804,18 +820,18 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.49" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5" +checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.23" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" dependencies = [ "proc-macro2", ] @@ -916,33 +932,27 @@ dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn", + "syn 1.0.107", ] -[[package]] -name = "scopeguard" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" - [[package]] name = "serde" -version = "1.0.152" +version = "1.0.193" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" +checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.152" +version = "1.0.193" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" +checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.42", ] [[package]] @@ -953,7 +963,7 @@ checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -975,7 +985,7 @@ checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -987,6 +997,12 @@ dependencies = [ "lazy_static", ] +[[package]] +name = "similar" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" + [[package]] name = "smallvec" version = "1.10.0" @@ -1023,7 +1039,7 @@ dependencies = [ "proc-macro2", "quote", "structmeta-derive", - "syn", + "syn 1.0.107", ] [[package]] @@ -1034,7 +1050,7 @@ checksum = "bafede0d0a2f21910f36d47b1558caae3076ed80f6f3ad0fc85a91e6ba7e5938" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1048,6 +1064,17 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "syn" +version = "2.0.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b7d0a2c048d661a1a59fcd7355baa232f7ed34e0ee4df2eef3c1c1c0d3852d8" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + [[package]] name = "syn_util" version = "0.4.2" @@ -1056,7 +1083,7 @@ checksum = "6754c4559b79657554e9d8a0d56e65e490c76d382b9c23108364ec4125dea23c" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1067,7 +1094,7 @@ checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", "unicode-xid", ] @@ -1090,7 +1117,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1110,6 +1137,7 @@ dependencies = [ "err-derive", "fnv", "iai", + "insta", "itertools", "jemallocator", "main_error", @@ -1146,7 +1174,7 @@ checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1197,7 +1225,7 @@ checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1265,12 +1293,11 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "walkdir" -version = "2.3.2" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" +checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" dependencies = [ "same-file", - "winapi", "winapi-util", ] @@ -1295,7 +1322,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn", + "syn 1.0.107", "wasm-bindgen-shared", ] @@ -1317,7 +1344,7 @@ checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -1426,6 +1453,15 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" +[[package]] +name = "yaml-rust" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" +dependencies = [ + "linked-hash-map", +] + [[package]] name = "yansi" version = "0.5.1" diff --git a/Cargo.toml b/Cargo.toml index 99ed625..2a9de5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,7 @@ pretty_assertions = "1.3.0" test-case = "2.2.2" iai = "0.1.1" criterion = "0.4.0" +insta = { version = "1.34.0", features = ["json"] } [profile.release] lto = true diff --git a/flake.nix b/flake.nix index a525a77..cbcf519 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ }; devShells.default = pkgs.mkShell { - nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default bacon cargo-edit cargo-outdated rustfmt clippy cargo-audit hyperfine valgrind]; + nativeBuildInputs = with pkgs; [rust-bin.stable.latest.default bacon cargo-edit cargo-outdated rustfmt clippy cargo-audit hyperfine valgrind cargo-insta]; }; }); } diff --git a/src/demo/parser/analyser.rs b/src/demo/parser/analyser.rs index deb76cb..bc9d8e6 100644 --- a/src/demo/parser/analyser.rs +++ b/src/demo/parser/analyser.rs @@ -356,6 +356,12 @@ pub struct Analyser { user_id_map: HashMap, } +#[derive(Default, Debug, Serialize, Deserialize, PartialEq)] +pub struct Pause { + from: DemoTick, + to: DemoTick, +} + impl MessageHandler for Analyser { type Output = MatchState; @@ -387,7 +393,10 @@ impl MessageHandler for Analyser { self.pause_start = Some(tick); } else { let start = self.pause_start.unwrap_or_default(); - self.state.pauses.push((start, tick)) + self.state.pauses.push(Pause { + from: start, + to: tick, + }) } } _ => {} @@ -498,5 +507,5 @@ pub struct MatchState { pub rounds: Vec, pub start_tick: ServerTick, pub interval_per_tick: f32, - pub pauses: Vec<(DemoTick, DemoTick)>, + pub pauses: Vec, } diff --git a/test_data/comp_message_types.json b/test_data/comp_message_types.json deleted file mode 100644 index b9c8ada..0000000 --- a/test_data/comp_message_types.json +++ /dev/null @@ -1 +0,0 @@ -[5,6,10,17,14,6,18,6,23,26,27,26,26,26,26,27,17,26,26,26,26,26,26,27,26,26,23,26,26,26,26,26,26,17,26,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,26,26,27,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,27,26,25,26,24,26,26,27,17,26,27,17,26,27,26,25,26,27,17,26,26,26,25,26,26,26,25,28,28,26,27,17,26,26,26,27,26,26,27,17,26,26,27,26,0,26,26,0,26,26,27,17,17,26,26,26,26,26,26,26,27,17,26,26,26,26,25,26,27,17,26,26,27,17,0,26,26,26,27,17,26,26,27,17,26,26,27,17,26,26,26,26,26,26,25,28,28,26,27,17,0,26,26,26,26,25,26,27,17,26,27,25,26,27,17,26,17,0,26,26,26,26,27,26,27,17,28,26,27,17,26,0,26,27,26,0,26,27,17,26,26,26,27,17,26,26,26,26,26,26,25,26,27,17,26,26,26,17,26,26,26,26,27,17,25,25,25,25,25,26,27,17,26,26,26,26,26,26,27,17,0,26,0,26,26,26,27,17,26,26,26,28,25,26,27,17,26,26,27,17,26,26,0,26,27,17,26,0,26,0,26,17,17,26,26,27,26,26,26,26,27,26,26,26,26,0,25,25,25,26,27,17,26,25,26,25,28,28,26,27,17,26,26,26,26,26,26,26,0,26,26,0,26,26,26,17,26,26,27,26,26,17,26,26,27,26,0,26,0,26,26,26,26,27,17,26,27,0,26,0,23,26,26,27,26,27,26,27,26,27,26,27,17,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,17,26,0,25,28,28,26,27,17,26,27,26,27,26,27,26,25,26,27,17,26,27,17,0,26,27,26,26,27,26,27,26,26,27,25,26,27,17,17,26,27,26,26,27,26,27,26,27,26,27,25,26,27,17,17,17,17,17,17,17,17,26,27,26,27,26,27,26,27,26,26,27,25,26,27,17,26,27,17,28,25,26,27,17,26,0,26,27,26,27,25,25,26,27,17,26,25,28,28,25,26,27,17,26,27,26,27,26,27,26,27,28,26,27,17,25,26,27,17,26,27,26,27,26,26,27,26,27,17,26,27,0,26,27,0,25,25,26,27,17,25,25,25,25,25,26,27,17,25,26,27,26,27,26,27,25,26,26,0,26,27,26,27,26,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,26,26,27,26,27,26,26,27,17,26,26,27,26,26,27,17,26,26,27,17,25,25,25,25,26,27,17,26,27,25,26,27,26,27,26,26,27,0,26,27,0,26,27,26,26,27,26,26,27,26,27,26,27,26,26,27,26,27,26,27,17,0,26,27,26,26,27,26,27,17,0,26,26,27,26,27,26,27,17,26,27,26,27,17,26,17,26,27,26,27,17,26,27,17,25,25,25,25,25,17,17,17,17,17,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,23,25,25,25,25,17,17,17,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,17,17,26,27,17,25,26,27,17,26,26,26,0,26,26,26,26,26,26,26,26,26,27,26,26,26,0,26,27,26,26,26,0,26,26,0,26,26,26,26,27,26,26,26,26,26,26,0,26,26,26,0,26,26,26,26,26,0,26,26,0,26,26,26,0,26,0,26,26,26,0,26,17,26,26,27,0,26,26,27,26,26,27,17,26,26,0,26,26,26,25,26,26,27,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,28,26,27,17,26,0,26,26,26,26,26,26,26,26,27,0,26,27,17,26,27,17,26,26,26,26,25,26,26,26,26,26,26,26,27,26,26,17,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,25,26,17,26,26,25,25,26,27,17,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,0,26,17,26,26,27,26,28,26,27,17,26,26,27,17,0,25,25,26,17,26,25,25,25,26,25,25,26,26,26,26,0,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,17,26,26,27,26,0,26,26,0,26,26,26,26,26,26,0,28,26,27,17,26,26,26,26,26,26,26,26,27,17,26,26,26,0,26,27,17,26,26,27,17,26,26,26,26,26,0,26,26,28,28,28,28,28,28,26,17,26,26,26,26,17,26,26,17,25,26,26,26,26,26,26,0,26,26,26,26,26,0,26,26,0,26,26,27,17,0,26,26,26,26,26,26,26,26,26,26,26,26,0,26,17,26,0,26,26,26,26,0,26,26,26,0,26,26,26,26,26,26,27,17,26,28,26,27,17,26,26,26,26,27,17,26,26,26,0,26,26,26,17,26,26,26,0,26,17,26,26,26,28,26,17,26,26,26,26,26,25,25,25,26,0,26,25,26,26,26,26,27,26,26,26,26,26,27,26,28,26,27,17,17,26,17,0,26,27,17,26,27,26,26,26,26,26,26,26,17,26,26,26,26,27,26,26,26,26,26,27,17,26,26,0,26,26,26,26,26,26,0,17,17,26,26,0,26,26,26,26,26,26,27,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,17,26,26,25,25,26,27,17,17,17,17,17,17,17,26,0,28,26,17,25,26,26,27,28,26,17,26,26,28,26,27,17,26,26,26,26,26,27,28,26,17,26,0,26,26,27,17,26,26,27,17,0,26,26,27,17,26,26,26,26,17,26,26,26,26,28,26,17,26,26,0,26,26,26,17,0,26,28,26,26,26,27,0,26,26,26,26,26,0,26,26,26,26,0,28,26,27,17,0,26,26,27,17,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,27,26,26,26,25,26,26,0,26,26,26,26,26,26,27,26,26,26,27,26,26,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,0,26,0,26,27,26,26,28,26,17,26,26,27,0,26,17,26,26,26,26,0,26,0,26,27,17,26,26,26,26,0,26,26,26,26,26,27,26,26,26,26,27,17,0,26,17,0,26,26,0,26,26,26,26,26,26,27,26,26,26,26,26,26,25,26,0,28,26,17,26,26,0,26,27,26,26,26,26,26,26,26,26,26,17,26,26,26,27,17,26,26,27,17,26,26,26,27,28,26,17,26,25,25,26,26,27,26,0,28,26,17,26,26,26,28,26,17,26,26,27,26,0,26,26,26,28,26,17,26,27,0,26,0,17,17,26,26,27,0,26,26,0,26,26,0,28,26,17,0,28,26,17,26,26,27,26,27,26,27,17,26,26,0,26,26,26,26,26,28,26,17,26,0,26,0,26,0,26,26,0,26,17,26,26,25,26,0,28,26,17,0,26,27,17,0,26,26,26,26,26,26,0,26,26,26,0,26,17,26,17,0,26,26,26,26,27,17,26,26,26,27,26,27,26,26,0,26,26,26,0,26,26,26,26,26,17,26,26,0,26,26,26,26,26,26,17,17,26,26,26,26,26,27,26,26,0,26,26,26,26,27,17,26,27,17,26,27,17,26,26,26,27,17,0,26,26,0,26,26,27,26,26,26,26,26,26,25,26,17,0,26,26,26,26,27,17,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,28,26,27,17,25,26,26,17,17,17,17,17,17,17,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,27,26,27,17,25,25,26,0,26,27,17,26,26,0,26,26,26,26,26,0,26,26,0,17,26,27,17,26,26,26,26,27,17,26,27,26,26,27,26,26,27,0,26,26,26,27,25,26,0,17,17,17,17,17,17,17,26,26,27,0,26,26,26,26,0,26,27,17,26,0,26,26,26,26,27,26,0,17,17,26,26,26,26,26,26,26,26,27,17,26,26,0,26,26,26,27,17,26,27,26,26,27,17,26,26,27,26,26,26,28,26,27,17,26,26,26,27,26,26,17,26,26,0,26,27,26,27,17,0,26,27,17,26,26,26,26,0,26,26,26,0,26,26,27,26,27,17,26,26,26,26,17,26,26,26,26,26,26,17,25,26,26,26,26,17,26,0,26,0,26,26,26,26,26,26,26,26,26,27,17,26,0,26,27,26,26,26,27,17,26,26,27,26,26,27,17,26,26,26,27,0,26,26,26,0,28,26,27,17,26,27,26,26,27,17,0,26,26,26,26,17,26,26,26,26,27,17,26,26,0,26,26,26,26,17,26,26,26,26,27,26,0,26,0,25,25,28,28,25,25,26,27,17,25,26,27,17,25,26,17,26,27,17,26,26,26,0,26,26,26,26,26,25,26,26,26,26,27,0,26,26,17,26,0,26,26,26,27,17,26,26,26,26,26,26,26,27,26,0,17,17,17,17,17,17,17,26,26,27,26,27,26,27,17,26,26,26,26,27,17,26,26,27,26,26,27,17,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,27,26,27,26,26,26,26,27,26,26,26,27,0,26,26,26,26,27,0,26,26,27,17,26,27,26,0,26,27,17,0,26,26,26,26,26,26,26,26,26,25,26,26,26,26,26,17,26,27,17,28,26,27,17,26,27,26,0,26,26,26,26,26,26,27,26,26,27,17,26,0,26,26,26,26,26,26,26,27,17,26,27,26,26,26,0,26,26,26,26,26,26,26,26,26,26,17,0,26,27,26,26,27,17,26,26,26,26,0,26,26,26,26,27,26,26,26,26,27,26,27,26,0,26,26,26,27,17,26,26,27,17,26,26,26,26,28,26,27,17,25,26,26,25,25,26,26,27,26,26,0,26,17,26,0,26,17,26,26,26,25,26,27,17,25,26,26,26,26,26,27,17,0,26,17,17,17,17,17,17,17,26,28,26,17,28,26,17,26,26,26,26,26,27,17,26,26,26,27,17,26,26,17,0,26,26,0,26,26,27,26,27,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,27,0,26,27,17,26,26,26,26,26,26,0,26,27,26,0,26,26,27,26,27,26,26,26,26,26,27,25,26,26,26,26,26,28,25,25,26,17,25,26,27,17,26,26,26,26,26,26,0,26,0,26,0,26,0,17,17,17,17,26,27,0,26,27,17,26,26,26,17,0,26,27,26,26,26,26,17,0,26,26,26,26,26,26,26,0,26,27,17,0,26,26,26,27,17,26,26,27,28,26,27,17,0,26,26,26,26,26,0,26,26,26,26,27,26,26,0,26,26,0,26,0,26,26,26,27,0,26,26,26,26,26,28,25,26,27,17,26,26,0,26,25,26,17,26,26,25,26,26,27,26,27,17,25,26,27,17,26,26,26,26,26,28,26,27,17,26,26,27,0,26,26,26,26,26,26,26,26,26,26,26,26,26,25,26,27,26,26,26,26,27,17,26,27,26,17,17,26,27,17,26,26,26,25,26,27,26,26,26,26,26,0,26,27,26,26,26,27,17,0,25,26,27,26,0,26,27,26,26,0,26,27,26,26,27,26,26,0,26,0,25,26,27,26,26,26,26,26,27,0,26,27,26,26,27,17,25,26,26,25,26,27,26,26,0,26,26,27,0,26,27,26,27,17,0,26,26,25,26,27,26,26,26,26,26,27,26,26,27,26,17,26,27,25,26,27,28,25,26,27,17,26,27,26,26,26,26,27,26,0,26,27,17,26,0,26,25,26,27,0,26,26,0,26,0,26,0,26,26,27,26,0,26,27,17,26,27,26,25,26,27,25,25,25,28,28,26,27,17,26,26,27,26,27,26,0,28,26,27,17,0,26,26,0,25,25,26,26,26,27,17,26,25,26,27,0,26,26,27,17,26,26,27,26,26,27,17,26,26,0,26,25,26,27,0,25,26,27,26,26,26,26,27,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,17,17,26,26,0,26,26,25,26,27,26,27,26,26,26,27,26,26,27,26,26,26,26,27,17,25,26,27,26,26,26,26,26,27,26,17,17,26,26,26,27,17,25,26,27,26,26,27,17,26,27,26,26,26,27,26,26,26,26,26,0,26,0,26,17,17,26,26,26,0,26,26,26,26,25,26,26,26,26,27,17,26,27,26,26,26,27,17,17,26,26,26,26,26,26,26,27,26,26,27,17,26,0,26,17,26,26,26,27,26,25,26,27,17,25,26,27,17,17,17,17,17,17,17,26,17,17,26,0,26,26,26,26,26,27,26,26,26,25,26,27,17,26,26,26,26,26,27,0,26,27,26,26,26,0,26,26,0,26,26,0,26,26,26,26,26,0,26,27,26,26,0,26,26,27,17,26,27,17,26,26,26,26,26,26,25,26,26,26,26,26,26,17,26,26,26,0,26,25,25,26,27,17,0,26,26,27,26,26,27,26,26,0,26,26,26,26,0,26,26,26,27,17,26,25,26,27,26,26,17,17,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,25,26,27,26,0,26,26,26,26,26,26,26,27,17,25,25,26,0,26,26,26,27,26,27,17,17,17,17,17,17,17,26,26,27,26,25,26,27,0,26,26,26,25,26,27,26,27,26,26,26,25,26,27,26,27,17,26,27,26,26,0,28,26,17,26,27,26,26,17,26,26,25,26,27,26,0,26,26,26,17,26,27,17,26,27,28,28,28,28,28,28,26,26,0,26,26,25,26,27,26,26,17,0,26,28,26,27,17,0,26,27,26,26,26,26,26,26,0,26,26,26,26,27,26,26,26,26,27,26,26,25,26,27,26,27,26,27,26,26,26,27,26,26,26,26,26,25,26,27,26,26,27,0,26,17,17,26,27,26,26,26,0,26,27,25,26,26,27,26,27,26,26,26,26,27,26,0,26,26,0,26,26,26,26,27,26,27,17,26,26,26,27,26,0,26,0,17,25,26,27,0,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,26,26,26,27,17,17,26,0,17,17,26,0,26,26,26,27,26,26,26,26,26,26,26,26,25,25,26,26,26,26,26,26,27,26,26,27,26,26,26,26,26,26,27,26,25,26,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,26,17,26,26,17,17,17,17,17,17,17,26,0,26,26,27,26,17,26,26,26,26,28,26,27,17,25,26,26,26,26,26,26,0,26,26,26,26,27,26,26,26,17,25,25,26,26,26,26,25,26,26,26,26,26,27,17,26,26,26,26,28,25,26,27,17,26,17,17,17,17,17,17,17,26,27,26,26,26,26,26,26,26,17,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,28,26,27,17,26,26,0,26,0,26,27,26,0,26,0,26,26,26,26,27,26,26,26,26,26,26,26,26,25,26,26,26,26,26,26,26,27,17,0,26,26,26,26,26,27,17,26,27,26,26,26,0,26,26,26,26,26,17,17,17,17,17,17,17,26,26,25,26,26,26,17,26,26,27,17,26,26,0,26,0,26,0,26,26,26,0,26,26,26,27,17,26,26,26,26,26,26,26,0,26,27,26,25,25,25,25,26,24,26,26,26,26,27,0,26,26,26,26,26,26,26,26,27,26,27,17,26,26,26,26,26,27,17,26,26,17,26,26,27,17,26,26,26,0,26,26,26,27,26,26,27,17,0,26,26,26,26,26,26,0,26,26,26,26,26,26,0,26,25,26,25,26,17,17,17,17,17,17,17,26,25,25,26,26,26,26,26,27,26,26,0,28,26,27,17,26,26,27,26,26,26,26,27,26,25,25,26,26,26,26,26,27,17,26,26,26,26,17,0,26,26,27,17,0,26,26,27,17,26,26,26,26,26,0,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,25,25,26,26,26,26,26,26,26,26,27,26,26,0,26,26,26,27,17,17,17,17,17,17,17,17,26,25,26,26,27,17,26,26,26,26,0,26,26,17,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,28,26,27,17,26,27,17,26,26,26,17,26,0,26,26,0,26,27,23,26,26,26,26,0,26,26,26,26,26,26,0,26,26,26,0,26,26,26,26,26,0,26,26,0,26,26,26,26,17,26,27,26,17,17,17,17,17,17,17,26,26,0,26,27,26,27,26,26,27,17,25,26,26,26,26,27,17,26,26,26,26,26,26,0,26,0,26,26,26,27,26,25,25,26,26,26,26,26,26,26,26,26,27,26,26,26,0,26,26,0,26,26,26,26,26,26,26,26,27,26,26,25,25,26,27,17,26,26,26,26,26,27,17,26,26,26,26,26,27,26,0,26,26,28,26,27,26,17,0,26,26,26,27,17,0,26,0,26,26,27,26,17,26,26,26,27,26,25,26,26,26,26,0,26,26,0,26,17,26,26,26,0,26,26,26,17,17,17,17,17,17,17,17,26,17,26,26,26,0,26,0,26,0,26,26,26,26,26,27,17,26,26,26,26,27,0,26,26,26,0,26,26,26,26,27,26,27,26,26,0,26,26,17,17,26,0,26,26,27,17,26,26,26,27,17,26,26,26,26,0,26,26,26,26,25,25,26,26,26,27,17,0,26,26,26,26,26,0,26,26,27,26,26,27,17,25,26,27,0,26,27,26,27,17,26,26,27,26,26,0,26,26,0,26,26,26,26,27,26,17,26,26,26,25,25,26,27,17,26,27,25,26,17,26,27,26,26,27,17,26,26,27,26,26,26,26,26,26,26,26,26,27,17,26,26,26,27,17,26,27,26,26,26,0,26,26,26,26,26,26,26,27,0,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,0,26,26,26,26,26,26,26,27,17,25,26,26,26,26,26,27,26,26,26,27,26,26,26,26,26,26,27,17,0,26,26,26,26,26,27,17,26,0,26,26,26,26,0,26,26,26,0,26,26,26,26,26,26,26,0,26,26,27,26,0,28,26,27,17,26,26,26,26,26,0,26,0,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,26,26,0,26,27,0,25,26,27,17,26,26,28,26,27,17,0,26,27,26,26,27,0,25,26,0,26,26,27,26,26,26,26,27,17,26,26,0,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,0,26,0,26,26,26,26,26,26,26,26,26,27,26,0,26,26,26,26,26,26,26,26,26,27,26,26,27,17,26,26,26,26,26,26,0,26,26,25,25,26,27,17,25,25,26,26,26,26,26,26,26,27,26,27,17,28,26,17,26,26,26,0,26,27,17,25,26,26,27,26,26,26,17,26,26,26,26,17,26,26,26,26,0,26,26,27,26,26,26,26,0,26,26,26,26,0,25,26,26,26,26,26,26,26,0,26,26,28,26,17,26,26,26,17,26,23,25,25,26,26,26,26,27,17,26,26,0,26,26,27,26,27,26,0,26,0,26,27,17,26,26,27,17,26,26,27,26,26,26,26,26,26,26,26,26,26,17,26,26,27,17,26,27,25,26,26,27,17,26,26,26,26,26,17,26,26,26,0,26,0,26,26,26,17,17,17,17,17,17,17,26,26,0,26,26,27,26,26,26,26,26,26,26,0,26,26,26,26,17,26,26,27,17,26,0,26,0,26,26,0,26,26,27,17,0,26,27,17,26,27,28,26,27,17,0,26,26,26,26,26,27,17,26,27,26,0,26,0,26,0,26,27,26,17,26,26,0,26,26,26,26,0,26,26,26,27,17,26,26,26,17,26,26,26,0,26,27,0,26,26,25,26,0,26,26,26,17,17,17,17,17,17,17,26,26,26,26,27,17,26,26,27,26,26,26,26,26,26,26,0,26,26,26,27,26,26,27,17,26,26,26,17,26,26,26,0,26,26,26,26,27,26,26,26,26,17,26,0,28,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,17,0,26,26,25,25,26,26,27,17,26,0,28,26,27,17,26,26,26,27,26,0,26,26,0,26,0,26,0,26,26,25,26,25,26,27,17,26,28,26,27,17,26,28,26,17,26,26,26,26,27,17,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,17,26,26,0,26,26,26,26,26,26,26,26,26,26,27,26,26,26,17,0,26,26,27,26,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,0,26,0,28,26,17,26,26,26,26,26,26,26,26,27,0,26,27,17,26,26,27,25,26,27,26,26,26,26,26,25,25,26,27,17,26,26,26,26,26,25,25,26,26,26,26,0,26,17,17,17,17,17,17,17,26,26,26,26,27,26,27,17,0,26,0,26,26,0,26,26,26,26,26,26,26,26,0,26,26,26,26,0,26,26,26,26,26,17,26,26,0,26,26,0,26,26,26,26,26,26,27,17,26,26,27,26,26,26,26,26,26,26,26,0,26,26,26,17,26,25,26,27,17,0,26,26,26,26,27,17,26,26,26,0,28,25,25,26,17,26,26,0,26,17,17,17,17,17,17,17,26,25,26,0,26,26,26,26,26,27,17,0,26,27,26,26,26,26,17,17,17,17,26,27,26,0,26,26,27,26,26,27,17,28,28,28,28,28,28,28,28,28,26,26,26,26,26,26,26,26,0,26,26,27,17,26,26,26,26,26,26,27,17,26,17,26,26,26,26,27,17,26,26,26,17,26,26,26,26,26,26,26,26,26,26,25,26,27,17,26,25,26,26,26,0,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,27,26,17,0,26,26,27,17,26,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,17,26,0,26,26,26,26,26,0,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,17,26,26,26,26,26,26,26,25,26,26,26,26,27,17,26,0,17,17,17,17,17,17,17,26,26,0,28,26,26,26,26,26,26,27,17,26,27,17,26,26,26,0,26,26,0,26,26,26,17,26,26,26,0,26,26,17,26,17,26,27,26,26,26,0,26,26,26,26,17,0,26,26,26,28,26,17,0,26,26,0,26,26,26,26,26,26,26,26,26,26,26,0,26,0,26,26,17,17,17,17,17,17,17,26,0,26,26,26,27,17,26,26,0,26,26,0,26,26,25,26,27,17,26,26,26,26,26,26,27,17,26,27,17,26,17,0,26,26,26,26,26,26,0,26,26,27,26,26,26,0,26,26,25,26,26,27,26,26,26,27,17,26,26,26,26,26,26,17,26,26,26,26,26,26,26,27,17,26,17,28,26,17,26,26,26,27,26,26,26,26,26,0,26,26,25,26,27,17,26,26,27,17,0,26,17,26,27,26,26,26,26,26,26,26,26,0,26,25,26,26,0,26,26,26,26,27,17,26,27,26,17,17,17,17,17,17,17,26,0,26,26,26,26,27,26,26,26,26,0,26,26,26,26,26,26,26,0,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,0,26,27,17,26,26,25,25,26,27,17,26,17,17,17,17,17,17,17,26,26,26,26,26,26,26,26,26,26,17,26,0,26,26,26,26,0,26,26,26,26,27,17,25,26,0,26,26,26,0,26,26,0,26,26,26,26,26,26,26,26,26,26,23,26,27,25,25,26,26,26,28,26,17,26,26,26,26,26,26,17,0,26,27,26,26,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,0,28,26,27,17,26,26,26,26,26,26,26,25,26,26,26,0,26,27,17,26,26,26,27,26,26,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,17,26,26,27,17,0,26,26,26,17,26,26,27,0,26,26,26,28,26,27,26,27,17,0,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,17,26,26,26,26,26,27,0,26,26,26,26,26,26,0,26,0,26,26,26,26,26,26,26,25,26,26,26,25,26,27,17,26,26,27,26,26,28,17,17,26,17,26,25,26,27,26,26,26,27,0,26,26,26,26,26,26,27,26,26,26,0,26,26,27,26,26,26,26,27,26,26,27,17,26,26,0,26,26,17,26,26,26,0,26,0,17,17,26,17,17,26,26,0,26,26,26,17,26,26,26,26,26,0,26,17,0,26,26,26,27,17,0,26,26,0,26,0,26,27,17,26,0,26,26,26,26,26,27,17,26,26,25,26,26,26,26,26,26,17,26,26,26,26,26,27,26,26,26,26,0,26,26,26,26,0,26,26,26,0,26,0,26,27,17,26,27,26,26,26,27,26,26,26,0,26,26,27,17,28,26,27,17,26,26,26,26,26,26,27,28,26,17,26,0,26,26,27,26,27,0,26,27,17,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,17,0,26,26,26,26,26,26,0,25,26,0,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,0,26,26,0,26,26,26,26,28,28,28,28,28,28,26,27,17,26,27,0,26,17,26,26,26,0,26,17,26,27,26,0,26,26,26,27,26,27,17,26,26,26,27,26,26,26,26,26,0,26,26,26,27,26,26,26,17,26,26,26,26,26,26,26,26,26,26,26,26,27,17,28,26,27,17,26,26,0,26,26,27,26,27,25,26,0,26,26,26,26,27,17,26,17,26,17,0,26,26,26,26,26,25,26,26,0,26,26,26,27,0,26,26,27,17,26,26,17,26,27,17,26,0,26,26,26,26,27,26,26,26,26,26,26,26,26,0,26,17,0,26,26,26,26,26,26,26,0,26,26,26,26,26,28,26,27,17,26,27,26,26,26,17,26,27,26,26,26,27,17,26,26,27,17,26,0,26,26,26,26,26,0,26,26,27,26,26,25,26,26,26,28,26,27,17,26,26,26,27,17,26,26,26,0,26,26,26,26,26,26,17,17,17,17,17,17,17,26,26,26,26,26,17,26,17,25,26,26,26,27,26,26,26,0,26,26,27,0,26,26,26,27,17,28,26,28,26,17,0,26,27,26,26,27,0,26,26,26,26,26,26,0,26,27,17,0,26,0,26,26,26,26,26,17,26,26,26,26,26,25,25,26,27,17,0,26,27,17,26,26,27,26,27,17,26,17,17,17,17,17,17,17,26,26,26,26,25,26,26,26,26,26,26,26,26,17,26,17,26,26,0,26,27,17,26,27,26,26,27,17,26,26,26,26,26,26,26,26,27,0,26,26,26,26,27,26,26,26,26,27,17,26,26,26,26,17,26,26,0,26,26,26,27,26,26,26,26,26,25,26,27,17,26,26,26,27,17,26,26,26,27,26,26,26,26,26,27,17,26,26,26,26,26,26,17,26,26,26,25,26,27,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,27,26,26,27,26,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,25,25,26,26,26,26,26,0,26,17,26,26,17,26,0,26,26,26,26,26,0,26,17,0,26,26,17,17,17,17,17,17,17,26,26,0,26,0,25,26,0,26,27,26,0,26,27,0,26,0,26,26,26,0,26,26,26,26,26,26,26,27,26,26,26,27,17,26,0,26,17,26,26,0,26,27,26,27,17,26,27,17,26,27,26,25,25,26,0,26,26,26,26,27,17,0,26,27,26,26,0,26,0,26,26,26,17,26,26,0,26,26,26,26,26,26,26,26,26,26,0,26,26,0,25,26,27,26,26,27,26,26,26,26,26,26,26,27,26,26,26,26,26,26,25,26,26,26,27,17,26,26,0,26,26,27,26,26,26,26,26,26,27,17,26,27,17,26,26,26,27,17,26,26,26,27,26,26,26,0,26,26,0,26,17,26,26,27,17,26,26,26,27,17,26,26,26,27,26,26,26,26,26,26,26,26,26,27,26,26,26,27,26,26,26,26,26,26,26,26,17,17,17,17,17,17,17,26,26,26,26,26,0,26,0,26,26,26,28,26,27,17,26,26,25,26,26,27,17,0,26,27,26,28,26,27,17,26,26,26,26,26,26,0,26,27,17,26,26,26,26,27,17,26,26,26,26,26,27,26,26,26,26,27,17,0,26,26,26,26,17,26,17,26,26,26,26,28,26,17,26,26,26,26,26,26,27,0,26,26,0,26,27,0,26,27,26,26,26,0,26,26,27,26,17,26,27,17,26,26,26,25,26,24,26,28,28,28,28,28,28,28,28,28,26,27,17,26,26,26,26,27,26,26,0,26,17,26,17,25,26,26,26,27,26,27,17,26,0,26,26,26,17,0,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,0,26,0,26,26,0,26,26,26,26,17,26,26,0,26,0,26,26,26,26,27,26,26,26,26,26,27,17,26,26,26,26,0,26,26,26,0,26,27,17,26,27,26,26,26,26,26,26,17,26,26,27,17,26,26,27,17,26,26,27,26,0,26,26,27,26,0,25,26,26,26,26,26,26,17,26,26,26,26,26,26,27,0,26,26,26,26,26,26,27,28,17,17,17,17,17,17,17,26,27,17,26,26,26,26,26,26,26,17,26,26,26,0,26,26,26,26,27,17,26,26,26,28,26,27,17,26,0,26,26,27,26,26,26,27,17,26,26,27,26,27,17,0,26,17,26,27,17,26,26,26,26,17,26,26,26,26,26,26,26,0,26,26,27,17,26,26,17,17,17,17,17,17,17,26,26,27,26,25,26,26,26,26,26,26,26,27,26,26,26,26,26,26,27,26,26,27,17,26,26,26,26,0,26,26,27,17,26,26,26,25,17,17,17,17,17,17,17,26,26,26,26,26,26,26,27,0,26,26,26,27,17,0,26,17,26,27,17,26,0,26,26,26,26,26,26,26,26,26,26,26,0,26,26,27,17,26,26,26,26,26,26,26,26,0,26,26,26,0,26,28,26,27,17,0,26,26,27,17,17,17,17,17,17,17,26,27,26,26,26,27,17,25,26,26,26,26,27,26,0,26,26,27,17,26,27,26,26,26,27,26,26,26,26,0,26,26,26,26,27,17,26,17,26,27,17,26,26,26,17,26,26,27,17,26,26,26,26,26,26,26,26,0,25,26,27,17,26,26,26,26,26,17,26,26,27,26,26,26,26,27,0,26,0,26,26,26,26,27,26,27,26,26,26,26,27,26,27,26,26,26,26,27,17,26,26,26,28,26,17,26,0,25,26,26,26,26,0,26,26,26,26,26,27,17,26,27,0,26,26,26,26,0,26,26,26,26,26,26,26,26,26,17,26,0,26,26,0,26,0,26,26,28,26,17,26,0,26,26,26,26,26,0,26,26,26,0,26,26,27,0,23,26,26,26,26,26,26,26,26,27,17,26,27,17,26,0,26,0,26,26,26,26,26,26,26,26,27,26,26,26,17,26,26,26,25,26,26,26,26,26,27,26,26,26,26,26,26,17,0,26,17,17,17,17,17,17,17,26,26,0,26,0,26,26,17,26,26,26,26,26,26,26,27,26,26,26,26,26,26,27,26,27,17,26,28,26,27,17,26,26,26,0,26,26,26,0,26,26,0,26,0,26,26,26,26,27,26,26,25,26,17,24,26,26,26,17,26,26,26,26,26,0,26,26,0,26,26,26,27,26,26,26,26,25,26,26,26,17,26,26,26,26,26,26,26,26,27,26,26,0,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,17,17,17,17,17,17,17,26,0,26,26,26,27,26,26,26,27,26,0,26,26,26,17,26,26,26,26,26,0,26,26,26,27,26,26,26,0,26,26,26,26,26,26,26,25,26,26,27,17,26,26,26,27,26,26,26,26,26,26,17,26,26,26,26,0,26,17,26,0,26,26,27,26,27,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,17,26,27,17,26,26,26,26,26,0,26,27,26,0,26,26,0,26,26,26,27,26,26,27,17,26,26,0,26,26,26,26,26,26,27,26,26,27,26,0,26,26,27,26,26,26,0,25,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,27,26,26,26,27,26,17,26,26,26,26,26,26,27,17,26,28,26,27,17,26,26,26,0,26,26,26,26,0,26,26,0,25,26,24,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,17,26,27,26,26,26,26,27,26,26,26,26,26,26,26,26,27,26,25,26,26,26,26,26,26,27,17,26,26,27,17,26,26,0,26,26,27,17,0,26,26,26,26,0,26,26,26,26,17,26,26,26,26,26,26,17,26,26,26,26,28,26,27,17,28,26,27,17,0,26,0,26,26,26,26,26,26,27,26,27,17,26,26,26,26,27,26,28,26,27,17,26,26,26,26,26,26,27,26,0,26,17,26,26,26,26,26,17,26,27,26,26,26,26,26,26,25,26,26,26,26,26,0,26,26,27,26,27,17,26,26,27,0,26,26,26,26,26,27,26,26,26,26,26,0,26,26,17,26,25,26,26,26,26,26,26,27,26,26,0,26,26,26,26,26,26,26,26,26,26,26,27,17,0,26,26,26,26,26,27,26,26,26,26,26,26,26,0,26,26,17,26,26,26,27,26,26,27,0,26,26,28,26,27,17,26,26,25,26,26,27,26,0,26,26,17,26,28,26,27,17,26,26,26,27,17,26,27,26,26,26,26,26,26,26,26,26,0,26,26,26,27,26,27,17,0,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,26,27,17,26,27,26,0,26,26,26,17,0,26,26,26,26,26,17,26,26,26,26,26,0,26,26,26,26,27,28,26,17,26,25,26,26,26,26,27,0,26,0,26,26,26,26,27,17,26,26,26,0,26,26,26,26,0,26,0,26,26,27,17,26,0,26,28,26,27,17,26,17,0,26,27,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,0,26,26,26,0,26,26,26,26,0,26,26,26,26,26,26,26,27,17,26,27,26,26,26,26,0,26,17,26,27,25,26,28,26,27,17,26,26,27,26,27,26,0,26,27,17,26,0,26,26,0,26,27,17,26,0,26,26,26,26,26,27,26,26,27,17,26,26,26,26,0,26,26,26,27,26,26,27,17,26,26,26,26,26,27,17,26,26,26,27,26,26,27,26,0,26,26,26,26,0,26,0,26,27,17,26,26,26,0,26,26,26,26,26,27,26,26,26,0,26,27,26,26,27,17,0,26,0,26,27,26,0,26,26,26,26,25,17,17,17,17,17,17,26,17,26,26,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,26,0,26,17,17,17,17,17,17,17,17,17,17,17,17,26,26,26,26,26,26,26,26,26,26,0,26,26,27,0,26,26,27,26,27,17,26,26,26,26,26,26,26,27,26,27,26,26,0,26,26,0,28,26,27,17,26,26,27,17,26,26,26,27,26,0,26,26,26,27,26,26,26,0,26,0,26,26,26,17,26,27,26,26,0,26,0,26,26,25,17,25,26,17,26,27,26,26,25,26,27,17,26,26,17,0,26,0,26,26,26,26,27,26,27,26,26,26,27,0,26,0,26,26,26,26,27,17,26,26,26,0,26,0,26,0,26,26,26,0,26,26,26,26,26,26,26,26,0,26,0,26,26,26,26,26,26,26,26,26,27,26,0,26,26,17,26,26,26,26,26,26,26,26,26,26,26,27,17,26,0,26,0,26,26,26,26,26,26,26,27,26,26,27,26,26,17,26,27,26,0,26,26,26,26,26,27,26,26,26,26,27,26,26,26,26,26,26,26,0,26,0,26,27,26,17,17,17,17,17,17,17,26,26,26,0,26,27,26,26,27,17,26,26,27,26,0,26,26,27,26,26,26,26,27,26,0,26,26,0,26,26,26,0,26,26,26,26,26,27,26,27,26,17,26,0,26,26,26,26,26,26,27,17,26,0,26,26,27,17,26,26,26,26,27,17,26,26,26,26,17,26,26,0,25,26,26,26,26,26,26,26,26,26,26,27,26,26,27,26,0,26,27,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,0,26,26,26,26,26,26,17,26,27,26,27,26,27,17,0,26,26,27,26,26,26,26,0,26,26,26,26,26,27,26,0,26,26,26,0,26,26,27,17,26,26,26,26,17,26,27,26,26,27,17,0,26,27,26,26,27,26,26,26,26,26,26,0,26,26,25,26,27,26,27,17,26,26,26,26,27,26,26,26,26,26,26,26,26,26,27,25,26,17,26,27,26,26,27,17,26,26,27,0,26,27,17,25,26,26,26,26,26,26,26,26,17,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,27,0,26,26,26,26,26,17,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,27,26,26,27,26,26,27,26,0,26,26,27,26,27,26,0,26,25,28,28,26,27,17,26,27,26,26,26,26,26,0,26,26,17,17,17,17,17,17,17,26,26,26,0,26,26,26,27,17,26,27,26,27,17,26,26,26,27,26,0,26,27,26,26,27,17,26,26,26,26,0,26,26,26,27,26,0,26,17,0,26,27,17,26,28,26,17,26,26,26,27,26,26,27,0,26,26,26,26,27,26,26,26,27,17,26,26,26,26,26,0,26,26,0,26,27,17,26,26,0,26,26,26,0,26,26,27,17,26,26,0,26,26,26,26,26,26,0,26,17,26,0,26,27,26,26,26,0,26,26,26,26,26,26,27,26,26,0,26,26,27,26,0,26,0,26,26,26,26,26,26,26,27,17,26,26,27,25,28,28,26,27,17,26,17,0,26,26,26,27,17,26,26,26,26,26,27,26,26,26,27,17,26,26,26,26,17,26,27,26,26,0,26,26,26,27,26,0,26,0,26,26,26,26,27,26,27,26,26,26,26,27,17,26,26,26,26,27,17,0,26,26,26,26,17,0,25,28,28,26,27,17,26,27,26,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,25,28,28,25,28,28,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,26,27,26,27,26,27,0,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,17,26,27,0,26,27,26,27,0,26,26,27,17,26,27,25,26,27,17,26,0,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,25,28,28,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,26,27,26,26,27,0,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,26,26,27,26,27,17,0,26,27,17,0,26,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,26,27,0,26,27,0,26,27,25,25,28,28,25,28,28,26,27,17,26,27,25,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,0,26,27,26,27,25,26,27,17,0,26,27,17,26,27,25,26,27,17,26,27,0,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,26,0,26,27,26,27,26,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,17,0,26,27,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,24,26,27,25,28,28,26,27,17,25,25,26,27,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,26,27,0,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,26,27,17,26,27,26,27,26,27,0,26,27,0,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,25,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,0,26,27,0,26,27,17,26,27,0,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,26,26,27,26,27,0,26,27,0,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,0,25,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,0,26,26,0,26,26,26,26,26,27,26,26,27,17,0,26,26,26,0,25,25,25,26,27,17,26,0,26,26,25,26,26,0,26,0,26,17,26,26,26,26,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,28,26,27,17,26,27,26,27,0,17,17,17,17,17,17,17,26,27,0,26,27,26,26,17,26,26,27,26,26,17,26,26,26,26,26,0,26,26,26,27,0,26,26,27,17,26,0,26,26,27,26,26,27,17,26,25,25,25,28,28,26,27,17,26,27,17,26,26,27,26,26,27,26,25,26,27,26,26,27,26,26,26,26,17,26,27,25,26,27,17,0,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,0,26,27,26,26,27,17,0,26,27,26,26,26,26,0,26,26,26,26,26,26,26,26,0,26,26,27,26,0,26,26,26,26,27,17,25,25,26,27,17,26,26,28,26,17,26,26,0,26,26,26,26,26,27,26,25,28,28,26,27,17,26,26,26,26,26,26,26,26,27,25,26,27,17,26,26,27,26,26,17,28,26,17,26,26,27,17,26,27,25,26,27,17,26,27,17,26,26,26,27,26,26,27,17,26,27,17,26,27,25,26,27,17,26,26,27,26,17,17,17,17,17,17,17,25,26,25,25,26,27,17,26,0,26,27,17,26,27,17,25,28,28,26,27,17,0,26,26,26,27,26,0,26,26,0,26,26,25,25,25,26,27,17,0,25,26,25,26,26,26,26,27,26,17,26,26,17,26,26,26,26,27,17,26,26,27,26,26,0,26,26,26,26,26,26,26,26,27,26,26,26,26,26,27,17,26,27,26,27,17,26,17,26,27,26,26,27,26,25,28,28,26,27,17,0,26,27,17,26,25,26,26,26,26,25,26,26,27,25,26,27,17,26,27,0,26,27,26,27,26,26,27,26,26,26,26,26,17,26,27,26,0,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,17,26,26,26,27,26,27,17,26,26,26,26,26,0,26,26,26,0,26,26,27,26,26,26,26,26,26,26,26,26,27,26,27,17,0,26,28,26,17,26,26,17,26,26,17,26,26,26,17,26,27,25,26,26,17,0,26,26,26,27,17,26,27,0,26,27,17,0,26,27,26,26,0,26,26,26,0,26,26,25,28,28,25,25,28,28,26,27,17,25,26,26,26,0,28,26,27,17,0,26,27,26,26,26,27,17,26,26,26,26,26,27,25,26,0,28,25,25,26,27,17,25,25,26,25,26,26,26,26,26,27,0,26,26,26,17,26,26,26,27,26,26,27,17,26,27,26,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,26,27,17,26,27,0,28,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,17,0,26,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,26,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,17,17,17,17,17,17,17,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,28,25,26,27,17,26,27,0,26,27,26,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,28,28,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,0,26,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,26,27,26,27,0,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,26,27,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,0,26,27,17,26,27,17,26,27,26,27,0,25,28,28,26,27,17,26,27,0,26,27,26,27,26,26,27,26,17,28,25,26,27,17,26,27,26,27,0,26,27,25,26,27,24,0,25,25,25,25,26,27,17,26,27,17,25,26,0,26,26,26,27,0,26,0,26,26,26,27,26,26,27,17,26,0,26,26,26,0,26,26,26,26,0,26,26,17,26,26,26,27,17,26,26,26,26,26,26,27,26,26,25,26,26,26,26,27,26,26,17,26,26,27,26,26,27,17,26,26,27,17,26,27,17,26,26,26,26,0,26,26,17,26,0,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,25,26,27,17,26,26,17,17,17,17,17,17,17,26,26,27,26,26,26,27,17,26,26,26,26,26,26,0,26,17,26,26,26,26,26,27,26,26,26,26,27,17,26,26,26,0,26,0,26,26,26,26,26,26,25,26,27,26,26,26,27,26,17,26,26,27,26,27,26,26,26,26,0,26,26,27,26,26,26,0,26,17,17,17,17,17,17,17,26,17,26,0,26,26,26,26,27,17,26,27,17,26,26,26,27,26,0,26,26,26,26,26,26,17,26,26,0,26,26,26,26,26,0,26,26,26,26,26,26,26,27,26,26,27,0,26,26,0,26,26,26,26,27,26,27,17,26,26,26,26,26,26,26,0,26,27,26,27,26,17,25,26,25,26,26,27,26,0,26,26,26,26,26,25,26,26,26,26,26,27,0,17,17,17,17,17,17,17,26,27,0,26,25,26,26,17,26,26,26,26,26,26,27,17,26,26,17,26,26,26,25,26,27,0,26,25,26,26,27,26,0,28,28,28,28,28,28,28,28,25,26,17,26,26,26,0,25,25,26,17,26,26,26,0,26,26,27,26,26,26,26,26,0,26,26,26,27,17,26,26,27,26,26,26,27,26,27,26,27,26,26,27,17,26,26,26,26,27,17,26,26,27,26,17,26,26,26,27,26,26,26,28,26,17,26,26,26,26,26,26,26,26,0,26,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,27,17,26,26,26,26,27,26,17,26,26,26,0,26,0,26,0,26,26,0,26,26,26,27,26,26,26,26,17,28,26,27,17,26,26,26,26,27,26,17,17,17,17,17,17,17,17,25,26,26,25,26,26,27,26,27,0,26,26,26,27,17,26,27,17,26,26,26,26,26,26,0,26,27,26,26,26,27,0,26,26,27,17,26,26,17,26,26,27,26,26,26,26,27,17,26,26,27,25,25,26,0,26,0,26,27,26,26,26,26,26,26,26,26,17,26,26,26,26,26,0,26,25,26,27,17,26,17,26,26,26,26,25,26,25,25,26,0,26,26,17,26,26,17,26,26,27,17,26,0,26,26,26,25,26,24,25,28,28,25,26,27,17,25,26,27,17,26,26,25,26,26,26,27,17,28,26,27,17,25,25,25,26,24,26,26,17,26,26,25,25,26,27,17,26,0,26,28,26,27,17,26,0,26,26,26,27,26,27,0,26,27,17,26,26,26,26,26,0,26,26,25,26,26,26,26,26,26,26,26,27,26,27,17,26,26,27,26,26,26,0,26,26,0,26,0,26,27,26,27,26,26,17,26,26,26,25,25,26,27,0,26,26,26,27,17,26,26,27,26,26,17,0,25,26,27,17,0,26,26,26,26,26,26,26,17,17,17,17,17,17,17,26,17,26,26,26,26,17,26,26,26,26,26,27,17,0,26,26,0,26,0,26,26,26,26,27,17,25,25,25,28,28,26,27,17,26,27,0,26,17,26,25,26,27,26,27,17,26,26,26,25,26,26,27,0,26,17,26,27,26,25,25,26,27,0,26,17,25,26,27,26,26,26,17,26,26,26,27,17,26,26,26,26,26,0,26,27,26,26,26,27,17,25,26,27,26,27,26,26,27,26,26,27,26,27,17,17,17,17,17,17,17,26,17,26,27,26,27,0,26,26,17,0,26,27,0,26,26,27,26,26,26,26,26,26,25,26,25,28,28,26,27,17,0,26,26,27,17,26,27,26,26,27,26,26,26,26,17,26,26,26,26,26,26,17,26,27,26,17,26,27,17,26,27,26,0,25,26,26,26,25,26,27,26,26,27,17,0,26,27,26,27,26,27,17,26,0,25,26,25,26,27,17,0,28,26,17,0,26,0,26,26,26,26,26,0,26,27,26,17,26,26,27,26,27,17,26,27,17,26,27,0,25,28,28,26,27,17,25,25,26,0,26,17,26,26,26,26,17,28,26,27,17,26,27,17,0,26,26,27,26,27,17,26,26,26,26,26,26,26,17,17,17,26,27,26,25,28,28,26,27,17,26,26,0,26,27,26,26,27,26,26,27,17,26,0,26,27,26,28,26,17,26,26,26,17,26,0,26,27,17,26,26,26,26,27,26,17,26,27,17,26,26,26,26,26,27,17,26,26,0,25,25,25,28,28,26,27,17,25,26,0,17,17,17,17,17,17,17,26,26,26,27,17,26,26,26,27,17,25,26,27,0,26,26,26,26,26,27,26,26,26,26,26,0,26,0,26,26,26,26,28,26,27,17,26,27,26,26,27,26,27,17,0,26,0,26,26,27,17,26,26,26,0,26,26,26,26,27,17,17,26,17,26,27,17,26,0,26,26,26,0,26,17,26,26,26,26,0,26,26,26,26,28,26,27,17,0,26,26,26,25,26,0,26,0,26,26,0,26,26,27,17,0,26,17,26,26,27,26,27,17,26,26,26,26,26,0,26,26,0,26,26,27,26,26,27,17,26,26,27,17,26,26,26,26,27,17,26,27,26,27,0,26,26,26,26,26,27,26,26,17,25,17,25,26,27,17,26,17,26,17,26,27,17,26,26,26,26,27,26,26,27,17,26,26,26,27,26,27,26,26,25,25,25,26,27,17,0,26,26,27,26,25,25,25,28,28,26,27,17,26,25,26,26,27,17,26,27,26,27,26,0,26,0,26,0,26,26,27,17,0,26,26,27,17,26,17,25,28,28,25,26,27,17,26,0,26,27,26,25,17,25,26,17,26,0,26,26,27,26,26,26,26,27,26,26,26,0,26,27,17,26,26,26,26,26,26,27,17,0,26,26,17,26,26,26,26,26,25,26,27,17,26,26,26,26,26,17,26,17,26,26,0,26,17,26,26,26,26,26,25,26,27,26,26,26,26,26,26,26,17,26,0,26,26,26,27,17,26,27,26,26,26,27,17,0,26,26,26,26,27,26,26,26,26,26,27,26,26,27,26,17,28,26,27,17,26,26,26,26,27,26,26,26,17,26,27,17,26,27,17,17,26,26,0,26,26,26,25,26,17,26,0,26,27,26,26,26,26,26,26,26,27,17,26,26,27,17,26,0,26,26,17,26,26,26,27,25,25,17,26,27,17,26,26,17,25,26,27,17,24,26,27,0,25,26,26,17,26,26,26,25,26,26,26,26,27,26,26,26,27,25,28,28,26,27,17,26,0,26,26,27,17,26,17,26,26,27,17,26,26,26,27,17,17,26,27,26,27,26,26,0,26,0,26,27,26,26,27,26,26,27,0,26,26,27,26,27,26,27,17,26,26,27,17,26,27,26,26,26,17,0,26,27,26,26,26,26,26,26,26,27,26,26,27,26,27,26,26,26,26,27,26,27,0,26,17,26,27,17,26,27,17,0,26,25,25,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,26,26,17,26,25,25,26,27,17,26,27,17,26,26,27,17,26,27,26,26,26,26,26,26,27,0,26,26,27,17,26,26,0,26,26,26,28,26,27,17,0,25,28,28,26,27,17,26,26,27,26,26,0,26,26,26,26,26,25,17,26,26,27,17,26,26,0,26,26,0,26,27,17,26,27,26,26,26,26,26,17,26,17,26,26,26,0,26,27,17,28,25,26,27,17,26,26,26,26,26,26,0,26,0,25,26,27,17,17,17,26,26,17,0,25,26,27,26,26,27,26,27,26,26,0,26,27,17,26,26,0,26,25,26,27,17,26,26,26,17,26,26,25,26,27,17,26,27,17,26,26,27,0,25,26,27,17,0,26,27,17,25,26,26,25,26,26,26,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,27,17,26,27,26,26,27,26,0,26,26,26,26,26,26,27,26,26,26,27,17,26,26,26,27,26,26,27,17,0,26,27,26,27,26,27,17,26,26,26,27,17,26,17,26,26,26,26,0,25,28,28,26,27,17,26,26,26,0,26,27,17,26,0,26,26,26,27,17,26,17,26,27,17,26,26,26,26,0,26,26,26,26,26,17,26,26,27,26,26,27,26,26,26,26,26,27,26,26,27,17,26,17,26,26,26,26,27,17,26,0,26,25,26,27,17,23,26,26,26,26,26,27,26,26,26,27,17,26,27,26,26,27,26,0,26,26,17,17,17,17,17,17,17,26,26,26,27,17,26,26,27,17,26,0,26,26,0,26,17,0,26,26,0,26,26,27,17,0,25,26,0,26,0,26,27,0,26,0,26,27,26,26,26,26,26,27,26,27,17,26,27,17,26,26,27,26,27,17,26,26,27,26,27,26,26,0,28,26,27,17,26,25,26,0,26,27,26,26,26,26,27,17,26,26,0,26,26,27,17,26,26,0,26,27,26,26,26,27,26,26,17,17,26,17,26,26,26,26,27,17,26,26,27,26,25,28,28,26,27,17,26,27,17,0,26,0,26,26,17,26,26,17,26,26,25,28,28,25,28,28,25,26,27,17,26,26,26,26,27,26,17,26,26,27,17,26,25,26,26,26,26,26,26,26,27,17,26,26,26,26,27,17,26,26,26,25,26,26,26,26,26,17,26,27,26,27,17,0,26,26,27,17,26,26,26,26,27,26,27,17,26,17,26,26,26,27,17,26,26,26,26,27,26,26,26,27,17,26,27,26,25,28,28,26,27,17,25,25,25,26,27,26,0,26,27,17,26,27,17,26,26,27,17,26,26,26,17,26,17,26,27,17,26,26,26,26,26,25,26,26,26,27,26,0,26,27,17,26,27,17,26,27,25,28,28,26,27,17,26,26,25,26,26,17,26,27,17,26,26,26,26,0,26,26,26,25,26,27,17,0,26,0,26,25,26,26,26,26,27,17,26,26,0,26,26,27,17,26,26,26,0,26,0,26,26,27,17,26,0,26,0,28,26,27,17,25,26,27,17,26,25,26,17,24,0,26,26,27,17,26,27,26,27,0,26,26,26,0,26,26,25,28,28,26,27,17,26,26,27,17,26,0,26,26,26,26,26,27,17,26,26,17,26,27,17,26,26,17,26,27,26,27,17,0,26,26,26,27,26,26,27,17,26,27,26,26,27,26,26,26,0,26,26,26,25,26,27,26,26,26,17,26,26,26,27,17,25,26,26,26,26,27,28,26,17,26,26,26,26,17,26,25,26,27,17,0,26,0,25,26,27,17,26,0,26,26,26,26,25,28,28,26,27,17,0,17,26,17,26,27,17,0,25,26,27,17,25,26,17,26,27,26,0,26,26,0,26,26,26,26,26,0,26,26,26,27,26,27,17,26,17,26,26,26,26,27,0,26,26,26,17,26,27,26,26,27,26,0,17,17,17,17,17,17,17,26,26,27,0,26,26,27,26,26,26,25,28,28,26,27,17,26,26,27,17,26,0,26,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,27,17,26,27,17,26,26,0,26,27,17,26,27,17,26,26,25,28,28,26,27,17,26,27,17,26,26,26,26,26,26,26,0,26,26,26,26,27,26,26,27,26,26,26,26,26,26,26,27,26,26,0,26,26,26,26,26,27,17,26,26,27,17,26,26,26,17,26,27,17,26,27,17,28,26,27,17,26,26,26,26,26,26,26,27,26,26,27,17,26,27,17,26,26,26,26,25,25,26,27,17,0,26,26,26,17,17,17,17,17,17,17,26,26,0,26,26,26,17,26,26,26,27,17,0,26,0,26,26,27,17,26,26,26,0,26,26,26,26,26,26,26,27,17,25,25,26,27,17,26,27,25,25,26,17,0,26,0,26,27,26,26,27,26,27,17,26,0,26,0,26,26,27,17,26,26,26,26,26,26,27,26,26,26,27,17,26,27,0,26,26,27,17,26,27,17,0,26,25,26,27,17,26,17,26,26,0,26,26,26,26,27,17,25,26,27,24,26,26,26,0,26,17,26,27,26,26,26,27,26,0,26,26,27,26,26,26,28,26,27,17,26,28,26,25,26,26,26,27,17,26,17,0,26,27,17,26,0,26,27,26,26,26,26,26,26,28,26,27,17,26,26,27,26,0,26,26,27,26,26,26,27,17,26,26,26,26,26,27,0,26,26,26,26,0,25,25,26,27,17,26,26,27,26,25,28,28,25,26,27,17,25,26,27,17,26,25,25,26,27,17,25,26,17,26,26,26,27,17,26,17,26,26,26,26,0,26,26,26,27,26,26,0,26,26,26,25,26,27,26,0,26,26,26,17,26,27,26,27,26,26,27,26,26,17,26,26,0,26,0,28,26,17,26,26,26,26,26,27,17,26,26,26,26,27,17,26,0,26,26,26,17,17,17,17,17,17,17,26,26,27,26,26,0,26,0,26,27,17,26,26,26,26,17,26,27,26,26,26,26,17,26,27,17,26,26,26,26,26,27,26,26,27,17,0,26,27,17,26,26,26,0,26,26,26,26,26,26,26,26,25,28,28,26,27,17,26,25,26,27,26,17,26,26,26,27,26,26,0,26,26,27,17,0,26,26,27,26,0,26,26,26,27,26,26,26,0,26,26,0,26,27,17,0,26,27,17,26,27,17,26,0,26,26,27,17,26,26,17,26,26,26,26,27,26,25,25,28,28,25,25,25,26,27,17,25,26,17,26,26,27,17,26,26,26,26,26,26,27,17,26,26,26,26,26,0,26,27,26,26,0,26,26,26,26,26,0,26,26,27,26,27,26,27,26,27,26,26,27,17,26,27,26,0,26,28,25,28,28,26,27,17,26,26,17,26,26,26,17,26,26,27,17,26,17,26,27,17,26,26,26,27,26,0,26,26,26,26,27,26,26,26,27,26,26,27,17,26,26,26,26,26,26,26,26,26,26,27,17,26,26,27,26,26,0,26,26,0,26,26,26,26,25,28,28,26,27,17,26,26,26,26,26,26,26,27,17,0,26,27,26,26,17,0,26,26,25,28,28,25,25,26,27,17,25,25,26,17,0,25,26,17,26,26,26,27,26,27,26,26,27,26,27,17,26,26,27,0,26,28,26,27,17,0,26,26,26,0,26,27,25,26,24,26,27,26,25,25,25,26,27,17,26,26,26,25,28,28,25,28,28,25,25,26,27,17,26,26,25,25,28,28,26,27,17,26,27,17,26,25,26,27,26,26,26,27,17,26,25,26,27,26,26,26,26,25,26,26,27,17,26,27,26,26,27,17,26,25,26,27,17,26,17,26,17,0,26,26,26,25,26,26,27,26,26,26,25,26,27,26,27,26,26,17,25,28,28,25,26,27,17,26,27,17,0,26,25,26,27,0,26,27,26,27,25,28,28,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,26,27,0,26,27,26,27,25,26,27,26,27,26,26,27,0,26,27,17,25,26,27,17,25,26,27,26,27,26,28,26,27,17,26,27,0,26,27,25,26,27,17,26,27,26,27,25,26,27,26,27,25,26,27,26,27,26,27,25,25,25,25,26,27,17,26,27,25,25,25,26,27,17,26,27,17,26,27,26,27,25,26,27,17,26,27,17,25,26,27,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,25,25,26,27,17,0,25,25,26,27,17,25,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,0,26,27,25,28,28,26,27,17,26,17,26,27,26,27,25,17,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,17,26,27,17,26,27,26,26,27,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,25,26,27,17,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,0,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,25,28,28,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,17,26,27,25,28,28,26,27,17,26,27,26,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,17,25,28,28,25,26,27,17,26,27,26,27,26,27,25,26,27,0,26,27,26,27,25,25,26,27,17,26,26,27,0,26,27,17,25,26,27,26,27,0,26,27,25,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,25,26,27,26,26,27,26,27,26,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,26,27,0,26,27,26,27,25,25,17,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,17,26,27,25,25,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,17,25,26,27,26,27,0,26,27,25,26,27,26,27,0,26,27,0,25,26,27,17,26,27,17,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,28,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,17,0,25,26,27,26,27,26,27,17,26,27,26,27,0,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,25,28,28,26,27,17,0,25,26,27,23,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,25,25,25,26,27,17,23,23,25,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,25,17,25,26,27,17,25,26,27,23,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,28,26,27,17,26,27,0,26,27,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,25,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,28,28,28,28,28,28,28,28,26,27,17,25,28,28,25,25,26,27,17,26,27,17,26,27,26,27,17,25,26,27,24,26,27,17,26,27,25,26,27,26,27,25,26,27,17,26,27,0,26,27,17,26,27,17,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,26,27,26,27,0,26,26,27,26,27,25,26,27,17,26,26,26,27,26,26,26,27,17,0,26,26,26,0,26,26,26,27,26,27,26,26,26,0,26,26,27,17,26,26,27,17,26,25,26,27,17,25,25,26,26,26,27,26,26,17,26,26,0,26,27,26,17,26,26,0,25,26,27,17,26,26,26,26,26,17,25,26,26,0,26,27,17,26,26,27,25,25,26,27,17,26,25,26,17,25,25,26,17,0,25,26,17,26,26,26,26,27,26,27,0,26,26,0,26,0,26,26,27,17,26,26,0,26,0,26,27,17,26,26,26,26,27,17,25,28,28,26,27,26,17,26,26,0,26,26,27,26,26,17,0,26,26,25,25,25,26,27,17,26,17,25,26,27,17,0,26,26,26,26,27,26,27,26,27,0,26,26,26,26,27,26,26,26,26,26,26,27,26,26,27,17,26,26,27,26,25,26,27,26,27,17,26,26,26,26,27,26,25,25,26,27,17,26,0,26,17,26,27,17,25,26,26,27,26,17,26,26,27,17,26,25,28,28,26,27,17,0,26,26,26,26,0,26,27,26,27,26,26,27,17,26,26,26,26,26,26,27,17,0,26,26,25,26,27,0,26,26,26,0,26,26,26,25,26,26,0,26,27,17,26,26,27,17,26,0,25,25,26,27,17,26,26,26,26,27,26,27,26,17,26,26,26,0,26,26,26,26,26,26,26,17,26,27,26,27,17,26,26,27,0,25,26,27,26,27,17,26,26,27,17,26,26,27,17,26,26,26,26,17,25,26,26,27,17,26,26,26,26,26,26,0,26,27,17,26,17,26,26,0,26,26,27,0,26,26,26,25,26,0,26,26,26,26,27,26,26,27,26,26,26,26,26,27,26,26,27,17,26,26,26,27,26,27,17,26,26,27,17,26,26,26,27,17,26,26,26,27,26,26,17,26,26,27,17,26,26,27,17,26,26,26,27,17,26,26,25,26,0,26,26,0,28,26,27,17,26,0,26,26,26,26,27,26,17,26,27,17,0,26,17,26,27,17,26,26,27,26,27,17,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,26,27,26,27,26,27,0,25,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,25,25,25,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,28,26,27,17,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,26,27,0,26,27,0,25,25,25,26,27,24,0,26,27,26,27,26,17,26,27,17,25,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,26,27,26,27,25,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,25,26,27,17,25,26,27,17,26,27,25,25,26,27,17,26,27,26,27,26,26,0,26,26,26,26,26,26,25,26,27,0,25,26,26,25,26,26,26,27,26,27,26,27,26,26,26,25,25,26,26,27,26,26,26,0,26,0,26,26,27,0,26,25,26,27,26,0,26,26,27,26,0,26,27,26,17,26,26,26,26,26,26,26,27,17,0,26,26,26,17,26,26,26,27,26,26,26,26,26,26,26,0,25,25,25,26,27,17,26,27,25,26,0,26,26,27,26,26,26,26,26,26,17,26,27,17,26,26,26,26,26,27,26,26,26,0,26,0,26,26,26,26,26,26,26,26,26,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,17,0,26,26,27,26,27,26,26,27,17,26,26,26,27,17,26,26,26,26,26,27,26,0,26,26,17,0,26,26,26,26,27,0,26,28,26,27,17,26,26,26,26,27,28,25,26,27,17,26,0,26,26,0,26,26,25,26,27,17,25,26,27,26,26,27,26,26,26,17,26,17,25,25,26,17,26,17,17,17,17,17,17,17,17,26,27,17,26,17,0,26,17,0,26,27,26,25,17,26,27,17,26,26,26,26,26,26,25,26,26,0,26,26,0,26,27,26,26,25,26,26,27,17,26,17,26,26,26,26,27,17,25,26,27,17,26,26,26,26,26,26,0,25,25,26,27,17,26,25,25,25,25,26,27,17,26,26,27,26,26,25,26,27,26,17,26,0,26,26,27,26,17,26,27,17,25,26,27,17,26,26,0,26,27,17,26,26,26,25,26,26,26,26,26,0,26,17,17,26,17,25,26,27,26,0,26,26,25,26,27,26,26,25,26,27,17,26,26,25,28,28,25,28,28,25,26,27,17,26,27,26,17,26,27,0,25,26,26,26,17,0,26,26,26,25,28,28,26,27,17,25,26,26,26,26,27,0,26,26,27,17,26,25,25,26,27,17,26,27,17,26,27,17,26,17,26,27,17,26,25,28,28,25,26,27,17,0,25,26,26,25,26,26,26,26,27,17,26,25,26,26,26,17,26,25,26,17,0,26,17,26,27,17,25,26,17,25,25,26,27,17,26,27,17,26,17,26,26,26,25,26,26,27,0,26,26,26,17,26,17,26,17,25,26,27,17,26,27,17,25,26,24,26,0,17,26,26,17,26,25,26,26,26,26,26,27,17,26,0,26,25,25,26,26,26,26,27,17,26,26,27,26,0,25,26,27,17,26,26,27,17,26,25,17,17,17,17,17,17,17,25,26,27,17,26,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,25,26,27,17,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,26,27,17,25,25,25,26,27,17,0,26,27,26,27,25,26,27,17,26,27,26,27,25,25,25,25,26,27,17,26,27,26,27,25,17,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,0,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,0,26,27,26,27,25,26,27,17,0,26,27,26,27,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,0,25,26,27,0,26,27,26,27,26,27,17,25,28,28,25,25,26,27,17,25,26,27,0,25,25,26,27,17,25,26,27,17,0,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,0,26,27,17,0,26,27,26,27,17,25,25,25,28,28,26,27,17,25,28,28,26,27,17,26,27,17,26,27,26,27,26,27,17,26,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,17,26,17,0,26,27,26,26,27,17,26,27,17,26,27,0,26,27,17,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,25,25,25,28,28,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,26,27,26,27,25,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,28,28,26,27,17,26,27,0,26,27,17,25,25,26,27,26,27,0,25,28,28,17,26,27,17,26,27,17,0,26,27,26,27,26,27,25,25,26,27,26,27,26,27,17,25,28,28,25,26,27,17,25,28,28,26,27,17,25,26,27,26,27,25,25,25,17,26,27,17,25,26,27,17,26,27,25,28,28,25,26,27,17,26,27,26,25,25,17,25,26,27,17,25,26,27,26,27,25,25,26,27,25,17,25,26,27,17,26,27,17,25,26,27,17,25,25,25,25,25,26,27,17,0,25,25,26,27,26,27,17,25,26,27,0,25,25,26,27,17,17,26,27,17,25,26,27,26,27,25,25,26,27,17,25,26,27,0,26,27,25,17,26,27,17,0,26,27,0,26,27,25,25,26,27,25,25,25,25,26,27,26,27,17,26,27,25,26,27,17,25,26,27,17,25,26,27,17,26,27,25,25,28,28,25,26,27,17,26,27,25,25,26,27,25,26,27,17,26,27,17,26,27,26,27,17,25,25,25,26,27,17,0,25,26,27,26,27,25,17,26,27,17,25,26,27,17,17,17,26,27,17,25,25,25,25,26,27,17,25,25,26,27,17,25,26,27,25,26,27,25,28,28,25,26,27,17,25,26,27,25,25,26,27,26,27,25,17,17,26,27,26,27,0,26,27,25,25,26,27,17,26,27,25,26,27,17,25,26,27,25,25,25,25,25,26,27,17,0,26,27,25,26,27,26,27,25,26,27,25,26,27,25,26,27,26,27,0,26,27,26,27,25,25,26,27,25,26,27,0,26,27,26,27,25,25,28,28,26,27,17,26,27,25,26,27,28,25,26,27,17,25,28,28,25,26,27,17,26,27,17,26,27,25,25,26,27,25,26,27,26,27,26,26,27,25,25,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,25,26,27,17,26,27,26,27,26,27,25,26,27,25,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,25,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,25,25,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,25,26,27,17,25,26,27,0,26,27,25,26,27,0,25,25,26,27,17,26,27,26,27,26,27,25,25,26,27,25,26,27,25,26,27,26,27,28,25,28,25,26,27,17,26,27,26,27,26,25,26,27,17,26,27,0,26,27,26,26,27,0,26,27,25,25,25,25,25,26,27,17,26,27,17,25,28,28,25,26,27,17,26,27,26,27,26,27,25,26,27,25,25,28,28,26,27,17,25,26,27,17,26,27,17,26,27,26,27,17,26,27,28,26,27,17,0,25,25,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,25,25,26,27,17,25,25,25,28,28,26,27,17,25,25,25,26,27,17,26,27,26,27,25,28,28,26,27,17,26,27,25,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,17,25,26,27,17,0,26,27,26,27,25,28,28,25,25,25,25,25,26,27,17,23,26,27,25,26,27,17,17,26,27,17,25,25,25,25,26,27,17,0,26,27,26,27,26,27,26,27,17,25,26,27,17,25,26,27,25,26,27,17,0,26,27,26,27,0,25,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,17,26,27,17,25,26,27,17,25,26,27,17,26,27,26,27,17,17,26,27,17,26,17,26,27,17,26,27,0,26,27,17,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,17,17,17,26,27,25,25,25,26,27,24,26,27,17,26,27,25,25,25,28,28,26,27,17,26,27,25,25,26,27,17,26,27,0,25,26,27,17,0,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,26,27,26,27,26,27,0,26,27,25,26,27,26,27,26,26,26,26,26,27,17,0,26,26,26,26,27,17,26,0,26,26,0,26,25,26,27,17,26,26,27,17,26,27,17,26,26,26,27,17,26,27,17,26,27,26,25,26,27,25,26,17,26,26,27,17,26,26,27,17,26,26,26,0,26,26,26,26,27,26,26,26,17,26,25,26,27,17,26,26,27,17,17,26,26,26,26,26,26,26,26,27,26,25,26,27,17,26,26,27,26,26,26,26,26,27,26,28,25,26,27,17,26,26,25,26,27,17,25,26,25,26,27,17,0,26,25,26,26,17,17,26,26,26,26,26,26,25,26,27,17,25,26,26,26,25,25,26,27,17,26,26,0,26,27,25,26,26,25,26,27,17,0,26,25,25,26,27,17,26,27,26,26,0,26,26,26,26,26,26,0,26,26,25,26,27,17,0,28,26,27,17,26,26,26,26,27,26,27,17,25,26,26,17,26,27,26,26,0,17,17,26,17,0,26,27,25,28,28,25,25,25,26,27,17,25,26,17,0,26,26,26,27,26,26,26,26,26,26,25,26,26,26,26,27,17,0,26,0,26,17,26,26,26,27,26,26,26,26,25,26,17,25,26,0,26,0,26,27,17,25,25,25,28,28,26,27,17,26,26,27,26,27,26,17,26,26,0,26,25,26,17,0,26,26,26,26,17,26,26,26,26,26,26,27,17,25,26,27,26,26,25,26,25,26,17,26,17,26,27,26,26,26,26,26,26,25,26,27,17,26,26,27,26,0,26,26,26,27,17,26,27,0,26,17,26,26,27,26,26,26,26,27,17,0,26,17,26,0,28,26,27,17,26,26,26,26,26,27,26,26,26,26,0,26,26,26,17,17,26,27,17,0,26,27,17,26,26,25,26,25,26,26,26,0,26,26,26,26,26,0,26,25,26,26,25,26,25,25,26,27,17,26,26,27,26,26,26,0,26,26,27,26,26,0,28,25,26,27,17,26,26,26,26,26,26,26,27,17,26,0,26,26,27,26,26,26,26,26,0,26,17,17,17,17,26,27,26,0,26,27,17,26,25,25,25,26,27,24,26,26,0,26,26,26,26,26,26,17,26,26,17,26,26,26,26,26,26,26,26,17,26,26,27,17,0,25,28,28,26,27,17,26,26,26,17,26,0,25,26,26,26,0,26,27,17,26,27,26,26,26,26,26,27,17,25,25,25,25,26,27,17,0,26,27,25,26,27,26,26,26,26,26,26,27,17,26,26,26,25,26,27,25,26,26,26,26,26,26,27,17,26,26,26,26,26,26,25,26,26,26,27,26,26,26,0,26,26,26,27,17,26,26,26,26,26,26,0,26,27,17,26,26,26,26,26,26,26,27,26,27,26,0,26,26,26,27,17,26,0,26,26,26,26,26,17,26,0,26,27,17,25,26,26,26,25,25,25,28,28,26,27,17,26,27,0,26,26,27,17,26,0,26,26,26,26,26,26,26,27,26,26,26,26,27,26,26,26,26,27,26,26,26,26,26,0,26,0,26,26,26,26,26,26,0,26,26,27,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,25,26,26,26,26,25,26,26,26,26,26,26,26,26,0,26,26,26,17,0,26,26,25,26,26,27,17,25,26,26,27,26,26,26,26,26,26,0,26,26,26,0,26,0,26,27,25,26,27,17,26,26,26,26,26,26,26,26,25,25,25,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,27,0,26,26,26,26,0,26,26,26,26,25,25,26,26,26,26,27,17,0,26,25,25,26,27,17,0,17,17,17,17,17,17,17,26,0,26,26,0,26,26,26,26,26,26,26,17,26,25,25,25,26,27,17,26,26,26,26,0,26,26,17,26,26,26,27,26,26,26,17,26,17,26,27,17,26,26,25,25,25,28,28,26,27,17,26,0,26,27,26,26,27,17,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,26,26,26,26,17,17,26,27,26,26,26,26,27,26,26,26,0,26,0,26,26,26,0,26,26,26,26,26,0,26,0,26,26,26,26,0,26,27,17,26,0,26,26,26,17,17,17,17,17,17,17,25,26,26,27,17,26,26,27,0,26,0,26,26,26,27,17,0,26,26,26,26,27,26,26,26,0,26,25,26,26,27,17,28,26,27,17,26,28,28,26,27,17,0,26,26,26,26,26,26,26,26,26,26,26,26,26,17,26,26,27,17,26,27,26,26,26,26,26,26,26,26,0,26,28,26,17,26,26,26,26,26,28,25,26,17,26,27,26,27,17,26,26,26,26,26,26,27,17,17,26,26,26,27,26,26,27,26,26,26,26,26,26,26,26,0,26,26,27,17,0,26,26,26,26,26,0,26,26,26,26,27,17,0,26,17,26,0,26,26,26,26,27,26,26,26,26,26,28,26,27,17,26,26,26,0,26,26,26,26,26,26,26,27,17,0,26,27,17,0,25,25,25,28,28,26,27,17,26,27,26,26,26,26,27,28,26,27,17,26,17,26,26,26,27,17,26,26,17,26,26,26,0,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,27,0,26,0,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,27,0,26,26,26,27,17,26,26,26,0,26,26,25,26,0,26,0,26,27,17,26,17,17,17,17,17,17,17,26,26,26,26,25,25,25,26,27,17,0,26,26,26,26,26,27,25,26,26,26,0,26,0,26,27,26,26,27,26,26,26,26,0,25,26,26,26,28,26,27,17,26,26,26,27,0,26,26,27,26,27,26,26,28,26,27,17,25,26,25,25,25,25,25,25,26,27,17,0,26,27,17,26,26,26,26,26,0,26,26,26,26,26,0,26,26,26,26,27,17,26,26,27,0,26,26,26,0,26,26,26,26,26,26,26,27,17,25,26,27,0,26,27,25,25,25,28,28,26,27,17,26,27,26,27,0,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,17,26,27,17,26,27,26,27,17,26,27,17,0,26,26,26,27,26,27,17,26,17,26,27,17,26,27,0,26,17,26,27,26,27,0,26,0,25,17,26,27,17,0,26,27,26,27,26,27,17,26,26,27,25,17,25,28,28,26,27,17,28,26,27,17,26,26,27,0,26,27,17,26,27,17,25,26,27,17,0,25,26,27,26,27,26,26,27,26,27,17,25,26,27,17,26,27,25,26,27,25,26,26,27,26,27,17,26,27,17,26,27,26,26,27,26,27,28,26,27,17,17,25,26,27,17,26,27,26,27,26,27,26,27,26,0,26,27,26,27,25,25,25,25,26,27,17,26,27,26,27,25,26,27,26,27,26,27,25,26,25,17,26,27,17,26,0,26,27,25,26,27,0,26,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,26,27,17,0,26,27,26,27,26,27,26,25,26,27,25,25,25,25,17,26,27,17,25,26,27,17,25,25,26,17,26,27,17,26,27,0,26,27,17,26,27,17,17,17,26,27,25,26,27,26,27,28,26,27,17,0,26,0,17,26,27,17,26,27,26,27,26,27,26,27,26,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,26,27,0,26,27,17,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,17,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,0,26,27,26,27,17,26,27,26,26,27,17,0,17,26,27,17,26,27,26,26,0,26,27,17,17,17,17,17,17,17,17,26,17,26,27,17,26,27,17,0,26,17,26,27,26,27,0,26,27,17,0,17,26,27,17,26,27,26,27,26,27,26,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,25,28,28,17,26,27,17,26,26,26,27,26,27,26,27,17,17,26,27,17,25,26,27,17,26,27,26,27,17,0,26,27,26,27,17,26,27,17,26,27,17,25,26,27,17,25,25,26,27,26,27,26,27,28,17,26,27,17,26,27,26,27,26,27,17,25,25,26,27,17,25,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,25,25,25,26,27,17,26,27,26,27,0,26,27,25,25,26,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,26,27,17,0,26,0,26,26,25,26,27,26,26,26,17,26,27,26,26,27,17,26,26,26,26,27,26,26,24,26,27,17,26,26,26,26,26,27,26,0,17,26,26,26,27,26,26,27,17,26,26,27,26,26,26,26,27,17,0,26,26,27,26,17,26,25,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,26,26,27,26,26,26,26,27,26,26,26,26,26,26,26,26,27,17,26,26,26,17,26,27,26,26,26,0,26,26,26,27,26,26,26,26,26,26,27,26,26,0,26,26,27,17,26,27,26,26,26,27,25,26,24,0,26,0,26,26,26,26,0,26,26,26,27,26,27,26,27,26,26,27,17,26,26,27,0,26,27,26,27,26,26,27,26,27,26,26,27,26,26,27,26,27,26,27,26,26,0,26,26,27,26,0,26,26,0,26,27,25,26,17,26,0,26,0,26,27,17,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,26,27,0,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,26,27,17,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,26,26,0,26,27,26,26,27,26,26,27,26,26,26,26,27,26,26,0,26,27,17,26,26,27,26,26,27,26,26,25,26,27,17,24,26,0,26,26,27,26,27,26,26,26,26,27,26,27,17,26,27,26,27,17,0,26,25,26,26,0,28,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,27,26,27,17,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,27,0,26,0,26,26,26,25,25,26,26,0,26,26,26,26,27,17,26,26,17,26,0,26,26,26,26,0,26,17,26,26,27,17,26,26,26,0,26,26,26,25,25,26,27,17,25,25,26,17,25,26,17,0,26,26,25,28,28,26,27,17,26,27,17,26,26,27,0,25,28,28,26,27,17,26,26,26,26,26,27,26,26,0,26,26,26,17,26,27,17,26,27,26,26,26,26,27,0,17,26,27,17,26,0,26,27,17,26,26,27,26,17,26,27,17,26,26,27,26,27,26,26,17,26,27,17,0,26,26,27,26,26,26,17,26,27,17,0,26,27,17,26,26,26,27,26,25,28,28,17,26,27,17,26,27,0,26,27,17,26,26,27,26,0,17,26,27,17,26,26,26,26,26,17,26,27,17,0,26,17,26,26,26,25,26,17,26,27,17,26,26,17,26,27,17,26,26,27,17,26,27,17,26,26,26,27,26,27,26,17,26,27,17,26,0,26,26,0,26,26,17,26,27,17,0,26,26,27,17,26,26,26,27,17,17,26,27,17,25,28,28,26,27,17,25,28,28,26,27,17,26,26,26,17,26,27,17,26,26,0,26,26,26,0,17,26,27,17,26,26,27,25,25,25,26,27,17,0,26,26,25,26,0,26,28,26,27,17,26,26,26,26,27,26,26,26,27,26,26,17,26,27,17,26,26,26,27,26,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,27,26,17,26,27,17,26,26,26,17,26,26,27,26,26,17,26,26,26,27,17,26,26,26,26,17,26,26,26,26,26,26,26,26,27,17,26,26,27,26,26,26,26,0,26,27,26,26,17,26,26,26,26,26,27,26,26,26,0,26,28,26,27,17,0,26,27,17,26,27,17,26,26,0,26,0,26,27,17,26,26,26,26,26,26,26,26,27,26,26,26,26,27,26,26,26,26,26,27,26,26,26,26,26,27,26,26,26,27,26,26,0,26,26,27,17,26,26,27,17,25,26,27,17,23,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,26,27,26,27,26,27,25,28,28,25,25,26,27,17,0,25,26,27,17,25,25,26,27,17,26,27,25,25,25,26,17,26,27,26,27,26,26,27,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,25,26,27,25,25,25,25,26,27,17,26,26,27,26,27,26,27,0,26,27,0,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,26,27,26,27,26,27,17,26,27,26,27,26,27,25,28,28,25,28,28,26,27,26,27,17,26,27,0,26,27,26,26,27,26,25,26,27,23,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,26,27,28,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,26,27,17,26,27,17,0,26,26,27,26,27,26,17,26,27,17,26,27,0,25,26,27,17,25,26,27,17,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,26,27,17,23,26,27,26,27,26,26,27,26,27,0,26,27,26,27,0,17,26,27,17,26,26,27,26,26,26,27,17,26,27,17,26,26,26,26,26,17,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,17,0,26,0,26,27,28,26,27,17,26,27,26,26,27,0,28,26,27,17,0,26,27,26,27,26,27,26,27,26,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,26,27,26,0,26,26,26,26,26,26,27,25,26,17,24,26,26,26,26,0,26,26,0,26,27,17,26,26,17,26,27,17,0,26,26,26,26,26,17,26,27,17,26,27,24,26,26,26,27,26,17,26,27,17,26,26,27,17,26,26,26,17,26,27,17,26,0,26,25,26,26,26,26,0,26,26,26,26,26,26,26,27,26,27,26,26,26,26,27,26,17,0,26,26,26,27,17,26,26,27,26,26,26,26,26,26,17,26,26,26,26,0,26,26,0,26,26,27,26,0,26,26,0,26,26,26,27,26,17,26,17,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,0,25,26,27,26,27,25,28,28,26,27,17,0,25,28,28,26,27,17,26,27,0,26,27,26,27,28,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,0,26,27,25,25,26,27,17,26,27,17,0,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,26,27,26,27,26,26,17,26,26,27,26,26,26,26,0,26,25,25,26,27,17,26,26,26,26,0,26,27,26,27,26,0,26,27,17,0,26,27,26,27,26,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,28,28,28,28,28,26,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,17,0,26,27,0,26,27,17,0,26,26,27,26,27,0,26,27,26,27,17,26,27,0,26,26,27,0,26,26,27,17,26,27,17,26,27,17,26,27,17,26,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,25,26,27,17,26,26,27,26,27,26,27,17,26,27,17,26,27,17,17,26,27,17,26,27,26,26,27,26,27,17,26,27,17,26,27,17,26,27,26,26,27,0,26,27,26,27,17,17,26,27,17,26,27,26,27,26,27,17,26,26,27,0,26,27,17,26,27,26,27,17,26,27,17,26,27,17,28,26,27,17,0,17,26,27,17,26,27,17,26,0,26,27,0,26,27,26,27,17,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,0,17,26,27,17,26,27,17,26,26,27,17,26,26,25,28,28,17,26,27,17,26,26,27,26,0,26,27,17,26,26,26,26,17,25,28,28,26,27,17,25,26,26,27,17,26,0,26,26,17,26,27,17,26,26,26,27,17,26,26,0,17,26,27,17,0,26,27,17,26,26,26,27,17,26,27,17,26,27,17,28,26,27,17,0,26,26,27,26,27,26,27,17,0,17,26,27,17,26,26,27,26,26,26,26,27,17,26,26,26,0,26,26,26,26,27,17,26,26,26,26,27,26,26,26,27,17,26,17,26,26,27,26,26,26,25,26,27,17,26,26,27,26,27,17,0,26,17,17,17,17,17,17,17,26,25,26,26,27,17,26,0,26,26,26,26,0,26,26,27,17,0,26,0,26,0,26,26,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,27,26,26,27,26,26,26,26,27,17,26,27,26,26,26,0,26,27,26,27,26,27,17,26,27,26,27,17,26,26,0,26,26,26,27,17,0,26,27,26,27,0,26,26,26,27,17,26,26,27,17,26,26,27,26,26,27,26,26,26,27,17,26,26,27,25,25,25,28,28,26,27,17,26,26,26,27,26,27,17,26,26,26,17,26,27,26,26,0,26,27,17,26,26,27,0,26,26,26,0,26,26,27,17,26,26,26,27,17,28,26,27,17,26,26,27,26,27,17,26,26,0,26,26,26,26,0,26,27,17,26,25,26,26,26,26,26,26,27,17,26,27,26,0,26,26,26,26,26,27,17,26,26,26,26,27,26,26,26,27,17,28,26,27,17,26,27,17,0,26,27,26,26,27,17,26,26,27,17,28,25,26,17,0,26,27,26,26,26,27,26,27,17,28,25,26,27,17,17,17,17,17,17,17,17,25,26,26,27,26,26,0,26,26,25,26,27,17,25,26,26,26,27,17,26,0,26,26,25,26,27,17,25,26,26,26,26,26,27,26,25,26,27,17,25,26,26,27,26,0,26,26,0,26,25,26,27,17,25,26,26,26,26,26,27,17,26,27,25,25,26,27,17,0,25,26,27,26,27,0,26,28,26,27,17,0,26,27,26,27,25,26,27,17,25,26,27,17,26,27,17,26,26,26,26,25,26,27,17,25,26,26,27,26,27,17,26,26,26,17,0,25,26,27,17,25,26,17,26,0,25,26,27,17,26,27,25,26,27,17,26,28,25,26,27,17,25,26,26,26,27,26,27,26,27,0,25,26,27,17,25,26,27,17,25,26,26,26,27,26,27,17,26,26,25,26,27,17,25,26,26,26,0,26,0,26,26,25,26,27,17,25,26,27,26,26,26,26,27,17,26,25,26,27,17,25,26,26,27,17,26,27,26,26,26,17,25,26,27,17,25,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,17,25,26,27,17,26,27,26,27,26,27,17,0,26,26,25,26,27,17,0,25,26,26,27,17,26,26,26,26,25,26,27,17,25,26,0,26,17,26,17,26,27,26,0,26,27,17,25,26,27,17,25,26,26,26,17,0,26,26,26,25,26,27,17,28,25,26,27,17,26,27,26,25,26,27,17,26,25,17,17,17,17,17,17,17,25,25,17,17,17,17,17,17,17,25,26,27,17,26,27,17,0,26,17,25,28,28,26,27,17,26,0,26,26,26,26,27,17,26,27,17,26,26,26,26,27,26,26,27,17,26,0,26,27,17,26,0,26,26,26,27,26,27,17,26,26,27,17,26,27,17,26,26,26,26,27,17,26,26,26,27,17,26,26,26,26,27,17,26,26,0,26,26,27,25,26,27,17,26,17,26,27,17,0,26,26,26,26,17,26,26,25,25,25,26,27,17,26,27,25,25,26,0,26,26,26,26,26,27,17,26,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,25,25,28,28,26,27,17,26,27,26,27,25,25,26,27,17,26,27,0,26,27,17,26,27,26,25,26,27,17,26,27,25,26,27,17,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,17,25,26,27,17,17,17,17,17,17,17,26,27,26,27,17,25,26,27,17,25,26,27,17,0,26,27,26,27,25,17,17,17,17,17,17,17,25,26,27,17,26,27,0,26,27,17,25,26,27,25,25,17,26,27,17,26,27,17,25,26,27,17,26,27,26,27,26,27,17,25,26,27,25,26,27,17,0,26,27,26,27,17,26,27,17,26,27,26,27,17,25,26,27,26,27,0,26,27,26,27,17,26,27,0,26,27,26,27,17,0,17,25,26,27,17,26,27,28,28,26,27,17,26,27,17,26,27,0,26,27,26,27,17,25,26,27,26,27,17,25,26,27,0,26,27,17,25,26,27,17,26,27,17,25,28,28,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,25,25,28,28,25,26,27,17,26,27,26,27,26,27,17,0,25,26,27,0,26,27,26,27,17,25,25,26,27,17,0,26,27,26,27,26,27,17,25,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,25,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,17,25,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,25,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,17,25,26,27,26,27,17,26,27,0,26,27,17,26,27,0,26,27,17,26,27,17,25,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,0,26,27,17,26,27,26,27,17,17,26,27,17,0,26,27,17,25,26,27,0,26,27,0,26,27,25,26,27,17,17,17,17,17,17,17,17,26,27,17,26,27,26,27,17,25,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,25,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,25,26,0,26,27,26,17,26,27,26,27,17,26,27,17,26,27,17,25,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,0,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,17,25,26,26,26,27,17,26,26,26,26,27,17,25,26,27,26,26,26,28,26,27,17,26,26,27,17,25,26,26,26,27,26,26,0,26,27,26,27,17,28,25,26,27,17,26,26,26,26,27,26,26,27,17,0,25,26,27,26,26,27,26,0,26,0,26,26,27,17,25,26,27,17,26,26,27,17,17,26,17,26,27,26,26,27,17,25,26,26,26,26,0,26,26,26,27,17,25,26,0,28,26,27,17,26,27,26,0,26,27,26,26,27,17,25,26,27,0,26,26,26,27,26,26,26,27,17,25,26,0,26,26,17,26,26,26,27,17,0,26,27,17,0,25,26,0,26,26,26,26,26,26,27,17,25,26,27,17,0,26,26,26,26,26,26,27,17,25,26,26,26,26,27,17,26,26,26,27,17,25,26,26,27,26,0,26,25,26,17,0,26,26,27,17,25,26,25,26,27,26,27,0,26,26,26,0,26,27,17,25,26,17,26,26,26,26,26,0,26,27,17,25,26,26,26,17,26,26,27,26,27,17,28,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,25,28,28,26,27,17,0,25,26,27,26,27,26,27,26,27,17,26,27,0,26,27,17,26,27,17,25,17,17,17,17,17,17,17,28,25,26,27,17,0,17,25,26,27,17,26,27,17,26,27,17,26,27,26,27,25,25,25,26,27,17,26,27,17,25,26,27,26,27,26,27,25,28,28,26,27,17,26,26,27,17,26,27,26,27,17,0,26,26,27,25,26,27,17,26,27,17,26,27,17,26,27,25,26,27,26,27,0,26,27,26,27,26,27,28,25,23,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,28,25,26,27,17,0,26,27,17,26,27,17,0,26,27,26,27,26,27,25,26,27,26,27,26,27,17,25,28,28,26,27,17,0,26,27,17,26,26,27,0,25,26,27,26,27,17,25,28,28,26,27,17,26,27,26,27,17,0,26,27,17,26,27,26,27,28,26,27,17,25,26,27,17,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,17,0,26,27,0,26,27,26,27,17,25,26,27,17,0,26,27,17,26,27,26,26,27,26,27,26,26,27,17,26,27,17,26,27,0,26,27,26,26,27,0,26,27,25,26,27,26,27,17,25,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,25,17,26,27,17,26,27,17,26,27,0,26,27,26,27,17,26,26,27,26,27,17,26,28,26,27,17,0,26,25,28,28,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,17,26,27,26,27,26,27,17,26,27,25,28,25,25,25,25,25,25,28,28,26,27,17,17,25,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,25,26,27,17,26,27,26,27,17,26,27,26,27,26,26,27,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,26,27,17,26,27,26,27,17,26,27,26,26,27,26,27,0,26,27,17,0,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,26,27,17,26,27,17,26,27,0,26,27,17,17,26,27,26,27,17,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,25,26,27,17,26,26,27,17,26,27,17,0,26,27,26,27,17,26,26,27,17,25,25,25,25,25,26,27,0,17,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,17,26,27,17,25,28,28,25,26,27,17,26,27,17,0,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,0,26,27,0,26,27,17,26,27,17,26,26,27,17,26,27,25,28,28,26,27,17,26,27,25,28,28,17,25,26,27,17,28,26,27,17,26,27,25,28,28,26,27,17,25,26,27,17,17,26,27,17,17,26,27,17,26,0,26,27,25,28,28,26,27,17,26,27,25,26,27,17,0,26,27,17,26,27,26,27,0,25,17,26,27,17,25,26,27,17,25,25,26,27,17,26,27,0,26,27,17,26,27,17,25,17,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,17,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,25,28,28,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,25,17,26,27,17,26,27,17,26,27,17,25,26,27,25,25,25,25,26,27,25,26,27,17,25,17,26,27,17,26,27,25,26,27,17,26,27,17,25,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,25,25,26,27,25,25,25,26,27,17,28,26,27,17,26,27,17,17,26,27,17,26,27,0,26,27,26,27,17,0,25,26,27,17,26,27,17,26,27,17,0,26,27,26,27,17,26,27,17,0,26,27,25,26,27,24,0,25,28,28,17,26,27,17,26,27,25,25,26,27,17,25,26,27,26,27,25,28,28,26,27,17,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,26,27,0,26,27,17,26,27,25,25,25,26,27,0,17,25,26,27,17,26,27,17,26,27,25,17,26,27,17,26,27,0,25,28,28,25,26,27,17,26,27,26,27,26,27,25,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,25,17,26,27,17,28,25,26,27,17,0,26,27,26,27,26,27,17,25,26,27,17,17,26,27,17,0,26,27,25,26,27,17,26,27,17,26,27,0,25,26,27,17,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,26,27,17,26,27,26,27,17,26,27,0,25,17,26,27,17,26,27,26,27,17,17,25,26,27,28,26,27,17,26,27,25,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,25,28,28,26,27,17,25,28,28,25,25,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,26,27,17,26,27,17,25,26,27,17,25,25,25,25,26,27,17,25,26,27,26,27,26,27,0,25,17,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,17,28,28,28,28,26,27,17,25,26,27,0,25,25,26,27,26,26,25,26,17,26,27,17,25,26,27,0,26,27,26,0,26,17,26,0,26,26,25,26,27,17,26,27,17,25,25,26,27,17,0,26,0,17,17,26,27,26,0,26,26,26,26,25,26,27,26,26,26,0,26,27,26,26,26,27,26,26,27,26,0,26,17,17,26,27,17,26,26,26,26,26,17,26,27,17,26,26,26,26,27,26,17,26,27,17,25,25,26,27,17,25,26,27,17,25,26,27,25,26,26,26,27,17,26,28,28,26,17,25,25,25,25,25,25,17,26,27,17,26,27,26,26,25,25,26,26,25,17,26,27,17,25,25,25,26,27,24,26,26,26,27,26,25,17,25,26,27,17,26,27,17,0,26,27,25,25,26,27,17,17,17,26,25,26,17,25,25,17,26,27,17,26,27,28,26,27,17,17,26,27,17,26,27,26,25,25,25,17,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,25,17,26,27,17,25,26,27,26,27,26,27,26,26,27,17,25,17,26,27,17,25,28,28,26,27,17,26,27,0,25,26,27,17,26,27,26,27,25,25,25,17,26,27,17,26,27,0,25,26,27,25,26,27,17,26,27,0,25,26,27,25,17,26,27,17,25,26,27,17,26,27,26,27,25,25,25,26,27,17,26,27,25,25,17,26,27,17,26,27,26,27,26,27,17,0,25,26,27,17,25,26,27,17,25,17,26,27,17,25,26,27,26,27,25,26,27,25,25,25,25,25,26,27,17,26,27,17,25,17,26,27,17,26,25,25,25,25,26,27,17,0,25,26,27,17,25,28,28,26,27,17,26,27,0,26,17,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,25,25,26,27,17,26,27,17,26,27,26,27,0,26,27,25,26,27,17,26,27,25,26,27,26,26,27,25,26,27,26,27,26,27,17,25,28,28,26,27,17,0,26,27,26,27,17,26,27,25,26,27,17,26,27,25,17,26,27,17,0,26,27,26,26,0,26,26,17,26,27,17,26,26,27,26,25,26,0,26,17,26,27,17,25,26,27,17,26,25,25,25,26,27,17,0,26,27,26,0,17,26,27,17,26,0,26,27,0,26,26,26,0,17,26,17,26,27,17,26,17,25,26,27,17,25,25,26,27,17,26,26,25,25,26,0,26,25,25,25,28,25,25,25,25,28,28,25,26,27,17,25,25,25,25,26,17,26,0,25,25,26,25,28,28,26,27,17,26,27,26,25,28,28,25,28,28,28,17,26,27,17,26,27,17,26,27,17,26,26,26,26,26,27,17,26,26,0,25,25,25,25,25,26,27,17,26,27,25,25,26,27,17,25,26,17,25,25,25,17,26,27,17,26,26,25,26,25,26,27,17,26,27,17,26,27,17,26,17,26,27,17,28,26,27,17,26,26,27,25,17,26,27,17,26,0,26,27,26,26,27,17,26,27,17,26,25,26,26,17,17,17,26,27,17,26,27,0,17,26,26,26,26,17,26,27,17,26,26,26,26,26,26,26,25,17,25,26,17,26,17,26,25,28,28,25,26,27,17,26,26,27,17,26,27,17,26,0,26,27,17,26,26,26,0,25,25,25,25,25,25,25,25,25,26,27,17,26,17,26,26,0,26,25,26,26,25,26,0,25,26,25,26,27,17,26,26,26,27,26,26,27,26,26,26,26,17,26,27,17,25,26,27,26,17,25,26,25,26,27,0,26,26,17,26,26,25,26,27,0,26,17,0,26,26,25,26,26,26,26,26,0,26,27,17,25,25,25,26,27,17,23,17,26,27,17,0,25,26,26,27,26,27,17,26,26,27,26,0,26,0,26,0,26,0,26,27,17,26,0,26,26,26,17,0,26,26,26,26,27,17,26,26,28,26,27,17,26,26,26,26,25,26,17,26,25,25,25,25,26,26,0,26,17,26,26,26,26,27,17,26,27,17,26,26,26,26,25,28,28,26,27,17,26,27,26,17,0,25,25,26,27,17,0,26,26,27,26,17,17,26,25,26,27,17,26,26,17,25,25,25,28,25,26,27,17,0,26,27,17,26,26,17,26,27,17,26,0,25,25,26,25,17,26,17,25,26,27,26,28,25,26,17,26,26,26,26,25,26,26,0,25,26,26,27,26,17,17,17,17,17,17,17,17,25,26,26,27,26,26,27,17,25,26,27,17,26,17,26,26,26,26,17,26,25,26,26,27,25,26,25,17,25,26,27,17,26,17,26,17,26,27,17,25,26,17,26,26,27,26,26,25,25,25,26,17,26,25,26,25,26,25,17,26,17,26,0,26,27,17,26,25,26,27,17,25,26,27,26,26,26,17,26,27,17,26,0,26,0,25,25,26,27,26,26,26,25,26,25,26,27,26,25,28,28,26,17,25,26,17,26,27,17,26,27,17,26,26,26,25,26,26,26,26,25,28,28,25,26,27,17,26,17,26,17,25,26,26,0,26,27,17,26,28,26,27,17,26,0,26,25,26,26,26,28,28,26,27,17,0,26,17,0,26,26,25,26,27,17,26,17,26,26,27,17,26,27,26,26,25,26,26,0,26,26,0,26,26,26,27,0,25,26,27,26,26,0,26,27,26,26,0,26,25,26,26,26,25,28,28,25,25,25,25,25,26,27,17,26,26,25,17,26,27,17,25,26,26,26,27,17,26,0,25,28,28,26,27,17,26,27,17,25,26,27,17,25,26,26,26,26,26,25,25,25,28,28,26,27,17,26,25,28,28,25,26,27,17,26,26,0,26,27,26,26,26,25,26,27,17,26,27,26,17,17,17,17,17,17,17,26,0,26,0,25,26,26,25,26,25,26,17,26,26,26,0,26,26,25,26,26,26,26,0,25,25,25,25,25,26,27,17,26,0,26,27,17,25,26,27,26,26,27,17,25,26,26,25,25,25,26,27,17,26,25,26,26,26,27,17,25,25,26,27,26,26,27,17,25,28,28,25,26,27,17,25,26,26,25,26,27,17,26,26,27,26,17,26,27,17,25,26,26,0,26,27,17,0,25,26,26,26,27,17,0,26,25,26,0,26,26,27,17,26,26,27,0,26,0,26,25,26,26,0,26,27,17,25,25,28,28,25,26,27,17,0,26,26,26,25,26,26,0,26,27,17,26,26,26,26,27,17,0,25,26,26,26,27,17,26,27,0,17,26,17,25,26,27,17,26,17,25,26,25,25,26,27,17,26,27,17,25,25,26,27,17,17,26,26,27,17,0,26,25,26,27,26,25,26,27,17,0,26,17,17,17,17,17,17,17,26,26,0,26,25,26,26,25,26,27,17,26,25,25,17,17,17,17,17,17,17,25,26,27,17,26,26,0,25,26,27,26,25,26,27,17,0,25,26,26,26,26,25,26,27,17,0,25,26,17,25,26,27,17,26,26,26,26,25,26,26,25,26,27,17,26,27,17,26,27,17,26,26,27,17,25,26,25,26,27,17,25,25,26,27,17,26,27,25,25,25,25,26,27,17,26,0,26,25,26,26,25,26,27,17,25,26,26,26,25,17,17,17,17,17,17,17,25,26,27,17,26,27,17,26,25,26,25,25,25,28,28,26,27,17,26,0,26,26,28,26,27,17,26,25,26,26,26,0,26,25,26,26,0,26,25,26,0,25,26,26,26,27,17,26,26,26,25,26,26,0,26,27,26,26,26,26,25,26,27,25,26,17,26,27,17,26,0,26,26,26,25,17,26,17,26,26,27,17,26,26,26,26,0,25,26,26,0,26,26,26,26,26,25,26,26,0,25,26,27,17,26,26,26,26,25,26,26,26,0,26,26,26,26,25,26,26,26,26,26,0,26,26,25,26,27,17,26,27,26,26,26,26,26,27,17,25,26,25,26,27,26,26,26,0,26,27,26,27,25,26,26,27,17,0,26,27,26,26,26,26,0,25,26,27,17,26,26,27,17,26,26,26,25,26,25,26,26,26,26,26,0,26,27,17,26,25,25,26,27,17,26,25,25,28,28,25,25,25,25,26,27,17,26,17,26,26,26,27,17,25,26,25,26,26,26,26,26,0,26,25,26,26,26,25,26,0,26,26,27,26,25,26,26,26,26,0,26,17,26,17,26,25,26,26,26,26,27,26,17,26,26,27,17,0,25,26,26,27,26,26,0,26,25,26,26,25,26,26,0,26,0,26,26,27,17,26,17,26,27,17,25,28,26,27,17,0,17,17,26,17,0,26,27,26,17,26,27,25,25,25,28,28,26,27,17,26,27,25,26,26,26,25,28,28,26,27,17,26,26,26,25,17,26,26,26,26,26,26,26,25,26,25,26,27,17,26,26,27,17,26,26,26,25,26,26,0,26,26,26,26,26,27,17,25,26,26,26,27,26,26,26,26,25,26,0,26,0,26,26,26,0,26,26,27,17,25,17,26,17,26,26,0,26,25,25,25,28,28,26,27,17,26,27,26,25,26,25,26,26,27,17,0,26,26,26,26,0,25,26,26,26,26,17,26,17,0,26,26,0,25,26,26,26,26,27,17,26,26,26,25,26,26,26,17,26,26,26,26,25,26,26,26,0,26,26,26,0,26,25,26,26,27,17,26,0,26,26,0,26,26,27,0,25,26,25,26,0,26,26,26,27,26,26,25,26,26,17,26,26,26,26,26,25,26,26,26,26,26,0,26,26,25,26,26,26,26,26,26,26,25,25,26,27,26,0,26,0,26,27,17,26,26,26,25,26,26,26,0,26,26,27,26,27,17,17,26,17,25,26,0,26,0,26,26,26,26,27,17,26,25,26,26,27,26,17,26,26,26,26,25,26,26,26,26,26,28,26,27,17,26,25,26,26,26,27,26,26,26,27,17,26,27,17,25,26,25,28,28,26,27,17,25,26,26,26,26,26,25,26,26,26,26,27,26,25,26,27,25,26,27,17,25,26,0,26,26,26,26,26,0,26,25,26,26,27,17,26,26,25,26,27,17,26,26,25,26,26,26,27,26,27,0,26,26,26,25,17,17,17,17,17,17,17,25,17,26,27,17,25,26,25,28,28,26,27,17,26,26,26,27,17,26,26,0,26,26,26,26,27,26,27,17,25,28,28,25,26,27,17,25,26,27,17,26,26,0,26,26,26,26,27,26,26,26,27,26,26,25,26,27,17,26,26,26,26,26,26,27,17,26,26,0,26,26,0,26,26,27,17,26,26,26,26,26,17,26,17,26,26,26,26,27,17,25,25,26,27,26,27,26,27,26,0,26,26,27,0,26,26,17,26,26,26,26,17,26,26,27,26,26,26,26,26,26,27,26,26,27,26,26,17,26,26,27,26,26,26,27,17,26,26,26,17,0,26,26,25,26,27,26,17,26,26,0,26,26,0,26,0,26,26,26,17,26,26,0,26,26,17,26,26,26,26,17,26,26,26,26,17,26,26,27,17,26,27,17,0,26,17,26,26,26,26,27,17,17,17,26,17,26,0,26,26,17,26,26,26,26,17,26,26,27,26,27,17,26,17,26,27,17,25,26,27,17,26,26,17,25,26,26,26,26,17,26,26,26,26,17,25,28,28,26,27,17,26,26,26,26,0,26,26,26,17,26,26,27,17,26,17,26,17,25,25,25,25,26,27,17,24,26,17,26,17,26,17,26,26,26,17,26,0,26,25,25,25,25,25,25,25,25,25,26,27,17,0,26,17,26,17,25,28,28,26,27,17,26,17,26,17,28,26,27,17,26,17,17,26,26,26,26,26,26,17,26,25,26,27,17,17,26,27,26,26,0,26,26,26,26,27,17,0,26,26,26,27,0,26,25,26,27,17,26,27,17,26,26,26,26,27,0,26,26,26,17,26,26,27,17,26,25,28,28,26,27,17,26,26,26,26,26,0,26,27,0,26,26,27,26,0,26,27,17,25,26,17,25,26,27,17,26,26,26,27,17,26,0,26,27,26,25,28,25,26,27,17,26,25,26,25,28,28,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,25,28,28,28,26,27,17,17,26,26,26,27,17,26,26,27,17,26,26,27,26,26,26,17,26,26,0,26,27,17,25,25,28,25,25,26,27,17,26,26,26,26,28,26,27,17,26,26,26,27,26,27,17,26,28,26,27,17,26,26,27,26,27,26,27,26,27,17,26,26,26,26,26,26,26,27,0,25,26,27,17,26,26,26,26,0,26,26,17,26,26,17,26,26,0,26,26,17,26,26,26,26,17,26,27,26,26,26,27,17,26,26,26,27,17,26,17,26,26,25,25,26,27,17,25,26,27,17,26,27,17,26,26,0,26,26,0,26,26,26,17,26,26,25,26,26,26,26,27,26,26,27,26,26,0,26,26,17,26,26,26,0,25,28,28,26,27,17,26,26,27,17,26,17,26,17,26,17,26,17,26,17,0,26,17,26,0,26,17,0,26,17,26,17,26,17,0,26,27,17,26,17,26,27,17,25,26,27,26,26,17,26,17,26,26,27,17,25,26,26,17,26,26,26,26,26,26,26,27,26,17,26,25,26,26,0,26,27,17,0,26,17,26,27,17,26,27,17,26,17,26,17,0,25,25,25,26,17,24,26,26,27,26,26,27,26,27,26,26,26,26,26,26,0,26,26,17,26,26,26,26,0,26,27,26,0,26,17,26,26,26,26,27,17,26,26,26,27,26,27,26,26,17,26,17,26,26,26,26,26,27,26,26,17,26,28,26,27,17,26,17,26,27,0,26,27,0,26,26,0,26,25,25,25,25,26,27,17,26,26,26,17,26,26,27,26,26,0,26,17,26,26,26,27,26,26,26,0,26,26,26,26,26,17,17,26,26,26,26,27,17,26,26,26,26,17,26,26,27,0,26,0,26,26,26,26,26,17,17,17,17,17,17,17,26,27,26,26,26,26,26,26,26,17,26,26,26,0,26,26,26,26,26,26,26,0,26,26,26,26,17,26,26,27,26,26,26,26,26,26,26,26,26,27,17,26,26,27,26,17,26,26,27,26,25,26,27,26,26,26,26,26,0,26,0,26,26,26,26,26,26,26,26,27,26,27,26,0,26,26,25,26,26,26,27,17,26,26,26,26,0,25,26,26,26,26,26,26,26,26,26,27,26,27,17,26,0,26,27,17,26,26,25,26,26,27,26,26,26,0,26,26,26,0,26,17,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,28,26,27,17,26,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,26,27,0,26,26,26,27,17,26,26,26,26,27,0,26,26,26,26,26,26,17,26,27,26,26,26,17,26,0,26,26,26,26,26,26,26,26,26,25,25,25,25,26,27,17,26,26,27,26,26,26,26,26,0,26,26,26,26,26,0,26,26,26,26,27,17,26,17,26,26,27,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,0,26,26,26,26,26,17,17,26,26,0,26,27,26,26,26,26,26,0,26,26,27,26,26,26,25,26,26,26,0,26,26,26,26,26,26,26,26,0,26,26,17,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,0,25,25,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,17,26,27,17,26,26,26,26,17,26,26,26,27,26,26,26,26,0,26,27,26,26,26,26,0,26,27,26,25,28,28,26,27,17,0,26,26,27,26,25,26,26,26,0,26,27,17,26,0,26,26,26,26,17,17,26,26,26,26,26,27,26,26,26,27,17,17,17,17,17,17,17,17,26,26,0,26,0,26,26,26,26,26,26,27,17,26,26,26,26,26,17,26,27,0,28,26,27,17,26,17,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,0,26,26,26,17,0,26,26,26,26,26,26,26,0,26,26,26,0,25,26,27,17,26,26,26,17,26,26,27,17,26,27,26,26,27,26,26,27,17,26,26,26,26,26,17,26,26,26,26,26,26,25,28,28,26,27,17,26,26,17,26,26,26,26,27,17,26,26,26,26,26,26,0,26,26,26,0,26,27,26,26,26,26,26,26,26,0,28,26,27,17,26,26,26,26,0,26,26,26,26,0,26,27,0,26,26,27,26,27,26,26,26,17,26,25,28,28,26,27,17,26,26,25,26,26,26,27,17,26,27,17,0,26,26,27,26,26,26,26,26,26,17,26,26,26,26,27,26,26,26,26,27,26,27,26,0,26,26,26,0,26,26,26,26,25,28,28,26,27,17,0,26,26,26,26,27,0,25,26,17,25,26,26,0,26,26,26,26,26,26,26,26,27,17,26,27,26,26,26,27,26,0,26,26,26,26,26,26,0,26,27,17,26,27,26,26,27,17,26,0,26,26,0,26,26,26,26,17,0,26,26,27,17,26,26,26,26,26,26,27,26,26,0,26,26,26,26,26,0,26,26,27,17,26,28,26,27,17,26,26,26,25,26,27,17,25,25,26,27,17,26,27,26,26,26,27,26,27,17,26,26,26,26,26,27,17,26,27,26,26,26,26,26,25,28,28,26,27,17,26,26,26,27,17,26,26,26,26,26,26,27,26,26,26,27,0,26,26,26,26,17,26,27,17,26,25,26,26,0,26,26,27,17,26,27,25,26,27,17,26,26,27,17,26,0,26,26,26,26,0,26,26,27,17,17,26,0,26,0,26,25,25,25,25,26,27,17,26,26,26,27,0,26,26,0,26,26,26,26,27,26,26,26,26,27,17,26,26,26,26,26,27,0,26,17,26,25,26,27,17,26,26,26,26,0,26,26,17,26,25,28,28,26,27,17,26,26,26,27,17,26,26,17,26,27,17,26,27,17,26,27,17,0,26,26,26,26,25,25,25,28,28,26,27,17,26,25,26,26,27,26,27,26,26,26,0,26,26,25,26,26,27,26,26,0,26,26,27,0,26,0,26,26,0,26,26,26,26,26,17,25,28,28,17,26,27,17,0,26,26,26,25,28,28,26,27,17,0,25,25,25,26,27,17,26,26,27,26,17,25,26,27,17,26,27,26,25,26,26,26,26,26,25,17,25,26,17,25,26,27,17,26,17,0,26,27,17,26,27,25,26,26,26,26,26,25,26,27,17,26,26,27,17,26,26,26,27,25,25,25,26,24,26,0,26,0,25,26,27,17,26,0,26,26,0,26,26,26,26,26,25,26,27,17,26,0,26,28,25,28,28,25,26,27,17,25,26,27,17,26,17,0,26,26,26,26,27,17,26,27,17,25,26,27,17,26,26,26,26,17,26,26,27,26,27,26,26,27,26,26,26,26,27,26,27,17,26,26,25,25,25,28,28,26,27,17,26,27,17,26,26,27,0,26,26,25,25,25,25,25,26,27,17,26,26,17,26,27,26,26,26,27,17,26,17,17,26,27,17,26,25,26,17,26,26,26,0,17,26,27,17,26,0,26,26,26,26,26,17,26,26,27,17,28,25,26,27,17,25,26,27,26,26,26,26,26,28,28,28,26,17,26,26,0,26,26,26,27,26,26,0,26,27,26,26,26,26,0,26,27,25,25,26,27,26,25,26,17,26,26,26,25,25,26,27,17,26,26,25,26,25,26,27,17,25,25,26,17,26,26,27,25,26,27,17,0,26,25,26,26,17,26,27,17,26,27,26,28,28,28,26,17,26,26,17,26,27,17,25,26,17,17,26,17,26,26,0,17,26,17,17,26,27,17,26,26,27,26,26,25,28,28,26,27,17,17,26,27,17,26,26,27,17,0,26,26,27,0,26,26,26,26,26,28,26,27,17,26,17,26,27,17,26,26,26,26,26,17,26,27,17,26,17,17,26,26,26,26,27,17,26,27,17,0,25,26,26,26,27,26,26,0,17,26,27,17,26,27,26,27,17,26,17,26,17,25,25,25,28,28,26,27,17,0,17,26,27,17,26,26,0,26,25,26,27,17,26,27,17,26,27,17,26,26,26,27,26,26,27,17,17,26,27,17,26,0,26,26,26,26,17,26,27,17,26,25,26,26,27,26,26,17,26,27,17,17,17,26,26,26,26,0,26,17,26,27,17,26,0,26,26,26,26,17,26,27,17,26,26,27,17,26,27,17,26,0,26,17,26,27,17,26,27,26,27,17,26,26,26,27,17,26,27,17,26,26,26,27,26,27,17,26,27,17,26,27,17,0,26,26,26,26,26,25,26,27,26,27,17,0,25,26,26,0,26,26,26,26,27,0,26,26,26,26,26,26,0,26,0,26,27,26,0,26,26,17,26,0,26,26,26,26,0,26,27,26,26,27,17,26,27,0,26,27,26,26,26,27,26,26,26,27,17,26,26,26,0,26,26,26,26,26,27,26,27,17,26,26,27,26,26,26,26,26,27,25,26,27,17,0,26,27,17,26,0,26,26,0,26,26,26,17,26,27,25,26,27,17,25,26,24,26,17,26,26,26,26,27,17,0,26,27,17,26,26,27,25,26,0,26,26,27,26,26,0,26,26,27,26,26,26,27,26,26,26,27,17,26,26,0,26,27,17,26,17,26,28,26,27,17,26,26,26,26,26,26,26,27,26,26,27,26,17,17,26,27,17,26,27,17,26,27,17,26,17,26,17,26,17,17,26,27,17,26,17,0,26,27,26,26,26,27,17,26,27,17,0,26,26,26,0,26,26,17,26,27,17,26,26,26,0,26,0,26,17,26,27,17,26,26,27,17,26,26,26,17,26,27,17,26,27,17,26,26,26,26,26,17,25,25,25,28,28,26,27,17,26,27,17,26,17,26,17,26,27,17,26,17,26,27,26,26,27,0,26,0,26,17,26,25,26,27,17,26,27,17,26,27,26,26,26,0,26,26,26,26,26,0,26,26,26,26,26,26,27,26,26,27,17,26,26,0,26,26,26,0,26,26,26,26,26,17,26,27,17,26,26,27,25,26,27,17,26,26,27,17,26,27,17,26,26,26,26,0,26,0,17,26,27,17,26,26,26,25,26,26,17,26,27,17,0,26,0,26,26,0,26,26,26,26,27,26,27,17,26,27,17,26,26,26,27,26,26,26,26,26,27,17,26,25,26,17,26,17,26,26,26,27,26,27,17,26,26,27,0,26,27,26,26,26,0,26,26,0,26,25,26,17,26,26,26,0,25,26,26,26,26,26,26,27,26,26,26,26,27,26,27,0,26,0,25,28,28,26,27,17,0,26,25,26,27,17,0,26,26,26,26,27,26,27,26,26,28,26,27,17,0,26,27,26,27,17,0,26,26,27,17,0,26,26,26,26,27,26,26,25,26,27,17,26,26,26,26,26,26,17,26,27,17,26,27,26,27,26,27,26,0,26,25,17,17,26,27,17,26,26,0,25,26,27,0,26,26,17,26,27,17,26,26,26,26,26,17,26,27,17,0,26,25,26,27,17,0,26,26,27,26,27,0,17,26,27,17,26,26,26,26,27,17,26,27,17,26,27,17,0,26,26,27,17,26,26,26,26,26,17,26,27,26,26,0,26,26,26,26,0,26,26,25,28,28,26,27,17,17,26,27,17,26,17,26,26,27,26,26,17,26,27,17,26,26,26,27,26,26,17,26,27,17,26,25,26,27,17,26,26,26,17,26,27,17,26,26,27,17,26,0,25,26,26,27,17,26,27,17,26,25,26,27,17,26,26,27,26,26,26,26,17,26,27,17,26,17,25,28,28,26,27,17,26,26,27,17,26,26,0,26,27,26,17,0,26,27,17,26,27,26,27,26,26,27,17,26,27,26,27,26,27,17,26,26,25,26,26,27,26,25,26,27,0,26,27,17,26,26,26,27,17,26,26,17,26,27,17,26,27,17,0,26,0,26,27,26,26,26,0,17,26,27,17,28,26,27,17,26,27,0,26,27,26,27,17,26,27,17,26,27,17,26,26,26,26,26,26,26,26,27,26,26,27,26,26,27,17,0,26,26,27,26,0,26,26,26,26,27,17,26,27,26,0,26,0,28,26,27,17,26,26,26,26,27,17,26,27,26,27,17,26,26,26,27,26,27,17,26,27,0,26,26,26,27,17,26,26,27,26,27,0,26,27,17,0,26,27,17,26,0,26,26,26,0,26,27,17,26,27,26,26,26,27,0,26,17,26,27,0,26,27,17,26,25,26,26,28,26,27,17,25,26,27,17,26,26,27,17,26,27,17,26,25,26,27,26,0,26,26,26,27,17,25,26,27,26,27,17,26,27,26,26,26,25,26,27,17,26,26,25,28,28,26,27,17,26,0,25,26,27,26,26,27,17,26,26,25,26,27,26,26,27,26,27,26,26,28,26,27,17,26,26,0,25,26,27,17,26,26,25,26,27,17,26,0,25,26,27,26,26,27,17,25,26,27,26,27,17,28,26,27,17,25,26,27,26,26,26,26,0,26,25,26,27,26,0,26,26,26,0,25,25,25,26,17,26,26,25,26,25,17,25,25,26,27,17,26,27,26,17,28,26,27,17,26,26,26,27,0,26,26,26,26,0,26,26,27,17,26,27,26,17,26,26,26,26,26,26,26,26,25,28,28,26,27,17,26,26,26,27,17,26,27,26,26,25,26,26,26,26,27,17,26,26,27,26,27,0,26,26,17,26,27,17,26,27,17,0,26,26,25,28,28,26,27,17,26,26,27,17,26,27,17,0,26,26,27,17,26,26,0,26,27,17,26,27,0,26,26,27,17,26,26,26,27,17,28,26,27,17,26,26,17,26,27,26,27,17,26,26,26,25,26,26,25,26,27,24,26,27,17,26,26,27,17,25,25,26,28,28,28,26,27,17,26,17,26,26,0,28,26,27,17,26,26,26,27,25,28,28,26,27,17,26,27,17,26,26,26,0,26,26,26,26,0,26,0,26,27,17,26,26,0,26,26,26,27,26,27,26,27,26,27,17,26,27,26,27,17,25,28,28,25,26,27,17,0,17,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,25,28,28,25,25,26,27,17,28,26,27,17,26,27,26,27,17,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,0,26,26,26,27,17,26,17,25,25,25,25,26,27,17,26,27,17,26,26,26,25,25,25,26,27,17,26,27,17,25,25,26,17,26,26,26,27,26,27,26,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,26,27,26,27,26,27,17,0,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,26,27,26,27,26,26,27,26,27,26,27,26,27,17,26,27,26,27,26,28,26,27,17,0,26,27,26,27,0,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,0,25,25,25,25,26,27,17,26,27,26,25,25,26,27,0,26,27,26,17,25,26,27,24,26,27,26,27,26,27,26,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,25,26,27,17,26,27,26,27,0,25,26,27,26,27,17,26,27,0,26,27,17,25,26,27,26,27,17,26,27,0,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,0,25,25,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,26,0,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,0,26,27,17,26,27,17,26,27,26,27,0,26,27,26,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,25,28,28,25,26,27,17,26,27,26,27,26,27,26,25,26,27,25,26,27,17,0,26,26,27,26,27,26,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,28,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,25,25,25,25,25,25,26,27,17,25,26,27,17,26,27,0,26,27,25,26,27,26,27,26,27,26,27,0,26,27,0,17,26,27,17,0,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,28,26,27,17,26,27,0,26,26,27,0,26,27,17,17,26,27,17,26,27,26,26,27,26,27,26,27,17,26,27,17,26,27,26,26,27,0,26,27,26,27,17,26,27,17,26,27,17,0,26,27,26,27,17,17,26,17,26,27,17,26,27,17,26,27,26,27,0,26,27,26,26,27,17,26,27,17,0,26,27,25,26,27,26,26,27,26,27,25,17,26,27,17,26,26,17,26,17,26,26,27,0,17,26,27,17,26,0,26,27,26,26,26,17,26,27,17,26,26,0,26,26,26,27,26,26,27,17,26,17,26,17,26,17,26,17,26,17,26,17,26,26,26,26,27,17,26,0,26,27,26,0,26,26,26,26,27,17,26,26,26,27,26,26,0,25,26,27,17,26,26,27,17,26,26,26,26,26,26,0,26,26,17,26,27,26,26,26,26,26,26,26,26,26,0,26,26,17,26,26,26,26,26,26,27,26,0,26,0,26,27,26,26,27,17,17,26,26,26,26,26,27,17,26,17,26,17,26,26,26,26,26,26,26,27,26,26,26,27,26,26,0,26,26,26,26,26,26,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,0,28,26,27,17,26,27,26,27,26,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,0,26,27,26,0,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,25,28,28,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,25,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,25,25,28,28,25,26,27,17,26,27,17,26,27,17,26,27,26,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,28,25,26,27,17,25,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,25,28,28,26,27,17,25,26,27,17,26,27,26,27,26,27,17,17,26,27,17,26,27,25,26,27,17,25,26,27,17,26,27,26,27,25,28,28,26,27,17,26,27,25,25,25,26,27,17,23,25,26,27,17,25,26,27,17,25,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,25,26,27,17,0,26,27,26,27,26,27,26,27,25,25,25,26,27,17,0,26,27,0,25,26,27,17,26,26,27,26,27,25,26,27,17,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,0,26,27,26,27,26,27,25,28,28,26,27,17,25,26,27,17,0,26,27,26,25,26,27,17,26,27,17,26,27,25,25,25,26,27,17,26,27,26,17,26,26,25,25,26,25,28,28,26,27,17,25,26,27,26,26,27,25,25,25,26,17,26,25,25,26,0,26,26,0,17,17,26,27,17,26,26,26,17,26,26,27,17,25,28,28,26,27,17,26,27,26,0,26,26,26,17,26,26,26,0,26,26,27,26,25,26,27,17,26,17,26,26,27,26,26,17,0,26,26,26,26,17,26,27,26,25,26,27,17,0,26,17,0,26,27,26,0,26,17,26,17,26,27,26,26,27,17,26,26,26,25,26,27,17,26,25,25,26,27,17,26,26,27,26,17,0,17,26,26,26,26,26,27,26,0,17,17,26,17,26,26,26,26,26,26,26,27,26,26,26,26,27,17,25,25,25,26,27,17,26,26,27,17,17,26,17,0,26,17,26,0,26,27,17,0,26,26,26,27,26,26,26,0,26,26,26,26,26,0,26,26,26,26,26,26,26,27,26,0,26,0,26,27,17,0,26,26,26,26,0,26,26,27,17,26,26,17,17,26,17,26,17,26,26,26,27,26,25,28,28,26,27,17,26,26,0,26,25,17,25,26,17,26,27,17,26,0,26,17,26,25,26,26,27,26,25,26,27,17,26,26,26,0,26,26,27,26,25,26,27,17,26,25,26,26,26,25,26,27,17,26,27,17,26,26,25,26,26,17,26,26,26,28,28,28,26,17,26,26,17,26,17,25,26,27,17,26,17,26,17,26,26,27,26,0,26,27,17,0,26,26,26,26,26,26,27,17,26,0,26,26,17,17,26,27,17,0,26,26,28,26,27,17,26,26,26,26,0,26,26,26,26,26,17,26,26,25,25,26,26,26,26,26,26,26,0,26,25,28,28,26,27,17,26,26,26,26,27,17,0,26,0,26,26,0,26,26,25,28,28,26,27,17,26,27,26,26,27,17,26,26,27,26,26,26,27,25,26,27,17,26,26,26,26,26,26,26,26,17,25,26,27,17,26,26,26,26,27,17,26,26,26,26,17,25,26,27,17,26,27,26,26,0,26,26,26,0,17,26,17,25,25,25,26,24,0,25,28,28,26,27,17,26,26,26,27,26,26,25,26,27,26,26,25,26,27,17,26,26,25,17,25,26,17,26,17,0,25,28,28,26,27,17,26,17,26,17,26,25,26,27,17,26,26,26,27,17,0,26,26,26,26,26,26,17,26,26,26,0,26,26,26,0,25,26,26,17,25,26,28,28,26,17,26,26,26,26,26,0,26,26,0,26,26,17,26,17,26,26,26,26,26,26,26,26,26,26,26,27,26,0,26,0,26,26,26,27,26,0,26,26,26,26,26,26,26,26,26,26,27,26,26,26,25,26,26,26,25,25,25,25,26,27,17,26,27,26,17,26,0,26,26,0,26,26,26,26,26,26,26,17,26,17,26,26,27,26,27,26,26,26,27,17,26,26,26,27,26,26,25,26,26,26,26,26,25,26,26,0,26,26,26,26,27,26,27,26,26,26,17,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,27,17,0,26,26,0,26,26,26,26,26,27,17,26,0,26,0,26,26,26,26,25,26,26,26,26,26,26,17,26,26,26,26,26,26,26,27,26,28,26,27,17,26,26,26,26,26,26,27,26,0,26,27,26,26,26,26,27,26,26,26,26,25,26,26,26,26,27,26,27,26,0,26,26,26,0,26,27,0,26,17,26,17,0,26,26,26,0,26,26,26,26,26,26,25,25,26,0,26,26,27,26,0,26,26,26,27,26,26,26,26,26,26,26,0,26,26,25,26,26,26,0,26,26,27,26,26,0,26,17,26,26,17,17,26,27,17,26,26,27,26,26,27,26,26,26,27,26,26,27,17,25,25,26,27,26,25,28,28,26,27,17,26,26,26,26,27,26,26,27,26,27,26,17,26,26,27,0,26,17,25,26,27,17,26,26,26,27,17,26,26,27,26,26,27,26,26,26,27,26,25,26,27,17,28,26,27,17,26,26,26,0,26,26,28,26,27,17,26,26,27,0,26,26,17,26,17,0,26,26,27,26,27,17,25,26,27,26,26,26,26,26,25,28,28,26,27,17,25,26,26,26,26,27,26,26,26,26,0,26,17,26,26,27,26,26,26,0,26,26,26,26,26,26,27,26,26,26,27,17,26,27,26,27,28,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,27,26,0,26,26,0,26,0,26,26,26,26,26,26,26,26,26,26,27,0,26,0,26,26,26,27,17,17,26,17,26,26,26,26,26,26,26,26,26,25,26,26,26,27,26,26,26,26,26,26,27,17,0,26,26,17,26,26,26,26,26,25,26,27,17,0,26,26,26,26,26,27,26,26,27,17,26,26,17,26,26,26,26,27,17,0,26,26,26,27,26,26,27,0,26,27,0,26,26,26,26,27,26,0,26,26,26,0,26,26,0,26,27,26,26,17,26,26,26,26,26,26,26,26,26,27,26,0,26,26,26,26,27,17,26,26,26,0,26,25,26,25,26,26,26,26,0,26,27,17,26,26,26,26,26,26,27,0,26,26,17,26,26,26,26,0,26,17,26,17,26,17,26,26,26,26,26,25,28,28,25,26,27,17,26,26,27,25,26,26,26,25,25,26,26,26,26,26,0,26,0,26,26,27,26,27,26,0,26,27,26,26,26,26,26,0,26,26,26,26,26,26,25,26,27,26,0,26,0,26,26,26,26,0,26,26,26,26,27,26,27,17,26,0,26,26,26,26,26,27,0,26,26,26,26,26,26,26,26,26,26,26,27,26,27,26,26,26,26,17,26,26,26,17,26,26,26,26,26,27,26,27,26,26,26,26,26,26,0,26,24,26,26,26,26,26,17,26,26,26,26,26,26,17,26,17,0,26,26,27,26,26,26,26,26,26,27,0,26,26,26,25,26,27,17,26,27,17,26,17,17,26,17,26,26,25,26,26,27,17,26,26,27,26,27,0,26,27,17,26,26,27,26,27,17,0,26,26,26,25,28,28,26,27,17,26,26,0,26,27,17,0,26,26,17,0,26,26,26,27,26,27,26,27,26,27,25,26,27,17,26,28,26,27,17,26,26,25,26,26,25,26,24,26,26,26,26,25,26,27,17,26,27,26,26,26,26,26,26,26,26,26,26,17,0,25,26,27,17,26,26,26,26,0,26,26,26,26,26,26,27,26,27,25,26,27,17,26,0,25,25,25,25,25,25,26,27,17,26,0,26,26,0,26,26,26,26,26,26,25,26,27,17,26,27,26,26,26,25,28,25,26,27,17,26,26,0,26,25,26,27,17,25,25,26,17,26,17,26,26,26,0,26,26,27,17,26,26,26,26,26,17,26,26,26,27,26,17,26,26,26,26,26,26,26,17,0,26,27,26,26,26,17,26,26,26,26,27,26,26,27,17,26,26,17,0,26,0,26,26,0,26,26,26,26,26,17,26,27,17,26,28,26,27,17,26,26,0,26,26,26,26,26,26,26,17,17,26,27,26,27,0,26,26,17,26,27,26,26,26,17,26,27,26,26,27,17,26,26,27,26,26,0,26,0,26,0,26,27,26,26,26,27,26,26,27,17,0,26,17,26,26,26,26,26,26,26,27,26,26,27,26,26,26,26,0,26,17,26,17,26,26,26,26,27,26,26,26,26,27,26,26,26,0,26,27,26,27,17,26,26,26,26,25,26,27,26,26,27,26,26,26,26,27,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,0,26,27,26,26,26,17,26,26,17,26,26,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,17,26,26,26,26,17,0,26,26,0,26,27,0,26,27,26,26,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,17,26,26,0,26,26,26,26,26,0,26,0,26,26,26,27,26,26,26,27,17,26,26,26,26,27,26,26,17,26,0,26,26,26,17,26,27,17,26,26,26,27,17,26,26,26,26,26,0,26,26,26,26,26,26,25,25,25,25,25,25,26,27,17,26,26,26,0,26,17,26,26,17,0,25,28,28,26,27,17,26,27,26,26,27,26,26,26,27,26,17,26,17,26,0,26,17,26,27,28,26,27,17,26,27,17,26,26,27,25,25,25,26,27,17,26,26,25,26,26,26,25,26,27,17,25,26,27,17,26,26,26,17,26,27,26,26,26,0,26,26,26,26,17,17,26,26,0,26,17,26,26,26,26,26,26,26,26,0,25,28,28,26,27,17,26,26,26,26,26,17,26,26,26,26,26,28,26,27,17,26,26,26,26,26,26,27,26,26,26,26,26,27,17,26,26,26,27,17,26,26,17,26,26,26,26,26,0,26,28,26,27,17,26,26,0,26,26,27,25,26,26,25,28,28,28,26,27,17,26,26,17,26,17,26,27,0,26,17,26,26,26,26,27,26,17,26,27,17,26,27,26,26,26,26,26,26,27,17,0,25,26,17,26,26,26,26,27,26,26,26,17,26,27,26,26,26,17,17,26,26,26,26,0,26,26,0,26,0,26,27,17,0,26,27,25,28,28,26,27,17,26,26,26,26,26,26,17,0,26,26,17,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,27,17,26,0,26,0,26,26,27,26,26,26,17,26,27,17,26,0,26,26,27,26,26,26,26,27,26,26,27,0,26,0,26,26,26,27,26,27,26,26,26,27,26,26,26,25,26,17,26,26,25,26,26,17,26,26,27,17,26,26,26,27,26,26,26,26,27,17,26,0,26,27,17,26,26,26,27,17,26,26,26,26,26,26,0,26,17,26,26,25,28,28,26,27,17,26,26,27,0,26,27,17,26,27,26,26,26,26,17,26,26,26,26,26,0,26,0,26,26,0,26,27,0,26,26,26,26,27,26,26,26,26,26,26,27,17,26,27,26,27,17,0,26,27,17,26,27,26,26,0,26,26,27,26,26,0,26,0,26,26,26,26,26,26,26,26,26,27,17,0,26,26,26,26,27,26,17,26,26,0,26,25,28,28,26,27,17,26,0,26,26,26,26,26,26,26,26,26,17,17,17,17,17,17,17,17,26,26,26,26,26,27,17,0,26,26,27,0,26,27,17,26,26,26,27,17,26,26,27,17,26,26,27,17,25,25,25,28,28,26,27,17,26,27,26,26,26,26,27,26,0,26,26,26,17,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,0,26,26,27,17,0,26,27,17,25,28,28,26,27,17,26,27,17,26,27,26,26,26,26,27,17,26,27,26,17,26,26,26,27,17,26,26,26,26,26,26,26,26,26,27,26,26,26,25,26,26,26,26,27,26,26,27,26,26,26,25,26,27,17,24,26,26,27,17,26,26,26,26,26,0,26,26,26,27,25,26,26,26,26,17,26,25,26,26,27,17,26,27,26,26,26,26,26,25,26,26,26,26,17,0,26,0,26,26,27,26,27,17,26,26,26,27,17,26,17,26,26,26,26,27,26,26,26,26,27,17,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,27,17,26,26,26,0,26,27,17,0,26,26,26,27,26,17,26,26,0,26,26,27,26,26,27,17,25,26,26,26,27,17,26,25,28,28,25,26,27,17,0,26,27,26,0,25,26,27,26,26,0,26,0,26,27,26,26,26,26,26,26,27,17,26,26,26,26,27,17,26,26,27,17,26,26,26,27,26,26,27,17,26,17,26,27,25,26,17,26,26,26,27,26,25,25,26,27,25,26,17,26,26,27,17,26,27,26,17,26,27,17,26,26,26,26,25,28,28,26,27,17,26,27,17,0,26,27,26,26,26,27,26,26,27,26,26,26,26,25,26,26,27,25,26,0,26,27,26,26,0,26,17,0,26,26,27,17,26,0,26,26,26,26,25,28,28,25,25,25,17,26,27,17,25,26,17,0,26,27,26,27,26,26,26,26,27,17,26,26,26,26,0,26,26,26,26,26,26,26,25,25,25,26,24,0,26,27,17,26,26,26,27,17,26,17,26,0,26,26,26,27,17,26,27,17,26,26,26,25,26,17,26,27,26,26,26,27,17,26,26,26,27,17,26,17,26,27,17,26,27,26,26,26,27,26,26,17,26,0,26,26,17,26,27,26,26,27,17,26,26,25,26,17,26,27,26,0,26,27,17,26,26,27,26,0,26,17,26,26,26,27,26,17,17,26,27,17,0,26,26,0,26,26,26,27,26,26,17,26,26,25,25,26,27,17,28,26,27,17,25,25,26,17,26,17,26,26,26,27,17,26,27,26,26,27,17,26,27,26,26,28,26,27,17,26,26,26,26,17,26,26,26,17,26,17,26,27,17,17,26,17,26,17,26,17,26,17,28,26,27,17,26,26,26,27,17,26,27,26,26,17,26,0,26,27,17,26,25,28,28,26,27,17,25,26,27,17,26,25,25,25,28,28,26,27,17,26,27,17,26,27,17,26,26,26,17,26,26,17,26,26,17,26,26,26,27,17,0,26,17,26,26,26,27,17,26,17,26,17,26,17,26,17,26,17,26,17,26,17,26,26,26,26,27,26,26,26,27,17,26,26,26,17,0,26,0,26,27,26,26,26,0,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,17,26,27,26,27,17,17,26,26,26,26,26,27,26,26,26,26,26,27,26,27,26,26,0,26,0,26,0,26,27,26,27,17,26,26,26,26,26,26,26,26,0,26,26,26,26,26,27,26,0,26,26,26,27,17,26,26,26,26,26,26,17,26,26,27,17,26,26,27,17,26,26,26,26,0,26,26,25,26,26,26,26,27,17,26,27,17,26,27,17,26,26,26,0,26,26,26,26,26,26,0,26,27,26,27,26,26,26,26,26,27,26,27,17,26,0,26,26,28,26,27,17,26,26,27,17,26,26,26,27,26,0,26,27,26,26,26,26,27,26,27,17,25,25,26,27,17,26,0,26,27,26,27,26,26,27,17,0,26,26,26,26,26,17,0,26,26,26,26,27,17,26,26,26,26,27,17,26,26,17,26,26,0,26,26,0,26,25,28,28,25,25,26,27,17,25,26,17,25,25,26,17,26,27,17,26,26,26,26,27,17,26,26,26,0,26,17,26,26,26,0,26,26,26,0,26,26,26,0,26,28,26,27,17,26,27,26,26,25,25,26,27,17,0,26,27,17,26,26,26,26,26,26,26,27,26,26,17,0,26,26,26,26,26,27,26,26,27,17,26,17,26,26,26,27,26,26,26,0,26,17,26,17,0,26,26,0,25,26,17,26,0,26,25,26,17,26,25,26,17,26,26,26,26,26,27,28,26,17,0,26,27,26,27,26,26,26,26,26,26,27,26,27,26,26,26,0,26,0,26,26,0,26,27,26,27,17,26,26,26,27,0,26,0,26,17,26,27,26,26,28,26,27,17,0,26,0,26,26,26,26,0,26,26,27,26,27,17,26,26,26,26,27,26,26,0,26,26,27,26,26,26,27,26,26,17,26,27,17,0,26,26,26,26,27,26,27,26,26,27,17,26,26,26,26,26,26,26,26,0,26,26,27,26,17,0,26,26,27,17,26,26,0,26,0,26,26,27,26,17,26,26,26,26,26,26,26,17,26,27,17,26,26,26,26,26,27,26,27,17,26,27,17,25,25,26,26,26,26,27,26,26,26,26,27,17,25,26,27,26,27,28,26,27,17,26,27,17,26,27,17,28,25,25,25,28,28,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,0,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,27,17,26,25,26,26,26,27,17,26,26,26,17,26,26,26,26,26,26,27,26,27,17,26,26,26,26,26,17,26,0,26,27,17,0,26,26,26,27,17,26,26,27,26,27,26,26,26,27,26,0,26,26,26,26,27,26,27,17,26,26,25,25,25,28,28,26,27,17,26,26,26,27,26,26,26,26,27,26,26,26,26,26,26,0,26,27,17,0,26,27,26,26,27,26,26,26,26,27,26,26,26,0,26,26,26,26,26,27,17,26,27,26,26,26,26,26,28,26,27,17,26,27,26,17,26,17,26,26,26,26,26,26,26,26,26,0,26,26,27,17,26,26,27,17,26,26,26,0,26,26,26,26,27,17,0,26,27,17,26,25,25,26,27,26,26,27,26,26,26,26,26,27,17,26,26,26,26,26,26,26,0,26,26,26,26,0,17,28,28,28,28,28,28,26,17,26,27,17,26,27,17,26,27,17,0,26,27,26,17,26,27,17,26,26,27,17,26,26,26,26,26,26,26,27,17,0,26,17,26,17,0,26,26,26,0,26,26,27,17,26,27,26,0,26,26,26,26,27,25,26,27,17,26,26,26,26,27,26,27,0,26,26,27,17,26,27,17,26,27,17,26,26,0,26,26,26,27,17,0,25,28,28,25,26,27,17,26,26,27,17,26,27,17,26,26,26,27,17,26,26,0,26,17,26,17,26,26,26,27,17,26,27,26,27,26,26,26,27,26,26,27,17,25,26,26,0,26,27,26,17,0,26,26,26,27,17,26,26,27,26,17,25,28,28,26,27,17,26,27,26,26,27,17,26,27,26,27,25,25,25,28,28,26,27,17,25,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,26,27,17,25,25,26,27,26,27,26,27,17,26,27,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,0,26,26,27,26,27,0,26,27,17,26,26,27,17,28,26,27,17,26,27,17,26,27,26,27,17,25,26,27,26,27,26,27,0,26,27,17,26,17,26,27,26,27,26,27,17,0,26,26,27,26,27,17,26,27,0,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,25,26,27,26,27,17,26,27,26,27,26,27,26,26,27,17,25,28,28,25,26,27,17,0,26,27,26,27,26,27,26,27,26,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,26,27,17,26,27,26,27,26,27,25,25,26,27,26,27,26,26,27,17,25,25,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,0,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,28,26,27,17,26,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,25,26,27,24,26,27,17,26,0,26,27,26,27,26,27,26,27,26,27,28,17,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,17,26,27,26,27,17,26,27,0,26,27,17,26,26,27,0,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,25,25,25,26,27,17,24,26,27,26,27,17,26,27,17,0,25,28,28,26,27,17,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,26,0,26,27,26,27,17,26,26,17,0,26,26,27,26,26,25,26,27,17,26,27,17,26,27,26,27,26,27,26,25,26,17,26,27,17,26,0,26,27,26,26,25,28,28,26,27,17,25,28,28,26,17,26,27,17,26,27,17,25,26,26,27,26,26,26,25,26,27,17,26,26,17,26,26,26,25,28,28,26,27,17,26,27,17,26,26,26,17,0,25,26,27,0,26,26,26,27,17,26,26,26,0,26,26,26,27,17,26,27,17,26,27,17,26,26,17,26,17,25,26,17,26,27,26,27,17,17,26,26,27,17,26,25,28,28,26,27,17,26,26,26,27,17,26,26,25,26,26,0,26,25,26,27,17,26,27,17,26,25,26,26,0,25,26,27,25,28,28,26,27,17,25,26,27,17,26,27,17,26,26,25,26,26,27,0,26,17,26,26,27,17,26,0,25,26,26,25,26,28,26,27,17,25,26,27,17,25,26,27,17,0,26,26,26,17,26,26,25,26,27,25,26,27,17,0,26,26,27,26,27,26,27,26,27,25,26,27,26,27,17,26,27,17,26,26,26,27,17,26,17,26,26,27,17,26,25,26,27,26,27,17,0,26,25,26,27,17,26,26,27,17,26,26,25,26,27,17,25,26,26,0,26,25,26,27,17,26,26,27,17,26,0,26,26,27,17,25,26,26,27,17,26,17,26,0,26,26,25,26,26,26,27,17,26,26,26,0,26,27,25,25,28,28,26,27,17,0,26,27,17,26,27,17,26,26,17,26,27,17,25,28,28,26,27,17,26,26,25,26,27,17,26,0,25,26,26,27,26,26,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,17,0,26,27,26,27,26,27,0,26,27,17,25,25,25,26,27,17,0,26,27,17,25,26,27,25,28,28,25,26,27,17,26,27,26,27,25,26,27,17,26,27,0,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,25,25,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,25,26,27,17,28,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,25,26,27,17,26,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,25,26,27,0,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,0,26,27,17,17,26,27,17,25,26,27,26,27,17,26,27,17,26,27,17,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,0,26,27,26,27,17,26,27,0,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,17,0,25,25,25,25,26,27,24,0,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,17,17,26,27,17,26,27,26,27,17,26,27,25,28,28,26,27,17,0,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,17,25,26,27,17,26,27,17,26,27,0,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,17,26,26,0,26,27,17,17,26,27,17,25,26,27,17,17,26,17,26,27,17,26,26,17,26,27,17,26,26,26,27,26,27,17,26,17,26,27,17,26,26,0,26,27,17,26,26,27,17,26,17,26,26,26,25,26,27,17,26,17,26,27,17,26,26,26,27,26,26,17,26,27,17,26,27,17,26,27,0,26,17,26,27,17,26,26,27,0,26,26,27,17,26,27,17,26,26,17,26,27,17,26,17,26,27,26,27,17,26,26,25,26,24,26,26,26,27,17,26,27,17,26,27,26,26,26,26,0,26,26,27,17,25,28,28,25,28,28,26,27,17,26,26,0,26,26,26,17,26,27,17,26,26,0,26,26,26,27,17,17,26,27,17,26,27,17,26,27,26,26,27,17,26,27,17,17,26,27,17,26,26,27,17,26,26,27,17,26,17,26,27,17,25,25,25,25,26,27,17,26,26,27,17,26,26,17,26,27,17,26,26,27,17,26,26,27,17,26,17,26,27,17,26,17,26,27,17,26,26,26,27,17,26,0,26,27,26,0,26,27,17,26,26,26,27,17,26,26,17,26,26,0,25,26,27,17,0,26,26,27,17,26,0,26,26,27,26,26,27,17,26,27,17,26,27,17,26,0,26,26,26,26,27,17,26,0,26,27,17,0,26,17,0,26,26,26,26,26,17,25,26,27,17,23,26,27,26,17,28,26,27,17,26,27,17,26,26,26,27,17,26,26,27,26,26,27,17,26,26,26,27,17,0,26,26,25,26,27,26,26,26,26,27,17,26,0,26,26,27,26,26,27,17,26,26,27,17,26,26,26,26,26,27,17,0,26,26,27,17,28,26,27,0,26,27,17,26,26,26,26,17,26,27,17,26,26,26,0,26,26,27,26,26,27,17,26,27,26,27,26,17,26,26,26,27,26,27,17,26,27,17,17,26,17,25,28,28,26,27,17,26,27,17,26,27,26,26,27,17,26,26,26,26,26,26,17,26,27,17,26,25,26,26,26,26,0,28,26,27,17,26,27,17,25,26,27,17,26,0,26,26,26,26,0,26,27,17,26,25,26,26,27,0,26,26,26,26,27,17,26,26,0,26,17,17,26,27,17,26,26,26,27,17,26,26,25,28,28,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,17,26,27,17,25,26,17,28,26,17,26,27,17,26,26,27,17,17,26,27,17,26,26,26,26,26,17,0,17,26,27,17,26,26,27,26,27,17,26,26,17,26,27,17,26,27,17,0,26,26,26,27,26,28,25,17,26,27,17,26,26,27,17,26,27,26,26,25,17,26,27,17,26,27,17,25,26,0,26,27,17,26,26,27,17,17,26,27,17,0,26,27,17,26,17,26,26,27,17,26,27,25,17,25,26,27,17,26,26,26,26,17,26,27,17,0,25,17,26,27,17,26,0,26,26,27,26,26,27,0,26,27,17,25,26,17,24,25,25,25,26,0,26,26,26,27,0,17,26,27,17,26,27,17,26,27,26,26,26,27,17,0,26,0,26,17,25,25,25,26,27,17,25,26,26,26,27,17,26,26,26,27,17,26,26,26,26,26,26,26,27,26,26,26,26,17,26,26,26,26,27,26,26,17,0,26,27,17,25,25,26,24,26,26,26,0,26,27,0,25,28,28,25,26,27,17,26,27,26,26,25,28,28,26,27,26,17,26,25,26,0,26,0,26,26,26,27,25,28,28,26,27,17,26,27,26,26,26,27,25,26,27,26,26,0,26,26,17,25,26,26,26,28,28,28,28,28,28,26,17,26,25,28,28,26,27,17,28,25,25,25,26,17,26,0,28,26,17,26,26,26,17,0,28,25,25,26,27,17,26,26,26,26,27,17,26,17,25,26,27,26,27,17,26,17,26,17,26,17,26,17,26,26,26,26,26,25,26,27,17,26,27,17,0,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,25,25,28,28,26,27,17,26,26,0,25,26,27,26,27,17,25,26,17,26,26,27,0,25,26,27,0,26,26,26,26,25,26,27,26,25,26,26,25,28,28,25,25,26,27,17,0,26,26,26,27,26,26,0,26,0,25,25,28,28,26,27,17,25,26,27,26,26,26,25,26,27,25,26,27,25,26,27,26,27,26,27,25,26,27,17,26,27,0,25,26,27,25,26,27,25,26,27,28,26,27,17,26,27,28,25,26,27,17,17,26,27,17,26,27,0,26,27,26,27,25,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,0,25,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,25,25,26,27,17,0,26,27,25,26,27,28,25,26,27,17,25,26,27,17,25,26,27,25,28,28,26,27,17,25,28,28,17,26,27,17,26,26,25,26,27,17,26,25,26,27,26,26,26,27,17,25,17,26,27,17,25,28,28,26,27,17,25,17,26,27,17,17,26,27,17,26,26,27,26,25,25,26,27,17,26,27,25,25,17,26,27,17,26,26,26,25,25,28,28,26,27,17,0,28,26,27,17,25,17,26,27,17,25,26,24,26,25,26,27,26,0,26,0,25,17,26,27,17,0,25,26,27,26,26,28,26,27,17,26,25,17,28,26,27,17,26,26,25,26,27,0,26,25,28,28,25,26,27,17,25,17,26,27,17,26,26,0,26,27,25,26,27,0,26,27,26,0,26,27,17,26,27,17,28,25,25,26,17,25,25,26,27,26,0,26,25,28,28,26,27,17,26,26,0,26,26,25,25,26,27,26,26,26,26,26,26,27,17,0,26,25,26,27,17,26,25,28,28,25,26,27,17,26,27,0,26,0,26,26,27,25,25,26,27,26,26,27,26,26,27,25,26,27,25,26,27,0,26,26,26,0,25,26,27,26,26,26,27,17,26,25,26,27,26,27,0,25,26,26,26,27,17,26,27,25,26,27,26,0,26,26,25,26,27,17,25,25,25,28,28,26,27,17,0,25,26,27,0,26,26,27,26,26,0,25,25,17,26,27,17,26,26,27,26,27,17,25,26,27,17,26,26,26,26,25,26,27,0,26,26,26,26,26,27,17,25,26,27,17,25,26,27,17,26,25,26,27,26,25,26,27,25,26,27,17,25,26,25,26,27,26,27,17,26,25,26,27,26,26,26,27,17,26,26,26,27,26,26,26,17,17,26,27,26,27,17,0,26,17,26,25,26,27,25,28,28,25,25,26,27,17,26,26,26,26,26,26,0,26,26,26,0,25,26,27,26,26,26,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,27,17,26,0,25,25,25,26,27,17,0,25,26,26,26,26,0,26,28,26,27,17,26,26,26,27,26,26,17,26,27,17,25,28,28,17,17,26,27,17,26,26,26,25,26,27,26,26,26,26,27,26,27,17,26,25,17,26,27,17,26,28,17,26,27,17,26,27,28,26,27,17,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,0,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,0,17,26,27,17,26,27,0,26,27,26,26,27,26,27,17,26,27,17,25,26,27,0,25,26,27,25,26,27,26,27,25,26,27,17,26,27,17,25,28,28,25,26,27,17,26,27,25,25,25,25,26,27,17,26,27,0,25,25,26,27,17,25,17,26,27,17,26,27,26,27,25,26,27,26,26,27,26,27,17,25,26,27,26,27,17,26,25,26,27,26,26,26,27,26,26,25,26,25,26,27,26,26,26,26,26,0,26,26,27,26,26,17,26,26,26,27,17,26,26,28,26,27,17,26,0,26,27,26,27,26,26,27,17,0,26,0,17,26,27,17,26,26,27,26,26,0,26,17,26,27,17,0,26,27,17,26,26,26,0,25,28,28,26,27,17,26,26,26,25,26,25,26,27,17,26,28,25,17,26,27,17,26,26,26,26,26,25,17,17,26,27,17,0,25,25,28,28,28,26,27,17,26,26,25,26,26,25,17,26,27,17,26,0,26,25,26,27,26,27,17,0,25,25,26,27,17,25,17,26,27,17,26,27,25,26,27,0,26,27,0,25,25,26,27,0,26,26,25,26,27,17,25,25,26,27,26,28,25,26,17,26,27,17,26,26,26,25,26,27,25,26,27,17,25,28,28,25,26,27,17,25,25,25,26,27,17,17,17,17,17,17,17,17,26,25,26,27,26,26,25,26,27,25,26,25,26,27,17,26,26,26,26,25,26,27,25,26,27,17,26,26,27,17,26,25,26,27,17,25,26,26,25,25,26,26,25,25,25,26,27,17,26,27,17,0,26,26,17,26,25,25,26,27,25,26,27,26,27,26,27,26,27,26,26,27,17,25,26,25,25,26,27,23,26,27,0,26,27,17,0,26,27,26,27,26,27,25,26,27,25,26,27,26,27,0,26,27,26,27,26,27,25,26,27,17,0,25,26,27,17,26,27,26,27,26,17,17,26,27,26,27,26,27,25,26,27,26,27,26,17,26,27,26,27,25,28,28,26,27,17,26,27,17,25,25,26,27,26,27,26,27,17,26,27,0,26,27,0,26,26,27,28,25,26,27,17,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,25,17,17,26,27,26,27,17,26,27,17,17,26,27,26,27,25,26,27,26,27,17,25,26,27,25,25,25,26,27,24,26,27,0,26,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,17,17,26,27,17,28,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,26,27,26,27,17,26,27,26,27,0,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,0,28,26,27,17,26,27,17,25,26,27,26,27,0,26,26,27,26,27,0,26,27,26,27,0,25,25,26,27,17,0,26,27,17,26,27,26,27,25,28,28,26,27,17,25,26,27,17,25,26,27,25,26,27,17,26,27,26,27,17,25,26,27,26,27,26,27,26,27,0,25,26,27,0,25,28,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,26,27,25,25,25,25,28,28,26,27,17,26,27,26,27,17,25,26,27,26,27,25,26,27,17,0,25,26,27,17,25,26,27,26,27,26,27,17,0,26,27,26,27,0,25,26,27,25,26,27,25,26,27,17,23,26,27,26,27,26,27,0,26,27,25,25,26,27,17,25,26,27,17,25,26,27,23,26,27,17,26,27,26,27,17,26,27,25,17,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,25,26,27,26,27,17,26,27,17,17,26,27,17,26,27,26,27,17,26,27,0,25,26,27,26,27,26,27,25,26,27,17,25,26,27,26,27,25,17,25,26,27,17,0,28,25,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,25,25,25,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,25,25,25,28,25,25,25,25,25,25,26,27,17,26,27,17,0,25,26,27,17,26,27,25,17,26,27,0,25,26,27,0,28,28,28,28,28,26,27,17,26,27,26,27,0,26,27,26,27,25,26,27,26,27,17,26,27,17,26,27,0,26,27,25,17,17,17,17,17,17,17,25,26,27,17,26,27,25,25,25,25,25,25,26,27,17,25,25,26,27,17,26,27,26,27,26,27,25,25,26,27,28,26,27,17,0,17,26,27,26,27,26,27,26,27,26,27,0,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,17,0,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,26,27,17,26,27,17,26,27,17,26,27,0,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,28,28,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,0,17,17,17,17,17,17,17,26,27,26,26,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,25,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,25,25,25,28,28,26,27,17,0,26,27,26,27,26,27,26,27,17,26,0,25,28,28,26,27,17,26,27,17,0,25,26,27,17,26,27,26,27,17,26,27,28,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,17,25,26,27,26,27,26,27,0,26,27,26,26,27,17,0,26,27,26,27,0,25,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,26,27,25,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,17,26,27,25,28,28,26,27,17,26,27,28,26,27,17,0,26,27,26,27,0,25,26,27,17,25,25,26,27,17,26,27,26,27,17,26,27,26,27,17,0,26,27,26,25,26,27,17,26,27,25,26,27,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,25,26,27,17,26,27,17,26,27,0,26,27,26,27,26,26,27,25,17,26,27,17,26,27,0,26,27,26,27,25,25,25,25,25,26,27,17,24,26,27,26,27,0,25,28,28,26,27,17,26,27,26,27,25,26,27,17,25,26,27,26,27,26,27,25,25,25,26,27,17,26,27,26,26,27,25,25,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,0,26,27,26,26,27,17,17,26,26,27,17,26,27,17,26,27,0,26,27,26,26,27,17,0,26,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,25,26,17,26,27,26,26,0,26,26,17,26,26,27,28,26,27,17,26,26,26,0,26,27,26,26,27,26,26,27,17,28,26,27,17,26,0,26,26,26,25,25,25,26,27,17,23,23,26,26,26,0,26,26,0,25,26,26,0,26,26,27,26,27,0,17,17,26,27,17,26,26,26,26,17,26,17,26,26,26,27,17,26,26,0,26,26,26,17,26,26,26,0,26,26,26,25,25,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,23,26,27,26,27,0,26,27,17,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,17,0,26,27,26,27,28,26,27,17,25,28,28,26,27,17,26,27,26,27,26,0,26,27,0,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,26,26,27,0,26,25,17,25,26,17,26,17,0,26,0,26,27,28,26,17,26,26,26,27,17,26,26,26,26,26,0,26,26,26,26,26,0,26,26,26,26,0,26,26,27,17,26,17,26,17,26,26,26,26,26,26,26,26,27,26,26,27,26,17,0,26,27,17,26,26,26,26,26,26,0,26,26,26,26,27,17,26,0,26,26,25,25,25,26,27,17,26,26,0,26,26,27,17,25,26,26,27,17,26,26,26,26,26,26,26,26,17,26,26,25,26,27,17,26,25,26,26,27,25,28,28,26,27,17,26,17,26,17,26,26,26,27,17,26,26,26,26,25,26,26,26,26,26,27,17,26,26,0,26,27,17,0,25,26,26,27,25,26,26,26,27,26,25,26,27,17,0,26,17,26,27,0,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,27,26,26,27,0,26,26,26,0,26,26,26,17,26,17,26,0,26,26,26,17,17,26,26,27,17,26,26,27,17,26,26,0,26,26,17,26,26,17,26,26,26,27,25,25,28,28,25,25,25,26,27,17,26,0,26,26,26,0,26,27,17,25,26,25,26,26,25,26,26,17,26,26,27,26,27,17,26,26,26,25,26,24,26,26,27,26,0,26,26,26,25,26,26,17,26,26,26,26,27,26,26,26,26,26,0,26,25,26,0,26,26,26,17,26,17,26,25,26,27,17,26,26,26,0,26,26,27,17,26,17,26,27,17,0,26,27,17,26,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,25,26,27,17,26,27,26,27,25,17,25,26,27,17,26,27,26,27,26,27,28,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,25,28,25,17,26,27,17,0,25,26,27,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,17,25,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,25,26,27,17,26,27,0,26,27,25,26,27,17,25,26,27,26,27,26,27,0,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,0,26,27,17,0,26,27,0,26,27,26,27,17,26,27,25,28,28,25,25,25,25,26,27,17,26,27,26,27,28,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,26,26,27,17,17,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,26,27,25,26,27,17,0,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,0,26,27,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,26,27,25,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,17,26,27,17,26,27,17,26,27,0,26,27,0,26,27,25,26,27,26,27,17,0,26,27,17,0,26,27,26,17,26,26,25,26,17,0,26,26,27,17,0,26,26,27,26,27,17,26,17,26,27,0,26,26,17,26,25,25,25,26,27,17,26,26,26,27,17,25,26,0,26,25,26,17,26,26,26,26,17,0,26,17,26,27,0,26,26,17,26,26,26,27,17,26,17,26,27,0,26,26,17,26,17,26,26,26,26,27,17,26,27,26,26,26,26,27,26,0,26,27,17,26,17,17,26,25,26,26,26,27,17,26,26,25,28,28,26,27,17,25,26,17,26,27,26,25,26,17,26,26,0,26,26,27,25,25,25,25,26,27,17,26,17,26,25,26,0,26,17,0,26,26,27,17,26,17,26,26,26,26,26,0,26,26,0,26,26,17,26,17,26,17,26,17,0,26,17,26,27,17,26,17,26,17,26,17,26,17,26,17,26,17,28,26,17,25,17,26,17,26,26,27,17,0,26,25,26,27,17,26,26,26,26,26,0,26,26,17,26,27,26,26,27,17,0,26,27,26,27,17,26,26,26,17,26,26,26,26,26,27,17,26,27,26,0,26,17,25,26,26,26,26,26,26,26,26,26,26,0,25,26,26,17,0,26,26,27,26,26,27,17,26,26,26,26,26,17,26,26,26,25,25,25,25,25,26,27,17,17,26,17,0,17,26,26,26,26,27,0,25,26,27,17,26,0,25,25,26,24,26,27,17,26,26,26,26,17,0,26,26,27,26,27,17,26,26,27,17,26,26,0,26,0,26,27,17,26,17,26,17,26,26,26,27,17,0,17,17,26,26,26,25,25,26,26,27,17,0,26,25,26,26,17,26,27,17,26,26,26,26,27,17,17,26,17,25,26,26,0,26,26,27,17,26,26,26,26,26,26,27,26,26,0,26,27,17,26,26,26,26,0,26,26,26,28,17,26,27,17,26,27,17,0,26,26,0,26,26,0,26,26,27,17,26,25,26,27,17,26,26,26,27,17,0,26,27,26,26,25,25,25,25,26,27,17,26,0,26,17,26,26,26,26,26,26,26,26,26,26,26,25,26,25,26,24,26,17,26,26,17,17,26,27,25,25,25,26,24,26,26,26,26,0,26,26,26,27,17,26,26,26,0,26,26,26,26,26,26,26,27,26,26,26,26,26,26,0,26,26,26,26,26,0,26,26,26,26,26,0,26,26,26,26,26,0,26,26,26,27,0,17,26,17,26,26,26,25,26,0,26,26,25,28,26,27,17,26,26,27,26,26,27,17,26,0,26,0,26,26,26,26,26,26,28,28,25,17,17,17,25,26,17,26,17,26,26,28,26,17,26,26,25,25,25,25,25,25,25,25,25,25,26,26,26,26,26,28,26,27,17,0,26,26,26,27,26,0,26,26,27,26,26,26,26,26,26,27,17,26,26,26,26,26,0,26,26,26,27,26,26,26,26,27,26,26,26,26,27,17,25,26,25,26,25,26,25,26,26,27,17,26,0,26,26,25,26,26,26,27,26,27,0,26,26,17,26,25,26,27,26,27,17,26,25,25,25,28,28,26,27,17,0,26,27,26,26,25,26,26,26,26,26,27,17,26,26,26,0,26,26,26,26,17,26,17,26,17,26,26,26,26,26,26,0,26,26,0,26,0,26,27,17,0,26,27,26,26,26,26,27,17,26,26,26,0,26,0,26,26,26,0,26,26,26,26,26,26,27,17,26,26,0,26,0,26,26,27,25,26,26,26,26,26,26,26,0,26,27,26,27,17,26,25,25,25,28,28,26,27,17,26,27,17,26,26,27,26,26,27,17,26,26,26,0,26,26,26,27,17,26,26,26,26,26,0,26,17,26,26,26,26,26,26,27,17,26,27,17,0,26,26,25,25,25,28,28,26,27,17,0,26,27,17,0,26,26,26,26,26,27,17,26,26,0,26,26,26,27,17,0,26,27,26,27,17,26,26,26,26,0,26,26,26,26,26,27,26,26,0,26,25,26,26,17,26,17,26,26,27,17,26,26,26,26,25,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,26,17,26,26,26,26,26,26,26,26,26,26,27,26,0,26,26,27,26,26,26,27,17,26,27,17,26,17,0,26,26,26,26,26,26,26,26,26,26,0,26,27,17,26,26,27,26,26,26,26,27,0,26,26,26,26,27,17,26,26,26,26,26,26,26,0,26,26,26,26,26,27,26,0,26,26,26,26,26,26,27,25,26,17,26,27,26,26,26,27,26,27,26,26,26,27,17,26,26,27,17,26,27,17,0,26,26,26,26,17,26,17,26,26,26,26,26,26,26,27,26,27,17,25,25,25,28,28,26,27,17,26,26,27,26,27,26,17,26,26,26,26,27,17,26,0,26,26,25,25,28,28,25,25,26,27,17,26,27,25,25,26,27,17,0,26,26,0,26,26,26,26,26,26,27,26,27,26,26,26,26,26,26,26,26,27,26,26,26,26,26,0,26,27,17,26,26,27,26,26,26,17,26,27,17,26,26,26,26,26,27,26,28,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,27,17,26,27,17,26,26,26,26,26,26,25,25,25,28,28,26,27,17,26,26,26,27,26,26,26,26,26,26,25,25,25,25,26,27,17,26,26,26,26,26,26,26,27,17,26,26,27,17,26,17,17,26,17,0,26,26,26,26,26,26,26,26,27,17,26,26,27,17,26,26,0,26,27,17,26,26,27,26,26,26,26,17,26,26,26,26,0,25,26,26,17,17,26,0,26,26,0,26,26,26,26,26,26,27,26,26,26,26,27,26,26,27,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,0,26,27,26,0,26,27,26,27,26,26,26,26,26,26,26,27,25,25,25,28,28,26,27,17,26,27,17,26,26,27,17,26,26,0,26,17,26,26,26,26,26,26,26,26,26,26,26,26,25,26,27,25,26,17,24,26,26,26,26,26,26,26,26,26,0,17,26,17,26,27,26,26,17,17,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,27,26,26,26,26,26,26,0,28,26,27,17,25,26,27,26,26,26,26,27,17,0,26,27,0,26,27,26,26,17,26,26,26,26,27,26,26,0,26,27,25,26,26,27,26,26,26,26,26,25,25,25,26,17,24,25,26,26,27,26,26,17,26,0,26,26,27,26,17,26,26,0,26,0,26,26,26,0,26,26,26,26,26,26,26,27,26,26,27,26,26,26,27,17,26,26,26,27,17,26,0,26,27,26,26,0,26,26,26,27,17,26,27,26,27,26,26,0,26,26,26,27,26,26,27,17,26,17,26,26,26,26,27,17,26,26,27,26,26,0,26,27,26,26,26,26,26,26,0,26,26,26,25,25,25,25,26,27,17,26,27,17,26,26,27,25,25,26,26,26,17,26,27,17,26,26,26,27,26,26,26,26,26,26,26,26,17,26,0,26,26,26,26,17,26,27,26,27,17,26,26,26,26,0,26,27,26,26,27,26,26,26,26,26,26,0,25,26,27,17,24,0,26,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,27,26,26,0,26,26,27,17,26,26,26,26,26,26,26,27,26,0,26,26,26,26,26,26,26,17,26,27,26,26,17,26,17,26,26,27,17,26,26,27,26,26,17,26,26,27,17,26,27,26,0,26,27,26,26,26,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,26,0,26,25,25,25,26,26,27,26,26,26,26,26,27,26,0,26,27,26,26,26,26,26,27,17,26,27,17,26,17,26,26,26,26,0,26,26,26,26,26,26,27,17,26,26,26,0,26,26,26,26,17,0,26,27,26,26,26,27,26,26,26,27,17,0,17,26,27,17,26,27,28,26,27,17,25,25,25,28,28,26,27,17,26,26,27,26,26,27,26,26,0,26,26,27,26,26,26,0,26,27,26,26,26,26,26,26,27,26,26,26,0,26,26,25,28,28,26,27,17,17,26,17,26,26,25,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,26,26,26,0,26,26,26,26,26,0,25,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,0,26,25,26,26,26,26,26,25,25,26,27,26,26,0,26,26,28,26,27,17,26,27,26,26,26,26,27,26,27,26,27,17,26,27,0,25,26,27,26,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,0,26,27,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,0,17,26,27,17,26,27,17,28,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,28,26,27,17,26,27,26,27,25,28,28,25,26,27,17,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,17,26,27,25,26,27,17,23,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,17,25,25,26,27,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,25,26,27,17,23,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,25,25,25,28,28,26,27,17,0,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,0,26,27,26,26,27,25,25,26,27,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,17,26,27,17,26,25,25,26,26,27,17,26,0,26,26,17,26,25,25,25,28,28,26,27,17,26,27,26,26,27,17,26,26,17,26,27,17,26,26,0,25,26,26,26,26,26,26,26,27,26,26,27,17,26,26,0,26,27,26,26,0,26,26,26,26,26,26,0,26,26,26,0,26,0,26,26,27,26,26,26,17,26,26,25,25,25,25,25,25,25,25,17,26,27,17,0,26,17,26,0,26,27,17,26,26,26,26,27,17,0,26,26,27,17,26,27,26,26,28,26,27,17,26,26,26,26,26,26,0,26,26,26,26,27,26,17,26,17,26,17,17,26,27,17,25,26,17,26,17,26,26,26,26,17,26,26,0,25,26,26,27,17,26,26,26,26,27,26,26,27,26,26,26,17,26,26,26,26,28,26,27,17,26,27,26,17,26,26,26,27,26,0,26,26,26,27,26,26,26,0,26,26,27,0,26,26,0,17,26,0,26,27,26,26,27,26,26,17,0,26,26,26,26,26,0,26,26,26,26,0,26,26,27,17,26,27,26,26,0,26,0,26,26,26,26,0,26,17,26,26,27,17,26,26,27,17,26,26,17,0,26,17,26,26,0,26,26,26,26,0,26,28,26,27,17,26,26,26,26,27,26,0,26,26,26,26,27,17,26,26,26,26,26,27,17,26,17,26,17,26,27,17,26,27,26,26,26,26,27,26,27,26,26,26,26,26,17,26,26,26,27,17,26,27,17,0,25,28,28,26,27,17,26,26,26,27,17,26,0,26,26,26,26,27,26,27,26,26,26,26,26,27,26,0,26,26,27,26,26,26,0,26,26,17,17,17,26,0,25,25,25,26,24,0,26,27,26,17,26,27,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,17,26,25,26,27,17,26,27,17,26,26,0,17,26,27,17,0,26,0,26,17,25,25,26,27,17,25,26,27,17,26,25,26,27,17,25,26,17,0,25,26,17,0,26,26,28,26,27,17,26,26,26,26,27,17,26,26,25,26,27,17,26,27,26,0,26,26,17,26,26,26,27,17,26,17,17,26,27,17,0,28,26,27,17,26,27,17,26,0,26,26,27,17,17,26,17,26,27,26,0,26,26,26,25,26,27,17,26,26,26,27,26,27,17,25,25,26,27,17,26,26,27,17,26,17,26,27,26,26,26,27,26,25,28,28,26,27,17,26,26,26,26,28,26,27,17,26,26,27,17,26,26,27,26,27,26,27,26,26,27,17,26,27,17,26,26,26,17,26,26,25,26,25,25,25,26,27,17,25,26,26,0,26,26,26,17,26,0,26,27,17,26,27,17,26,0,26,26,0,26,26,27,26,27,17,25,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,17,26,26,0,25,26,17,26,27,17,26,26,26,27,17,26,26,26,27,17,26,27,17,0,26,27,17,26,26,27,26,27,17,17,17,26,17,26,26,26,26,26,26,26,17,0,25,25,25,26,27,24,26,26,26,27,17,26,26,26,26,26,26,26,26,17,26,25,26,27,24,26,27,17,26,26,17,26,27,17,0,26,26,26,26,25,26,27,17,0,26,17,26,26,26,0,26,26,26,26,26,26,0,26,26,26,0,26,27,17,0,26,26,26,27,26,26,0,26,27,26,17,26,0,26,26,27,17,26,26,0,26,26,26,25,25,26,27,26,26,0,26,26,27,17,26,27,17,26,26,26,26,27,17,26,27,26,26,26,26,17,0,26,0,26,26,28,26,27,17,26,26,26,26,26,26,27,26,0,26,26,0,26,17,26,27,26,26,27,17,26,17,17,26,26,26,26,26,0,26,27,26,26,26,27,17,26,27,26,0,26,27,26,26,26,17,26,26,26,26,26,17,28,26,27,17,26,27,17,26,26,27,17,26,27,26,0,26,25,25,25,28,28,26,27,17,17,26,27,17,26,26,26,26,26,26,26,27,26,26,26,26,26,0,26,26,26,26,0,26,27,0,26,17,26,26,17,26,26,26,26,26,27,17,26,26,26,0,28,26,27,17,26,26,26,26,0,26,26,26,26,27,26,27,26,27,17,26,0,26,26,26,27,26,26,26,26,0,26,27,17,26,26,17,26,26,26,26,26,26,0,26,27,17,26,27,26,26,0,26,26,27,17,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,26,0,26,26,26,26,25,25,26,27,17,25,26,17,26,27,17,0,26,0,26,26,26,17,26,27,17,26,26,26,26,26,26,27,17,26,26,17,26,26,27,17,25,17,26,17,26,26,0,26,27,17,0,26,26,26,26,26,27,26,27,17,0,26,26,26,0,26,26,26,26,26,26,27,26,17,28,26,27,17,26,0,26,26,27,17,25,25,25,26,24,26,26,25,28,28,25,25,26,27,17,25,26,17,25,26,17,0,26,26,26,26,17,26,27,17,26,27,17,26,0,28,26,27,17,26,26,27,25,28,28,25,26,27,17,26,27,17,28,26,27,17,26,26,26,26,25,26,27,17,26,26,26,26,26,27,0,26,26,27,26,27,17,0,26,26,25,25,26,27,17,24,26,0,26,26,25,26,0,26,0,26,26,26,27,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,17,26,26,0,26,26,27,26,26,26,26,27,17,26,26,26,26,26,17,25,26,26,27,17,25,28,28,26,27,17,17,26,17,26,26,26,25,28,28,25,26,27,17,26,27,17,26,26,26,26,26,26,0,26,0,26,26,26,26,26,26,26,26,26,26,25,25,26,27,17,26,25,25,25,25,26,27,17,26,17,26,26,26,25,26,17,26,26,26,26,0,26,26,26,27,17,26,28,26,27,17,26,0,26,27,17,26,26,26,26,26,26,27,26,27,26,26,27,17,0,26,27,17,26,26,26,27,26,0,26,26,27,26,27,0,26,27,17,26,26,27,26,26,0,26,0,26,26,26,26,17,26,27,17,26,27,17,26,25,25,25,25,28,28,26,27,17,26,27,26,0,26,27,17,26,0,26,0,26,26,17,26,17,0,26,26,27,17,26,27,17,26,27,17,26,26,26,17,26,0,26,26,26,26,27,26,17,26,26,26,26,27,17,26,17,26,27,17,26,26,26,27,26,27,17,26,17,26,17,26,17,26,17,26,17,26,27,17,26,17,26,26,26,26,26,25,26,27,26,26,26,26,25,26,26,0,26,26,0,26,0,26,26,17,26,26,27,17,26,26,27,26,26,26,26,27,17,26,25,28,28,25,26,27,17,0,26,27,26,26,26,26,26,27,17,26,26,27,26,27,17,0,26,26,0,26,26,26,25,26,27,0,26,27,0,26,17,26,27,17,26,27,26,27,26,27,26,17,0,26,17,26,26,27,26,26,26,27,26,26,26,26,26,25,26,26,17,26,27,17,0,26,17,26,27,17,26,17,26,27,17,26,17,26,26,26,26,27,25,25,25,25,26,27,17,25,26,27,17,0,26,0,26,26,26,25,26,27,17,26,17,26,0,25,26,26,27,17,26,17,26,27,17,26,26,26,26,26,25,26,27,17,24,26,26,26,26,26,26,27,17,25,25,25,26,24,26,28,26,27,17,26,26,27,25,26,25,28,28,26,27,17,26,26,26,26,25,26,26,0,26,27,25,26,27,17,26,17,26,25,26,27,0,26,28,26,27,17,26,26,26,26,26,27,26,26,26,27,26,27,26,26,27,26,27,26,25,26,27,17,26,27,0,26,26,26,26,27,0,26,28,26,27,17,26,26,27,26,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,27,26,26,27,26,26,26,26,26,27,26,26,26,26,26,26,26,26,25,25,26,27,17,26,26,26,26,27,26,27,26,26,25,26,25,26,25,26,26,26,26,26,17,26,26,26,17,26,27,26,27,26,26,27,26,26,28,26,27,17,26,26,27,17,26,25,26,27,26,26,26,27,17,26,0,26,27,26,17,26,26,27,26,26,0,26,17,26,27,0,26,27,26,26,17,0,26,26,26,0,26,27,17,26,26,26,26,26,26,26,27,26,26,26,27,26,26,26,27,26,0,26,26,26,26,26,28,26,27,17,26,26,26,26,26,27,17,26,26,26,26,26,26,0,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,27,17,0,26,27,17,26,26,26,26,26,25,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,27,26,26,17,26,26,26,17,0,26,27,17,26,26,26,26,26,0,26,0,26,26,27,0,26,26,26,26,0,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,27,17,26,26,26,17,26,26,27,26,26,26,26,26,27,17,25,26,24,26,26,26,26,26,26,26,28,26,27,17,26,26,26,26,27,26,26,27,26,27,17,0,26,26,25,25,25,26,27,17,25,26,17,26,0,26,26,0,26,26,26,27,26,26,0,26,26,27,17,26,26,0,26,17,26,26,26,0,26,26,26,26,17,26,26,26,26,26,26,27,17,26,26,25,26,26,27,17,26,27,17,0,26,0,26,27,26,26,26,26,0,26,28,26,17,0,26,27,17,26,26,26,26,26,27,17,26,26,26,28,26,27,17,0,26,27,26,26,26,0,26,26,27,26,26,26,26,0,26,27,26,26,28,25,28,28,26,27,17,26,27,17,26,26,26,0,26,26,17,0,26,27,17,26,26,26,27,0,26,26,26,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,25,25,28,28,25,26,27,17,26,27,26,27,17,28,26,27,17,26,27,26,27,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,28,28,26,27,17,0,28,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,17,25,26,27,17,25,26,27,24,25,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,26,26,27,0,25,25,25,26,27,17,24,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,25,26,27,26,27,26,27,26,27,26,27,17,0,26,26,26,26,17,26,0,26,26,26,27,0,25,28,28,25,26,27,17,26,26,26,27,17,17,26,27,17,0,26,17,25,28,25,17,26,27,17,0,26,25,26,26,27,26,26,26,26,26,26,26,26,27,25,28,28,26,27,17,17,17,26,17,26,0,26,26,26,27,26,27,17,25,28,28,26,27,17,26,25,26,27,26,17,25,26,25,25,26,27,17,26,27,17,26,17,26,26,27,25,26,25,25,26,27,17,25,26,27,17,25,25,26,27,17,25,26,28,28,28,28,28,26,17,25,26,27,17,0,26,27,17,17,26,26,17,26,27,26,27,17,26,26,17,25,26,27,17,26,26,26,17,26,27,17,26,27,26,27,26,17,28,26,27,17,26,26,27,26,27,17,17,25,26,27,17,26,27,17,26,26,17,26,26,27,17,26,27,26,27,26,26,26,25,25,25,25,26,27,17,0,23,25,26,27,17,26,26,26,26,25,26,26,26,27,26,26,26,25,25,25,26,27,17,17,17,25,26,17,26,0,26,25,25,25,26,27,17,26,26,0,26,25,26,0,26,26,27,26,26,27,17,26,17,26,17,26,17,26,17,26,17,0,26,17,0,26,0,26,26,27,17,26,26,26,27,17,26,27,26,26,27,26,27,17,26,26,26,27,26,27,17,26,0,26,26,27,26,0,25,28,28,26,27,17,0,26,27,25,26,17,26,17,0,26,26,26,26,26,26,26,26,25,26,27,17,26,28,26,27,17,17,26,25,26,26,26,17,25,26,27,17,24,26,17,26,27,17,26,17,26,17,25,26,27,17,26,25,26,27,28,17,17,26,27,17,26,0,26,0,26,26,26,26,27,17,26,26,25,28,28,26,27,17,26,26,26,26,26,0,26,26,26,27,17,25,26,17,26,26,25,26,27,17,26,26,27,0,26,26,17,26,27,17,17,17,26,17,26,17,26,17,26,17,0,26,27,17,26,27,17,26,27,26,26,26,26,0,26,27,25,26,0,26,17,26,0,26,0,26,26,26,26,0,26,27,17,17,26,27,17,26,26,26,27,17,26,26,26,26,26,27,26,25,26,26,17,25,25,26,27,17,25,26,27,17,26,27,17,26,17,0,26,17,0,26,17,25,26,24,26,26,27,17,26,26,26,0,26,17,17,26,26,25,26,17,26,17,26,26,26,0,26,26,26,26,26,17,26,27,26,17,26,17,26,17,26,17,26,17,0,25,26,17,26,27,17,26,17,26,26,26,26,26,26,25,17,26,17,26,26,27,17,0,26,26,26,17,0,26,26,27,26,26,26,26,26,27,17,26,28,26,27,17,26,26,0,26,26,26,26,26,27,26,26,0,26,25,26,27,26,26,26,26,17,26,26,26,26,26,26,0,26,26,26,26,26,26,26,0,26,26,26,26,17,26,17,25,26,26,26,26,26,26,0,26,17,25,28,28,26,27,17,17,17,26,27,17,26,0,26,26,26,0,26,27,26,26,26,17,28,25,25,25,26,27,17,25,26,17,25,25,25,25,26,17,24,25,26,26,27,26,27,26,26,28,26,27,17,26,26,27,17,0,26,26,26,26,0,26,27,17,26,26,26,27,0,26,0,26,26,27,26,26,26,26,26,25,28,28,26,27,17,0,26,17,26,0,26,26,26,26,26,0,26,27,17,26,26,26,26,26,26,26,26,17,26,26,25,26,26,17,26,26,27,17,26,25,28,28,26,27,17,26,26,26,27,17,26,26,26,27,26,26,26,26,27,26,26,17,26,27,17,26,0,26,27,26,17,26,26,27,17,26,0,26,27,26,27,26,26,26,27,26,26,26,26,27,0,26,27,17,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,0,25,26,27,17,26,26,26,27,17,0,26,26,27,17,26,26,26,17,26,26,26,0,26,26,26,26,27,17,26,25,25,25,25,26,27,17,26,26,26,26,0,26,0,26,0,26,26,26,26,0,26,27,26,26,0,26,27,0,26,27,17,26,26,26,26,26,26,26,27,26,26,27,17,26,26,26,26,26,26,27,26,26,26,27,17,26,26,26,26,0,26,26,26,26,0,26,28,26,27,17,0,26,27,26,27,26,26,0,26,26,26,26,0,26,26,27,17,26,26,0,26,26,26,26,27,26,26,27,17,26,26,26,26,26,27,26,26,26,26,26,26,26,26,0,26,0,26,26,26,27,17,26,26,26,0,26,26,26,26,26,26,27,17,0,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,26,26,27,26,26,26,26,26,27,17,26,27,26,27,17,26,27,17,26,26,0,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,26,0,26,26,26,26,27,26,26,26,26,26,0,26,26,0,26,26,0,26,26,27,17,26,17,26,27,17,26,26,26,26,27,0,25,28,28,26,27,17,0,26,26,26,27,26,27,0,26,27,17,0,26,25,26,26,26,26,25,26,27,17,26,26,26,26,27,26,26,0,26,27,26,26,17,26,0,17,17,26,17,26,26,26,26,26,27,26,26,0,26,25,17,25,26,17,26,0,26,17,0,26,17,26,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,0,26,27,26,27,0,26,27,26,27,17,26,27,17,0,26,27,25,25,25,25,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,0,26,27,26,27,26,27,25,25,28,28,26,27,17,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,28,26,27,17,26,27,26,27,17,0,26,27,26,25,26,27,25,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,25,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,25,25,25,26,27,17,0,26,27,26,27,26,27,25,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,17,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,25,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,26,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,17,17,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,25,28,28,26,27,17,26,27,26,27,26,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,0,26,27,26,27,0,26,27,17,26,27,0,25,26,27,26,27,17,25,26,27,26,27,28,28,28,28,28,26,27,17,26,27,25,28,28,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,17,26,26,27,26,27,17,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,0,26,27,17,26,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,25,25,28,28,26,27,17,0,26,27,26,27,17,26,27,17,17,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,25,25,26,27,17,25,26,27,17,25,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,25,26,27,26,27,26,27,26,26,26,26,27,17,26,26,26,26,26,26,26,28,26,27,17,26,27,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,27,0,26,26,26,27,17,26,26,26,26,26,27,17,0,26,26,26,27,26,26,26,0,26,26,26,27,17,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,26,27,17,26,26,26,26,26,25,26,26,0,26,26,0,26,26,26,26,26,26,26,26,26,26,27,26,26,26,27,17,26,26,26,26,26,25,26,27,17,28,26,27,17,26,26,26,26,26,26,26,17,28,26,27,17,26,26,26,27,17,0,26,26,26,26,27,17,26,26,26,26,27,17,26,0,25,25,25,26,24,26,0,26,26,26,27,17,26,25,26,27,17,28,26,27,17,26,26,26,26,26,27,26,26,27,0,26,26,26,27,17,26,26,26,25,26,27,17,25,28,28,25,25,28,28,25,28,28,25,28,28,25,28,28,25,28,28,26,27,17,26,26,26,25,26,26,25,26,26,26,25,28,28,26,27,17,26,26,26,26,26,27,26,26,26,26,0,26,26,0,26,26,26,26,26,27,26,26,25,25,25,26,24,26,27,17,26,26,26,0,26,26,25,25,25,25,25,25,25,25,28,28,25,25,25,25,26,27,17,26,27,26,27,26,26,0,26,27,17,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,26,25,25,26,27,26,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,26,27,26,27,17,25,26,27,17,26,27,17,26,27,25,25,26,27,17,0,25,26,27,0,26,27,26,27,26,27,0,25,26,27,25,28,28,26,27,17,25,26,27,26,27,26,27,17,25,26,27,17,26,0,26,27,17,26,26,25,25,25,26,27,17,26,26,26,27,17,26,26,25,26,26,26,27,25,26,27,17,26,26,25,26,27,26,26,26,27,26,26,25,26,27,17,26,0,26,26,0,26,26,0,26,26,26,26,26,26,27,17,26,17,26,26,27,17,0,26,26,26,27,17,0,26,27,17,26,26,26,28,25,26,17,26,25,25,26,27,26,0,26,26,27,25,26,27,26,26,26,0,26,26,26,26,26,26,26,26,26,25,26,26,26,25,25,25,25,25,26,27,17,24,26,0,26,25,26,26,26,26,26,26,26,26,26,27,26,27,26,27,26,27,17,26,27,25,25,26,27,26,27,25,28,28,25,26,27,17,26,27,26,27,17,26,26,27,26,27,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,0,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,25,28,28,26,27,17,26,27,26,27,25,25,25,28,28,25,28,28,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,0,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,28,26,27,0,26,27,17,26,27,0,25,26,27,26,27,25,28,26,27,17,25,26,27,26,27,0,26,26,27,17,26,27,26,27,26,27,26,27,26,27,25,25,26,27,26,27,26,27,17,26,27,26,27,25,25,25,25,25,26,27,17,0,26,27,25,26,27,26,27,26,27,25,25,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,28,28,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,26,27,25,28,28,25,26,27,17,26,27,26,27,17,0,26,27,26,27,26,27,0,26,26,27,26,27,28,25,26,27,17,26,27,17,26,27,25,26,27,0,26,27,26,27,26,25,17,26,27,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,26,27,17,26,27,0,26,26,27,0,26,27,26,27,26,27,17,25,25,26,27,17,26,27,17,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,26,27,17,26,27,26,27,25,26,27,26,27,0,25,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,25,26,27,26,27,17,17,17,26,27,26,27,0,26,27,17,25,17,25,26,27,17,26,17,26,27,26,27,26,27,28,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,25,26,27,24,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,28,25,26,27,17,0,25,25,17,17,26,27,26,27,26,27,0,26,27,17,26,27,17,25,25,25,26,27,17,0,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,26,26,26,26,26,27,0,26,26,26,27,26,26,26,26,26,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,17,24,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,0,26,27,25,26,27,17,0,26,27,26,27,25,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,26,26,27,26,26,26,17,26,26,0,26,27,26,27,26,25,26,27,17,26,26,17,0,26,17,26,26,26,26,26,26,26,0,26,26,26,26,27,26,26,26,0,26,26,27,26,27,26,17,17,26,26,26,26,26,26,26,26,26,26,27,26,27,26,26,26,26,26,26,26,26,27,26,26,26,26,26,27,25,26,26,26,26,0,26,26,27,0,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,17,26,27,17,26,26,26,26,27,17,25,25,25,26,24,17,26,27,17,26,26,26,26,26,27,17,26,27,17,26,26,26,26,0,26,0,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,0,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,25,25,25,25,26,27,17,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,0,25,25,26,27,17,28,25,17,17,17,25,26,27,17,25,26,27,17,26,27,17,0,25,26,27,26,27,28,28,28,26,27,17,26,27,25,25,25,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,24,26,27,17,26,27,26,27,26,27,26,27,0,26,26,27,26,27,25,26,27,26,27,17,26,27,26,27,26,27,0,26,27,0,26,27,26,27,17,26,28,26,17,26,0,26,26,27,17,26,26,0,26,25,26,26,26,17,26,26,28,26,17,0,26,26,27,17,26,26,28,26,17,26,26,17,26,27,26,0,26,17,26,28,26,27,17,26,27,17,26,26,17,26,26,26,26,26,26,26,0,26,26,26,26,26,27,26,26,28,26,17,26,26,26,26,27,17,26,27,17,26,26,26,17,0,26,26,26,26,26,25,25,26,27,17,0,26,25,26,26,26,26,26,17,26,26,26,26,25,26,17,26,26,26,26,25,26,27,24,0,26,26,26,26,0,26,27,26,26,25,26,26,27,25,26,26,27,26,26,26,17,26,26,27,17,26,27,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,25,26,26,27,0,26,26,26,26,26,26,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,25,25,25,25,25,25,25,25,25,26,27,17,25,26,27,17,25,25,25,26,27,17,25,26,27,26,27,26,27,28,26,27,17,26,27,17,26,27,26,27,17,0,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,26,26,26,26,26,26,26,25,26,26,26,26,26,26,26,26,26,27,26,26,26,26,27,28,26,27,17,17,17,26,0,26,0,26,26,17,0,26,26,26,26,17,26,26,26,26,0,26,27,26,26,26,26,27,26,26,0,26,26,27,17,26,27,26,17,26,26,26,27,0,26,26,27,17,0,26,0,25,25,25,28,28,26,27,17,26,25,28,28,25,26,27,17,25,26,17,25,25,28,28,26,27,17,17,26,26,26,27,26,25,28,28,26,27,17,25,26,27,26,26,26,26,27,0,26,25,26,27,26,0,26,26,26,25,26,27,26,26,26,26,27,25,26,27,26,26,27,25,26,27,17,26,25,26,27,0,17,17,26,26,0,26,26,26,26,26,26,26,26,26,25,26,27,0,26,17,0,26,0,26,17,26,26,26,25,26,27,26,27,0,26,26,26,26,27,0,26,26,26,26,26,26,27,26,0,26,0,26,25,26,27,17,26,26,26,27,17,26,0,26,25,26,27,17,26,0,26,17,25,17,25,26,17,26,17,26,27,0,25,26,27,17,26,26,27,17,26,26,26,26,26,26,0,26,27,28,26,17,26,26,0,26,0,26,26,26,27,26,26,26,26,27,17,26,0,26,26,26,26,26,26,26,26,26,26,26,26,25,26,27,26,27,26,26,27,26,26,26,27,17,26,26,26,26,25,28,28,26,27,17,26,27,17,25,25,26,27,17,0,26,0,25,25,25,28,28,26,27,17,25,26,24,26,26,27,26,27,26,26,26,27,25,25,26,27,17,26,25,26,26,26,26,26,17,26,17,28,26,17,0,26,25,26,25,26,27,26,27,26,26,27,26,26,26,26,26,26,26,26,26,17,26,17,0,26,26,0,26,28,26,27,17,26,26,27,25,26,25,17,25,26,27,17,0,26,26,0,26,26,17,26,25,25,26,27,17,28,26,27,17,0,26,26,0,26,26,26,25,26,27,26,26,26,27,0,26,26,26,0,26,26,26,26,26,0,25,26,17,26,26,27,17,26,0,26,26,26,26,26,26,26,25,25,26,24,26,27,0,26,26,27,26,26,27,0,26,17,26,0,26,27,17,26,27,17,26,25,26,27,17,25,26,26,26,25,26,26,27,17,26,27,0,25,26,24,25,26,26,26,26,26,26,26,26,26,26,27,17,26,26,27,26,26,26,26,26,0,26,26,27,26,17,26,26,26,26,27,26,0,26,17,25,26,27,25,26,26,26,0,26,26,26,26,27,26,26,26,26,27,17,26,26,26,27,17,26,27,17,26,26,26,26,27,26,26,25,26,26,26,25,25,26,27,26,26,26,17,26,26,26,26,26,25,26,27,26,26,27,26,26,26,26,0,26,0,26,27,25,26,27,26,27,17,26,27,17,25,25,25,28,28,26,27,17,26,27,26,26,26,26,17,26,27,26,26,26,26,27,17,26,0,26,26,27,17,0,26,17,28,25,25,26,27,17,26,26,17,26,26,26,26,25,28,25,25,17,26,27,17,26,26,26,26,25,26,26,26,26,26,26,27,17,26,25,26,27,17,26,26,27,26,26,26,26,26,17,26,0,26,27,26,0,26,17,26,26,0,26,26,17,28,26,26,27,17,0,26,26,17,26,27,26,25,26,27,26,17,26,26,26,27,17,26,17,26,26,26,17,26,27,17,0,26,0,26,0,26,25,25,26,27,17,25,25,25,25,28,28,26,27,17,25,26,27,26,27,26,17,26,27,25,26,27,17,0,17,17,17,26,27,0,26,17,26,27,17,26,28,26,17,26,17,26,26,26,27,17,0,26,26,26,17,26,26,17,0,25,26,27,25,26,27,17,17,26,26,17,25,26,25,26,26,17,26,17,26,0,26,26,28,26,27,17,26,27,17,26,26,25,26,0,26,26,26,26,17,25,25,25,26,25,26,26,27,26,17,26,26,17,26,17,25,26,27,17,26,0,26,0,26,17,26,26,26,26,27,17,26,17,26,27,26,26,27,26,17,26,27,26,26,17,26,26,26,26,25,26,17,26,27,26,26,26,27,17,0,26,26,25,26,27,17,26,17,26,26,26,27,26,17,26,26,27,26,26,26,27,17,28,26,27,17,26,0,26,27,17,25,26,27,17,26,27,17,26,26,17,26,26,26,26,0,26,28,26,17,26,26,26,26,26,26,26,26,0,26,26,26,0,26,26,26,17,17,26,26,17,26,26,17,26,26,26,27,17,26,27,26,27,26,26,25,26,26,0,26,26,26,26,26,26,27,17,0,26,26,27,17,26,26,0,25,25,26,27,17,26,26,26,26,26,25,26,26,0,26,26,26,26,26,27,17,26,26,25,26,17,26,17,26,27,26,27,26,26,17,26,26,17,0,26,26,26,26,0,26,26,26,0,26,25,26,17,25,26,26,26,27,17,26,17,25,26,17,0,25,25,26,17,26,17,25,26,17,25,26,17,25,26,26,0,26,26,26,27,17,26,0,26,26,27,26,26,25,26,27,17,25,26,27,17,25,26,27,17,26,27,17,26,26,17,26,25,26,26,26,27,17,26,0,26,25,26,27,23,26,27,17,25,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,26,25,26,0,28,26,27,17,0,17,26,26,27,26,26,26,26,27,26,27,26,26,26,26,26,26,26,26,17,17,26,25,26,27,26,26,17,0,26,0,28,26,27,17,26,26,27,26,26,26,26,27,26,26,27,17,26,17,26,26,26,0,26,26,17,26,0,26,27,25,28,28,26,27,17,25,26,26,27,17,26,26,0,26,26,26,26,26,26,26,26,27,26,26,26,27,26,0,26,27,17,0,26,26,17,17,26,0,26,26,26,26,0,26,26,0,26,26,27,26,27,26,26,27,17,0,26,26,26,27,25,26,27,17,26,26,25,25,25,25,26,27,17,26,25,26,27,17,26,26,26,26,26,27,0,26,26,27,17,26,27,26,27,26,26,0,26,26,25,28,28,26,27,17,0,26,27,26,27,25,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,25,28,28,25,25,25,28,28,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,17,26,27,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,0,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,28,28,26,27,17,25,25,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,26,27,25,26,27,26,27,25,28,28,26,27,17,26,27,26,27,25,26,27,26,0,26,27,17,25,26,26,17,25,26,27,26,27,26,27,26,27,26,27,26,27,25,17,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,28,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,26,27,0,17,17,26,27,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,17,0,26,27,0,26,27,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,17,26,27,26,27,26,27,26,26,27,17,26,27,17,0,28,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,26,27,26,27,17,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,26,27,17,26,27,26,27,26,27,26,27,0,26,27,0,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,25,25,26,27,25,25,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,0,25,25,25,25,26,27,17,26,27,26,27,26,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,0,26,27,26,27,26,27,0,26,27,25,26,27,17,26,27,17,26,27,26,27,25,25,25,25,25,28,25,25,26,27,17,26,27,26,27,25,26,27,25,26,27,26,27,17,26,28,28,28,28,28,28,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,17,0,26,27,26,27,0,26,27,26,27,25,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,0,26,27,26,27,26,27,0,25,25,25,25,26,27,17,0,25,26,27,17,26,27,26,27,26,27,17,28,26,27,17,26,27,26,27,26,27,17,26,27,26,26,26,27,17,26,26,27,17,26,27,26,26,27,26,26,27,17,0,26,27,17,26,27,17,0,26,26,27,26,26,26,17,26,26,0,26,26,26,25,26,27,17,26,26,26,27,26,26,27,26,27,25,26,27,26,26,26,17,0,26,27,26,27,26,25,26,26,26,28,26,17,26,27,17,26,27,26,25,26,27,17,26,26,25,26,27,0,26,27,17,25,26,27,26,25,26,26,26,26,27,17,0,26,26,26,25,26,27,17,25,28,28,26,27,17,25,25,26,26,27,17,26,26,26,25,26,26,26,27,17,25,26,26,26,26,25,26,27,0,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,25,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,28,28,26,27,17,25,26,27,17,0,26,27,26,27,26,27,25,26,27,26,27,0,25,26,27,0,26,27,17,26,27,26,27,26,27,25,26,27,25,26,27,26,27,26,27,26,0,26,27,25,26,27,25,26,27,26,27,26,27,25,26,27,17,0,25,25,26,27,17,0,26,27,26,27,17,0,25,28,28,25,26,27,17,25,26,27,17,26,27,25,26,27,26,27,26,27,25,28,28,26,27,17,25,25,26,27,17,25,25,26,27,26,27,0,26,27,25,26,27,26,27,25,25,26,27,17,0,25,26,27,0,26,27,17,26,27,17,26,27,26,27,25,26,27,25,26,27,17,25,26,27,17,17,17,17,17,17,17,26,27,26,27,25,26,27,26,27,17,26,27,26,27,25,26,27,25,26,27,26,27,26,27,26,27,0,26,27,25,25,26,27,17,25,25,26,27,17,26,27,26,27,26,27,25,26,27,17,25,25,25,25,26,27,17,26,27,17,25,25,26,27,17,25,28,28,26,27,17,26,27,26,27,25,25,26,27,26,27,25,25,26,27,17,25,25,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,25,25,26,27,17,26,27,0,26,25,26,27,17,0,26,27,26,27,17,26,27,25,25,26,27,17,26,27,17,26,27,17,25,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,25,26,27,25,26,27,17,26,27,26,27,26,27,26,27,0,25,26,27,17,25,28,28,25,25,26,27,17,26,27,17,26,27,26,27,25,26,27,17,25,25,26,27,26,27,17,25,25,26,27,17,26,27,26,27,26,27,0,26,27,0,26,27,25,26,27,17,25,25,26,27,17,26,27,17,0,26,27,17,25,26,27,17,26,27,17,26,27,17,26,27,17,25,25,25,26,27,17,28,26,27,17,26,27,0,26,27,17,26,27,26,27,25,26,27,17,25,25,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,0,25,28,28,26,27,17,25,26,27,25,26,27,17,0,26,27,26,27,17,26,27,17,17,26,27,25,26,27,17,25,25,25,26,27,17,24,25,25,26,27,26,27,26,27,26,27,26,27,0,25,25,25,25,25,26,27,17,25,25,26,27,17,26,27,17,26,27,17,0,17,26,27,17,25,26,27,17,26,27,17,26,27,17,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,25,26,27,26,27,0,26,27,17,25,28,28,25,25,25,26,27,17,25,25,26,27,17,0,25,26,27,17,25,26,27,17,25,26,27,17,26,27,17,26,27,17,25,25,28,28,26,27,17,26,27,17,26,27,17,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,25,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,17,0,26,27,17,26,27,17,0,26,27,0,26,27,25,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,27,25,25,26,27,24,26,27,26,27,26,27,25,25,25,17,25,26,27,17,26,27,0,26,27,17,25,26,27,26,27,17,0,28,26,27,17,0,26,26,27,17,26,27,26,27,17,25,26,27,0,26,27,26,27,26,27,26,26,27,26,27,25,28,28,25,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,25,25,26,27,17,26,27,25,26,27,26,27,26,27,25,26,27,17,25,26,27,25,26,27,0,28,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,25,17,26,27,17,0,26,27,17,0,26,27,0,25,28,28,17,25,26,27,17,26,27,25,28,28,26,27,17,0,26,27,26,27,26,27,26,27,25,26,27,25,26,27,17,25,26,27,17,25,26,27,17,26,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,25,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,25,26,27,17,25,28,28,26,27,17,26,27,0,26,27,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,25,26,27,26,27,23,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,26,27,0,17,26,27,17,26,27,0,26,27,25,26,27,0,26,27,26,27,0,26,27,26,27,28,26,27,17,26,27,25,26,27,26,27,26,27,0,26,27,26,27,26,0,26,27,0,25,26,27,26,27,17,25,25,25,26,27,17,26,0,25,25,26,27,17,26,26,25,26,26,27,17,17,17,26,27,26,26,0,26,25,26,25,26,26,26,26,26,28,26,27,17,26,25,17,17,17,17,17,17,17,25,26,27,17,0,26,0,26,26,25,25,26,27,26,26,25,26,26,26,17,26,26,26,26,17,26,26,26,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,0,26,27,26,27,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,0,17,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,17,26,17,26,26,27,17,26,26,17,26,26,0,26,27,26,26,27,17,26,26,26,17,26,26,27,17,26,26,17,26,26,27,17,26,17,17,26,27,0,25,26,27,0,26,26,26,17,26,27,26,17,26,26,26,26,27,26,25,25,26,27,17,26,26,26,26,27,17,26,26,28,26,27,17,26,17,26,0,26,26,0,26,27,17,28,25,25,26,27,17,0,25,26,17,25,26,17,26,27,26,26,26,0,26,27,26,28,26,27,17,26,26,26,0,26,26,26,26,26,26,26,26,27,26,26,26,26,26,27,17,26,26,26,26,27,17,26,26,26,26,0,26,26,26,27,0,26,26,26,26,27,0,26,27,26,26,26,26,27,26,26,26,0,26,26,26,27,26,26,26,26,26,26,0,26,26,27,25,26,26,26,26,26,26,26,26,26,0,26,26,26,0,26,26,25,25,26,27,17,26,26,26,25,17,25,26,17,26,26,17,26,17,0,28,26,27,17,26,0,26,26,0,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,25,25,26,27,17,26,27,26,26,27,26,17,17,26,26,26,27,17,26,27,26,26,26,26,17,26,26,26,26,26,26,27,0,26,27,26,17,0,26,26,17,26,25,25,25,26,27,17,0,26,26,27,25,26,27,0,26,27,17,26,27,26,0,26,27,17,17,26,26,26,27,25,28,28,26,27,17,26,27,17,26,27,0,26,27,0,26,27,0,26,27,17,17,26,27,25,28,28,25,26,27,17,26,27,26,27,17,0,26,27,17,0,26,27,26,27,26,27,0,25,26,27,17,26,27,25,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,17,17,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,25,25,28,28,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,26,27,26,27,26,27,26,27,26,26,27,0,25,25,26,27,17,26,27,26,27,25,17,26,27,26,27,17,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,26,27,28,26,27,17,17,17,26,27,25,26,27,17,26,27,26,27,26,27,28,26,27,17,26,27,26,27,0,25,25,25,26,27,17,23,23,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,25,26,27,17,17,17,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,28,26,27,17,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,26,26,26,26,26,0,26,25,26,26,0,26,27,28,26,17,26,26,27,17,0,26,27,26,17,26,26,26,26,26,26,27,25,26,17,25,25,26,27,17,26,26,26,26,27,17,26,27,0,26,27,17,26,27,26,26,27,0,26,26,26,26,0,26,26,26,27,17,25,25,23,25,28,25,26,27,17,26,26,26,26,25,26,27,26,26,26,28,28,26,27,17,17,26,17,26,26,26,26,26,0,26,26,26,0,26,26,26,27,26,0,26,27,17,26,26,26,26,17,26,26,26,27,17,26,17,26,26,27,17,26,26,17,26,27,26,26,26,0,26,26,26,27,17,26,26,25,28,28,26,27,17,26,26,26,26,26,0,26,26,26,26,26,17,26,26,26,25,26,26,27,17,26,25,28,28,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,17,26,27,17,26,27,26,27,26,27,0,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,25,25,26,27,17,25,25,17,26,27,17,26,27,26,27,25,25,25,26,27,17,26,27,25,26,25,26,26,26,26,26,0,26,25,26,26,26,17,17,26,27,17,26,26,26,0,26,27,0,26,27,17,26,26,26,17,26,26,26,26,26,26,26,27,17,0,26,17,26,26,27,17,28,26,27,17,26,26,27,26,17,26,26,17,26,27,17,26,0,26,17,26,17,17,26,26,27,25,28,28,26,27,17,26,17,26,26,26,27,26,17,26,0,26,0,26,26,27,17,0,26,26,27,26,26,27,17,26,26,25,26,27,17,25,17,25,26,27,17,26,17,17,26,27,17,26,17,26,17,26,17,26,27,26,25,26,27,17,26,27,17,0,26,27,17,26,26,17,25,25,25,26,27,17,0,26,26,26,17,0,26,17,26,25,26,26,17,26,27,17,0,26,26,26,26,27,26,25,28,28,26,27,17,17,26,26,0,26,26,26,27,26,27,26,0,26,26,26,17,26,17,26,17,0,26,17,26,17,26,27,17,26,27,17,26,17,26,17,26,17,26,17,26,17,26,17,26,26,26,27,17,17,26,27,26,26,27,17,26,17,26,17,26,17,26,17,26,17,26,17,26,27,26,26,17,26,26,17,26,26,17,17,26,27,17,26,17,0,26,25,26,17,26,17,26,26,26,26,17,26,26,27,17,26,26,26,26,26,26,28,26,27,17,26,27,26,17,26,27,17,26,26,26,26,17,26,26,0,26,26,26,26,26,17,26,27,26,27,26,26,0,26,0,26,26,0,25,26,27,17,26,27,26,26,0,26,26,26,26,27,26,26,26,26,26,27,26,27,26,26,27,17,26,26,27,17,26,26,26,26,17,26,26,26,26,26,26,26,17,26,17,26,26,26,26,26,26,26,27,17,26,26,26,25,26,26,26,26,26,26,26,25,28,28,26,27,17,26,26,27,26,26,26,0,26,26,26,27,17,26,17,26,26,27,26,26,25,26,24,26,27,17,26,0,26,17,26,26,26,26,26,0,26,26,26,26,27,17,26,26,26,26,0,26,26,26,26,26,26,26,27,26,26,26,26,0,26,26,27,17,25,28,28,26,27,17,0,26,26,26,26,27,26,17,26,26,26,26,26,26,0,26,26,26,26,0,26,27,26,27,17,26,0,26,27,26,26,26,26,0,26,26,26,26,26,26,26,26,27,26,26,27,17,0,26,17,26,27,26,26,27,17,26,26,27,26,26,26,26,26,26,26,0,26,27,17,26,26,26,26,27,26,26,27,26,0,26,28,26,27,17,26,26,26,0,26,0,26,17,26,26,26,27,17,26,27,26,27,26,27,26,26,26,26,26,17,26,26,27,26,26,26,26,17,26,0,26,28,26,17,26,26,0,26,26,26,26,26,26,0,26,27,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,17,26,27,17,26,26,26,26,27,17,26,26,26,27,26,26,26,26,0,26,26,27,26,26,0,26,27,26,25,26,27,17,26,27,25,28,28,25,26,27,17,26,26,26,26,0,26,26,26,26,26,26,26,27,17,26,26,26,17,0,26,0,26,26,27,26,26,26,26,0,26,26,26,25,26,27,17,26,26,25,26,27,26,26,26,27,26,27,17,25,26,27,26,27,17,26,26,26,26,25,26,27,26,26,26,26,26,27,25,26,27,26,26,26,26,27,26,26,26,0,26,25,25,25,26,24,26,27,17,26,17,26,26,25,25,25,26,27,17,28,26,17,26,26,0,26,26,27,0,25,26,26,26,26,26,26,26,26,0,26,26,26,26,17,0,26,0,26,0,26,0,25,26,26,17,26,26,0,26,0,26,26,27,17,26,26,27,17,26,26,0,26,26,25,26,27,0,26,26,26,26,25,28,28,26,27,17,26,26,26,26,27,17,25,26,27,17,26,26,26,26,26,26,27,26,26,26,26,26,26,0,26,0,26,26,27,26,26,26,26,0,26,26,26,26,25,26,27,26,27,17,26,26,26,26,26,26,26,26,26,26,28,26,17,25,26,27,17,26,26,27,17,26,26,27,17,26,26,26,0,26,17,26,27,17,26,17,26,26,26,26,0,26,25,28,28,26,27,17,26,26,26,27,26,25,26,27,26,26,0,26,26,26,27,26,26,26,26,26,26,26,26,27,26,26,27,26,26,0,26,26,26,0,25,26,27,17,26,27,26,26,26,26,26,27,17,26,26,26,26,26,27,17,26,26,17,26,27,17,26,26,26,0,26,26,26,26,26,27,26,27,17,26,26,26,26,26,0,26,26,26,0,26,0,26,17,26,27,25,26,26,0,26,26,26,26,26,25,28,28,26,27,17,26,27,17,26,26,26,17,25,26,27,17,25,26,24,26,25,26,27,17,0,26,26,26,26,26,26,26,26,27,17,26,26,26,27,26,26,26,26,27,17,25,25,25,25,25,25,25,26,27,17,0,26,26,0,26,26,26,27,17,0,26,26,26,27,17,26,26,26,26,26,27,17,0,26,26,27,26,17,26,26,0,26,26,27,17,26,26,26,26,25,26,26,26,27,17,26,26,26,26,26,26,27,17,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,0,26,26,26,26,26,26,26,26,26,0,26,26,27,0,26,26,25,25,25,25,26,27,17,26,26,27,26,26,26,26,26,26,0,26,25,25,25,25,25,25,26,27,17,26,26,26,26,27,0,26,26,26,26,26,26,26,26,0,26,26,27,17,26,26,26,26,27,26,26,0,26,26,26,17,26,26,26,26,26,26,26,26,26,0,26,26,26,17,26,26,26,26,26,26,26,26,26,0,26,26,0,26,26,27,26,26,26,26,0,25,26,17,17,26,17,26,26,0,26,27,17,26,26,26,26,0,26,26,28,26,27,17,26,26,26,26,26,26,26,0,26,26,26,26,26,26,27,26,26,27,17,17,26,26,26,26,26,26,26,26,27,26,26,26,27,17,26,0,26,26,26,25,28,28,26,27,17,25,25,25,26,24,26,26,26,26,25,26,27,26,26,26,26,25,26,27,26,26,26,26,26,26,27,26,26,26,17,26,17,26,27,26,26,26,27,17,26,26,27,17,26,26,26,26,26,26,25,25,26,27,17,26,0,26,26,25,26,26,26,25,26,27,0,26,26,26,26,26,26,17,17,26,26,26,26,27,0,17,26,26,0,26,26,26,0,26,26,26,25,26,0,26,26,17,25,28,28,26,27,17,26,25,26,27,26,26,27,17,26,26,25,25,25,25,28,28,26,27,17,26,27,17,26,27,25,26,25,26,27,0,25,26,27,17,26,0,26,26,26,26,26,26,0,26,26,26,17,26,27,17,25,28,28,26,27,17,0,25,26,27,26,26,27,17,26,26,27,17,26,26,25,25,28,28,26,27,17,26,17,26,17,17,26,26,28,26,17,26,26,26,26,17,26,26,17,26,0,26,25,26,27,26,17,26,27,26,17,17,26,25,28,28,26,27,17,0,26,27,26,26,26,26,0,25,26,27,0,25,26,24,26,25,26,27,25,28,28,17,26,27,17,26,26,26,26,25,26,27,17,26,27,17,26,28,25,26,27,17,26,26,17,26,26,0,26,26,26,0,26,26,25,25,17,26,27,17,25,26,27,0,26,26,26,26,25,26,27,25,25,26,27,0,26,26,26,26,25,28,28,28,26,27,17,26,27,26,25,25,26,27,17,25,25,25,26,27,17,25,26,26,17,17,26,26,25,26,26,0,26,26,26,26,26,27,17,26,0,26,17,26,27,26,27,17,26,17,26,17,26,0,25,26,27,26,26,27,17,26,25,25,25,25,26,17,26,26,25,26,0,26,25,26,26,27,17,26,26,26,26,17,0,26,26,26,26,17,26,17,26,26,0,26,26,26,27,17,25,26,27,17,26,27,17,26,26,27,26,27,17,26,26,27,17,0,25,26,27,17,0,26,27,26,17,26,25,25,26,25,26,17,26,17,26,27,25,26,17,26,26,17,26,0,26,26,26,26,25,17,26,27,0,26,26,26,26,26,26,26,25,26,27,17,0,26,26,26,27,26,26,26,27,26,0,26,26,26,26,17,26,26,26,27,17,26,0,26,27,17,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,27,17,0,26,26,26,26,0,26,26,26,26,26,26,26,26,27,17,0,26,27,17,26,25,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,17,0,26,26,27,26,26,26,0,26,26,17,26,26,26,27,26,0,26,26,26,26,26,26,0,26,27,17,0,26,27,26,26,26,25,26,17,26,27,17,26,0,26,26,27,26,26,26,26,26,27,17,26,0,26,26,26,26,25,26,26,26,26,27,26,27,26,26,26,26,26,26,26,26,26,26,26,25,26,27,17,0,26,25,26,27,26,26,26,26,27,26,26,26,26,27,17,26,27,26,26,26,0,26,26,0,26,26,26,26,27,26,0,26,26,17,26,27,17,26,26,26,26,26,26,26,26,0,26,26,26,26,17,25,26,26,26,17,26,17,26,26,26,26,0,28,26,27,17,26,27,26,17,26,17,26,26,0,26,0,26,26,26,26,26,26,26,26,26,27,0,26,26,26,26,26,27,26,26,26,25,26,26,26,27,17,26,26,17,17,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,0,26,26,26,26,26,0,26,0,26,26,26,26,26,26,17,26,0,26,26,26,26,0,26,26,26,26,25,26,17,25,25,28,17,26,27,17,26,26,26,0,26,26,17,0,26,0,26,26,26,26,0,26,26,27,26,26,26,27,26,27,17,26,26,26,0,26,26,17,26,27,17,26,25,26,26,17,17,26,26,26,26,26,27,26,26,0,26,26,0,26,26,26,26,27,26,26,27,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,27,26,17,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,27,17,26,26,26,27,28,26,27,17,26,27,25,26,17,26,26,0,26,26,26,26,26,26,26,26,0,26,26,26,27,26,27,17,26,27,26,25,26,26,26,17,17,26,25,25,25,25,25,25,25,25,26,27,17,26,26,0,26,26,26,26,26,26,27,17,26,26,26,26,26,26,27,26,26,26,26,26,26,17,26,17,26,26,27,26,26,26,17,26,0,26,26,26,25,26,27,24,0,26,17,26,0,26,26,26,26,26,26,27,17,26,26,26,26,17,26,0,28,26,27,17,26,26,26,26,26,26,26,27,17,26,27,17,26,24,26,26,26,26,17,17,26,0,26,26,26,27,26,25,26,28,26,27,17,26,26,26,26,26,26,26,0,26,26,26,26,26,26,27,17,26,27,26,26,26,26,27,17,0,26,26,27,17,0,26,17,26,17,25,25,25,28,28,26,27,17,26,0,26,26,27,26,26,27,17,26,26,26,26,26,17,26,27,17,26,26,26,27,26,26,0,26,26,17,26,27,17,26,26,27,26,26,26,0,26,17,17,26,0,26,0,26,27,17,17,26,17,26,26,26,26,26,26,26,26,17,26,17,26,26,0,26,26,26,27,17,26,25,26,17,17,26,26,26,26,26,0,26,27,26,26,26,26,26,26,27,17,0,26,26,26,26,26,0,26,17,17,26,0,26,25,26,0,26,26,26,0,26,26,26,27,17,26,26,26,26,17,26,26,26,26,26,26,26,27,26,0,26,26,26,26,26,27,17,26,27,26,26,26,26,26,27,26,26,27,26,27,26,26,26,26,26,27,17,17,17,26,26,26,26,26,25,26,17,17,26,26,26,0,25,26,26,26,26,26,26,26,27,17,26,26,26,17,26,26,0,17,26,17,26,0,26,26,26,26,17,25,28,28,26,27,17,26,26,26,26,27,17,0,26,17,17,26,26,27,0,26,17,26,26,26,27,26,26,26,26,27,26,26,0,17,17,26,27,17,26,0,26,25,28,28,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,17,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,25,28,28,25,25,25,26,27,17,25,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,25,25,25,17,17,25,26,27,17,25,26,27,26,27,26,27,17,26,27,25,25,25,26,27,17,26,27,0,25,25,26,27,26,27,26,27,17,26,27,26,27,0,25,25,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,17,26,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,26,27,26,26,26,27,17,26,26,26,27,26,25,17,26,27,17,26,25,26,26,26,26,27,26,25,26,27,17,26,26,26,25,25,25,25,25,25,25,25,26,27,17,25,25,26,27,17,26,27,17,26,26,26,26,26,27,17,26,27,0,26,26,26,26,25,26,27,17,26,17,17,17,26,26,27,17,26,26,26,26,27,17,26,26,26,27,26,27,0,25,26,27,17,26,26,27,26,26,17,26,0,26,27,17,26,27,17,26,26,26,26,17,25,26,27,17,26,26,26,26,26,26,26,26,17,26,17,17,26,26,27,17,26,26,26,26,17,26,26,26,27,17,26,0,26,26,25,26,26,27,26,25,26,27,17,26,0,26,26,26,26,26,27,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,27,17,0,26,26,27,26,26,26,27,0,26,26,26,26,26,27,26,26,26,0,26,17,26,26,27,17,0,26,26,27,26,26,26,26,26,27,17,26,27,0,26,27,26,0,26,17,26,26,26,27,26,17,26,26,26,26,26,26,26,27,26,26,26,27,26,26,26,0,26,26,25,26,26,26,25,25,26,27,17,26,26,26,26,26,0,26,26,26,27,26,27,17,26,27,17,26,26,0,26,0,26,26,26,27,17,0,26,17,0,26,0,26,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,26,17,17,26,0,25,25,26,27,17,26,0,26,26,0,26,26,17,26,26,27,26,27,17,26,17,26,17,26,0,26,26,26,26,26,0,26,0,17,26,17,26,26,27,17,0,25,25,25,26,24,26,26,26,17,17,26,26,17,26,17,26,0,26,27,17,25,26,26,26,26,27,26,27,17,26,0,26,26,26,26,26,26,26,26,26,25,26,27,17,26,26,26,26,27,17,26,27,26,27,0,26,26,26,17,26,0,26,26,26,26,26,17,17,26,17,17,26,0,26,27,17,26,17,26,26,26,27,17,26,26,27,0,26,26,26,26,26,26,28,26,27,17,26,0,23,26,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,27,17,17,17,26,0,26,26,26,17,26,26,17,26,0,26,25,26,26,26,26,26,17,26,17,26,17,26,25,25,25,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,25,26,27,26,27,26,27,26,26,27,26,27,26,27,25,25,25,25,26,27,17,26,27,26,27,0,26,27,25,26,27,17,25,25,26,27,17,26,27,26,27,0,25,25,25,26,27,17,25,26,27,17,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,26,26,26,26,0,26,27,17,26,17,26,27,17,17,26,26,26,26,17,26,17,26,26,27,26,26,0,26,26,26,27,17,26,26,0,26,26,17,26,17,26,26,26,27,26,27,26,17,26,26,27,17,26,27,17,26,26,17,0,26,26,26,26,26,26,26,26,26,25,25,25,26,24,26,26,26,26,27,0,26,17,26,27,17,26,26,26,27,26,0,26,0,25,26,24,26,26,28,26,27,17,25,26,0,26,26,26,17,26,26,26,26,17,26,0,26,26,0,26,26,0,26,27,17,26,26,0,26,26,27,17,26,26,26,26,26,0,26,17,26,26,26,26,26,26,26,0,26,26,27,17,26,26,27,17,26,26,26,26,26,26,27,17,0,26,26,17,17,26,26,26,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,17,26,27,26,27,0,26,27,17,26,27,17,0,26,27,26,27,17,26,26,26,26,0,26,25,26,26,26,0,26,26,0,26,26,26,25,26,26,26,27,0,26,26,17,26,27,17,26,26,26,26,26,26,0,17,26,26,26,26,26,26,26,27,17,26,26,26,26,25,25,26,26,0,26,26,17,26,26,26,0,26,26,27,17,26,17,26,26,25,26,17,26,0,26,26,27,17,17,26,27,17,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,17,17,26,28,26,27,17,26,0,26,27,26,26,26,26,25,26,26,26,26,26,26,26,26,26,26,27,17,26,17,26,27,17,0,26,26,26,26,27,17,26,26,17,26,27,17,17,26,27,17,26,0,26,26,26,0,26,27,26,0,26,26,26,26,0,26,0,26,26,26,26,0,26,26,26,26,0,26,0,26,27,26,26,0,26,25,25,25,25,25,25,26,27,17,26,26,26,27,26,17,26,26,26,26,26,26,0,26,26,26,26,26,26,26,27,0,26,26,26,27,17,26,26,26,26,26,25,26,26,26,27,26,17,28,26,27,17,26,27,17,26,26,17,26,26,26,26,0,26,26,26,26,27,17,0,26,26,0,26,17,26,17,26,0,26,26,26,0,26,26,27,0,26,26,27,26,27,26,27,26,17,26,26,26,0,26,26,26,26,25,26,27,17,26,26,26,26,26,26,17,26,17,26,26,26,0,26,0,26,17,26,17,26,26,26,17,26,26,17,26,17,26,27,17,26,26,26,0,26,26,0,26,26,26,17,26,25,26,27,26,26,26,26,26,26,17,26,26,17,17,26,26,26,26,0,26,26,27,26,27,17,17,26,26,26,17,0,26,26,26,26,27,26,26,27,0,26,27,26,17,26,26,17,26,27,26,27,26,0,26,26,26,0,26,27,17,26,27,17,26,26,28,26,27,17,0,17,26,27,17,17,26,26,17,26,26,26,26,27,17,26,26,27,26,0,26,26,27,26,26,26,27,17,26,26,26,26,17,26,26,26,26,0,26,26,17,26,17,17,26,26,27,26,26,26,26,26,17,26,17,26,26,26,27,17,26,25,26,26,27,17,26,26,0,26,27,28,25,26,17,26,27,25,26,26,26,26,0,26,26,26,26,26,26,27,17,26,26,26,26,27,26,26,0,26,26,26,26,26,27,26,26,26,27,17,26,26,26,26,0,26,26,26,17,26,26,27,26,0,26,26,27,17,26,26,27,17,26,26,25,26,27,17,26,26,26,26,26,26,27,26,26,27,26,26,26,26,26,26,26,17,26,26,26,27,26,27,17,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,17,26,26,26,26,27,17,26,26,27,26,27,26,17,0,26,26,17,26,17,26,26,26,27,26,0,26,26,26,26,26,0,26,26,17,26,26,26,27,17,26,0,26,26,26,26,26,26,27,26,0,26,26,17,26,26,26,26,27,0,26,27,17,26,26,26,26,27,17,26,0,26,26,26,26,17,26,26,26,17,26,26,26,26,26,27,17,26,27,17,26,26,0,26,27,26,27,26,26,26,26,26,26,26,26,0,26,26,27,17,26,26,26,26,27,26,26,27,26,26,27,17,26,0,26,25,25,25,28,28,26,27,17,26,26,27,26,26,26,27,26,26,26,0,26,27,26,26,26,26,26,0,26,27,17,26,26,0,26,27,17,26,26,26,26,27,17,0,26,27,17,26,17,0,26,0,26,28,26,27,17,25,28,28,25,25,26,27,17,26,27,17,25,26,17,26,27,17,26,27,26,17,26,27,17,26,26,0,26,25,25,28,28,26,27,17,25,26,26,26,17,26,26,26,26,25,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,26,26,25,26,26,26,26,27,17,0,26,26,25,25,26,27,17,25,25,26,27,17,26,27,17,0,26,26,0,26,26,26,26,26,26,0,26,26,26,27,17,26,17,0,25,26,26,27,17,26,26,27,26,26,27,26,26,0,26,0,26,26,26,17,25,26,26,27,26,26,0,26,26,0,26,17,26,27,17,26,26,27,17,26,26,0,26,26,26,26,27,26,26,26,0,26,26,26,26,26,26,0,28,26,27,17,17,26,17,26,0,26,26,26,27,17,26,26,26,26,27,26,27,17,17,17,17,17,17,17,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,28,26,17,26,26,26,26,27,17,26,26,27,17,26,26,26,26,25,28,28,25,26,27,17,0,26,26,0,26,27,0,25,26,26,27,26,26,27,26,27,17,26,27,17,26,17,26,26,17,26,27,26,26,26,26,26,27,17,26,26,27,26,26,27,17,25,25,25,28,28,26,27,17,26,26,27,26,26,27,26,26,26,26,26,27,26,26,26,27,25,26,27,17,17,17,26,26,27,17,26,26,26,26,27,0,26,27,17,26,26,27,17,25,25,26,27,17,25,28,28,26,27,17,25,28,28,26,27,17,26,26,26,26,27,0,25,26,27,26,26,0,26,26,17,26,26,26,0,17,26,17,26,0,17,26,26,26,17,26,17,26,26,0,26,0,26,26,26,26,26,26,26,26,27,17,0,26,17,26,17,26,0,26,0,26,27,26,27,26,27,17,26,26,26,0,26,27,26,0,17,17,26,17,25,25,25,28,28,26,27,17,17,26,17,26,26,27,17,26,17,25,28,28,26,27,17,0,26,27,26,26,26,26,25,26,26,26,26,28,26,27,17,25,26,27,17,26,26,27,26,26,26,26,26,26,26,26,26,0,26,17,26,0,26,26,26,26,0,26,26,0,26,26,26,0,26,26,26,26,26,17,26,27,0,26,0,26,26,17,26,0,26,27,17,26,27,26,26,26,27,26,26,17,28,26,27,17,26,27,17,26,26,27,25,25,26,27,17,25,26,17,0,26,25,25,26,17,26,27,25,25,26,27,17,17,26,27,17,25,25,25,28,28,26,27,17,0,26,26,27,17,17,17,26,26,26,26,26,26,26,26,27,0,26,26,17,26,26,27,17,26,25,25,26,27,17,26,0,25,25,26,27,17,26,26,26,26,26,26,27,26,26,27,26,27,26,27,17,26,26,26,0,26,26,26,27,0,25,26,26,26,27,0,26,26,26,26,26,26,0,26,27,17,25,26,26,26,26,27,26,26,26,26,26,26,26,17,25,26,26,26,26,26,17,26,26,26,26,26,26,27,17,26,0,25,25,25,28,28,26,27,17,26,26,27,0,26,27,17,0,26,26,27,26,28,26,27,17,17,26,27,17,0,26,26,27,17,26,27,26,26,26,26,26,26,26,28,26,27,17,26,26,27,17,26,26,26,26,0,25,28,28,26,27,17,17,26,27,17,28,28,25,17,17,17,25,26,27,17,26,27,17,25,25,25,26,27,26,27,26,27,25,26,27,17,28,28,28,28,28,28,17,17,26,27,17,25,25,25,25,25,25,25,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,0,25,26,17,26,27,26,26,26,0,26,0,26,0,26,26,26,27,26,26,0,26,26,26,27,26,26,26,27,26,27,26,27,26,0,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,26,27,26,27,17,26,27,17,26,26,26,0,26,26,26,17,26,27,17,26,17,26,17,26,26,27,26,27,17,26,27,17,28,26,27,17,26,26,17,17,26,26,17,26,26,26,26,25,26,27,17,26,27,17,26,26,27,0,26,26,26,25,26,26,26,26,0,26,25,26,26,26,26,0,26,26,26,26,27,17,17,17,26,27,17,26,25,26,27,17,25,26,26,26,26,26,26,26,27,25,26,26,26,26,26,27,17,26,25,26,26,28,25,26,17,26,26,26,26,26,0,26,0,26,26,27,17,17,26,26,26,26,26,17,26,26,26,26,26,26,27,17,26,27,17,26,26,27,26,26,26,27,26,26,0,26,26,25,26,27,17,26,26,26,0,26,0,26,26,27,17,26,0,26,26,27,26,26,17,26,28,26,27,17,17,26,17,26,27,0,26,27,26,27,17,26,26,26,27,26,26,26,26,26,27,26,26,26,26,26,26,17,26,26,27,17,26,26,26,26,0,26,26,0,26,0,25,26,26,26,27,26,26,26,26,0,25,25,26,26,26,17,26,25,26,24,26,27,17,26,27,26,17,0,26,26,26,26,26,26,26,26,26,27,26,26,26,26,0,26,26,26,26,26,28,26,27,17,26,0,26,26,26,27,17,0,26,26,26,26,26,26,26,26,26,26,17,0,26,26,26,26,27,26,26,26,26,26,0,17,26,27,17,0,26,27,17,26,26,26,26,17,26,27,17,26,26,26,26,26,17,17,26,27,17,26,27,26,0,26,0,26,0,26,17,26,27,17,0,26,27,17,26,26,26,27,17,0,26,17,26,27,17,26,26,26,26,26,28,17,26,27,17,26,26,26,26,17,26,17,26,27,17,26,26,17,26,17,26,26,17,26,27,17,26,26,27,26,27,17,26,26,27,17,26,27,17,0,26,17,26,26,26,27,26,17,26,27,17,0,26,26,26,26,26,17,26,27,17,25,26,27,17,26,26,27,26,26,26,26,0,26,26,28,25,25,25,26,27,17,24,25,28,28,26,27,17,0,26,26,26,26,26,26,26,28,26,27,17,0,26,26,27,0,26,0,26,26,26,27,26,27,17,26,26,26,26,26,26,27,26,26,27,26,26,26,26,17,26,17,0,26,26,26,26,0,26,26,26,27,26,17,26,17,0,26,26,27,0,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,17,17,26,26,26,0,26,26,27,26,27,17,26,26,26,27,17,26,26,26,26,26,26,27,26,26,26,26,26,27,26,27,17,26,27,26,26,27,26,26,26,26,26,17,26,26,0,26,0,26,26,0,28,26,17,26,27,26,27,26,27,26,26,26,26,27,17,26,0,25,25,25,25,26,27,17,26,26,27,17,0,26,27,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,27,17,26,26,17,26,27,26,0,26,26,27,26,0,26,26,0,26,26,27,26,26,0,26,26,0,26,27,0,26,0,26,26,27,26,26,17,26,17,26,17,26,25,26,27,17,25,25,25,26,17,26,27,17,25,25,26,17,17,17,26,26,26,27,17,26,0,26,26,26,26,26,26,27,17,26,26,26,26,0,26,27,17,26,26,27,17,0,26,26,26,28,26,27,17,26,26,26,26,26,26,26,26,26,26,27,26,26,0,26,27,17,26,0,26,26,26,26,26,26,26,26,26,27,26,27,17,26,26,26,27,26,26,26,27,17,0,26,0,28,26,27,17,26,26,26,27,26,0,26,26,26,26,26,27,26,17,26,25,26,27,17,26,26,26,26,26,26,27,26,26,28,26,27,17,26,26,26,17,0,26,27,17,26,26,0,26,26,0,26,26,26,0,26,0,26,26,26,17,26,17,26,26,26,26,26,26,0,26,26,27,26,17,26,27,25,25,26,27,17,26,26,25,17,26,17,24,26,26,17,0,26,26,26,27,28,26,27,17,0,26,26,26,0,17,17,17,17,17,17,17,26,26,17,26,26,25,26,24,26,17,25,25,25,26,24,26,27,17,26,26,27,26,0,26,26,26,17,26,26,27,17,17,26,26,0,26,27,0,26,26,25,26,27,17,26,0,26,26,26,17,17,17,17,17,17,17,26,26,26,0,26,26,17,26,0,26,27,26,17,26,26,26,27,0,26,17,26,26,26,17,26,27,26,26,26,0,26,17,26,26,26,25,26,27,26,0,26,27,26,0,26,25,26,27,17,26,0,26,26,17,26,17,0,26,26,17,26,26,25,26,27,26,17,17,26,17,17,17,17,17,17,17,26,17,26,26,26,17,17,26,26,17,26,17,26,17,26,25,26,26,26,0,25,26,26,26,26,27,26,26,25,28,26,17,26,26,26,26,26,26,25,26,27,17,0,26,26,26,26,26,26,17,26,26,25,26,26,27,26,26,26,26,26,26,26,26,26,26,27,26,26,0,26,26,26,27,26,26,26,26,26,26,26,26,26,27,0,17,26,26,26,17,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,26,27,25,26,0,25,17,17,26,25,26,24,26,27,17,26,26,26,26,26,25,25,26,27,17,26,27,17,0,26,26,26,17,0,26,0,25,26,26,0,17,26,17,26,26,26,26,26,26,26,0,28,26,27,17,26,26,0,26,27,26,26,17,26,27,26,25,26,27,17,26,27,17,26,27,26,26,27,17,26,17,25,26,26,26,26,26,26,26,26,26,17,26,27,26,27,26,26,17,26,26,26,0,26,26,26,26,17,17,26,17,26,26,26,25,28,28,26,27,17,26,26,27,26,17,26,27,0,26,26,26,26,27,17,26,26,27,26,27,17,28,26,17,26,26,26,27,26,27,26,17,26,26,27,26,26,26,26,17,26,26,27,26,27,17,0,26,26,26,27,26,26,26,26,27,17,26,26,27,26,27,26,26,26,26,26,26,26,26,26,26,26,26,27,26,17,25,26,27,17,26,17,26,26,27,26,26,26,26,0,26,27,26,27,26,26,27,17,26,26,26,26,26,26,27,17,26,27,17,26,17,26,17,0,17,17,17,17,17,17,17,26,17,26,17,0,26,27,17,26,26,0,26,27,17,26,26,26,0,26,26,26,26,26,17,26,27,17,25,26,25,26,17,26,26,26,27,17,26,26,26,26,26,25,26,27,17,26,26,26,26,27,17,17,17,17,17,17,17,26,27,17,26,17,0,26,17,26,17,26,17,26,17,26,17,26,26,27,26,27,0,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,26,27,26,26,26,26,26,26,26,26,27,26,26,26,17,25,26,27,17,26,27,17,26,17,26,17,26,17,26,17,26,27,17,0,26,26,27,17,26,17,26,17,25,25,26,27,17,25,26,27,17,25,26,17,26,28,28,26,27,17,26,26,26,0,26,25,25,26,25,26,26,0,26,17,26,27,17,26,17,25,26,27,26,0,26,26,26,26,26,27,26,26,25,26,26,26,26,26,27,17,26,26,26,0,26,0,26,26,26,26,25,26,26,26,27,26,26,27,26,0,26,27,17,26,27,0,26,26,26,0,26,26,26,27,26,26,27,26,27,0,26,26,26,17,26,27,26,27,17,26,27,26,26,26,27,0,26,26,26,27,26,26,27,26,0,26,27,26,26,17,26,26,26,0,25,26,0,26,26,26,26,27,26,26,27,26,17,26,27,26,26,26,25,26,26,26,26,27,26,27,17,26,26,26,17,26,27,17,26,26,26,26,27,17,26,27,26,26,0,26,27,17,26,26,17,0,26,0,26,27,26,26,27,26,27,26,26,26,26,27,26,26,26,27,26,26,26,26,26,26,27,17,17,17,17,17,17,17,26,27,26,27,0,26,0,26,26,26,26,26,27,26,26,0,26,26,27,26,26,26,17,26,26,26,26,26,26,26,27,26,27,17,26,26,27,17,26,27,26,27,26,26,26,26,26,26,26,0,26,26,26,0,26,27,17,0,26,27,17,17,17,17,17,17,17,17,26,26,26,0,26,26,26,26,0,26,26,25,25,26,27,17,0,26,27,26,26,0,26,17,26,26,27,26,27,26,26,26,26,26,25,28,28,25,26,27,17,26,26,27,26,26,26,17,26,17,26,0,26,26,27,26,26,17,0,26,26,27,26,26,25,26,24,26,26,26,17,17,17,17,17,17,17,26,27,17,0,26,26,25,26,27,17,24,26,26,26,26,27,17,0,26,26,26,27,17,26,26,27,26,26,27,0,26,26,27,0,26,26,26,25,26,28,26,17,26,0,26,0,26,26,0,26,26,26,26,26,0,26,27,26,26,27,26,26,27,17,26,27,17,26,0,26,26,27,26,27,26,26,17,26,17,0,26,26,17,0,26,26,26,26,26,0,26,26,27,26,27,26,0,26,27,17,0,26,0,28,26,27,17,0,26,26,26,26,26,27,26,27,26,26,27,26,26,27,17,26,26,27,17,17,17,25,26,0,26,26,27,26,26,26,26,27,26,27,26,27,26,27,0,26,26,17,26,17,26,26,26,26,26,26,0,28,25,26,27,17,26,27,17,26,26,27,26,26,0,26,27,17,26,26,26,27,26,26,26,25,25,25,26,24,0,25,26,26,26,25,17,26,27,17,26,17,26,26,26,17,0,26,27,17,0,26,27,26,0,26,26,27,26,26,26,26,25,26,26,27,26,26,27,17,26,0,26,17,26,26,26,26,26,26,26,17,17,26,0,26,17,0,26,27,26,27,26,0,26,26,26,26,27,26,26,26,25,25,26,27,17,25,26,17,25,26,17,26,26,26,26,27,17,26,27,26,26,26,27,26,26,26,26,26,0,26,26,27,0,26,26,26,27,0,26,26,26,26,0,26,27,26,27,26,0,26,26,26,28,26,27,17,26,27,17,26,17,26,26,26,26,26,26,27,26,27,17,26,26,26,27,17,26,27,26,26,26,26,26,26,0,26,26,26,27,26,27,17,26,26,17,0,26,17,26,26,26,17,0,26,26,27,26,26,26,26,27,26,27,17,26,26,27,26,26,26,26,26,27,26,26,27,26,26,26,26,26,27,26,26,0,26,27,26,26,27,17,25,26,26,26,26,17,26,26,27,26,26,27,26,27,0,26,26,27,17,26,25,26,26,26,27,17,26,17,26,26,26,27,26,27,26,27,26,0,26,26,25,26,26,26,26,27,17,0,26,26,17,26,26,26,26,26,26,17,26,17,26,26,0,26,26,25,26,0,17,26,17,26,27,26,27,26,26,26,0,26,26,27,17,26,26,27,17,26,26,27,26,26,26,26,27,26,26,26,26,27,17,26,26,17,26,27,17,26,27,26,27,28,26,27,17,26,17,26,26,26,27,17,26,27,26,0,26,26,17,26,0,26,27,0,26,26,27,17,26,26,26,26,26,26,27,17,26,27,26,17,0,26,27,26,26,26,26,17,26,26,25,28,28,26,27,17,26,26,27,26,26,17,26,26,26,26,17,26,26,26,26,26,26,26,26,27,26,0,26,26,25,25,26,27,17,26,25,25,26,17,25,25,25,26,27,17,24,26,17,26,26,27,17,26,26,26,26,26,27,17,26,26,26,26,25,26,17,26,26,26,26,0,26,26,27,17,26,17,26,17,26,25,26,24,26,26,26,0,26,26,26,0,25,26,24,26,27,26,26,26,0,26,26,26,26,26,26,26,27,0,25,25,25,25,25,25,26,27,17,26,27,0,26,27,17,0,26,26,26,25,26,26,26,26,26,27,17,26,26,26,26,26,27,17,26,17,26,0,26,26,26,27,26,26,26,0,26,26,27,0,26,26,17,0,26,26,26,27,26,27,17,26,25,25,25,26,24,26,26,26,17,26,17,25,25,25,26,27,17,0,26,27,26,25,25,26,27,17,25,25,26,17,26,25,26,27,0,17,28,28,28,28,28,28,28,28,26,27,17,26,27,0,26,26,25,26,0,26,0,26,17,26,25,26,27,17,17,26,27,17,26,25,26,27,17,26,26,26,17,17,26,27,17,26,26,0,25,26,26,26,17,28,26,27,17,26,26,0,17,17,17,17,17,17,17,26,25,26,26,27,17,26,27,17,26,17,26,17,0,17,26,17,26,25,25,28,28,26,27,17,0,17,26,27,17,26,27,17,26,28,26,27,17,26,25,26,25,17,26,27,17,26,26,0,28,26,17,26,26,17,26,27,17,25,26,26,26,17,26,0,26,17,26,27,17,0,26,25,26,27,26,26,27,26,27,17,26,27,17,26,26,25,26,0,26,26,17,26,27,17,0,26,27,0,26,26,25,26,26,27,17,17,26,27,17,25,28,28,26,27,17,26,26,26,25,25,25,25,26,27,17,17,26,27,17,0,26,26,0,26,26,28,25,26,27,17,25,17,26,27,17,26,17,26,26,26,26,26,25,26,26,26,26,17,26,25,17,26,27,17,0,26,25,26,26,26,26,17,17,26,27,17,26,26,25,26,26,27,17,25,26,27,17,26,26,26,17,26,27,17,0,25,26,27,26,26,26,26,27,17,26,27,17,26,27,25,26,27,26,27,17,26,27,26,27,25,17,26,27,17,23,26,27,26,27,17,25,26,27,26,27,17,26,27,17,17,26,27,17,0,26,27,26,27,26,27,17,25,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,17,0,26,27,26,27,0,26,27,28,25,23,25,26,27,17,25,26,27,25,25,28,28,17,26,27,17,26,27,28,26,27,17,26,27,17,0,26,27,26,27,17,17,25,28,28,26,27,17,25,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,26,27,26,27,17,26,27,17,17,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,25,17,26,27,17,25,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,17,0,26,0,25,26,0,26,27,26,26,17,26,27,17,28,26,27,17,26,0,25,25,28,28,26,27,17,25,26,24,26,26,26,26,27,17,17,26,27,17,25,26,26,28,26,27,17,26,0,26,26,27,26,25,25,25,25,26,27,17,26,26,26,26,25,26,27,28,25,25,26,27,17,25,26,26,0,26,26,26,26,27,26,25,26,27,17,26,25,26,26,26,26,26,25,17,26,17,26,27,17,26,27,26,26,26,17,26,27,0,25,26,26,0,26,26,26,26,17,26,25,26,26,27,17,26,0,26,26,26,27,17,26,25,26,26,26,26,27,26,27,26,26,25,26,26,27,26,25,26,17,26,26,26,25,26,26,26,26,26,26,0,26,25,26,26,27,26,26,27,26,0,26,26,25,26,27,17,26,26,0,17,17,17,17,17,17,17,26,26,26,17,26,27,17,0,25,26,26,27,26,26,26,27,17,17,26,27,17,26,25,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,25,26,27,26,26,27,0,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,17,17,25,26,27,17,26,27,17,26,26,27,17,25,17,26,27,17,0,26,26,26,26,17,26,27,17,26,25,26,26,27,25,28,28,17,26,27,17,0,26,26,26,26,25,26,25,17,26,27,17,0,26,26,26,0,26,26,27,25,26,26,17,25,26,27,26,26,27,17,26,17,17,26,27,17,25,28,28,25,25,26,27,17,26,27,26,26,26,17,26,27,17,26,25,26,26,26,26,26,25,26,27,17,25,26,25,26,26,25,26,27,26,27,26,28,26,17,26,25,26,26,26,0,26,26,27,26,26,25,26,0,26,26,26,26,26,0,26,0,25,26,26,26,26,26,27,0,26,26,27,25,26,26,26,26,0,26,27,26,26,25,26,26,26,26,25,25,25,26,27,17,26,0,25,25,25,26,27,17,25,26,26,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,17,17,25,17,17,17,17,17,17,17,25,17,26,27,17,26,27,25,25,25,26,27,24,0,26,27,17,26,27,26,27,25,26,27,26,26,27,26,27,17,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,26,27,26,27,25,26,27,24,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,26,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,25,17,25,26,27,17,26,27,26,27,17,17,26,27,17,26,27,0,28,26,27,17,26,27,26,27,25,26,27,17,17,26,27,17,26,0,26,27,0,17,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,27,25,26,27,26,27,26,27,17,17,26,27,17,26,27,25,26,27,17,26,27,17,26,27,28,28,26,27,17,17,26,27,17,0,26,27,26,27,26,27,17,26,27,0,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,17,26,27,17,26,27,17,17,26,27,17,26,27,17,26,27,17,17,17,26,27,17,26,27,17,26,27,17,0,25,26,27,17,26,27,17,25,28,28,26,27,17,0,26,27,17,17,26,27,17,26,27,17,26,27,26,27,26,26,27,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,17,25,17,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,0,17,26,27,17,0,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,0,26,27,26,27,17,26,27,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,26,27,26,0,26,27,26,27,17,26,27,17,26,27,26,26,27,26,27,25,26,27,24,17,26,27,17,0,26,27,0,17,26,27,17,26,27,25,26,27,26,27,0,25,25,17,26,27,17,17,17,26,27,0,17,17,26,27,26,27,26,27,26,25,28,28,25,25,17,26,27,17,26,27,26,26,27,26,17,0,26,27,17,26,27,17,26,27,26,26,27,26,27,26,27,17,0,17,26,27,17,26,0,26,27,26,27,17,26,27,26,17,26,27,17,26,0,26,26,26,25,25,25,26,27,17,17,26,27,17,25,26,26,26,17,26,26,0,17,26,27,17,26,26,26,28,26,27,17,26,17,17,26,27,17,26,26,26,27,26,26,25,25,26,27,26,0,25,26,27,17,26,0,26,26,26,27,26,27,17,26,26,26,0,26,26,0,26,0,17,26,17,26,26,0,26,17,26,27,17,26,26,0,26,26,27,28,26,27,17,17,26,27,17,25,26,27,17,23,26,26,27,26,25,26,17,17,26,27,17,26,26,25,26,27,17,24,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,25,26,27,23,17,17,26,27,17,17,25,26,27,17,25,25,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,28,28,26,27,17,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,0,26,26,27,17,17,26,27,17,0,25,25,25,17,26,27,24,0,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,0,26,27,17,25,28,28,26,27,17,25,25,25,28,28,25,26,27,17,25,25,26,27,17,17,26,27,17,25,25,25,26,27,17,23,26,27,25,26,27,17,28,26,27,17,26,27,17,26,27,17,26,27,17,28,26,27,17,26,27,17,26,27,17,26,27,17,26,27,25,25,26,27,17,0,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,17,17,17,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,26,27,17,25,28,28,26,27,17,0,26,27,26,27,17,26,27,0,26,27,17,26,27,17,25,25,25,26,27,24,26,0,26,27,25,26,27,17,26,27,17,26,27,17,26,27,0,26,17,26,17,26,27,0,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,26,17,26,27,17,25,26,26,27,26,26,27,25,26,27,17,0,17,26,27,17,26,27,26,27,26,27,26,27,26,17,26,27,17,25,25,28,28,25,28,28,25,28,28,25,26,27,26,27,17,26,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,26,27,17,26,27,17,26,27,17,25,25,25,26,27,17,26,27,26,27,26,27,17,17,26,27,17,25,26,26,27,25,25,26,27,26,27,0,25,28,28,26,27,17,25,17,26,27,17,25,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,26,27,25,26,27,25,26,27,26,27,26,27,0,26,27,26,25,17,26,27,0,26,27,26,27,26,27,26,27,26,27,17,25,25,28,28,26,27,0,25,26,27,17,26,27,26,27,17,26,27,25,26,27,0,26,27,17,26,26,26,27,25,26,25,26,26,26,26,26,25,25,25,25,25,26,17,26,26,26,26,17,25,25,17,17,17,25,26,25,25,17,26,17,26,17,26,26,27,17,26,25,28,28,25,25,25,26,27,17,26,25,26,26,0,26,17,26,26,26,26,0,28,26,27,17,26,27,28,26,27,17,26,0,25,26,27,17,26,26,0,26,26,0,26,26,26,17,26,27,17,17,26,26,27,17,26,26,26,0,26,26,0,26,26,26,0,26,26,25,25,26,0,26,26,27,17,0,26,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,0,26,26,17,26,26,26,27,17,25,28,28,26,27,17,26,0,26,26,26,0,26,26,0,26,25,26,26,0,26,26,26,26,26,26,26,26,0,26,0,26,26,26,26,26,0,17,17,26,27,26,26,28,26,27,17,0,26,26,27,17,26,27,26,26,27,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,25,26,27,17,26,27,26,27,26,27,25,26,27,26,27,0,26,27,25,26,27,17,25,26,27,26,27,0,26,27,0,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,17,26,27,25,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,17,26,27,26,27,26,27,26,27,0,26,27,17,26,27,25,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,26,26,26,26,26,26,28,26,27,17,26,26,26,26,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,25,26,26,27,26,27,17,0,26,0,26,27,17,26,27,26,17,26,27,26,27,26,25,26,26,26,26,26,26,0,26,27,0,26,27,25,26,27,17,26,26,26,26,27,26,25,25,28,28,26,27,26,17,26,0,26,26,26,27,17,26,26,0,26,26,26,26,26,25,28,28,26,27,17,26,26,0,26,26,25,26,27,17,26,28,26,27,17,26,26,0,25,26,26,26,0,26,26,26,26,26,25,26,26,25,25,25,25,25,25,26,27,17,26,26,25,25,26,17,26,26,27,17,25,25,26,27,26,26,17,26,26,26,26,26,17,26,26,17,26,26,0,25,25,25,26,27,17,26,25,26,26,26,26,26,27,26,27,17,25,26,27,25,28,28,25,28,28,25,25,26,27,17,25,26,17,26,26,26,26,0,26,0,26,0,25,25,26,27,17,25,26,27,26,26,0,26,26,0,26,17,26,26,27,26,0,26,26,26,26,26,26,0,26,27,17,26,25,26,17,26,26,28,26,27,17,26,27,26,25,26,27,26,26,26,26,27,26,27,17,26,26,26,26,26,26,26,26,27,26,26,26,0,26,0,26,26,0,26,26,26,26,26,28,26,26,0,26,27,0,26,26,26,26,17,26,26,27,26,26,26,26,27,17,25,28,28,26,27,17,25,26,27,26,27,17,0,25,26,26,17,26,25,26,27,26,0,26,27,17,26,26,25,17,25,28,28,17,26,27,17,0,26,26,26,25,26,27,17,26,17,25,26,27,26,26,0,25,26,27,17,25,26,27,26,26,17,26,17,25,26,27,0,25,26,27,25,26,27,26,17,25,25,26,27,17,26,25,26,27,25,26,27,17,26,27,25,26,27,0,26,27,25,26,27,26,25,25,26,27,17,26,26,26,25,26,27,25,26,27,26,26,26,27,17,25,25,26,27,17,25,25,26,27,25,26,27,26,17,17,17,26,25,26,27,25,26,27,17,26,17,26,27,26,25,26,27,26,25,25,26,27,17,26,0,28,26,17,0,26,0,25,25,25,26,27,0,25,26,27,26,26,26,27,25,25,25,25,26,27,17,26,25,26,25,26,27,17,26,26,26,26,25,25,25,25,25,25,26,27,0,25,26,27,17,26,26,26,25,26,27,26,25,26,27,26,26,0,25,25,26,27,17,26,27,17,26,17,26,25,26,17,26,25,26,27,17,26,26,25,26,27,17,26,27,25,26,26,26,26,26,26,25,26,27,25,28,28,25,26,27,17,26,26,0,25,26,27,26,26,27,17,26,27,0,26,26,25,25,26,27,17,26,0,25,26,24,26,25,26,27,25,25,26,27,24,0,26,17,17,26,26,25,26,27,17,26,26,26,0,26,26,25,26,27,17,0,25,25,25,26,24,26,25,26,27,17,26,26,25,25,25,26,17,26,26,27,26,17,0,26,17,26,25,26,26,26,0,26,26,26,26,26,26,26,0,26,26,26,0,26,26,26,27,17,26,26,26,26,26,17,26,26,26,26,26,17,17,26,0,17,17,26,27,17,26,17,26,26,26,26,26,26,27,26,26,17,26,27,26,26,26,26,26,26,27,26,17,26,0,26,26,26,26,0,26,26,26,26,27,26,0,26,26,17,26,26,26,27,26,17,0,26,26,27,17,26,0,26,26,26,0,26,27,17,26,26,26,26,26,26,25,26,27,17,0,26,27,17,0,26,17,0,26,26,26,25,25,26,27,17,0,26,26,26,26,17,26,26,26,26,26,26,26,27,25,28,28,26,27,17,17,26,17,26,0,25,25,25,28,26,17,24,26,17,17,26,26,0,26,26,0,26,0,26,26,26,26,26,26,17,26,26,26,26,0,26,0,26,26,26,27,26,27,26,27,17,0,26,26,17,17,26,0,25,28,28,25,26,27,17,26,26,26,26,0,26,27,17,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,0,17,26,26,26,26,26,26,27,26,0,26,26,26,0,26,27,26,26,0,26,26,0,26,27,26,26,26,26,26,26,27,26,0,26,27,17,26,26,27,26,25,17,17,26,27,17,25,26,27,0,26,26,26,26,26,26,26,26,26,26,28,26,17,26,26,26,25,25,26,27,17,26,27,17,26,26,17,25,28,28,26,27,17,26,25,26,27,25,26,27,26,27,26,0,26,0,26,0,25,25,25,25,26,27,17,23,26,25,26,27,26,26,26,25,26,27,26,0,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,25,26,27,26,26,26,0,26,26,26,26,26,27,17,0,26,0,26,25,28,28,26,27,17,26,27,17,26,26,26,26,26,26,26,27,17,25,25,26,27,17,26,26,0,26,26,26,27,17,25,25,25,26,24,26,26,26,26,26,26,26,25,26,27,26,0,26,26,26,26,26,0,26,26,26,26,0,26,27,17,0,26,27,26,27,17,26,26,27,26,26,17,26,26,26,0,26,0,26,25,28,28,26,27,17,26,27,26,26,26,26,26,26,26,26,26,25,26,27,26,26,26,26,26,27,17,26,26,0,26,0,26,26,26,26,26,26,26,27,17,26,26,26,26,27,26,26,26,27,26,0,26,26,17,26,26,17,26,27,26,26,0,26,26,26,27,0,25,28,28,25,26,27,17,25,26,27,26,0,26,26,27,17,25,26,27,17,26,25,26,27,17,26,26,26,25,26,26,25,26,27,26,26,26,26,26,25,26,27,26,26,26,25,25,25,25,26,27,17,0,25,28,28,26,27,17,25,28,28,25,26,27,17,26,26,17,26,27,26,28,26,27,17,25,26,27,26,26,27,26,0,26,25,26,17,25,26,27,26,26,26,26,26,26,26,25,26,27,26,25,26,27,0,26,27,17,26,0,26,0,25,26,27,26,26,26,0,26,26,0,26,25,28,28,26,27,17,26,27,26,26,26,27,17,0,26,26,26,0,25,25,25,26,27,17,26,26,26,26,28,25,26,27,17,25,28,28,26,27,17,25,25,25,25,25,25,26,27,17,25,26,26,0,26,26,26,17,26,17,25,26,27,26,26,26,25,28,28,26,27,17,0,26,26,27,26,26,26,26,25,25,26,27,17,26,26,26,26,26,0,26,26,26,17,26,0,26,26,26,26,26,17,17,26,0,26,26,27,17,26,26,27,17,26,26,26,26,26,26,26,26,27,26,26,26,26,27,17,25,26,26,26,27,17,26,27,17,26,17,0,26,26,25,26,26,17,17,26,17,0,26,26,26,27,26,26,25,26,27,17,26,17,26,26,26,26,27,17,26,0,26,26,26,17,26,26,27,26,26,27,26,26,26,26,0,26,27,26,0,26,17,17,26,26,26,26,26,17,26,25,26,26,17,17,26,17,26,0,26,26,27,17,26,17,26,27,26,26,25,17,26,27,26,26,26,26,25,25,25,26,27,17,26,26,26,26,26,25,25,26,0,26,17,26,27,26,26,26,17,26,17,26,26,26,26,27,26,28,26,27,17,26,0,26,27,0,26,17,17,26,27,17,26,26,0,26,27,0,26,26,17,26,26,26,26,25,26,24,26,0,26,27,17,26,17,26,26,26,26,26,0,26,17,26,17,26,17,26,0,26,26,26,26,26,26,0,26,26,27,26,26,26,27,17,26,27,17,26,26,26,0,26,0,26,17,26,26,26,26,26,26,26,0,26,0,26,27,0,26,17,26,26,26,26,26,26,26,27,17,26,26,27,17,26,26,26,17,26,26,0,26,26,26,27,17,26,17,26,27,17,26,26,26,26,26,27,17,26,26,27,26,26,17,25,26,17,26,26,27,17,26,26,26,26,26,26,0,26,26,25,25,25,25,17,26,27,17,26,26,17,26,17,26,26,26,27,26,25,28,28,26,27,17,26,26,26,26,27,0,26,27,0,26,27,26,0,26,0,25,26,27,17,0,26,26,26,17,26,26,25,26,27,17,26,26,25,26,17,24,26,26,17,26,26,27,17,28,26,27,17,26,17,26,26,0,26,26,27,17,26,26,26,26,26,0,26,26,0,26,0,26,0,26,17,26,26,26,26,26,17,26,25,26,26,26,26,17,26,25,25,25,26,24,26,0,26,26,26,26,27,26,17,26,17,0,26,26,26,0,26,26,26,26,26,26,26,27,17,26,26,27,17,26,0,26,26,26,26,26,26,0,26,26,26,17,26,27,17,25,28,28,26,27,17,26,27,26,26,26,27,25,26,27,26,26,26,27,26,27,17,26,26,26,17,26,0,26,0,25,26,27,17,26,26,25,28,28,26,27,17,26,0,26,26,26,26,17,26,25,28,25,26,27,17,17,17,26,25,26,27,17,26,26,25,25,26,27,17,26,0,26,27,17,26,17,0,26,26,26,26,26,26,17,26,26,26,26,17,26,26,26,26,27,17,26,27,26,26,26,17,26,26,26,26,26,25,28,28,26,27,17,26,25,26,27,17,25,25,25,26,24,26,0,26,26,27,17,26,26,0,26,26,17,26,26,26,0,26,25,26,27,17,26,26,26,17,0,26,27,17,26,26,0,26,0,26,26,17,26,17,26,0,26,26,26,26,26,26,26,26,25,28,28,26,27,17,26,26,26,26,17,26,25,26,17,26,26,26,26,26,27,26,25,25,26,27,17,0,26,25,26,26,26,17,17,26,26,0,26,0,26,26,26,26,26,27,26,26,27,26,26,26,17,26,26,26,0,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,0,26,26,0,26,27,17,26,28,26,27,17,26,0,26,27,17,26,0,26,26,27,26,26,26,26,17,26,26,26,27,26,26,26,26,26,27,17,26,27,17,26,26,0,26,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,27,26,25,28,28,26,27,17,26,25,26,27,26,27,17,26,27,26,26,0,25,25,25,25,26,27,17,0,25,26,27,26,26,26,0,26,27,17,26,25,26,27,0,26,28,26,27,17,26,26,25,26,27,26,26,26,26,17,26,26,17,26,26,26,27,17,26,26,26,17,26,26,27,25,26,27,17,0,26,17,26,26,26,0,26,17,26,26,27,17,26,26,17,26,26,27,26,26,27,17,26,27,17,26,26,26,26,26,17,26,26,26,26,26,25,28,28,26,27,17,26,26,26,17,26,26,26,26,26,25,26,27,26,26,26,26,0,26,26,26,17,0,26,27,17,26,26,27,26,26,26,27,26,17,26,27,17,26,26,26,0,26,27,17,26,26,25,25,25,26,24,26,17,26,27,17,26,26,0,26,0,26,0,26,26,17,26,27,26,25,28,28,26,27,17,25,25,26,27,17,26,17,26,26,26,26,26,26,17,17,26,26,26,26,0,26,17,26,26,26,0,26,27,17,26,26,25,25,25,25,26,27,17,26,26,26,26,26,26,26,27,0,26,26,26,26,27,17,0,26,26,0,26,25,26,27,26,26,26,26,25,25,26,27,17,26,27,25,25,25,26,27,17,26,25,26,25,17,26,26,26,26,26,26,26,26,26,26,17,26,27,26,26,28,26,27,17,26,27,17,26,27,0,26,26,26,26,17,26,26,26,27,25,26,24,26,26,17,26,27,0,17,17,26,0,17,26,17,26,26,26,27,26,26,26,26,17,17,26,17,26,0,26,26,26,27,26,26,26,26,26,26,0,25,26,17,26,0,26,26,26,26,26,27,17,26,27,17,17,17,26,26,26,17,26,26,26,25,25,25,25,26,27,17,28,17,17,26,27,17,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,0,26,26,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,17,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,0,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,26,27,17,26,27,26,27,25,26,27,17,26,27,17,17,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,28,28,28,28,28,28,28,28,26,27,17,26,27,17,26,27,26,27,26,27,17,17,26,26,27,26,26,27,17,26,26,27,26,26,27,26,27,26,26,27,17,26,26,27,17,25,26,27,26,27,26,27,25,25,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,26,17,26,27,26,27,26,26,27,17,26,27,26,26,26,26,0,26,26,27,17,26,0,26,0,26,26,26,27,26,26,27,17,26,26,26,27,26,26,26,0,26,27,17,0,26,26,26,27,26,27,17,25,25,26,27,26,27,17,26,27,17,26,27,26,26,26,17,0,26,26,26,27,17,26,27,17,26,0,26,26,26,17,26,26,27,17,0,26,26,26,26,0,26,26,26,27,17,26,26,26,26,26,26,26,27,17,28,26,17,26,26,25,26,17,26,27,28,25,26,27,17,24,26,27,17,26,26,26,26,25,26,27,26,26,27,17,0,26,26,26,26,27,26,26,0,26,27,17,26,26,27,17,26,26,26,26,26,27,17,26,26,26,26,0,26,26,26,27,17,26,0,26,26,27,17,26,0,26,26,26,27,17,26,17,26,26,27,17,26,27,26,28,26,27,17,26,27,17,0,26,25,25,26,17,0,26,26,26,26,26,27,17,26,26,26,26,27,26,0,26,25,28,28,17,26,27,17,26,26,26,26,17,26,26,26,27,17,26,28,26,17,26,17,26,26,26,26,27,17,26,26,26,0,26,0,25,26,24,0,17,17,26,0,26,27,17,26,26,17,26,26,0,26,27,26,26,27,17,25,26,17,26,26,26,26,26,26,27,17,26,17,0,26,0,26,26,26,27,17,26,26,27,17,26,27,17,26,26,26,26,17,26,0,26,27,17,17,17,26,26,26,26,26,17,26,26,27,17,26,26,27,26,27,17,26,26,26,27,17,26,27,17,26,26,0,25,25,25,28,28,26,27,17,26,26,26,27,26,27,17,26,26,26,26,26,26,26,27,17,26,26,0,25,25,25,26,27,17,28,26,27,17,26,26,26,27,17,26,0,25,26,17,26,17,26,26,26,0,26,27,17,26,26,26,26,26,26,27,17,26,27,17,0,26,27,17,26,26,26,27,26,0,26,27,17,26,27,17,26,0,26,28,26,27,17,26,26,27,17,26,0,26,27,17,17,17,26,26,27,17,26,0,26,25,26,17,26,26,27,17,0,26,28,26,27,17,26,0,26,26,27,17,25,26,17,0,26,27,17,26,17,26,25,26,17,24,26,26,26,26,27,17,26,26,26,26,17,26,27,17,26,27,17,26,27,17,26,26,26,25,25,25,26,27,17,26,27,17,26,26,27,17,0,26,25,26,27,17,0,26,27,17,17,26,26,26,27,17,26,27,17,17,26,26,27,17,26,0,26,26,27,0,26,26,27,17,26,26,26,27,26,17,0,26,25,25,25,25,26,24,26,27,17,0,26,26,27,17,26,25,26,27,0,26,27,17,26,27,26,27,17,26,26,25,26,26,0,26,26,17,0,26,27,17,26,26,27,17,26,17,26,26,25,26,27,24,26,27,17,0,25,25,26,25,26,27,26,26,26,27,17,26,26,27,17,26,27,17,26,27,17,26,0,28,26,27,17,26,0,26,26,27,17,26,26,17,26,26,26,26,26,27,17,26,27,26,26,17,0,26,26,26,27,0,26,27,17,26,26,27,26,26,17,26,26,26,27,17,26,26,26,26,0,26,17,26,26,27,17,26,27,26,17,26,27,26,26,27,26,17,26,27,17,26,27,26,27,26,25,26,27,17,26,27,0,26,26,27,17,26,28,26,27,17,26,17,26,17,25,26,26,0,26,27,17,26,26,27,26,25,26,27,17,26,17,26,26,27,17,26,26,26,26,26,27,17,26,26,27,17,26,26,17,26,27,26,26,26,26,27,17,26,0,26,26,26,26,26,27,17,26,27,17,0,26,25,25,26,27,17,26,27,25,25,26,17,25,26,17,26,26,27,17,26,27,26,26,0,25,25,26,27,17,26,27,26,26,27,17,26,27,26,26,26,26,26,17,26,27,17,26,26,26,27,26,26,27,26,27,26,27,17,0,25,26,27,17,0,26,26,0,26,26,26,26,27,17,26,26,28,26,27,17,26,25,26,17,26,27,26,27,17,26,0,25,26,26,26,27,17,17,26,0,25,26,17,26,27,17,26,26,26,26,0,26,26,26,27,17,26,26,26,26,27,26,26,26,27,17,26,26,26,26,27,26,0,26,0,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,17,26,26,26,26,27,17,25,26,26,28,26,27,17,26,0,26,26,26,27,17,26,26,26,26,27,0,25,26,17,26,26,27,17,26,26,26,26,27,17,26,26,26,27,17,26,17,17,26,26,27,17,26,0,26,26,26,27,17,26,26,27,17,0,26,27,26,27,26,27,26,17,26,27,17,26,26,26,17,25,26,17,25,28,28,26,27,17,26,27,26,27,17,26,26,17,26,26,0,26,17,26,0,26,27,17,26,26,26,26,25,25,26,28,25,28,28,25,26,27,17,0,26,27,26,26,0,26,0,25,26,26,27,17,17,17,26,25,26,17,26,17,26,26,26,26,28,28,28,28,28,28,26,17,26,26,26,0,26,26,26,27,26,26,0,26,0,26,26,27,0,26,0,26,27,17,26,17,26,17,26,26,27,26,26,26,26,0,26,26,27,0,25,17,25,26,17,25,26,26,17,0,26,27,0,26,26,26,26,27,26,25,26,27,26,28,26,27,17,26,17,0,26,17,26,17,26,26,26,26,27,26,26,0,26,26,0,26,27,0,26,26,27,17,26,26,26,27,0,26,26,26,27,26,26,26,26,27,25,25,25,25,26,27,17,23,0,26,26,27,26,26,26,25,26,26,26,26,27,26,26,27,17,26,26,0,26,26,27,26,27,26,27,26,17,26,26,26,26,26,27,25,28,28,26,27,17,26,27,17,26,26,0,26,25,25,26,27,17,25,26,17,26,26,17,0,26,26,26,26,0,26,27,26,27,17,26,26,17,26,26,0,26,26,26,17,17,26,27,17,26,26,26,26,26,25,26,27,24,26,26,0,26,27,26,27,17,26,0,26,26,26,17,25,26,26,26,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,26,27,17,26,26,0,26,17,17,17,17,17,17,17,17,26,26,26,27,17,0,26,27,17,26,26,26,26,26,0,26,26,26,17,25,26,27,17,26,26,26,17,26,0,26,26,26,17,26,0,26,26,27,17,26,0,26,26,26,27,17,26,26,26,26,26,17,26,26,26,26,27,17,0,26,26,0,26,26,17,0,26,26,0,26,26,26,26,26,26,26,27,26,26,27,26,26,0,26,26,26,26,27,26,26,0,26,27,26,0,26,26,26,26,26,0,26,26,26,27,17,26,26,26,26,26,26,26,26,27,17,26,0,26,26,27,17,26,26,26,27,17,26,27,26,26,26,26,26,27,26,26,27,17,26,26,27,26,27,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,27,26,26,26,26,26,27,26,26,17,26,26,27,17,26,26,27,25,26,27,17,0,26,27,26,26,27,26,0,26,26,26,27,26,26,26,27,17,26,27,17,26,26,26,0,26,26,26,26,26,26,26,26,27,17,26,26,27,17,26,27,17,26,17,17,17,17,17,17,17,26,0,26,26,27,0,26,0,26,26,26,26,26,26,26,26,26,26,27,26,26,26,17,26,26,26,26,0,26,26,26,26,26,26,27,26,27,17,26,26,26,17,0,26,27,26,26,27,25,25,26,27,17,0,26,25,28,28,26,27,17,26,26,0,26,26,26,26,27,25,28,28,26,27,17,26,26,26,26,26,27,26,17,26,17,25,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,26,27,17,25,25,25,26,27,17,26,27,25,28,28,26,27,17,0,25,26,27,17,26,26,26,27,0,17,26,26,27,0,26,26,26,17,26,17,17,26,26,26,17,26,26,26,0,26,26,27,26,26,27,17,26,27,26,26,26,27,26,25,26,27,26,26,26,26,26,26,26,17,0,26,27,25,28,25,25,28,28,26,27,17,25,28,28,25,26,27,17,25,26,27,26,26,27,17,25,25,26,27,17,26,25,28,28,26,27,17,26,26,17,26,25,26,27,17,26,26,26,0,26,17,26,17,25,26,27,0,26,26,27,26,17,25,26,27,26,17,0,26,27,26,26,25,28,28,26,27,17,26,26,26,0,26,26,25,26,27,26,25,26,27,26,26,25,26,27,17,26,17,17,26,26,26,26,26,26,26,17,26,27,26,0,26,26,17,26,26,26,26,17,26,27,17,25,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,17,26,27,26,25,25,26,27,17,26,27,0,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,25,26,26,26,26,27,26,26,26,26,17,26,17,25,26,27,26,26,27,26,26,26,26,26,26,27,17,26,17,25,26,27,26,26,26,26,26,26,26,26,27,26,26,26,26,25,26,27,17,25,25,26,27,17,25,25,26,17,25,17,17,26,17,26,26,26,26,27,17,0,26,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,26,25,26,27,26,26,27,17,26,17,26,17,26,26,26,25,28,28,26,27,17,26,0,26,27,26,27,17,25,26,27,26,26,26,26,27,25,26,27,26,27,17,26,26,26,26,25,25,25,28,28,26,27,17,26,27,26,27,17,25,17,26,27,26,26,26,17,25,26,27,0,17,17,26,26,26,27,25,26,27,0,26,26,26,25,28,28,26,27,17,0,26,25,26,27,26,27,17,25,26,27,26,26,26,0,25,26,27,26,27,25,28,28,26,27,17,25,26,27,17,25,26,27,17,17,26,25,26,27,0,17,17,26,25,26,27,26,17,0,25,26,27,17,26,25,26,27,26,0,25,26,27,26,25,26,27,26,25,26,27,25,26,27,26,0,26,25,25,26,27,26,27,25,25,26,27,0,17,26,27,17,0,25,25,26,27,26,0,25,25,25,26,27,17,25,25,25,26,27,25,26,27,26,17,17,26,26,25,26,27,0,26,25,26,27,26,26,17,26,26,26,25,26,27,26,27,17,26,27,26,28,26,17,26,0,25,26,27,25,26,27,17,26,27,17,17,26,17,26,25,28,28,26,27,17,25,26,27,26,25,25,26,27,26,27,26,27,25,25,25,26,27,17,25,26,27,0,26,0,26,27,17,26,25,26,27,25,26,27,25,26,27,17,26,17,26,0,26,26,25,26,27,26,26,0,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,25,17,26,27,17,26,27,26,27,0,26,27,26,27,25,25,25,26,27,26,27,26,27,26,27,0,17,17,25,26,27,25,25,26,27,26,26,27,26,27,26,27,17,0,26,27,25,26,27,25,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,17,17,26,27,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,17,26,27,26,27,28,26,27,17,26,27,26,27,26,27,25,25,26,27,17,17,26,26,27,25,25,25,25,26,27,17,25,26,27,26,26,26,17,26,26,17,26,0,26,28,26,27,17,26,26,26,0,26,26,28,28,26,27,17,26,26,26,26,26,27,0,26,26,26,26,17,17,26,27,26,26,26,25,26,27,0,26,26,26,26,26,25,25,26,27,25,26,26,0,26,26,25,26,17,24,26,26,26,0,26,26,26,26,27,0,26,27,17,26,26,26,25,25,25,26,17,26,26,26,25,25,26,27,17,26,26,0,26,26,26,26,27,17,26,26,26,26,27,17,26,26,27,0,25,26,27,26,26,26,26,26,26,26,0,26,26,26,26,27,28,26,27,17,0,25,26,27,17,26,25,26,26,27,26,26,17,26,28,17,26,27,17,26,27,17,26,27,26,26,0,26,0,26,26,26,26,26,26,26,26,27,26,0,26,25,26,26,26,26,26,26,17,0,26,28,26,27,17,26,26,26,17,17,26,26,27,26,0,26,26,0,26,26,26,26,26,27,26,28,26,27,17,26,26,26,27,26,26,26,0,26,26,26,26,0,26,0,26,26,17,26,26,26,27,17,26,26,26,26,27,26,26,26,27,17,26,26,26,26,27,0,26,26,26,26,26,26,26,27,26,26,26,17,26,26,26,17,17,26,26,17,26,26,26,26,25,17,26,17,26,26,26,26,26,26,26,26,26,26,27,0,26,27,26,25,26,26,26,0,26,26,26,26,26,0,26,0,26,17,26,17,26,0,26,26,26,26,25,25,25,26,27,17,25,25,26,17,26,26,0,26,26,26,26,26,27,0,26,26,27,26,26,27,26,0,25,25,25,26,24,26,27,17,26,0,26,26,26,17,17,26,26,26,0,26,26,27,26,26,26,27,17,0,26,0,26,26,26,26,26,26,26,26,26,27,26,25,26,26,25,28,28,26,27,17,26,0,26,26,27,26,27,26,26,26,26,0,26,26,27,17,26,26,17,28,26,27,17,26,26,26,0,26,27,26,27,26,27,26,27,0,26,26,26,27,17,26,17,26,27,26,26,26,26,0,26,26,26,27,26,26,25,25,25,26,24,26,26,0,26,25,17,26,24,26,26,26,26,26,26,28,26,27,17,26,27,17,0,26,27,26,26,26,26,26,0,26,17,26,0,26,27,17,26,26,26,26,26,26,27,26,26,17,17,26,26,25,26,0,26,26,26,26,0,26,27,17,26,27,17,26,26,26,26,26,26,26,26,0,26,25,26,24,0,26,26,26,26,17,26,26,26,26,26,27,17,28,26,27,17,25,26,27,17,26,27,26,27,17,28,26,27,17,26,26,26,27,26,26,26,27,26,26,26,26,27,17,26,26,26,0,26,26,27,17,26,0,26,27,0,26,26,26,26,26,27,0,26,0,26,27,26,26,27,26,17,0,26,26,0,26,26,26,27,26,26,25,25,25,26,26,27,25,26,26,27,17,25,26,27,17,26,27,0,26,0,26,27,17,26,26,26,26,26,26,0,26,26,26,26,27,26,0,26,27,26,27,17,0,26,27,17,26,0,26,26,26,26,26,27,0,26,26,26,27,17,26,26,26,26,0,26,0,26,17,26,26,26,0,26,26,26,27,17,26,0,26,17,26,25,28,28,25,25,25,26,27,17,26,27,26,26,27,17,26,25,26,17,26,27,17,26,27,26,26,26,26,27,17,26,27,26,26,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,17,26,27,26,17,26,26,26,0,26,26,27,26,26,26,26,26,26,26,17,26,26,27,17,26,27,26,26,25,26,27,26,27,26,26,27,17,28,26,27,17,26,26,27,17,26,27,26,26,27,26,17,0,26,26,27,17,26,26,27,17,26,0,26,27,17,26,26,26,26,26,27,28,26,27,17,0,26,26,26,25,26,27,17,0,26,27,26,27,0,26,26,17,26,26,0,26,26,26,0,26,26,26,26,26,26,26,27,17,26,0,26,26,25,26,27,17,0,26,27,26,26,26,27,17,0,26,26,27,26,26,27,17,26,26,27,17,0,26,26,26,27,17,26,0,26,26,26,26,27,26,26,26,0,28,26,27,17,26,26,26,26,17,26,26,27,0,26,26,26,26,26,0,26,26,27,26,17,0,26,0,26,27,17,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,26,17,28,26,27,17,26,26,26,26,26,25,26,24,26,26,0,26,0,26,27,26,27,26,26,27,26,26,27,26,27,26,27,26,26,26,26,26,26,26,26,26,26,17,26,0,26,26,26,27,17,26,26,26,26,0,26,26,26,26,0,26,26,26,26,26,27,17,26,17,26,27,26,26,26,26,17,26,0,26,26,27,26,0,26,27,17,26,0,26,27,26,26,27,26,26,26,26,26,26,26,26,27,26,0,26,26,26,17,26,26,26,26,26,17,26,26,27,17,26,26,26,27,26,26,26,26,26,0,26,26,26,25,28,28,26,27,17,26,17,26,0,26,26,25,17,25,26,17,26,26,17,26,26,26,26,26,0,26,28,26,27,17,26,26,26,17,26,0,26,26,26,26,27,17,17,26,27,17,26,27,17,26,26,27,26,27,26,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,28,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,25,28,28,26,27,17,26,27,26,26,27,26,27,25,28,28,26,27,17,25,25,25,26,27,24,26,27,26,27,17,26,27,0,26,27,26,27,26,27,25,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,25,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,26,27,26,27,26,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,17,26,27,26,27,28,26,27,17,26,27,26,0,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,0,26,27,26,27,25,28,28,26,27,17,26,27,26,26,26,17,26,26,27,17,26,26,26,27,17,26,17,26,27,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,0,26,27,26,0,26,26,27,25,26,26,27,26,27,0,26,26,26,26,0,26,26,17,26,26,27,26,26,17,25,28,28,25,26,27,17,26,26,26,26,26,26,26,17,26,26,0,26,26,26,26,27,17,26,26,26,26,17,26,25,28,28,26,27,17,26,26,27,17,26,26,27,26,26,26,26,26,26,26,0,26,27,17,26,17,0,25,28,28,26,27,17,0,26,26,17,26,26,26,0,26,26,27,28,26,27,17,26,26,27,17,26,26,0,26,26,27,17,26,26,26,27,26,26,26,27,17,26,26,26,26,27,17,26,26,27,17,25,25,28,28,26,27,17,25,26,26,26,27,17,26,26,26,26,26,0,26,27,26,26,0,26,26,27,17,26,26,27,26,26,27,26,26,26,26,26,26,27,17,0,26,25,25,25,25,26,27,17,26,26,27,17,26,26,26,17,26,27,17,26,26,27,17,0,25,26,27,17,24,26,26,17,26,0,26,26,26,26,26,27,17,0,26,27,17,26,26,26,26,26,25,25,26,27,17,26,26,27,17,26,26,26,26,27,17,26,26,0,26,0,26,26,26,27,26,26,26,26,27,26,27,17,26,27,17,26,26,27,17,26,26,25,25,25,28,28,26,27,17,26,27,0,26,26,28,25,25,17,26,27,17,26,26,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,25,26,27,23,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,27,0,26,27,26,27,26,27,25,26,27,23,26,27,17,0,26,27,25,28,28,26,27,17,25,26,27,26,27,17,0,26,27,26,17,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,17,0,26,25,26,27,17,26,27,26,17,17,26,27,17,26,0,17,17,26,27,26,27,17,26,27,26,25,28,28,25,28,28,26,27,17,26,27,26,26,27,26,27,17,25,26,27,17,26,27,17,17,26,17,26,27,25,26,27,17,26,27,26,26,27,17,26,26,27,0,26,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,26,26,27,25,26,27,26,27,26,27,17,26,27,26,27,0,26,26,27,17,26,27,26,26,27,26,27,17,26,17,26,27,17,26,27,17,26,27,26,27,26,27,17,25,25,26,27,0,26,26,26,27,0,26,25,26,17,17,26,27,26,26,26,26,27,26,27,0,26,26,27,17,26,26,25,25,25,26,24,26,26,27,26,0,26,26,27,17,26,0,26,25,26,27,26,28,25,26,27,17,0,26,26,26,17,26,26,26,17,17,26,26,27,17,26,26,25,26,24,17,26,26,26,27,26,26,26,0,26,26,26,26,27,17,26,26,17,26,26,26,26,26,26,25,26,0,26,26,26,0,26,26,26,27,26,0,26,27,0,17,17,26,26,26,27,17,0,26,26,26,0,26,26,26,26,26,26,27,17,26,26,26,26,25,26,27,17,26,26,27,17,26,26,26,26,26,0,26,26,26,26,26,26,26,0,26,0,26,26,25,26,0,26,26,26,27,25,25,17,26,26,0,26,0,26,26,26,0,26,26,0,26,27,0,26,26,26,27,17,26,26,27,17,26,27,17,0,26,26,26,26,26,25,26,26,17,26,26,25,25,25,26,24,26,27,17,26,25,28,28,26,27,17,26,27,26,26,17,26,26,26,26,26,25,26,26,27,0,26,17,25,28,28,26,27,17,0,26,0,26,27,26,27,17,26,26,26,26,26,17,25,26,24,26,26,26,26,26,27,26,17,26,26,27,26,27,26,27,17,26,26,26,26,17,26,26,25,26,26,26,26,26,26,27,17,26,26,27,17,26,26,27,17,26,26,26,26,17,26,26,0,26,26,17,26,26,26,26,17,26,26,0,26,17,26,26,26,26,0,26,17,26,27,17,26,26,26,26,26,26,27,26,27,26,0,17,26,17,26,0,26,26,26,0,26,26,26,26,26,0,25,26,24,26,26,26,27,0,26,26,27,26,26,26,26,26,27,17,26,26,26,26,26,27,26,27,17,17,17,26,25,26,26,26,26,26,0,26,26,25,26,26,26,27,26,26,26,26,0,26,26,27,17,26,26,0,26,26,26,26,27,26,17,26,26,26,26,26,26,26,0,26,26,25,26,26,26,17,26,0,26,17,26,26,26,27,26,0,26,26,27,17,28,26,27,17,17,26,26,26,26,27,26,26,26,26,26,26,27,26,26,26,26,27,17,26,0,26,26,27,28,26,27,17,26,17,26,26,26,26,17,26,0,26,27,25,26,0,26,27,25,28,28,17,17,26,27,17,26,26,27,26,26,0,26,0,25,26,27,0,26,17,26,26,27,0,26,0,26,25,25,28,28,26,27,17,0,25,26,27,25,25,26,27,17,25,25,28,28,25,26,27,17,0,26,27,25,25,26,27,17,26,26,26,17,26,0,25,26,27,0,26,26,26,25,26,27,17,26,0,25,26,27,17,26,26,25,26,27,26,25,26,27,17,26,25,26,27,17,26,26,25,26,27,26,26,17,0,26,26,25,26,27,0,25,26,27,26,0,26,26,26,26,25,26,27,17,26,26,26,26,25,26,27,17,26,26,26,25,26,27,17,26,26,27,17,0,26,26,27,26,25,26,27,17,26,26,26,26,26,27,26,26,26,26,26,0,26,27,26,0,26,25,26,26,27,0,26,26,27,17,26,26,0,26,26,0,26,26,26,26,0,26,27,26,27,0,26,26,27,17,0,25,25,25,26,27,17,25,26,27,17,26,26,26,17,26,27,26,26,26,26,27,26,26,28,26,17,26,0,25,25,25,17,26,27,17,0,26,26,26,26,26,26,25,25,25,26,24,0,26,27,26,26,26,26,26,27,26,27,17,28,26,27,17,26,26,26,26,26,0,26,26,27,17,26,0,26,26,27,26,17,17,26,26,27,17,26,26,26,0,26,27,26,26,27,26,26,26,26,27,17,26,27,26,17,26,26,26,26,26,26,0,26,26,0,26,0,26,26,27,26,27,17,26,26,26,26,26,27,17,26,17,26,26,27,17,0,26,0,26,27,26,27,17,25,26,27,17,23,0,26,0,26,17,26,0,26,27,26,26,28,25,25,17,26,27,17,0,25,26,27,23,26,25,26,27,17,23,26,27,26,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,17,25,28,28,26,27,17,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,0,17,26,27,26,27,17,26,27,0,26,27,17,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,0,26,27,17,26,27,17,26,27,26,27,17,26,17,26,27,26,27,26,27,26,27,26,27,17,17,26,27,26,27,26,27,17,25,26,27,17,26,27,25,28,28,26,27,17,26,27,25,26,27,26,27,0,26,27,26,27,26,25,17,26,27,17,25,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,25,25,25,25,26,27,17,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,28,26,27,17,26,27,26,27,0,26,27,26,27,17,0,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,17,26,27,26,26,0,26,26,0,26,26,26,26,26,26,27,26,26,28,26,27,17,26,26,26,0,26,26,26,27,17,26,27,26,26,27,0,26,26,26,0,26,26,26,26,26,26,17,26,26,26,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,0,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,26,26,26,27,26,17,26,27,26,26,27,17,26,27,17,0,26,0,26,28,25,26,17,26,25,28,28,26,27,17,26,27,17,26,17,28,26,27,17,26,25,26,17,17,17,17,17,17,17,26,26,26,0,26,26,26,25,26,27,17,0,26,26,0,26,0,26,17,26,26,0,25,26,26,26,26,26,26,0,26,25,26,27,26,26,17,26,0,26,27,17,26,26,25,26,26,26,0,26,26,26,26,25,26,26,27,17,26,27,17,26,27,26,0,26,25,26,17,25,25,26,26,26,26,17,26,26,0,26,25,26,27,17,26,25,28,28,25,17,17,26,27,17,26,27,26,26,26,25,26,26,26,17,26,26,26,26,27,17,25,26,26,26,26,27,25,28,28,25,26,27,17,0,26,25,26,17,0,25,26,26,27,17,26,0,26,25,26,17,26,26,25,26,26,26,25,28,28,26,27,17,0,26,0,26,26,25,26,28,26,17,25,26,26,27,0,26,0,26,27,17,26,25,26,25,28,28,25,26,27,17,0,26,0,26,26,25,26,27,17,26,0,25,25,25,26,17,26,26,27,17,0,26,26,26,26,27,25,26,26,26,25,26,27,26,26,27,17,26,25,26,26,0,26,27,26,17,0,26,27,26,27,17,26,0,25,26,26,27,17,26,26,26,26,17,25,25,25,25,25,26,27,17,25,26,27,17,26,27,25,26,26,26,26,25,17,17,17,17,17,17,17,25,26,27,17,0,26,17,25,26,25,25,26,27,28,26,17,26,26,26,26,26,26,26,27,26,26,17,26,27,26,26,26,27,26,27,26,26,27,28,26,17,26,27,26,26,26,26,26,26,27,26,17,26,26,27,17,26,26,26,27,17,26,26,26,17,26,27,17,26,17,0,26,26,17,26,26,26,28,26,27,17,26,25,26,17,26,26,26,27,17,26,26,26,26,27,17,25,26,17,26,26,17,26,17,17,26,26,26,26,26,26,26,26,0,17,26,27,17,0,26,26,17,26,25,26,26,27,0,17,26,27,17,25,28,28,26,27,17,26,26,27,26,27,26,27,17,26,27,17,26,27,17,26,17,26,27,26,27,26,27,0,17,26,27,17,26,26,27,17,26,0,26,27,26,27,26,27,0,26,27,25,26,17,26,27,0,26,27,26,26,27,26,27,25,25,28,28,25,28,28,25,25,23,25,25,25,28,28,25,25,26,27,17,26,27,25,25,26,27,17,26,27,17,25,26,27,17,26,27,26,27,17,26,27,0,26,27,25,28,28,25,17,17,26,27,17,25,17,26,27,17,26,26,27,26,27,26,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,17,26,26,27,26,27,26,17,26,27,17,26,27,26,27,0,26,0,26,27,26,27,17,26,27,17,0,26,17,26,27,26,27,17,25,26,27,17,26,27,17,26,27,17,0,26,27,25,17,25,26,27,17,26,17,26,27,17,25,28,28,26,27,17,0,17,26,27,17,26,28,26,27,17,26,27,26,27,25,26,27,25,26,27,17,26,25,25,25,26,27,24,26,27,26,27,26,27,0,26,27,26,26,27,26,27,28,26,17,25,17,17,26,27,17,26,25,26,27,17,26,27,0,26,27,26,26,27,26,26,27,25,26,27,17,26,26,27,26,27,26,26,27,26,27,26,25,26,27,17,25,25,25,26,27,26,26,27,25,26,17,0,26,27,25,26,25,26,27,17,26,27,17,26,25,28,28,28,28,28,26,27,17,24,26,27,17,26,27,17,25,28,28,26,27,17,26,27,26,26,27,25,26,27,26,27,26,25,26,27,17,25,26,27,17,26,27,26,26,27,26,27,26,27,17,0,17,26,27,17,25,26,27,17,26,26,27,26,26,27,26,25,28,28,26,27,17,26,27,26,26,27,26,25,17,26,27,17,26,27,17,26,26,27,0,26,27,17,26,27,26,27,25,25,26,27,17,25,25,26,27,17,0,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,26,27,26,27,17,17,26,27,17,26,27,0,26,27,17,26,26,27,26,27,17,26,27,17,26,26,27,25,28,28,25,26,27,17,17,17,26,27,17,26,27,25,17,26,27,17,26,26,27,17,0,26,0,28,25,25,26,27,17,0,26,17,26,27,17,26,27,25,26,17,0,26,27,26,27,26,27,17,26,27,17,25,26,17,24,0,26,17,0,17,26,17,26,17,26,27,17,0,17,26,27,17,26,26,27,17,26,26,27,26,0,17,26,27,17,26,26,26,26,17,26,27,17,17,26,27,17,0,26,0,26,26,27,17,26,27,26,17,26,27,17,26,25,26,17,26,26,26,17,26,27,17,26,27,17,26,0,26,26,17,26,0,26,26,26,26,26,26,25,26,24,26,27,26,26,25,25,25,26,24,26,28,26,27,17,26,0,26,26,26,27,26,26,17,0,26,26,27,17,0,26,26,26,27,26,26,0,17,17,26,26,0,26,0,25,28,28,26,27,17,26,26,25,25,26,27,26,25,26,27,17,26,25,25,26,27,26,26,26,27,26,26,27,17,26,27,17,26,26,26,0,26,26,26,25,25,26,26,26,26,26,26,26,26,26,26,25,26,27,26,27,26,0,26,26,27,26,0,26,27,26,0,26,26,26,26,25,26,17,26,27,26,27,26,26,26,26,26,27,17,26,26,26,26,25,26,27,26,27,17,26,26,26,27,17,26,27,17,26,26,27,26,26,26,27,17,0,26,26,26,26,25,26,27,17,26,26,26,0,26,26,26,26,26,0,26,27,17,26,0,26,26,26,26,26,26,26,27,17,26,27,26,26,17,17,25,26,27,26,0,26,26,26,0,26,27,17,26,26,17,26,17,26,27,28,26,27,17,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,26,26,26,27,26,26,0,26,26,27,26,28,26,26,26,26,26,27,17,17,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,0,26,26,26,27,17,26,28,26,27,17,26,27,26,26,26,26,27,26,26,26,26,26,27,26,17,26,27,17,26,26,26,27,26,26,17,26,26,26,26,0,26,27,26,27,26,26,0,26,27,26,0,26,27,17,26,26,26,26,26,0,26,26,26,26,26,17,17,17,26,26,26,26,26,26,17,26,0,26,26,27,17,26,0,26,28,26,17,26,26,27,17,0,26,28,26,17,26,27,26,26,0,26,26,26,26,25,26,27,26,27,26,27,26,27,26,27,0,26,27,0,17,26,27,17,26,27,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,25,17,26,27,17,26,27,26,27,25,25,28,28,26,27,17,0,26,27,0,26,27,25,17,26,27,17,26,27,17,25,26,27,26,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,25,28,28,17,26,27,17,26,27,25,25,28,28,25,25,26,27,17,26,27,26,27,17,25,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,0,26,27,25,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,26,27,0,26,27,0,26,27,25,17,26,27,17,25,26,27,26,27,26,27,26,27,26,27,25,17,25,26,27,17,26,27,0,26,27,0,26,27,26,27,25,26,27,25,17,26,27,17,0,26,27,26,27,26,27,26,27,25,26,27,25,17,26,27,17,26,27,17,26,26,27,25,26,27,17,26,27,0,25,17,26,27,17,26,27,26,27,25,25,26,27,25,26,27,26,27,0,25,17,26,27,17,26,27,25,17,25,25,26,27,17,26,27,26,27,17,26,27,17,25,17,26,27,17,26,27,25,26,27,26,27,26,27,26,27,0,25,17,26,27,17,25,28,28,25,26,27,17,0,26,27,17,25,26,27,25,28,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,25,26,27,25,25,26,27,25,28,28,17,26,27,17,26,27,25,25,26,27,26,27,26,27,0,25,25,26,27,0,25,17,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,25,26,27,26,27,25,26,27,0,26,27,17,26,27,25,17,26,27,17,26,27,25,25,25,26,27,25,25,25,26,27,17,25,26,27,17,25,26,27,17,25,17,26,27,17,26,27,25,26,27,25,26,27,17,28,26,27,17,26,27,0,25,17,26,27,17,25,26,27,26,27,26,27,25,25,26,27,17,0,26,27,25,17,25,26,27,17,26,27,26,27,26,27,26,27,0,25,25,26,27,26,27,25,26,27,26,27,17,26,27,0,25,26,27,25,26,27,17,25,28,25,26,27,17,26,27,25,26,27,26,27,17,28,26,27,17,25,25,25,26,27,24,25,26,27,26,27,26,27,17,26,27,26,27,25,26,27,0,26,27,0,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,17,26,27,26,27,26,27,26,27,17,0,26,27,0,26,27,25,25,26,27,17,26,27,17,25,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,26,26,26,27,26,17,26,27,26,27,17,0,26,17,17,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,0,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,17,0,28,26,27,17,26,27,26,27,26,27,17,26,27,26,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,25,28,28,26,27,17,0,26,27,0,25,26,27,25,26,24,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,26,26,26,26,17,26,0,26,17,0,26,26,27,17,25,28,28,26,27,17,26,26,17,26,27,17,0,17,26,26,26,25,26,27,26,0,26,27,26,0,26,26,26,26,27,17,26,17,26,26,27,17,26,27,17,26,17,26,26,17,26,26,26,27,17,26,26,27,17,26,26,26,26,27,0,26,17,26,26,17,26,27,17,26,26,27,17,26,26,0,26,27,26,26,26,26,26,0,26,27,17,26,26,26,26,27,17,26,26,26,27,26,27,26,26,25,26,27,17,26,17,26,26,27,17,26,26,27,17,26,25,28,28,26,27,17,26,27,17,0,26,26,26,27,17,26,26,17,26,26,26,26,26,26,27,26,26,25,26,27,17,26,26,27,17,26,26,25,26,26,0,26,17,26,26,26,27,26,26,27,0,26,26,27,17,25,26,27,17,26,26,26,27,17,25,28,28,26,27,17,26,27,26,27,26,17,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,25,25,26,27,17,26,27,26,25,26,27,17,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,17,25,26,27,17,0,26,27,25,26,25,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,17,25,26,27,17,26,27,17,0,26,27,0,25,28,28,26,27,17,26,27,26,0,26,27,17,25,28,28,26,27,17,26,27,25,25,25,25,25,25,26,27,17,26,27,26,27,26,27,25,26,27,17,25,28,28,25,26,27,17,0,26,27,17,26,27,17,26,27,0,25,26,17,26,27,0,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,26,26,27,17,0,25,25,25,25,26,27,17,25,26,27,17,25,26,27,17,0,25,28,28,25,25,26,27,17,26,27,26,27,17,26,26,27,0,26,27,17,26,26,27,26,27,26,27,26,27,26,17,17,17,26,27,17,25,28,28,26,27,17,26,27,17,26,27,26,27,26,26,27,17,26,27,0,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,25,26,27,26,26,27,0,25,26,27,17,26,27,25,26,27,26,27,17,26,27,25,25,25,26,17,25,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,17,26,27,17,26,27,17,0,26,27,0,26,27,25,26,27,26,27,26,27,26,27,26,25,26,27,17,26,27,17,0,25,25,25,26,27,24,26,25,25,26,27,17,26,25,25,28,28,26,27,17,26,27,25,26,27,26,27,17,26,25,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,26,17,26,27,26,27,25,26,27,17,26,27,26,27,25,25,26,27,17,26,27,17,0,26,27,25,25,26,27,0,26,27,0,25,25,25,26,27,17,0,26,27,26,26,27,25,26,27,26,27,0,26,27,0,26,27,26,27,25,25,28,28,25,26,27,17,25,26,27,26,25,26,27,25,26,27,25,26,27,26,0,26,27,17,17,17,26,27,26,27,17,17,26,27,17,25,26,27,0,26,27,17,26,27,26,27,26,27,25,25,26,27,26,27,17,0,26,27,26,27,17,25,25,25,17,26,27,17,24,0,25,26,27,17,26,27,26,0,26,27,0,26,27,26,0,25,25,25,25,26,27,17,23,25,26,27,17,26,27,25,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,17,17,17,25,26,27,26,27,0,26,27,17,26,27,26,27,0,25,25,25,26,27,17,26,27,17,26,27,26,26,27,17,17,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,25,28,28,26,27,17,17,26,27,26,27,25,25,25,25,25,25,28,28,25,25,17,26,27,17,26,27,25,25,26,27,17,0,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,28,28,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,25,25,25,26,27,17,25,28,28,26,27,17,26,27,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,0,17,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,25,28,28,26,27,17,25,26,27,26,27,17,25,17,26,27,24,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,26,27,0,26,27,0,26,27,17,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,25,25,26,27,17,0,26,27,17,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,17,26,27,26,27,0,26,27,25,25,26,27,25,25,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,25,26,27,17,25,26,27,17,26,27,17,0,26,27,0,26,27,26,27,26,27,25,26,27,17,25,25,25,26,27,17,25,28,28,25,26,27,17,0,26,27,26,27,0,26,27,0,26,27,17,26,27,0,25,26,27,17,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,0,25,28,28,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,17,26,27,25,26,27,26,27,26,17,26,27,26,26,27,26,27,26,27,0,26,27,26,26,27,26,27,26,27,17,26,27,25,25,25,25,25,26,27,17,26,27,26,27,26,26,27,26,27,26,0,26,27,26,27,0,17,26,25,26,27,24,26,27,26,27,17,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,0,26,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,17,26,27,26,26,27,25,26,27,0,26,27,26,27,17,26,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,26,27,0,26,27,0,26,27,26,27,17,26,27,26,25,25,26,27,17,26,27,0,25,26,27,26,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,17,26,27,17,26,26,27,26,27,26,26,27,26,27,26,27,25,26,27,26,27,0,25,28,28,26,27,17,26,25,26,27,0,25,26,27,26,27,26,27,17,0,26,25,26,27,25,26,27,0,25,25,25,25,26,27,17,26,27,26,0,25,26,27,26,27,26,27,26,17,17,26,27,25,26,27,25,26,27,17,25,26,27,17,0,26,25,26,27,17,26,0,25,25,26,27,17,26,27,26,27,26,25,25,26,27,17,0,25,25,26,27,26,27,26,27,26,26,27,0,25,26,27,25,25,26,27,26,27,26,27,0,26,27,26,26,26,27,26,27,26,26,27,26,27,26,27,26,0,26,27,26,27,25,26,27,25,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,26,27,17,26,27,26,0,26,27,26,26,27,17,26,27,26,27,26,25,25,25,26,27,17,25,26,25,26,26,27,26,17,0,26,26,26,17,26,27,17,0,26,25,28,28,26,27,17,26,26,26,26,26,26,26,17,26,26,26,27,26,27,26,27,17,26,26,27,0,25,26,27,26,27,26,27,26,26,27,25,26,27,26,27,17,26,17,26,27,28,28,28,28,17,17,26,27,17,0,26,27,17,26,0,26,26,27,0,26,25,25,26,26,26,26,27,17,26,17,26,26,26,26,26,26,26,25,26,27,17,0,26,26,27,17,17,26,26,17,26,26,17,17,26,26,26,26,26,26,0,26,26,0,26,26,27,25,17,26,27,17,25,26,27,17,26,27,26,26,26,26,0,26,0,25,26,25,28,28,26,27,17,25,26,17,26,17,26,17,25,25,26,26,26,26,17,26,25,26,27,17,25,26,27,26,17,26,26,0,26,26,25,26,27,26,26,26,26,26,27,26,26,26,25,25,26,27,17,26,25,26,26,25,17,17,26,27,17,26,26,26,28,26,17,25,26,27,17,25,26,27,17,26,26,26,0,26,25,26,27,0,25,25,25,25,25,17,17,17,26,27,17,26,27,17,0,26,26,26,25,25,25,26,27,17,26,26,27,26,26,25,26,27,26,25,26,27,17,26,26,26,26,27,26,27,26,27,25,26,27,26,27,0,25,26,27,26,27,17,0,26,26,27,26,26,17,17,26,25,17,26,26,27,17,26,26,26,26,26,26,26,27,17,26,17,26,27,26,27,17,0,26,25,25,25,26,17,25,26,26,27,17,25,25,25,25,25,25,25,26,27,17,26,26,26,26,27,26,26,25,26,27,26,27,17,26,17,17,26,0,26,26,26,26,26,27,17,26,26,17,26,27,26,26,0,26,26,27,17,26,26,26,17,26,26,17,26,26,27,17,26,26,26,26,26,0,26,27,26,27,17,26,26,26,26,25,26,27,17,26,26,27,17,26,27,17,17,26,26,26,0,26,26,26,27,17,26,26,26,26,26,0,26,27,17,26,27,17,26,27,26,26,17,26,26,0,26,26,27,17,17,17,26,27,17,28,26,27,17,26,27,23,26,27,26,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,28,28,25,26,27,17,26,27,17,25,17,26,27,17,25,26,27,26,27,17,26,27,17,25,25,25,26,27,17,25,25,26,27,26,27,17,0,26,27,0,26,27,26,26,27,25,25,26,27,17,26,27,26,27,26,27,26,28,28,26,27,17,26,27,26,26,27,26,27,26,27,0,25,26,27,0,26,27,26,27,0,26,27,26,27,0,25,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,25,26,27,25,25,25,26,27,24,26,26,27,17,26,27,17,25,26,0,17,26,27,17,25,26,27,26,26,27,17,26,27,0,26,0,26,27,26,0,26,26,26,27,25,26,27,17,26,25,26,17,26,26,27,26,27,26,27,26,27,26,27,26,27,17,26,26,27,26,27,26,26,27,0,26,26,27,26,26,26,26,0,26,26,26,27,26,26,26,26,26,17,26,27,17,26,26,26,26,26,27,26,27,26,26,0,26,26,27,17,26,26,26,27,17,0,26,26,26,26,26,26,26,25,26,17,26,25,26,17,0,17,26,17,25,26,26,26,26,26,27,17,0,26,25,26,26,26,17,17,26,26,26,27,26,26,26,26,27,0,26,26,26,26,27,17,26,26,26,26,26,26,0,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,0,26,0,25,25,25,26,24,26,27,17,26,26,26,27,17,26,26,26,26,27,0,26,26,0,26,26,26,0,17,26,26,26,26,26,26,25,26,26,27,17,26,17,0,26,26,26,26,26,26,0,26,26,26,26,27,26,26,27,26,27,17,26,26,27,17,26,26,0,26,17,17,17,26,26,26,26,27,26,26,26,26,26,26,26,26,26,0,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,27,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,0,26,26,0,26,25,26,24,26,26,26,26,26,26,26,25,25,25,26,24,26,26,27,26,0,26,0,26,26,26,27,17,26,25,26,0,26,27,17,0,26,26,26,0,26,26,26,27,17,26,26,26,26,26,17,26,17,26,26,26,25,26,27,0,26,26,26,0,25,25,25,25,26,27,17,26,0,26,26,26,26,27,26,26,17,25,26,24,26,26,27,26,27,17,26,27,26,26,27,26,27,26,0,26,0,26,27,17,26,25,25,25,26,24,26,26,26,27,17,26,26,26,26,26,26,26,26,0,26,26,26,26,27,17,26,27,26,25,26,0,17,26,17,26,27,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,27,26,26,26,0,26,26,27,26,0,26,0,25,26,26,27,17,26,27,26,27,17,17,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,27,26,26,26,26,26,26,0,25,28,28,25,26,27,17,25,26,17,25,17,26,17,26,27,17,26,26,26,26,26,0,25,25,17,26,27,17,26,27,17,25,26,26,26,26,27,26,26,26,0,26,0,17,26,26,26,26,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,26,26,26,26,27,17,26,26,26,26,0,26,26,17,17,26,26,25,25,26,27,17,0,26,17,26,26,26,26,17,26,27,26,27,26,27,26,17,26,26,26,26,26,26,26,27,26,17,26,26,26,26,17,26,26,27,17,26,17,0,26,26,26,27,17,26,27,26,17,26,26,25,26,0,26,17,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,27,26,26,17,17,26,17,17,17,26,26,26,27,0,26,0,26,26,26,26,0,26,26,26,27,17,26,0,26,25,28,28,25,26,27,17,25,26,17,0,26,25,25,26,17,26,26,28,26,27,17,26,0,26,0,26,26,0,26,26,26,26,26,26,26,26,27,0,26,26,26,26,26,26,26,17,26,26,26,27,17,0,28,26,27,17,26,0,25,26,26,26,26,0,28,26,17,25,28,28,25,25,25,28,28,26,27,17,0,26,27,0,26,26,0,26,26,26,26,26,27,17,26,27,26,27,17,26,26,26,26,26,26,0,26,0,26,26,0,17,26,17,26,26,26,26,27,26,27,26,26,26,26,26,26,26,26,25,25,26,27,17,25,26,27,26,26,0,26,27,26,26,17,26,26,26,25,26,27,17,26,17,26,17,25,17,17,26,26,0,26,27,17,26,26,26,26,26,26,26,27,26,26,26,27,25,28,28,17,26,27,17,0,26,26,27,17,26,0,26,26,26,26,17,25,25,26,26,26,26,26,26,26,26,26,26,0,26,27,17,0,26,26,26,26,26,26,26,17,17,26,0,26,26,27,26,26,26,26,27,25,25,26,27,17,25,17,17,26,27,17,26,26,27,17,26,17,0,26,0,26,26,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,26,26,27,28,17,26,27,17,26,26,26,26,26,26,27,26,26,0,26,26,26,27,26,26,17,26,27,17,26,26,17,17,26,17,26,26,27,17,26,26,26,27,26,17,26,26,26,26,17,17,26,17,26,27,17,0,26,0,26,26,25,26,26,27,26,27,17,26,27,17,26,26,17,26,17,17,17,26,26,26,26,17,26,26,27,17,25,26,27,17,0,26,17,17,26,26,26,27,17,26,0,26,27,26,27,17,25,25,25,25,26,27,17,26,26,26,0,26,26,26,26,26,26,0,26,17,26,26,26,26,27,0,26,27,17,26,26,0,26,26,26,17,17,26,26,26,17,26,27,26,26,26,25,26,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,0,26,26,0,26,25,25,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,0,26,26,26,27,17,26,26,26,0,26,26,17,26,17,26,26,26,27,17,26,26,26,26,26,27,0,26,25,25,25,25,26,27,17,0,25,26,17,26,26,27,17,26,26,17,0,26,26,26,0,26,17,26,27,0,26,26,26,17,26,26,26,27,17,0,17,17,26,17,26,26,0,26,26,26,26,27,26,0,25,26,17,24,26,27,26,26,26,26,27,17,26,27,0,26,26,26,27,0,26,26,26,17,0,25,26,27,17,26,26,26,26,26,17,26,26,0,26,26,26,27,17,26,26,26,26,27,26,26,17,26,17,26,26,0,26,26,26,26,26,26,27,17,26,26,26,26,0,26,26,26,26,17,26,26,26,26,26,27,17,26,26,26,26,17,17,26,26,26,26,0,26,27,26,26,0,26,26,27,26,26,28,26,27,17,26,26,27,17,26,26,26,26,27,26,26,26,26,17,17,26,26,26,26,17,26,26,26,27,17,26,27,26,26,26,26,17,26,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,26,26,27,26,26,26,26,0,26,26,26,26,27,17,17,26,27,17,0,26,0,26,26,26,27,25,25,25,25,26,27,17,26,26,26,26,26,26,26,26,26,27,17,0,26,26,26,26,26,0,26,17,26,26,26,26,26,27,17,26,26,17,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,27,17,0,26,0,26,0,28,26,27,17,0,26,26,27,17,0,26,0,26,26,26,26,26,26,26,17,26,26,26,0,26,17,26,17,26,27,17,26,27,26,26,26,28,26,27,17,26,17,0,26,26,26,26,26,26,27,17,26,26,26,26,17,26,26,26,26,26,0,26,26,26,26,0,17,17,26,27,17,26,28,26,27,17,26,26,27,28,26,17,26,27,17,26,26,26,26,27,26,26,26,0,26,26,27,17,26,26,27,17,26,26,26,27,17,26,0,26,28,26,27,17,26,27,26,26,26,17,26,27,26,27,17,0,25,25,25,26,24,26,26,27,17,26,27,26,26,26,26,26,0,26,26,26,26,26,26,25,26,17,26,27,17,26,26,26,26,26,26,27,17,26,26,26,0,26,27,26,26,26,26,26,27,26,0,26,25,26,24,26,26,27,17,26,17,26,25,28,28,25,26,27,17,26,0,26,27,17,26,26,27,26,0,26,26,0,26,17,26,27,17,0,26,0,26,26,26,26,26,27,26,0,26,26,26,26,26,26,26,27,17,26,26,27,26,27,26,26,17,26,27,17,0,26,26,27,26,26,27,26,26,17,17,26,27,26,26,26,23,26,27,26,26,26,27,17,26,26,27,26,26,26,27,26,17,26,17,26,26,26,0,26,27,0,26,27,17,26,27,0,26,26,26,26,26,27,26,27,26,26,26,26,26,26,26,27,17,26,26,27,26,26,0,26,26,27,17,26,27,26,26,0,26,17,17,26,27,26,26,26,26,27,17,0,26,26,26,26,26,27,17,0,25,25,25,26,27,24,26,26,17,26,17,26,27,26,26,26,28,26,27,17,26,26,27,26,27,0,26,26,26,17,0,26,27,28,26,17,26,27,26,26,26,26,26,26,26,27,26,26,26,27,0,26,27,17,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,28,26,27,17,26,26,27,26,0,26,26,25,25,26,27,17,17,26,25,26,27,17,26,26,27,17,26,26,26,27,17,26,26,26,27,0,26,27,26,0,26,26,26,26,0,26,27,26,26,26,26,27,26,26,26,26,0,26,17,17,26,27,17,25,26,17,26,27,17,26,26,0,25,25,25,26,27,17,26,26,25,26,27,26,26,27,0,26,26,0,26,26,0,26,26,26,26,27,17,26,27,26,26,26,27,26,26,26,26,26,26,26,0,26,26,26,27,17,26,26,17,25,25,25,26,24,26,26,26,27,17,0,26,26,26,27,17,26,17,26,26,26,25,25,17,17,26,27,17,26,17,25,25,26,17,25,25,26,26,26,0,26,25,28,28,26,27,17,26,0,26,27,26,26,26,26,26,26,0,26,26,26,26,17,26,17,26,28,25,26,27,17,26,26,26,26,27,26,27,26,0,26,26,0,26,26,26,26,27,17,26,26,26,26,27,26,17,0,26,27,17,17,26,17,26,26,26,27,0,26,17,17,26,26,26,26,26,26,26,26,27,26,26,26,26,26,27,25,28,28,26,27,17,0,26,27,0,26,26,17,26,26,26,26,26,17,17,26,26,25,26,27,17,26,27,17,26,26,26,0,26,27,26,26,26,26,0,26,26,27,17,26,0,26,26,27,17,26,26,26,27,17,25,26,27,17,25,26,17,25,26,17,26,26,26,26,27,26,27,26,26,27,26,27,17,26,27,26,27,25,28,28,26,27,17,26,26,26,0,26,27,26,26,26,26,17,26,26,27,26,26,26,27,28,26,27,17,26,27,17,0,26,27,17,26,26,26,17,26,26,26,26,26,0,26,26,27,26,26,26,27,17,26,27,17,0,26,27,17,26,27,17,26,26,26,0,26,26,26,27,26,27,0,26,27,26,27,26,26,26,26,17,17,26,26,0,26,27,17,26,26,27,26,26,26,0,26,26,26,27,17,26,26,25,28,28,25,26,27,17,26,0,26,26,27,17,0,26,17,26,27,17,26,26,26,26,26,0,26,26,26,26,27,26,27,17,26,27,17,26,26,26,26,26,26,26,26,27,17,26,26,26,27,17,26,26,26,26,27,17,26,26,26,27,17,26,27,17,25,28,28,26,27,17,26,27,26,26,26,26,26,26,26,26,0,26,26,27,26,27,17,26,26,26,26,26,25,28,28,25,26,27,17,26,27,26,26,27,26,26,27,17,26,26,25,26,24,0,26,27,17,26,17,26,26,26,26,0,26,26,26,26,26,27,17,26,17,26,27,26,26,27,26,27,17,0,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,27,0,26,0,26,27,17,26,0,26,27,17,26,26,26,26,26,26,26,26,26,26,27,26,27,17,26,26,26,26,17,26,26,27,26,26,26,26,27,26,25,28,28,26,27,17,26,26,27,17,26,27,25,26,0,26,26,26,26,26,26,27,26,26,26,25,26,17,26,26,26,26,27,17,26,26,27,17,26,0,26,27,17,26,26,26,26,27,17,26,27,0,26,26,27,26,26,26,27,26,26,27,17,26,27,17,26,17,0,26,26,26,26,17,25,25,25,26,24,26,26,26,26,26,26,26,27,26,26,26,26,26,27,26,26,27,26,27,17,26,26,26,26,26,26,27,25,25,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,17,25,26,26,26,26,26,27,17,26,26,26,17,26,28,26,27,17,26,26,27,17,26,26,27,26,26,25,26,17,26,26,27,17,26,27,26,26,27,17,26,26,25,26,17,26,26,26,26,26,26,0,26,26,27,26,27,26,25,25,25,26,27,17,25,26,17,26,27,17,0,26,28,26,27,17,26,26,27,26,0,26,27,17,26,27,17,0,26,27,26,26,26,26,0,26,26,27,17,0,26,26,27,26,26,27,17,26,25,26,27,17,26,27,26,27,26,27,26,27,0,25,26,27,25,26,27,24,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,17,17,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,17,17,17,26,27,26,27,25,25,26,27,26,27,0,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,26,26,27,26,26,26,27,26,25,28,28,26,17,25,26,17,26,26,26,17,26,26,0,25,26,27,0,26,17,0,26,26,27,17,26,26,25,26,26,27,26,26,27,26,26,25,26,26,26,27,17,26,26,17,0,25,17,26,17,25,26,24,26,26,26,26,0,26,25,28,28,25,28,28,17,26,27,17,26,26,25,26,26,0,25,26,26,25,26,26,26,26,27,26,26,26,27,17,26,0,26,26,27,17,26,26,26,17,17,26,26,26,27,26,26,26,26,17,17,26,27,28,26,17,26,26,26,27,17,26,27,17,0,26,27,26,26,27,17,26,27,25,26,27,17,26,26,27,26,27,26,27,25,28,28,25,26,27,17,0,25,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,25,28,28,25,28,28,25,28,28,25,25,25,25,26,27,17,0,25,26,27,17,26,27,26,27,26,25,25,26,27,0,17,26,27,26,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,26,26,27,26,27,26,27,26,27,0,25,28,28,26,27,17,26,27,25,28,28,25,26,27,17,0,25,26,27,17,26,27,26,27,25,26,27,26,27,17,25,25,26,27,26,0,25,26,27,17,25,26,27,26,27,17,25,25,25,26,27,17,25,17,17,26,27,25,25,25,26,27,17,26,27,17,26,27,26,0,26,27,17,26,27,25,25,26,27,25,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,26,27,17,26,27,17,0,26,27,26,0,26,27,0,26,27,26,27,26,27,17,26,17,26,27,26,27,26,27,26,27,17,26,26,27,26,27,26,26,27,26,26,26,26,27,17,0,26,26,26,27,17,26,26,0,25,25,25,26,27,24,26,26,26,27,26,0,26,26,17,0,26,26,26,17,26,26,26,27,17,26,26,26,26,26,17,26,26,26,26,26,26,26,26,27,17,26,0,26,27,26,27,17,28,28,28,26,17,26,27,17,26,27,17,26,26,26,26,26,27,0,26,27,17,26,26,26,27,17,0,26,26,0,26,27,17,26,27,17,26,0,26,27,17,26,27,26,26,26,28,26,27,17,26,26,26,26,26,26,27,26,27,17,26,26,26,26,26,26,26,27,17,25,26,17,26,26,26,26,0,26,27,26,27,17,26,26,26,26,27,26,0,26,26,27,17,26,27,17,26,0,17,26,17,26,26,27,26,26,27,17,26,26,26,27,17,26,26,17,26,27,26,27,17,26,26,26,26,17,0,26,25,26,17,26,27,17,26,26,26,17,26,26,26,27,26,27,17,17,17,26,27,17,26,26,26,26,26,26,27,17,26,25,28,28,26,27,17,26,27,17,26,27,26,27,17,26,27,0,26,27,17,26,27,25,26,27,17,26,27,0,26,26,27,26,26,27,17,26,27,25,26,27,17,26,27,26,27,17,0,26,26,27,26,27,17,26,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,25,26,27,17,25,25,25,26,27,17,26,27,17,0,26,26,27,26,27,17,26,27,25,26,27,25,26,27,17,26,27,26,27,26,26,27,17,26,27,17,26,17,25,25,25,26,27,17,23,23,23,26,27,17,26,27,26,27,26,27,17,26,27,0,25,25,26,27,26,26,27,26,27,26,27,26,27,17,26,27,26,26,27,26,27,26,27,26,27,26,27,17,26,27,26,26,27,26,27,26,0,26,27,26,27,17,26,26,27,17,17,26,27,26,27,26,27,26,27,0,26,27,17,26,26,27,26,17,26,27,26,27,26,26,27,17,17,26,27,17,26,26,26,0,26,27,17,26,26,27,17,26,27,26,27,17,17,26,26,26,0,26,26,27,17,26,26,26,26,25,26,27,17,26,26,27,17,0,26,26,26,26,26,17,26,26,27,17,26,26,26,26,26,0,26,0,26,27,17,26,26,17,26,26,26,26,0,26,27,17,26,26,17,26,27,17,26,26,26,17,26,27,17,0,26,26,27,17,26,26,27,26,26,26,27,17,26,0,26,27,26,26,26,26,27,17,25,25,25,25,26,27,17,0,26,26,17,26,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,25,28,28,26,27,17,25,26,27,17,26,27,26,27,26,26,27,0,25,25,28,28,26,27,17,26,27,26,27,17,26,27,25,17,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,25,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,26,27,17,0,25,26,27,25,26,27,17,17,17,26,27,17,25,25,26,27,17,26,27,26,27,25,26,27,26,27,25,26,27,26,27,17,26,27,0,26,27,25,25,28,28,26,27,17,26,27,26,27,26,27,25,26,27,17,0,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,25,25,26,27,26,27,17,25,28,25,26,27,17,26,17,26,27,25,26,27,17,0,26,27,25,26,27,26,27,17,26,27,26,27,25,26,27,25,26,27,25,26,27,26,27,26,27,17,26,27,25,26,27,25,25,25,25,26,27,17,25,28,28,26,27,17,25,25,25,26,27,24,17,26,27,26,27,17,26,25,26,25,25,26,27,17,26,26,27,26,27,17,26,27,17,26,27,26,26,26,27,26,25,26,24,26,27,17,26,26,26,0,26,17,26,26,27,26,27,17,25,28,28,26,27,17,26,27,0,26,27,17,17,26,26,27,0,26,27,0,26,27,17,26,27,25,26,27,26,27,26,27,0,26,26,27,26,27,17,26,26,26,0,25,25,25,26,27,17,26,26,26,27,17,26,26,28,26,17,26,25,26,27,17,17,26,25,25,25,25,26,27,17,25,25,28,28,26,27,17,26,27,26,26,27,26,26,25,26,27,17,26,26,26,26,27,26,26,25,26,27,17,25,26,27,25,26,26,26,26,27,17,26,26,27,17,26,26,27,17,0,26,17,26,26,26,26,27,17,26,26,26,26,26,17,26,17,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,28,28,26,27,17,25,26,27,17,26,27,26,27,28,26,27,26,27,17,25,26,27,17,25,26,27,17,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,25,26,27,26,27,17,17,26,27,26,27,17,25,26,27,17,26,27,17,0,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,17,25,25,26,27,17,25,26,27,26,27,26,27,26,27,25,25,26,27,17,26,27,17,26,27,25,26,27,17,28,26,27,17,0,26,27,17,26,27,25,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,0,25,26,27,17,0,25,26,27,17,25,25,25,25,26,27,17,25,26,27,17,0,25,25,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,17,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,17,17,17,26,27,25,26,17,26,27,26,27,0,26,26,27,17,26,27,17,26,26,27,26,27,26,27,26,27,17,25,26,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,27,17,26,27,26,27,17,26,26,27,0,26,27,26,26,27,17,26,27,26,27,17,26,26,26,26,0,26,27,17,0,26,26,27,17,26,26,17,26,0,26,26,27,17,26,26,27,26,26,17,26,27,0,26,26,27,17,28,26,17,26,26,26,26,26,26,27,17,26,0,26,27,0,26,25,26,17,26,26,26,27,17,26,26,26,25,26,17,26,26,27,17,26,27,17,26,17,26,26,26,26,0,26,27,26,27,17,26,25,26,26,27,17,26,17,26,17,26,17,26,27,17,26,27,17,26,17,26,0,26,26,26,26,27,17,26,26,26,0,26,26,26,27,17,26,27,17,26,26,0,28,26,17,26,25,25,25,26,27,17,26,0,26,27,17,26,17,25,25,26,26,26,26,26,27,17,26,27,17,26,26,27,17,26,17,0,26,17,26,17,26,17,26,27,17,26,17,26,26,25,25,26,27,26,25,25,26,27,17,26,27,17,26,27,25,26,27,17,26,0,25,26,27,26,27,17,26,26,27,17,26,26,27,17,26,25,26,27,17,26,26,26,27,17,26,26,17,26,26,27,17,28,17,26,25,25,26,17,26,27,17,26,26,26,25,25,25,25,26,17,0,26,26,26,27,17,26,25,26,26,26,26,17,26,17,26,27,17,26,26,26,17,26,26,27,25,26,27,17,26,27,17,28,26,17,26,26,26,0,26,17,26,26,27,17,26,26,26,26,26,0,26,25,28,28,26,27,17,26,0,25,26,17,26,27,17,26,0,17,17,26,26,26,27,17,26,26,26,0,26,26,0,26,26,27,17,26,27,17,26,26,27,17,26,17,26,26,26,27,17,0,26,26,27,17,26,26,26,25,28,28,26,27,17,25,26,27,17,26,26,17,0,25,26,0,26,26,0,25,26,27,26,27,17,26,26,27,26,0,26,27,17,0,25,25,28,28,26,27,17,26,26,27,17,0,25,25,25,25,25,25,25,28,28,26,27,17,25,25,26,27,17,25,25,26,27,17,0,26,0,26,26,25,25,26,27,17,26,25,26,25,26,27,26,26,25,26,27,26,27,17,25,17,26,27,17,26,17,0,26,0,26,26,26,26,27,17,26,27,17,26,26,26,26,17,26,26,27,17,26,27,17,26,26,0,26,17,25,25,28,28,26,27,17,26,17,25,25,26,27,17,26,25,25,26,27,26,26,27,26,26,17,17,26,27,17,25,25,26,27,17,26,26,26,0,26,26,26,27,17,26,26,25,26,27,26,17,26,25,25,26,17,26,27,17,25,26,27,26,0,26,26,26,26,0,25,26,27,17,26,26,26,0,25,28,28,26,27,17,0,26,26,27,17,26,27,17,25,25,25,25,26,27,17,26,26,25,26,27,26,26,26,27,17,26,26,25,26,27,0,26,27,0,26,26,27,17,26,27,17,26,25,26,27,26,26,26,26,26,27,17,17,26,17,26,17,26,26,0,26,26,26,27,17,26,26,17,26,26,26,26,25,26,27,17,0,26,0,26,0,26,26,27,17,25,26,24,26,26,27,17,26,26,26,26,26,26,17,17,26,27,17,26,26,26,25,25,26,27,17,26,26,0,26,27,17,26,26,26,26,0,26,26,26,27,17,28,26,27,17,26,0,25,26,27,17,26,17,26,17,25,26,27,26,27,17,26,25,25,26,27,17,26,27,26,26,0,26,26,27,17,26,17,26,26,17,26,27,26,26,26,27,17,26,26,26,26,26,26,26,27,17,0,26,26,0,17,17,26,25,28,28,26,27,17,26,26,26,27,17,25,25,25,26,24,26,26,26,25,26,27,26,26,27,17,0,17,17,26,26,26,26,26,26,26,27,17,26,26,0,26,26,27,26,26,25,26,27,17,26,26,26,26,27,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,27,17,26,25,26,27,26,25,28,28,26,27,17,26,27,17,26,25,26,17,26,26,26,26,0,26,27,17,26,26,0,26,25,26,26,17,26,26,27,17,26,26,26,25,25,26,27,17,26,0,26,26,27,17,26,26,26,27,26,26,26,26,27,17,26,26,25,26,27,26,26,25,26,24,26,27,17,26,17,26,26,0,17,17,26,26,25,28,28,26,27,17,26,27,17,26,26,25,26,0,26,26,27,26,26,27,17,26,26,26,26,26,26,26,27,17,26,17,25,26,26,0,26,26,26,26,27,17,26,27,0,25,26,27,26,27,17,26,0,26,0,26,0,25,28,28,25,25,25,25,26,27,17,26,27,26,0,26,27,17,26,17,26,17,26,17,26,27,17,25,25,25,28,28,26,27,17,26,26,27,17,26,26,25,25,25,26,27,17,26,27,17,26,0,25,26,26,0,26,26,27,17,26,26,27,17,26,25,25,26,27,17,0,25,25,26,0,26,26,26,27,26,27,17,26,26,0,26,17,17,26,26,17,26,26,27,17,26,26,26,26,26,26,27,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,26,27,26,17,26,26,27,17,26,26,26,0,26,17,26,26,17,26,27,17,26,0,17,26,26,26,26,26,26,27,17,26,17,26,0,26,27,17,26,17,0,26,26,26,27,17,26,26,0,17,26,17,26,27,26,26,26,27,17,26,17,26,26,27,26,0,25,17,26,27,17,26,17,17,26,27,17,26,26,26,26,0,26,26,26,27,17,26,26,26,25,25,25,26,27,17,0,26,26,26,27,17,26,25,25,17,17,26,0,26,26,26,26,0,26,27,17,26,26,25,26,26,17,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,26,25,28,28,17,26,27,17,26,26,27,17,17,26,27,17,26,26,0,26,26,17,26,17,26,27,17,26,26,26,26,27,26,17,26,27,17,26,27,17,26,26,26,17,26,0,17,26,27,17,0,26,26,27,17,26,26,27,17,25,25,26,27,17,17,17,17,26,27,17,26,27,17,25,25,25,28,28,26,27,17,26,27,17,26,26,27,17,26,27,17,26,0,26,26,26,27,17,17,26,17,26,27,17,26,26,26,27,17,26,26,27,17,17,26,27,17,26,26,27,17,26,26,26,17,26,27,17,26,26,26,27,17,26,26,17,26,27,17,26,27,17,26,26,26,26,17,17,26,27,17,26,26,27,17,26,26,27,26,0,17,26,27,17,17,26,0,26,26,27,17,26,26,17,17,26,27,17,26,26,26,26,27,17,26,26,26,27,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,27,17,26,26,28,26,27,17,26,0,26,26,26,27,17,26,26,26,26,26,26,27,17,26,27,17,26,0,26,26,26,26,26,27,26,27,17,26,0,26,26,26,17,26,17,26,17,0,26,27,17,26,17,26,17,26,26,26,0,26,26,27,17,26,26,27,26,26,26,26,26,27,17,26,26,0,26,26,26,27,17,0,26,17,26,27,17,26,26,17,17,26,26,26,26,26,27,17,17,17,26,26,26,0,26,25,26,27,17,25,26,0,26,27,17,26,26,26,0,25,25,25,25,26,27,17,26,26,26,27,17,26,26,27,26,26,26,27,26,0,26,27,17,26,27,26,26,26,27,26,26,26,27,17,0,26,26,26,26,26,26,0,26,27,17,26,28,26,17,26,26,27,17,26,26,26,27,17,26,26,26,26,27,17,26,26,27,17,26,27,17,26,26,27,26,26,26,26,26,27,17,0,26,26,26,27,17,17,17,17,17,17,17,17,26,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,27,17,26,26,26,28,26,17,26,27,17,26,26,26,25,28,28,26,27,17,0,26,25,25,25,25,25,25,26,27,17,26,27,17,17,17,17,17,17,17,17,26,26,26,26,26,26,26,27,17,26,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,26,26,17,0,26,26,26,26,27,17,26,26,26,0,26,26,26,26,27,17,26,26,26,26,0,26,27,26,27,17,26,27,17,17,17,17,17,17,17,17,26,26,26,26,26,26,26,27,17,0,26,26,26,25,26,27,17,26,26,26,27,17,26,26,26,17,26,26,27,17,26,26,27,17,26,0,26,26,26,26,17,0,26,26,27,17,26,27,26,27,17,0,26,26,25,28,28,26,27,17,26,25,26,27,17,26,25,26,25,25,25,25,26,17,26,27,26,26,26,27,17,26,27,25,26,17,17,17,26,26,26,26,26,27,17,26,0,26,26,26,26,26,26,27,17,26,26,0,26,26,0,26,26,26,27,17,26,26,26,0,26,26,17,26,26,27,17,26,27,0,26,26,27,17,26,26,27,26,26,27,17,26,26,0,26,26,17,26,26,26,27,17,26,27,0,17,17,17,17,17,17,17,26,26,27,17,26,0,26,25,25,25,26,24,26,27,17,26,26,26,26,26,17,26,26,27,17,0,26,26,0,26,26,27,26,26,26,27,17,26,26,26,26,27,17,26,26,17,26,27,17,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,26,27,17,26,26,27,17,26,27,17,25,26,26,26,26,27,17,26,25,26,26,26,27,26,26,26,27,17,26,26,26,27,26,26,27,26,0,26,27,17,26,17,26,26,26,26,26,26,27,17,17,26,17,0,26,0,26,0,26,26,26,26,27,17,26,27,17,26,26,27,26,26,26,26,27,17,26,17,26,0,26,26,26,26,26,27,17,26,26,25,25,25,26,24,26,0,26,26,17,17,26,27,17,26,26,26,0,26,26,26,27,26,27,17,26,26,26,26,26,26,26,27,17,25,26,27,24,28,26,27,17,0,26,26,26,26,26,27,17,17,17,17,17,17,17,17,26,26,26,27,26,26,26,27,17,26,27,17,26,26,26,0,26,26,17,26,17,0,26,27,17,17,26,26,0,26,26,26,26,26,27,17,26,26,17,26,26,26,26,26,27,17,26,26,0,26,17,26,26,26,26,27,17,26,26,17,0,26,26,26,17,17,17,26,26,27,17,26,26,26,26,26,0,26,27,17,26,27,17,26,27,17,17,17,26,27,26,17,26,26,26,26,27,17,26,26,27,26,26,26,26,26,27,17,26,27,26,26,0,26,0,26,0,26,26,27,17,26,26,0,26,26,26,26,0,26,27,17,26,26,17,26,26,26,26,26,27,17,26,26,26,27,26,0,26,0,26,26,27,17,26,0,26,26,26,27,17,26,26,25,25,26,27,17,26,26,26,27,26,26,26,27,26,27,17,26,26,26,26,26,26,26,27,17,26,26,27,26,26,17,17,17,17,17,17,17,26,26,26,27,17,26,26,26,0,26,0,26,0,26,26,27,17,26,0,26,26,26,26,17,0,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,25,25,25,26,24,0,26,27,17,26,26,17,26,27,17,26,26,26,27,17,25,26,27,17,26,26,26,27,17,26,0,25,26,27,17,26,0,26,26,27,17,26,0,26,27,17,26,26,0,26,26,26,17,26,27,17,26,27,17,26,26,26,26,26,26,26,27,17,26,26,27,26,26,26,26,17,25,17,26,27,17,26,27,0,26,26,26,26,27,17,26,26,27,17,26,26,26,26,26,26,27,17,26,27,17,26,0,26,26,26,26,0,17,17,17,17,17,17,17,26,27,26,27,17,26,0,26,26,26,26,25,26,27,17,0,26,27,17,26,17,17,26,17,26,17,26,27,26,26,17,26,27,17,26,26,26,26,0,26,26,26,27,17,26,25,28,28,25,26,27,17,26,26,27,17,26,26,26,27,17,26,26,26,0,26,0,26,26,27,17,26,27,17,17,17,26,26,26,27,17,28,26,17,26,26,26,27,17,26,0,26,17,26,26,0,26,26,26,27,17,25,26,24,26,25,26,26,26,27,17,26,0,26,27,17,26,0,26,26,26,26,26,0,26,27,17,0,26,26,28,17,17,17,17,17,17,17,26,27,17,26,26,0,26,26,27,17,26,26,26,26,26,26,0,26,27,17,26,27,0,26,26,26,26,26,26,27,17,26,25,28,28,26,27,17,26,26,25,25,26,27,17,0,26,26,27,17,0,26,26,26,25,26,27,17,26,26,26,27,17,26,26,26,26,27,26,27,17,25,26,27,17,26,27,17,0,26,0,26,17,0,26,0,26,26,27,26,26,27,17,25,26,27,17,26,27,26,26,26,26,26,27,17,26,0,26,25,25,26,27,17,26,26,27,17,26,26,27,17,26,26,26,26,25,26,27,17,26,26,27,17,26,25,26,27,26,17,25,25,28,28,26,27,17,0,26,27,17,26,25,26,27,17,26,26,27,26,26,17,26,17,26,26,27,17,0,25,26,27,17,25,26,27,17,26,0,25,26,27,17,26,25,26,27,17,0,26,27,17,26,26,25,25,25,28,28,25,25,25,25,25,25,28,28,26,27,17,25,26,17,25,25,26,17,26,0,26,27,17,26,25,25,26,26,27,25,25,25,25,26,27,17,26,26,26,27,17,26,26,17,26,26,25,26,27,17,26,26,27,17,26,0,26,26,27,17,26,26,26,26,27,17,26,26,26,26,26,26,17,0,26,27,17,26,0,26,26,27,17,26,27,26,17,26,26,27,17,26,0,26,26,26,17,26,25,26,27,17,0,26,27,17,26,17,26,26,26,26,26,25,26,27,17,26,27,17,26,17,25,28,28,26,27,17,26,25,25,26,27,17,0,26,27,26,27,17,26,27,17,26,27,26,27,17,25,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,25,25,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,25,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,0,25,26,27,17,26,17,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,17,25,25,28,28,25,25,25,17,26,27,17,25,28,28,25,26,27,17,26,27,17,0,26,25,25,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,0,28,25,25,26,27,17,26,27,17,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,17,25,26,27,26,27,26,17,17,26,17,26,26,26,27,17,26,17,0,26,26,26,17,17,26,25,25,25,26,27,17,0,25,26,27,17,25,26,27,17,26,27,25,25,17,26,27,17,26,26,26,27,17,17,26,27,17,26,26,27,26,17,26,26,27,26,27,17,0,26,27,17,26,26,27,26,26,26,27,17,26,27,17,17,25,26,27,17,26,26,27,26,26,27,17,26,26,26,27,17,25,28,28,26,27,17,17,17,26,26,26,26,27,26,26,27,17,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,27,17,0,26,27,17,26,0,26,17,26,26,27,17,26,0,25,25,26,27,17,26,27,17,26,26,26,26,26,26,26,27,17,0,26,26,27,26,27,26,26,25,26,27,17,26,27,17,26,27,17,0,26,26,26,26,26,27,0,26,27,17,26,26,26,27,26,27,26,27,17,26,27,26,27,17,26,27,28,26,27,26,27,17,25,28,28,26,27,17,25,26,27,26,27,0,26,27,17,28,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,25,25,25,25,26,27,17,26,27,17,26,27,25,17,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,17,17,26,26,0,26,26,17,17,26,26,0,26,27,17,0,26,26,26,26,26,26,27,25,26,27,17,26,26,26,26,26,26,26,27,17,25,26,17,26,26,26,26,26,27,17,26,27,17,0,26,26,25,26,27,26,26,27,17,26,26,27,17,26,27,17,26,0,17,26,27,17,26,26,27,17,26,17,26,27,17,26,26,26,26,26,17,26,26,27,17,26,26,26,25,26,27,17,26,26,26,27,17,26,26,26,17,26,26,25,26,27,17,26,27,17,17,17,17,17,26,25,26,27,26,26,28,26,27,17,26,17,26,27,17,26,27,17,0,26,26,26,17,25,26,27,17,26,26,27,17,26,28,26,17,25,26,27,17,26,0,25,26,25,25,26,27,17,26,27,17,26,27,26,28,25,26,17,26,25,26,27,17,0,26,27,0,26,27,17,17,26,17,17,17,17,17,17,17,17,26,25,26,25,28,28,17,26,27,17,26,26,27,26,27,17,25,26,27,26,17,25,26,27,17,26,26,0,26,26,27,17,26,17,26,27,17,25,26,0,26,27,26,26,26,27,17,0,17,17,26,27,17,26,27,25,17,17,26,26,27,17,25,25,25,26,27,17,26,17,26,27,17,26,0,25,26,25,26,26,26,26,27,17,26,27,17,26,27,26,0,25,26,27,17,26,17,26,27,17,0,26,26,27,17,26,27,17,26,25,26,0,17,26,27,17,26,26,0,17,17,26,27,17,26,26,17,25,26,27,17,26,17,26,28,26,27,17,26,27,17,26,17,26,27,17,0,25,26,26,27,26,26,27,26,27,17,26,26,0,25,26,17,26,17,26,17,26,0,26,27,17,26,26,25,26,26,27,26,17,26,27,17,26,27,17,26,28,26,27,17,25,26,27,26,27,25,28,28,17,26,27,17,26,27,0,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,17,0,25,26,27,17,0,26,27,26,27,17,26,27,26,27,17,25,17,17,26,27,17,17,17,26,27,0,26,27,26,27,26,27,17,26,0,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,0,26,27,17,26,27,26,25,26,27,26,0,26,27,26,27,25,17,26,27,17,26,27,26,27,25,26,27,26,27,0,26,27,0,17,26,27,17,0,26,27,17,26,27,26,27,25,26,27,0,26,27,17,26,27,17,0,26,27,26,27,17,26,26,27,25,26,27,17,26,27,17,26,27,26,27,0,26,27,17,26,27,26,27,17,25,26,27,17,0,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,17,25,26,27,0,26,27,17,26,27,26,26,27,17,17,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,25,26,27,17,0,25,26,27,17,26,27,17,26,27,17,0,26,27,17,26,27,26,27,25,26,27,25,25,17,26,27,17,26,27,17,28,26,17,26,27,0,26,27,17,26,27,25,25,25,25,26,24,17,26,27,17,26,26,27,26,27,26,27,26,27,0,25,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,0,25,25,25,17,26,27,17,25,26,27,25,17,17,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,25,26,27,26,27,26,27,17,26,27,17,26,27,25,17,17,17,17,17,17,17,25,26,27,17,26,27,0,26,27,26,27,17,26,27,17,26,27,17,26,27,17,25,26,27,24,26,27,26,27,17,26,27,17,26,27,25,25,25,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,17,26,26,0,26,26,26,17,26,27,17,26,26,26,26,0,25,26,27,17,17,26,27,17,26,26,26,25,25,26,27,17,26,27,17,0,26,26,0,26,26,26,26,17,26,27,17,26,26,26,26,26,0,17,26,27,17,26,26,26,26,0,26,17,26,27,17,26,26,26,26,0,25,26,17,26,27,17,26,26,26,26,26,17,26,27,17,0,26,27,17,26,26,26,26,0,26,26,26,26,26,26,26,26,17,0,26,17,26,0,26,26,17,26,26,27,28,26,17,26,26,26,26,0,26,26,27,26,26,26,17,26,27,17,26,26,25,26,27,26,26,27,17,26,27,17,26,26,26,26,27,17,17,26,17,0,17,26,27,17,26,27,17,26,26,26,26,17,17,26,27,17,26,0,26,0,26,26,27,17,0,26,26,26,26,27,17,17,26,27,17,0,26,26,26,25,26,27,26,17,26,27,17,26,0,26,26,26,17,17,26,26,26,26,17,26,26,26,25,17,26,27,17,25,26,17,26,25,25,26,17,26,26,17,26,27,17,26,27,26,26,17,26,26,27,17,17,26,27,17,26,27,26,26,26,27,17,26,17,26,27,17,0,26,26,27,17,26,26,26,17,26,27,17,26,26,26,26,26,17,26,27,17,26,26,26,26,26,17,17,26,27,17,26,27,0,26,26,26,25,26,27,17,26,0,25,28,28,26,27,17,0,26,25,26,26,27,26,0,26,26,26,28,28,28,28,28,28,28,26,17,26,26,26,27,26,26,28,26,17,26,26,26,26,27,17,26,17,17,17,26,26,0,26,26,17,26,27,17,26,27,26,25,28,28,26,27,17,26,26,27,26,26,26,26,17,26,26,0,26,26,26,27,26,27,17,26,26,26,26,26,27,17,26,0,26,26,27,26,26,26,26,27,0,25,25,26,27,17,17,26,17,26,0,25,26,27,17,26,26,26,26,26,26,26,26,26,26,27,26,26,26,0,17,26,17,26,26,27,26,26,17,17,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,17,17,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,25,25,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,25,28,28,26,27,17,0,26,27,26,27,25,25,25,28,28,26,27,17,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,25,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,25,28,28,17,26,27,17,26,26,27,26,27,17,26,27,17,26,27,26,27,25,26,27,17,26,27,28,26,27,17,26,27,26,27,17,26,27,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,0,25,25,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,0,26,27,17,17,26,27,17,26,27,26,27,17,26,27,17,17,17,26,27,26,27,26,27,26,27,17,25,28,28,25,26,27,17,25,26,27,17,25,25,26,27,17,25,26,27,17,0,25,25,26,27,17,26,27,0,26,27,26,27,0,17,17,26,27,26,27,28,26,27,17,26,27,26,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,25,28,28,26,27,17,25,25,26,27,17,25,17,26,27,17,26,27,26,27,26,27,26,27,25,28,28,26,27,17,0,25,17,26,27,17,26,27,26,26,27,17,25,25,25,26,27,17,0,26,27,17,26,27,17,25,26,27,17,0,25,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,25,25,25,26,27,17,25,26,27,26,26,27,26,27,25,28,28,25,26,27,17,26,27,17,26,27,26,27,25,25,26,27,0,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,26,26,26,27,17,25,17,26,27,17,17,26,27,17,26,26,27,17,26,26,26,17,17,26,27,17,26,26,17,26,26,0,26,17,26,27,17,26,26,26,26,26,27,17,17,26,27,17,26,26,27,26,26,26,17,17,26,27,17,26,27,26,26,0,26,26,17,26,27,17,26,27,0,26,26,27,17,0,26,26,27,17,26,26,25,25,26,26,27,26,26,26,26,26,27,26,26,0,26,0,26,26,27,17,26,0,17,17,26,27,26,26,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,17,26,27,0,26,27,26,27,0,26,27,0,17,26,27,17,26,27,0,26,27,17,26,27,25,26,27,26,27,17,17,17,17,17,17,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,0,26,26,27,0,17,17,17,17,17,17,17,26,27,0,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,25,28,28,26,27,17,0,26,27,26,27,26,27,25,26,27,26,27,26,27,25,26,27,17,0,26,27,17,26,27,17,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,17,24,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,17,17,17,17,17,17,17,26,27,26,27,17,26,27,17,26,27,17,26,27,0,26,27,25,26,27,17,26,27,26,27,17,17,26,27,17,26,27,0,26,27,26,27,25,25,25,25,25,25,26,27,17,26,27,17,26,27,17,26,27,25,25,17,26,27,17,26,27,26,27,0,26,27,17,26,27,17,26,27,17,26,27,25,25,25,26,27,17,0,26,27,26,27,17,26,27,17,25,28,28,26,27,17,26,27,17,26,27,25,26,27,17,26,27,17,17,26,27,17,26,27,26,27,26,27,17,26,27,25,28,28,26,27,17,17,26,27,17,0,26,27,26,27,17,25,26,27,17,25,26,27,25,28,28,17,17,26,27,17,17,26,27,17,26,27,26,27,26,27,25,26,27,17,25,26,27,25,28,28,17,26,27,17,25,25,26,27,17,26,27,0,26,27,26,27,25,25,25,25,26,27,17,17,25,26,27,17,26,27,17,17,26,27,0,26,27,0,26,27,26,27,17,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,17,17,17,17,17,17,17,26,27,26,27,0,25,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,0,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,25,25,25,26,27,17,25,26,27,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,0,26,27,17,25,28,28,26,27,17,0,26,27,26,27,17,26,26,27,25,25,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,28,25,26,27,17,26,27,0,17,17,17,17,17,17,17,26,27,26,27,26,27,25,26,27,26,27,17,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,26,0,26,0,26,27,17,26,26,26,17,26,26,26,26,26,26,0,26,26,26,26,0,25,25,28,28,25,26,27,17,26,27,17,26,0,26,26,26,26,26,0,26,26,26,26,26,26,0,26,27,17,26,26,26,26,26,26,0,26,17,26,26,26,26,26,26,27,25,28,28,26,27,17,25,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,17,0,26,27,26,27,26,27,0,28,26,27,17,26,27,26,27,17,26,27,0,26,27,17,0,26,27,17,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,26,27,17,17,26,27,26,27,25,25,25,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,0,26,27,25,28,28,26,27,17,25,25,26,27,25,26,27,26,27,0,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,28,26,27,17,26,27,26,26,27,26,27,25,25,17,17,26,27,17,25,25,25,17,17,17,17,17,17,17,26,27,17,26,27,25,28,28,26,27,17,26,27,26,26,0,26,26,26,26,0,26,25,26,27,17,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,25,28,28,26,27,17,0,26,27,26,27,0,17,17,26,27,26,27,0,26,27,26,27,26,27,25,25,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,0,25,26,27,17,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,0,26,27,17,25,25,26,27,17,25,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,0,25,26,27,26,27,26,27,0,26,27,26,27,17,26,27,25,26,27,17,25,26,27,26,27,0,26,27,25,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,25,25,26,27,17,26,27,26,27,17,26,27,26,27,25,25,25,26,27,17,24,26,27,25,26,27,17,25,25,25,17,26,27,17,0,26,27,17,26,27,17,26,27,26,27,0,17,26,27,26,27,25,26,27,0,26,27,17,0,26,27,26,27,26,27,26,27,25,26,27,17,25,28,25,26,27,17,26,27,25,26,27,26,27,26,27,17,26,27,17,25,25,28,28,26,27,17,0,26,27,17,25,26,27,24,0,26,27,26,27,17,17,26,27,17,26,27,17,25,17,17,26,27,17,26,27,26,27,0,17,17,26,27,17,17,17,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,0,17,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,28,26,27,17,25,25,28,28,17,26,27,17,26,27,17,26,27,17,26,27,26,27,25,26,27,0,17,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,27,0,17,26,27,17,26,27,17,0,26,27,26,27,17,26,27,26,27,0,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,17,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,26,27,0,17,26,27,26,27,26,27,26,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,27,17,17,26,27,26,27,25,26,27,17,24,28,26,27,17,26,27,25,26,27,17,28,26,27,17,26,25,28,28,26,27,17,26,26,27,17,0,26,27,26,26,26,26,27,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,17,26,27,17,26,26,26,26,26,27,17,0,17,26,27,17,26,26,26,26,26,17,26,27,17,26,26,0,26,26,26,17,26,27,17,26,26,26,27,17,26,17,26,17,26,27,17,26,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,0,26,27,0,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,25,28,28,17,26,27,17,26,27,26,27,0,17,26,27,17,26,27,26,27,25,17,26,27,17,25,25,26,27,17,26,27,26,27,26,27,26,27,0,17,26,27,17,25,25,28,28,26,27,17,0,26,17,26,27,0,26,26,27,17,26,27,17,26,0,26,27,26,27,26,26,17,26,27,17,26,27,25,26,27,17,25,26,17,0,26,17,17,26,17,17,26,27,17,26,0,26,26,26,26,27,17,17,17,26,27,17,0,26,26,26,0,26,27,26,0,17,26,27,17,26,26,26,27,26,0,26,28,26,27,17,26,26,26,26,17,25,26,24,26,0,26,26,0,26,26,26,26,26,26,17,17,26,26,26,26,26,26,28,26,27,17,26,0,26,27,17,26,26,26,26,26,26,26,27,17,26,26,27,17,25,25,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,25,26,27,17,26,27,0,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,26,26,26,27,17,26,0,26,26,25,25,25,28,28,26,27,17,25,25,28,28,25,26,27,17,26,17,17,17,26,26,26,26,26,27,26,26,26,26,26,27,17,0,26,26,26,26,26,26,26,26,17,26,17,26,26,0,26,27,17,26,26,26,0,26,25,25,26,27,26,26,26,26,27,17,26,26,26,26,26,27,0,26,26,0,26,0,26,26,25,26,26,17,26,26,17,17,26,17,26,0,26,26,26,26,0,26,26,28,26,27,17,26,26,26,26,26,27,26,26,26,26,0,26,26,26,26,17,26,26,26,17,26,26,25,26,27,17,17,26,26,25,25,26,27,17,0,26,27,17,26,26,25,26,27,17,26,25,26,27,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,27,17,17,26,26,17,17,26,17,26,0,26,26,0,26,26,26,26,26,26,25,26,26,26,0,26,26,0,26,0,26,26,25,26,26,26,26,25,28,28,26,27,17,26,0,26,26,26,26,17,26,17,26,26,27,17,26,26,26,26,26,26,26,27,26,0,26,26,26,25,26,26,25,25,25,25,26,27,17,26,26,26,26,26,27,26,0,26,26,26,0,26,17,17,26,26,27,26,26,26,26,17,26,27,17,26,26,26,26,25,26,27,17,0,25,25,25,17,26,27,17,0,25,25,26,17,26,27,26,27,26,26,17,26,27,17,26,0,26,26,26,26,17,17,26,27,17,17,26,26,0,26,26,27,26,26,26,26,26,26,26,17,26,27,17,0,25,26,17,0,26,25,25,25,26,24,26,25,26,27,17,0,17,26,27,17,26,27,26,26,26,26,27,17,0,25,28,28,17,26,27,17,26,25,25,28,25,26,27,17,26,0,17,17,26,25,26,25,17,26,27,17,26,0,26,26,27,17,26,26,25,17,26,27,17,26,26,25,26,26,26,17,26,27,17,26,26,26,26,26,27,26,26,26,27,26,26,26,27,17,17,26,27,17,26,26,27,17,0,26,26,26,17,26,27,17,26,27,26,0,26,26,26,17,26,27,17,26,26,26,26,0,28,26,27,17,17,26,27,17,25,26,0,26,26,26,26,17,26,27,17,26,26,26,26,0,26,26,26,26,0,26,27,17,0,26,26,26,0,26,27,0,26,26,0,26,26,26,26,26,17,26,27,17,26,0,26,26,27,17,26,26,27,26,26,26,26,17,26,17,26,17,26,27,17,26,26,25,26,26,25,28,28,25,25,26,27,17,0,25,26,27,17,26,26,17,26,27,17,26,27,26,17,17,26,27,17,26,26,25,25,26,27,17,26,27,0,26,25,28,28,17,26,27,17,26,26,27,26,27,26,0,26,27,17,0,26,17,17,26,26,25,28,28,17,26,27,17,26,26,0,26,25,26,26,27,17,25,17,26,27,17,0,26,26,26,26,26,27,26,27,26,27,26,17,0,26,0,26,27,26,27,0,17,26,17,0,26,26,17,26,27,17,26,26,26,26,17,26,27,17,26,27,17,26,26,26,26,27,26,25,17,26,27,17,25,26,17,25,26,17,26,26,26,27,17,26,27,17,0,26,26,26,27,17,26,26,27,26,26,26,26,27,17,0,26,17,26,26,26,26,0,26,0,26,26,17,26,27,17,26,27,17,26,27,26,26,26,17,26,27,17,26,26,26,26,25,25,25,26,24,26,26,0,26,26,26,26,17,25,28,28,17,26,27,17,26,26,26,0,26,26,17,26,27,17,26,0,26,26,0,26,26,17,26,27,17,26,27,17,26,26,25,26,24,26,25,17,26,27,17,25,26,27,17,26,26,0,26,26,25,17,26,27,17,25,26,0,26,26,26,26,26,26,0,26,26,26,28,26,27,17,17,26,27,17,26,26,26,17,26,26,17,26,27,17,0,26,25,25,26,27,26,26,26,17,17,26,27,17,26,0,26,26,26,26,17,26,27,17,26,26,26,27,26,26,0,26,17,26,26,0,26,26,26,26,26,26,0,26,27,17,26,26,26,26,26,17,17,26,25,25,25,25,26,27,17,26,0,26,26,26,26,26,26,26,26,26,28,26,27,17,26,27,26,26,27,17,26,27,26,0,26,26,26,26,27,26,26,27,17,17,17,26,27,17,26,26,26,0,26,17,26,17,26,27,17,26,27,26,26,17,26,27,26,17,26,27,17,26,26,26,26,26,0,17,26,27,17,26,26,26,27,25,25,26,26,0,17,26,27,17,0,26,28,26,27,17,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,27,17,0,26,26,26,26,27,26,26,26,0,26,26,26,26,26,17,26,26,26,26,26,0,26,28,26,27,17,26,26,26,26,26,26,27,17,26,27,17,17,26,27,26,26,27,26,26,26,0,26,26,26,26,27,0,26,26,25,26,27,26,26,17,26,27,17,26,26,26,26,26,26,26,0,26,27,26,26,27,26,27,26,27,17,26,26,26,26,26,27,17,26,26,26,0,26,26,26,26,27,17,26,27,26,27,0,17,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,0,26,26,26,26,27,26,26,26,26,27,26,17,26,17,26,26,26,27,17,26,26,27,17,26,26,27,26,0,26,26,26,26,26,27,25,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,24,17,17,26,27,26,27,28,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,28,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,0,26,27,26,27,26,27,28,26,27,17,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,28,26,27,17,26,27,26,0,26,27,26,27,0,26,27,17,26,27,26,27,26,25,26,27,17,23,26,27,0,26,27,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,25,25,25,25,26,27,17,17,17,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,26,0,26,27,0,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,25,25,25,25,28,28,26,27,17,26,27,17,26,27,26,26,27,17,26,25,26,26,26,26,26,27,17,26,0,26,26,26,26,26,26,26,27,17,26,25,28,28,26,27,17,28,26,27,17,26,27,26,26,26,17,26,26,26,26,27,26,27,26,26,26,26,26,26,26,26,27,17,26,26,27,17,26,27,26,26,26,25,17,25,28,26,17,26,26,17,26,26,0,26,26,0,26,26,26,26,0,26,26,27,26,26,26,17,26,26,26,26,25,26,27,26,27,26,26,0,26,26,26,26,26,26,26,28,25,28,28,25,26,27,17,26,26,26,26,26,25,26,27,26,27,17,26,26,17,26,27,17,17,17,26,26,25,26,26,0,26,17,26,27,17,26,28,28,28,28,28,26,17,0,26,26,26,27,17,17,26,27,17,26,27,17,26,26,27,25,26,27,0,26,17,17,26,27,17,26,0,26,27,26,27,25,26,17,26,17,17,26,27,17,26,26,26,17,26,26,17,26,27,17,26,26,27,17,0,26,0,26,26,27,17,26,27,17,25,28,28,26,27,17,26,25,26,26,0,26,27,17,17,26,17,26,26,17,26,27,17,26,26,26,25,28,28,26,27,17,26,25,17,26,27,17,26,27,26,26,26,27,26,0,26,26,26,26,26,27,26,25,28,28,17,26,27,17,26,27,17,26,27,26,26,25,26,25,17,26,27,17,26,26,26,26,26,17,26,27,17,26,26,26,26,27,26,17,26,27,17,26,26,0,26,0,26,26,26,26,26,26,26,25,26,17,24,26,26,26,17,26,27,17,25,25,25,26,27,24,0,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,26,27,25,28,28,26,27,17,25,26,27,26,27,0,25,28,28,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,17,26,27,17,26,27,26,27,0,26,27,17,26,27,26,27,0,17,26,27,17,0,26,27,25,17,17,17,17,17,17,17,17,17,26,27,25,26,27,17,25,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,25,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,0,26,27,25,26,27,17,26,27,0,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,0,17,26,27,17,26,27,26,27,26,27,26,27,0,25,26,27,17,17,26,27,17,0,26,27,26,27,17,26,27,26,26,27,25,17,26,27,17,26,27,26,27,0,26,27,0,25,25,25,25,26,27,17,26,27,25,17,26,27,17,0,26,27,26,26,27,26,27,25,26,27,17,17,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,0,26,27,17,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,25,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,17,25,26,27,17,0,26,27,0,26,27,0,17,26,27,17,26,27,17,26,27,0,17,26,27,17,26,27,17,26,27,17,17,26,27,17,0,25,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,17,17,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,25,28,28,25,28,28,25,26,27,17,26,27,26,27,0,25,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,17,0,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,0,26,27,0,26,27,26,27,26,27,26,27,0,25,26,27,17,28,17,26,27,17,26,27,26,27,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,0,17,17,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,28,26,27,17,0,26,27,26,27,28,26,17,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,0,25,25,25,25,28,28,26,27,17,24,0,26,27,0,26,27,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,26,26,26,27,17,26,27,17,26,27,17,26,26,26,26,26,27,17,25,26,26,26,26,27,26,27,26,27,17,26,27,17,0,26,27,26,27,0,25,25,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,28,28,26,27,17,25,26,27,0,26,27,26,27,26,27,26,27,17,26,26,26,26,17,26,26,27,26,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,17,26,27,25,25,25,28,28,26,27,17,25,26,27,17,0,26,27,26,27,26,27,26,17,26,27,26,27,25,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,0,25,26,27,26,27,26,27,26,27,17,25,26,27,26,27,26,27,0,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,0,25,26,27,0,26,27,26,27,26,27,25,28,28,17,26,27,17,26,27,17,26,27,17,0,25,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,0,26,27,25,26,27,26,27,17,25,26,27,17,26,27,26,27,25,26,27,24,25,25,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,17,17,25,26,27,26,27,26,27,26,27,26,27,26,27,0,25,28,28,25,26,27,17,26,27,17,26,27,26,27,26,27,25,28,28,25,26,27,17,0,25,26,27,26,27,26,27,17,26,27,25,25,25,26,27,17,26,27,26,27,25,26,27,0,26,26,27,17,26,27,17,17,26,27,17,17,26,27,17,26,27,25,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,17,25,26,27,17,0,26,0,25,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,17,26,27,17,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,25,26,27,17,26,27,17,26,27,25,26,27,17,25,26,27,0,26,27,0,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,17,26,27,17,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,25,28,28,26,27,17,0,26,27,17,26,27,17,26,27,26,27,17,26,27,25,25,25,28,28,26,27,17,26,27,0,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,17,26,27,25,25,25,26,27,17,23,0,26,27,0,26,27,0,25,17,17,26,27,26,27,17,26,27,26,27,26,27,25,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,25,26,27,24,26,27,26,27,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,17,25,28,28,26,27,17,25,26,27,25,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,0,25,26,27,17,26,27,0,26,27,26,27,25,25,25,26,27,24,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,17,26,27,0,26,27,26,27,25,25,25,28,28,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,0,25,26,27,25,26,27,26,27,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,0,25,26,27,17,26,27,25,25,26,27,17,25,25,25,26,27,24,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,0,26,27,0,26,27,25,25,26,27,17,26,27,26,27,17,26,25,25,26,27,17,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,26,27,26,27,26,27,26,26,27,17,26,27,26,27,25,28,28,25,26,27,17,26,26,27,26,27,0,25,26,27,26,27,25,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,25,26,27,0,26,27,26,27,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,26,27,0,25,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,25,28,28,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,25,25,28,28,26,27,17,0,17,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,0,25,26,27,25,26,27,26,27,26,27,26,27,26,27,17,17,26,27,25,26,27,17,26,27,26,27,25,26,27,26,27,26,27,25,28,28,26,27,17,26,27,17,17,17,17,17,17,17,26,27,26,0,26,27,0,26,27,0,26,27,17,17,26,0,25,26,27,17,17,26,27,17,26,27,0,26,27,0,26,27,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,0,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,26,0,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,0,25,28,28,26,27,17,25,26,27,26,27,26,27,26,27,17,25,25,25,26,27,24,26,27,25,26,27,25,26,27,26,0,17,17,26,27,26,27,26,27,26,27,26,26,27,17,26,27,17,26,27,0,26,27,26,27,28,17,17,26,27,17,0,25,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,25,26,27,17,26,27,26,27,25,28,28,25,25,25,26,27,17,26,27,25,26,27,17,25,25,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,0,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,0,26,27,0,26,0,26,27,26,26,27,0,26,27,25,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,25,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,25,28,25,26,27,17,26,27,0,17,26,27,26,27,26,27,0,25,26,27,26,27,26,27,25,25,25,26,27,17,26,27,17,26,27,26,27,17,0,26,27,26,27,26,27,0,26,27,26,27,17,17,26,27,17,0,25,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,25,17,25,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,26,27,26,27,17,26,27,0,25,25,28,28,25,25,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,0,26,27,0,26,27,17,26,27,0,26,27,26,27,26,27,26,27,25,28,28,17,17,26,27,17,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,0,25,28,28,25,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,25,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,0,25,17,17,26,27,24,26,27,26,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,17,26,27,28,26,27,17,26,27,17,25,26,17,26,27,26,27,26,25,28,28,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,17,26,27,26,25,25,25,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,25,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,17,25,25,25,25,25,26,27,17,0,26,27,17,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,26,26,27,0,26,27,0,26,26,27,26,27,26,27,26,27,26,27,17,17,26,27,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,25,25,25,28,28,26,27,17,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,0,25,28,28,26,27,17,26,27,26,27,26,25,26,27,25,26,27,0,26,27,0,25,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,25,28,28,25,26,27,17,26,27,26,27,25,25,25,26,27,17,26,27,25,25,26,27,26,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,26,27,17,26,27,26,27,0,26,27,17,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,0,26,27,25,26,26,27,26,27,26,0,26,27,26,27,0,26,27,17,26,27,17,26,27,17,26,27,25,28,28,26,27,17,26,27,0,25,26,27,0,26,27,0,25,26,27,26,27,26,27,0,26,27,17,0,26,27,26,17,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,25,26,27,17,25,25,25,25,26,27,17,26,27,26,27,26,27,26,26,27,26,27,0,26,27,25,26,27,17,0,26,27,17,0,17,26,27,26,27,17,26,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,0,26,26,27,0,26,27,26,27,26,27,25,26,27,17,26,27,17,0,26,27,17,26,26,26,27,25,26,27,17,0,26,27,17,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,25,25,25,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,25,25,25,25,25,26,27,24,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,26,26,27,25,25,25,25,26,27,17,24,26,27,17,26,27,17,26,27,26,27,26,27,25,25,26,27,17,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,17,17,17,26,17,26,26,26,27,26,0,26,26,27,26,26,25,28,28,26,27,17,26,27,26,26,26,26,27,17,26,26,27,25,26,27,0,26,26,27,26,25,26,27,17,17,26,27,17,26,26,26,17,17,26,17,17,26,26,26,27,17,26,26,26,26,26,25,25,26,26,26,26,0,26,26,26,17,26,27,17,26,27,17,26,26,17,26,26,26,27,17,17,26,26,26,27,17,26,17,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,25,28,28,26,27,17,25,28,28,26,27,17,26,17,26,27,17,26,17,25,26,27,26,26,0,26,26,27,17,26,26,26,0,17,17,17,26,17,26,26,27,17,26,26,25,25,25,28,28,26,27,17,26,27,17,26,27,17,26,27,17,26,17,0,17,26,26,26,26,27,0,26,26,26,17,26,26,26,26,26,26,26,0,25,26,27,26,26,27,17,17,26,27,26,27,26,27,0,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,17,26,27,25,26,24,26,26,27,26,27,26,26,26,26,26,27,17,26,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,17,26,26,27,26,27,26,27,26,27,0,26,26,27,0,26,27,17,17,26,27,17,25,25,25,26,27,24,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,17,17,17,26,27,17,26,27,17,26,26,27,0,26,27,0,26,27,26,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,17,17,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,26,27,25,26,27,17,26,27,17,25,26,26,27,0,17,26,27,26,27,17,26,27,0,26,27,17,26,27,17,25,26,27,17,26,25,26,27,26,27,26,26,27,0,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,0,26,27,0,26,27,0,25,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,25,17,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,25,26,27,17,17,17,17,28,28,25,17,17,17,17,17,17,17,25,25,25,17,26,27,26,27,17,25,25,26,27,26,17,0,26,27,26,27,17,17,26,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,26,17,25,26,27,17,17,26,27,26,26,0,26,27,25,25,26,27,17,26,0,26,27,25,26,27,17,25,26,27,26,27,26,27,0,26,27,0,26,27,25,26,27,17,26,27,26,0,26,27,17,25,26,27,17,26,27,26,26,27,25,25,25,26,27,17,25,26,27,17,25,26,27,26,27,26,27,26,27,0,26,27,25,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,17,26,25,26,26,17,25,26,26,26,25,25,25,17,17,26,27,17,17,17,17,26,27,26,25,25,26,27,17,25,26,27,26,27,25,25,26,27,17,25,26,17,26,26,0,26,27,26,27,17,26,0,26,0,26,26,26,17,26,26,17,26,17,17,26,27,26,26,26,27,17,26,17,26,26,26,0,26,26,26,26,0,26,17,26,26,26,27,17,26,17,17,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,0,28,26,17,26,17,26,27,17,17,17,25,25,25,25,25,25,25,25,25,26,17,0,25,26,17,26,26,27,17,0,26,26,17,25,26,26,26,26,26,26,26,25,25,25,26,17,26,27,26,26,26,17,26,26,25,25,25,26,17,26,27,26,27,26,26,17,17,26,26,26,26,17,17,26,26,17,0,26,27,26,26,17,0,26,17,26,25,26,17,26,26,26,17,26,26,26,17,26,26,26,26,26,26,25,26,24,26,17,26,26,26,26,26,26,26,28,26,27,17,0,26,26,17,26,26,27,26,26,26,26,26,25,26,17,26,26,26,26,26,26,26,0,26,26,26,0,26,26,27,26,26,26,26,26,26,0,26,26,26,26,26,27,26,26,26,27,26,26,26,28,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,0,26,26,0,26,26,17,0,26,26,26,26,26,26,0,26,26,26,0,26,26,0,26,26,26,0,17,26,17,26,26,26,26,0,26,26,0,26,26,26,27,17,26,26,25,25,25,28,28,26,27,17,25,26,24,26,0,26,27,0,26,26,26,26,27,26,26,26,26,25,26,26,0,17,17,26,25,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,0,26,26,26,26,28,26,17,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,0,26,26,26,26,27,26,25,25,25,25,25,25,25,17,17,17,17,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,5,5,23,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,26,27,17,25,26,27,28,26,17,26,26,26,26,26,0,26,26,27,26,26,0,26,26,27,26,26,26,26,26,26,26,26,26,26,26,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,0,26,26,26,0,26,26,26,0,26,26,26,27,26,26,26,25,26,26,27,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,27,26,26,26,0,26,26,0,26,26,0,26,26,26,26,27,0,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,26,26,26,26,27,26,26,26,26,0,26,26,26,26,25,26,26,26,26,25,26,0,26,26,26,26,25,25,26,27,17,26,26,26,0,26,26,26,0,26,26,0,26,26,27,26,26,0,26,0,26,26,26,26,26,26,26,27,17,26,0,26,0,26,26,26,26,26,17,0,26,26,26,26,27,26,26,26,27,17,26,26,26,26,23,26,0,26,26,26,26,26,26,26,26,26,27,17,26,26,26,27,26,26,26,26,27,26,26,26,26,26,25,25,25,25,25,25,25,26,26,26,27,26,26,26,26,26,27,26,26,0,26,26,26,0,26,26,26,26,26,26,26,27,26,26,26,27,17,26,26,26,26,27,26,26,26,26,0,26,0,26,26,27,0,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,25,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,26,28,26,27,17,26,26,26,27,0,26,26,26,26,27,17,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,17,26,26,26,0,26,26,0,26,0,26,26,0,26,0,26,27,26,0,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,25,25,25,26,26,25,26,26,26,26,26,26,26,26,26,0,26,26,17,26,27,17,26,0,26,26,27,26,0,26,0,26,26,0,26,26,26,0,26,26,26,26,17,26,26,26,26,26,26,27,26,26,0,26,26,26,26,17,17,26,26,26,26,26,25,17,17,17,17,17,17,17,17,17,17,25,26,27,17,0,26,26,26,26,27,26,26,26,26,0,26,27,26,26,26,27,17,0,26,25,25,26,27,17,26,17,0,26,26,26,26,26,26,27,25,25,26,27,17,25,26,26,26,26,28,26,17,26,26,17,26,26,26,0,26,26,26,0,26,17,26,27,26,27,0,26,26,26,26,0,26,0,26,26,28,26,17,26,26,26,26,26,26,27,17,0,25,25,28,28,25,28,26,27,17,25,26,27,17,25,26,17,0,25,25,25,26,27,17,25,26,17,26,26,26,28,26,17,26,26,27,26,26,26,26,26,27,17,26,26,26,0,26,26,26,26,26,27,17,26,27,17,26,0,28,26,17,26,26,26,26,17,25,25,26,26,0,26,26,26,25,26,25,25,26,0,26,0,26,26,26,26,26,0,26,0,26,26,26,28,26,17,25,25,26,28,26,17,26,26,26,26,27,17,26,26,26,26,27,0,26,26,26,27,17,25,26,26,26,28,26,27,17,26,26,26,26,26,27,17,26,28,26,17,26,26,27,17,26,26,27,26,17,26,26,27,17,17,17,26,26,0,26,26,17,0,26,26,26,26,17,28,26,17,0,26,27,17,26,26,27,26,26,26,26,26,0,26,27,17,26,26,26,26,25,28,26,17,26,26,26,26,26,26,26,26,27,17,26,27,17,26,26,26,26,0,26,27,26,26,26,0,26,27,17,26,0,26,26,27,17,0,26,27,0,26,0,26,26,0,26,26,26,26,26,25,26,27,25,26,0,26,26,26,27,17,0,26,26,26,26,26,26,26,26,26,26,27,17,17,26,0,26,26,26,28,26,27,17,0,26,26,26,25,25,26,27,17,0,25,26,17,25,26,17,25,26,17,25,26,17,26,26,26,26,23,26,26,26,26,25,25,26,26,17,25,26,28,26,17,0,26,26,26,26,26,26,27,17,26,26,26,0,26,27,26,0,26,26,26,26,28,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,0,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,17,26,27,26,27,28,26,27,17,0,26,27,26,26,27,26,26,28,26,17,26,26,26,26,26,26,26,26,27,17,26,26,26,0,26,25,26,27,26,26,27,0,26,26,0,26,27,0,26,26,27,26,26,17,26,26,26,26,26,26,26,26,26,0,26,0,26,27,26,26,26,26,27,0,26,27,17,26,26,25,25,25,28,28,26,27,17,26,26,0,26,26,26,26,26,26,26,26,0,26,26,26,25,25,28,28,25,25,26,27,17,25,26,27,17,25,26,17,25,26,27,17,0,25,26,17,26,26,26,27,17,26,26,0,26,27,26,26,26,26,26,26,26,26,26,26,27,17,26,17,26,25,25,25,26,25,26,0,26,0,26,26,26,25,26,27,26,0,26,26,27,26,26,17,26,26,26,26,27,26,0,26,26,0,28,26,27,17,26,0,26,26,26,0,26,26,26,26,26,0,26,27,17,26,0,17,26,17,0,26,26,0,26,26,26,26,17,26,27,17,26,26,26,26,26,26,26,26,27,26,26,27,26,26,26,27,17,26,26,26,27,26,26,27,26,27,17,17,26,26,26,26,26,26,27,26,26,26,25,26,26,27,26,26,27,17,26,26,26,26,26,0,25,25,28,28,26,27,17,25,26,26,26,27,26,26,26,27,26,26,26,26,26,0,17,26,26,25,25,26,0,26,0,26,27,17,26,26,25,25,28,28,25,25,26,27,17,25,26,17,25,26,17,26,0,25,25,26,27,17,26,26,0,26,26,26,26,26,26,26,26,26,27,17,0,26,0,26,26,26,17,17,26,26,26,0,26,26,26,26,26,26,26,26,27,26,27,26,0,26,0,26,26,26,26,25,26,26,26,26,26,27,0,26,26,0,26,26,25,26,26,26,26,25,26,27,17,26,27,26,26,0,26,26,26,27,26,26,26,27,0,26,27,26,26,27,26,0,26,27,17,26,26,0,25,25,26,0,26,26,27,17,0,26,26,26,26,26,0,26,26,0,26,26,26,26,27,26,26,26,26,26,17,26,26,26,26,25,26,27,17,0,26,27,26,26,26,26,26,26,26,26,26,26,17,0,25,25,26,27,17,26,27,17,25,25,26,27,26,25,26,26,0,26,26,27,26,26,26,26,27,0,26,27,17,26,26,27,26,26,27,26,26,26,17,26,26,26,27,17,26,27,0,26,26,26,26,26,26,26,27,17,26,0,26,26,27,0,26,27,26,26,0,26,25,25,26,26,26,0,26,26,26,26,27,26,25,25,28,28,25,25,26,27,17,25,26,17,25,26,27,17,26,26,26,26,26,26,26,26,27,17,26,26,26,27,26,26,26,0,26,27,26,26,27,26,26,26,27,26,28,25,26,27,17,26,26,26,26,27,26,27,17,26,0,26,26,27,17,26,26,26,26,25,25,28,28,25,25,26,27,17,25,26,27,17,0,25,26,17,25,26,17,0,25,25,25,26,27,17,26,26,26,26,28,26,17,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,25,25,26,27,17,26,26,26,26,26,26,26,26,26,25,25,26,27,26,26,25,26,27,26,26,26,26,26,27,0,26,26,27,26,26,27,0,26,25,17,17,26,27,26,25,26,27,17,26,0,26,26,25,26,27,26,26,26,26,26,26,27,17,0,25,17,17,26,27,26,26,26,27,0,26,26,26,0,26,26,17,26,26,26,26,26,26,27,26,26,0,26,27,17,26,28,26,27,17,26,26,25,26,26,27,0,26,26,26,28,26,17,0,26,26,26,26,26,26,0,26,26,25,25,26,25,26,27,0,25,25,26,17,26,26,26,26,26,17,17,26,27,26,27,17,26,26,26,26,26,27,26,26,17,26,25,25,25,25,28,25,26,27,17,25,25,25,26,25,17,17,26,27,17,26,26,0,26,26,26,27,26,26,26,27,17,26,26,26,26,26,0,26,26,27,17,25,26,27,17,26,25,25,26,26,26,26,26,27,26,26,26,26,25,26,27,26,26,26,26,26,26,27,26,26,26,26,0,26,26,26,27,26,26,25,17,26,27,0,26,27,26,25,26,27,26,27,17,26,26,25,26,27,26,26,25,25,26,26,27,17,0,26,26,26,27,26,0,26,26,26,25,26,27,26,26,26,26,26,25,26,0,26,27,17,26,27,26,27,0,26,25,25,25,28,28,26,27,17,26,0,26,0,26,26,27,25,25,28,28,25,25,26,27,17,25,26,17,25,26,27,17,25,26,17,25,26,17,26,26,25,26,27,26,0,26,26,26,26,26,26,27,26,26,26,26,26,27,17,26,25,26,27,26,28,26,17,26,28,26,27,17,26,27,0,26,26,27,17,26,26,26,28,26,17,26,0,25,26,27,26,26,26,27,0,26,26,26,26,26,25,26,27,26,26,27,17,26,26,25,25,26,26,26,27,25,26,27,17,25,26,27,26,26,26,25,25,26,27,26,27,26,0,26,0,26,27,26,25,26,26,26,0,26,26,25,26,27,0,26,26,0,26,0,26,27,26,26,26,27,26,27,26,25,26,27,26,26,27,26,26,26,28,26,27,17,26,26,0,26,26,26,26,25,26,27,26,26,26,27,17,26,27,26,26,26,26,26,27,17,25,26,27,0,26,26,26,25,26,26,27,26,26,26,0,26,27,17,26,27,17,26,0,26,25,26,27,0,26,25,25,25,28,28,26,27,17,0,26,27,26,27,26,17,26,27,26,25,25,25,25,26,25,26,27,17,26,26,26,26,27,26,17,17,26,26,26,26,26,27,26,27,26,27,26,26,26,27,26,26,26,26,26,0,26,0,26,26,26,0,26,26,26,26,27,17,26,26,26,27,17,26,0,26,26,26,26,26,26,26,25,26,26,26,26,0,25,25,28,28,25,26,27,17,25,26,17,25,26,17,25,26,17,0,25,26,27,17,26,26,0,26,25,25,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,25,26,0,26,26,26,26,26,25,25,26,26,26,26,26,27,26,26,26,26,27,26,26,26,0,26,26,27,17,25,26,28,26,27,17,26,26,0,26,26,27,26,26,25,25,26,27,26,26,26,26,26,28,26,27,17,26,26,26,27,26,26,26,26,0,26,26,26,0,26,26,26,26,0,25,26,26,26,27,17,26,26,26,27,17,26,26,26,25,26,17,26,26,26,26,17,26,26,27,26,27,17,25,26,26,26,26,26,25,25,25,28,28,26,27,17,0,26,26,27,26,26,26,26,27,26,25,25,26,26,26,26,26,26,0,26,26,27,17,0,26,27,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,27,0,26,26,26,26,26,26,26,27,17,26,0,26,27,26,26,26,26,27,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,0,25,26,26,26,26,0,26,26,27,17,26,26,26,26,0,26,25,26,27,26,26,0,26,25,26,27,17,26,26,0,25,25,28,28,25,25,26,27,17,25,26,17,25,26,17,25,26,17,25,25,25,25,28,28,26,27,17,0,26,27,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,26,26,27,26,0,26,27,17,26,25,26,26,26,26,25,26,0,26,26,27,26,26,26,26,27,26,26,26,26,25,25,26,26,26,26,26,26,26,27,0,26,27,17,26,26,26,26,26,26,26,27,26,25,26,26,26,0,26,0,25,26,25,26,26,26,0,26,26,26,27,26,26,26,27,17,26,0,26,26,26,0,26,26,26,0,26,26,26,26,27,26,27,0,26,27,17,26,26,26,0,26,27,17,26,0,25,25,26,26,26,26,0,26,26,25,26,27,17,25,26,26,26,26,0,26,26,0,26,26,26,26,26,26,26,26,25,25,26,0,26,26,26,26,26,27,26,0,26,26,26,0,26,26,27,0,26,25,26,24,26,0,26,26,0,26,26,26,26,26,26,26,26,0,26,26,26,26,27,26,26,0,26,26,27,17,26,26,26,26,26,26,26,26,27,17,26,26,27,17,26,26,0,26,26,26,26,27,25,25,28,28,25,25,26,27,17,28,25,25,17,17,17,17,17,17,17,25,26,27,17,25,26,17,25,25,25,25,26,17,25,25,25,25,28,28,26,27,17,26,26,26,17,26,27,25,26,26,26,26,26,0,26,0,26,26,26,26,26,26,26,27,26,25,25,26,26,26,26,26,26,26,26,26,0,17,17,17,17,17,17,17,26,0,26,26,26,26,27,26,27,17,0,26,26,26,27,26,26,26,26,27,17,25,26,26,26,26,27,17,26,26,26,0,26,17,26,26,27,17,26,0,26,26,26,0,26,26,25,26,26,27,26,27,17,26,26,26,26,17,17,17,17,17,17,17,26,0,26,27,26,26,0,25,25,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,27,0,26,26,26,26,26,26,26,27,17,0,26,26,26,27,17,26,26,27,17,26,26,25,25,28,28,25,25,26,27,17,25,26,17,25,26,17,25,26,27,17,25,26,17,26,26,0,26,26,26,27,17,26,27,17,26,27,26,26,26,26,26,0,26,26,0,26,26,26,26,26,26,27,26,26,25,25,26,25,26,25,26,26,27,26,26,26,26,26,27,17,26,26,26,25,26,26,26,26,26,27,0,26,26,26,26,27,26,0,26,27,17,26,27,26,27,26,26,26,27,17,0,26,26,26,26,26,26,0,26,25,26,17,26,26,0,26,26,27,17,26,26,26,26,26,26,26,27,26,26,26,26,26,27,17,26,26,26,27,17,26,26,26,26,26,26,27,17,26,0,26,26,0,26,26,27,26,25,26,26,27,17,26,26,0,26,26,26,27,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,25,25,26,26,0,26,27,26,26,26,27,17,26,25,25,28,28,25,25,26,27,17,25,26,17,25,26,17,25,26,27,17,25,26,17,26,26,26,27,17,0,26,27,17,26,17,26,26,26,26,26,0,26,26,26,26,26,27,26,26,27,17,26,0,26,27,17,26,26,26,26,26,0,26,26,26,0,26,26,27,17,26,26,27,26,27,26,26,27,17,0,26,25,26,26,0,26,27,26,26,26,26,26,27,26,26,27,26,26,0,26,26,27,17,25,26,26,26,26,26,0,26,27,26,26,26,26,26,27,26,26,26,27,17,0,26,0,26,0,26,26,25,25,26,26,26,26,26,26,26,26,27,17,26,26,26,0,26,26,26,27,26,17,26,27,26,27,17,0,26,26,27,17,26,26,26,0,26,0,26,27,26,27,17,26,26,27,17,26,27,17,26,26,26,26,26,27,0,26,0,25,26,17,25,25,26,26,26,26,25,25,25,26,27,17,26,26,27,17,26,26,26,26,26,0,26,27,26,26,26,17,26,26,26,26,27,17,26,26,26,26,26,27,26,26,27,26,26,26,26,27,26,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,26,0,26,26,27,26,26,0,26,26,26,26,26,26,0,25,25,28,28,25,26,27,17,25,26,17,25,26,17,25,26,27,17,25,26,17,26,26,26,26,26,0,26,0,26,25,26,0,26,26,27,26,26,26,27,26,26,26,26,26,27,25,25,26,26,27,17,26,27,17,0,26,0,26,26,26,27,26,26,17,26,26,27,17,26,27,17,26,0,26,26,26,27,17,0,26,26,27,26,27,26,0,26,25,28,26,17,0,26,26,26,0,26,0,26,0,26,25,26,26,26,26,27,17,26,26,26,27,0,26,26,26,26,26,26,26,17,26,26,0,26,26,26,26,26,17,26,26,26,26,26,26,25,26,27,17,26,27,17,26,26,26,26,27,17,26,27,26,0,26,26,26,0,26,26,26,26,26,26,0,26,26,26,26,0,26,27,17,26,26,26,0,26,26,26,0,26,27,26,26,26,26,27,26,26,26,26,26,26,27,26,27,17,26,26,27,26,27,26,27,17,26,26,26,26,26,26,27,17,26,26,26,26,26,0,26,27,17,26,26,26,26,0,26,0,26,26,17,17,26,28,17,17,28,26,27,17,26,25,26,26,27,26,26,26,26,25,25,25,25,26,27,17,25,26,17,25,25,28,25,25,25,26,27,17,24,25,26,17,25,26,27,17,26,26,26,26,27,26,26,26,26,0,26,27,26,26,26,0,26,26,26,26,27,26,0,25,25,26,0,26,26,28,26,17,0,26,0,26,26,26,26,26,26,27,26,27,17,0,26,27,17,26,26,27,26,27,17,26,25,25,25,28,28,26,27,17,0,26,27,26,17,26,26,17,26,26,26,26,26,0,26,26,26,26,27,26,26,27,26,26,0,26,27,17,26,26,25,26,26,26,25,26,26,27,26,26,0,26,0,26,26,26,26,0,26,0,26,26,0,26,0,26,26,27,26,26,27,17,26,26,26,26,0,26,0,26,27,26,0,26,26,26,26,26,26,0,26,17,26,27,26,26,0,26,26,26,0,26,27,26,0,26,26,26,26,0,26,27,17,26,26,27,17,26,0,26,28,26,17,26,26,25,25,26,28,26,17,26,26,26,27,17,26,26,27,26,26,27,26,26,26,26,27,17,25,26,25,25,26,25,26,0,26,26,27,17,26,25,26,26,26,26,26,0,26,26,27,17,26,26,26,26,26,26,27,26,0,26,26,27,26,26,26,26,27,26,17,26,26,0,26,26,26,0,28,26,17,26,26,27,26,27,17,26,0,26,26,26,26,26,26,26,26,27,17,26,27,17,26,26,0,26,26,26,27,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,27,17,25,25,25,28,28,26,27,17,26,26,26,27,25,26,26,26,26,0,26,26,27,26,26,27,17,26,26,27,17,26,26,28,25,25,28,28,25,25,26,27,17,25,26,17,25,26,27,17,25,26,17,25,26,17,26,26,0,26,0,26,26,26,26,27,17,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,27,26,26,27,17,0,26,26,0,26,26,27,26,26,26,26,27,0,26,26,26,27,26,26,25,26,27,17,26,26,27,26,26,26,26,25,25,26,26,28,26,17,26,25,26,26,26,26,27,17,26,26,26,27,26,0,26,0,26,26,26,26,27,26,26,26,26,26,25,26,26,26,27,26,26,0,26,26,0,26,26,26,27,17,26,26,26,26,25,26,26,26,0,26,25,26,27,26,26,26,26,26,26,27,26,26,26,26,26,26,27,17,25,25,26,27,26,26,26,26,26,26,26,27,26,26,26,26,26,27,17,26,27,26,26,0,26,25,26,0,26,27,26,26,26,26,26,28,26,17,26,26,27,17,26,26,27,26,26,27,25,25,26,28,26,17,26,26,0,26,0,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,0,26,26,17,26,26,26,27,26,26,26,26,27,17,26,26,26,26,27,17,26,27,26,17,26,27,26,26,27,26,26,26,0,26,26,26,27,26,26,26,26,26,27,26,26,26,26,25,26,26,26,26,26,26,0,26,0,26,26,27,26,26,26,26,0,26,26,26,26,26,26,26,17,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,27,17,25,26,0,26,26,26,26,26,27,17,26,27,26,26,0,26,26,26,26,26,0,26,26,27,26,27,17,26,26,28,26,17,26,0,26,26,26,26,26,26,26,26,26,26,26,26,25,25,17,26,27,17,26,25,26,27,17,26,26,26,26,26,17,26,26,26,17,17,26,27,0,26,27,26,26,0,17,26,26,27,17,26,26,26,0,26,27,17,26,27,26,26,26,26,26,26,26,25,25,26,26,26,26,27,26,26,0,26,26,26,26,26,26,26,17,17,26,17,26,26,0,26,26,26,26,27,17,26,26,26,0,26,27,26,26,26,28,26,27,17,26,17,26,26,0,26,27,17,26,0,26,27,17,26,26,26,26,26,27,25,26,0,26,26,26,0,26,27,26,0,26,27,17,26,27,17,26,26,26,26,28,26,17,28,26,27,17,26,26,27,26,17,17,26,25,25,26,27,26,0,26,26,17,26,17,0,26,0,25,26,26,26,26,17,17,26,27,26,26,26,26,0,26,25,26,27,26,0,26,26,26,26,17,17,26,27,26,27,26,26,27,17,26,17,25,26,27,26,27,17,26,26,17,17,26,26,26,27,26,26,0,26,26,25,26,27,26,26,26,0,26,27,17,26,26,27,0,26,26,26,25,26,27,17,25,25,25,25,28,28,26,27,17,26,27,26,26,26,27,26,27,26,0,26,26,26,25,26,27,26,26,26,26,26,27,26,26,26,27,17,0,26,26,25,26,27,26,26,26,26,0,17,17,26,27,26,26,26,26,25,26,27,26,26,27,17,26,26,28,26,27,17,26,26,26,26,26,25,26,27,17,26,26,26,26,27,26,17,0,25,26,26,27,26,25,26,27,0,26,26,26,28,26,27,17,26,17,26,26,26,26,27,17,0,25,26,27,26,26,26,25,26,27,26,27,0,26,26,27,26,26,26,25,26,27,17,26,0,26,26,17,28,26,17,26,27,26,26,17,26,26,26,0,25,26,27,26,26,26,26,27,0,26,27,26,27,17,26,26,27,17,0,26,25,25,25,28,28,26,27,17,25,26,27,26,26,0,26,27,26,26,26,27,0,26,27,17,0,26,26,27,26,26,26,25,26,27,26,26,26,26,27,0,26,26,26,26,26,25,26,27,26,26,26,26,27,26,26,27,26,26,26,0,25,26,27,26,26,26,26,26,26,25,26,27,26,26,26,26,25,26,27,26,26,26,26,0,25,25,26,27,17,26,26,26,26,25,26,27,26,0,26,26,26,0,26,26,26,27,26,25,26,26,27,26,0,25,26,27,26,26,27,17,26,27,26,26,26,27,0,26,26,26,26,25,26,27,0,26,26,26,26,26,27,17,26,26,27,0,26,26,25,25,26,0,26,25,26,27,26,0,25,26,17,24,26,26,27,17,26,26,26,27,0,26,0,26,26,25,26,27,26,26,26,26,25,26,27,26,27,17,26,26,0,26,17,26,27,26,26,25,26,27,26,25,25,26,26,26,26,26,27,17,26,26,26,26,25,26,27,26,26,26,27,26,27,26,26,27,26,0,26,26,26,25,26,27,26,26,27,0,26,27,26,26,26,26,27,17,17,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,27,17,26,26,27,17,26,25,25,25,28,28,26,27,17,26,27,0,26,26,26,27,0,26,26,27,26,0,26,0,25,26,26,27,26,26,0,26,28,26,27,17,26,26,26,26,26,26,27,17,26,26,26,26,26,26,27,26,26,26,26,27,17,26,27,17,26,26,26,0,26,26,26,26,26,26,0,26,26,26,26,0,26,25,26,26,26,26,26,26,26,26,26,28,26,17,26,26,26,26,26,26,26,0,26,26,26,26,0,26,26,26,26,0,26,26,26,26,27,25,26,26,17,26,26,26,26,0,26,27,26,26,26,26,26,27,26,26,27,26,26,0,26,26,26,0,26,26,27,26,27,17,26,0,26,26,26,26,0,26,26,26,26,26,26,25,26,25,26,24,26,26,26,26,26,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,0,26,26,0,26,27,17,26,26,0,26,0,26,26,17,26,0,26,17,26,27,26,26,27,17,25,26,27,26,0,26,26,26,26,26,26,26,26,26,26,27,26,0,26,26,26,26,0,26,0,26,26,26,26,26,27,26,26,26,26,26,26,26,27,26,26,26,0,26,26,26,26,27,17,26,26,0,26,26,28,26,27,17,26,26,27,17,26,26,26,26,26,26,26,17,26,26,0,25,25,26,26,26,26,26,26,25,25,28,28,25,25,26,27,17,25,26,27,17,25,26,17,25,26,17,0,25,26,17,26,27,17,26,26,27,25,25,26,27,17,26,25,26,26,0,26,26,26,26,17,26,0,26,26,26,26,26,26,26,26,0,26,26,26,25,25,26,27,26,27,26,26,26,0,26,26,27,17,0,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,17,26,26,26,26,0,26,28,25,26,17,26,26,26,26,26,26,26,26,27,26,26,26,0,26,26,26,26,0,26,0,26,26,25,25,25,26,27,17,26,26,25,26,27,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,0,26,26,0,26,26,26,26,27,0,26,27,17,26,26,26,26,26,25,25,25,26,27,17,26,26,26,26,27,17,26,26,26,27,26,25,25,26,27,17,26,26,26,26,26,26,0,26,0,26,26,26,0,26,26,26,26,26,26,26,27,17,26,26,26,26,26,17,26,26,26,26,17,26,26,26,27,17,25,26,26,27,17,26,0,28,26,17,26,27,26,26,26,26,26,27,26,0,26,26,0,26,26,25,26,27,17,26,0,26,26,26,26,0,26,26,26,17,17,26,26,26,0,26,0,26,26,26,26,26,26,27,17,0,26,26,26,26,26,0,26,26,26,26,26,26,0,26,27,17,26,25,25,26,26,17,17,17,17,17,17,17,26,26,26,27,0,26,25,25,26,26,26,26,26,26,26,17,26,28,26,17,26,27,26,26,26,25,26,26,26,27,26,26,26,26,0,26,17,17,17,17,17,17,17,26,26,0,26,27,26,0,26,0,26,26,26,27,26,26,26,26,26,26,26,26,26,0,26,26,27,26,26,0,26,26,26,26,26,27,17,26,27,17,26,26,26,26,26,17,17,17,17,17,17,17,26,26,26,26,27,26,26,26,26,17,26,27,17,0,26,26,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,0,26,26,0,26,26,26,26,0,26,17,26,28,26,17,26,26,27,26,26,26,26,25,26,26,26,26,26,26,0,26,26,26,26,26,26,27,17,26,26,0,26,26,26,26,26,27,17,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,17,28,26,27,17,26,17,26,26,26,26,26,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,0,26,27,17,26,26,26,0,26,0,26,26,0,26,26,17,17,17,17,17,17,17,25,26,28,28,26,17,26,26,26,26,27,17,26,27,17,26,17,17,17,17,17,17,17,26,26,26,26,26,26,26,0,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,26,26,27,17,26,26,26,26,26,0,28,26,17,26,26,26,26,0,26,17,26,27,26,26,26,26,26,27,17,26,26,26,26,0,26,17,25,28,28,26,27,17,26,26,26,26,26,26,26,25,26,27,17,26,0,26,26,26,26,17,26,26,0,26,26,26,26,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,25,26,26,27,26,26,0,26,26,26,17,26,0,26,28,26,27,17,0,26,0,26,26,28,26,17,26,27,0,26,26,26,27,26,26,26,0,26,26,26,26,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,26,26,26,25,26,26,26,26,0,26,0,28,26,17,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,25,26,24,26,26,26,26,26,26,27,17,26,26,26,28,26,17,0,25,26,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,26,26,26,26,17,26,0,26,26,26,26,0,26,26,26,26,28,26,17,26,0,26,26,26,26,26,17,26,26,26,17,26,27,26,26,26,25,26,26,26,26,26,26,26,26,26,26,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,0,26,26,26,26,27,17,26,28,26,17,26,26,26,0,26,0,26,17,17,17,17,17,17,17,26,26,26,26,26,26,26,17,26,26,25,26,26,27,17,26,26,26,27,17,26,26,26,26,26,27,26,26,0,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,17,26,26,0,26,27,17,26,26,26,26,26,26,0,26,26,28,26,17,26,26,17,26,28,26,27,17,26,26,27,26,26,26,26,27,17,26,26,26,17,26,25,25,25,26,27,17,26,26,26,27,26,26,27,17,26,26,26,0,26,0,26,26,26,26,27,17,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,26,26,26,26,26,0,28,26,27,17,26,26,26,26,25,26,17,26,26,26,26,0,26,26,26,26,27,26,26,28,26,17,26,0,26,26,0,26,27,26,26,26,26,0,26,26,26,27,17,26,0,26,27,17,26,0,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,17,26,27,17,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,26,26,26,26,27,26,26,17,17,17,17,17,17,17,26,28,26,17,0,26,17,26,26,28,26,17,26,26,26,26,26,26,26,26,25,26,0,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,26,0,26,0,26,26,26,0,26,26,26,27,17,26,26,26,26,0,26,17,26,26,26,26,27,17,0,26,27,26,26,26,0,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,17,17,17,17,17,17,17,26,26,26,26,25,25,26,27,17,26,26,17,26,26,26,26,26,27,26,0,28,26,27,17,26,26,28,26,27,17,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,26,27,26,26,26,26,26,26,26,27,17,26,25,26,26,26,26,26,26,28,26,17,26,26,26,26,26,26,17,26,26,26,26,26,28,26,27,17,26,17,26,27,26,26,26,26,26,26,26,26,0,26,26,26,26,27,17,26,26,26,0,26,28,26,17,26,26,27,26,26,26,17,17,17,17,17,17,17,26,0,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,0,26,26,26,0,28,26,17,26,27,26,26,26,27,17,26,28,26,17,26,26,26,0,26,26,27,26,26,0,26,0,26,26,0,26,25,26,17,26,26,26,27,26,26,26,27,26,17,17,17,17,17,17,17,17,26,27,26,0,26,26,26,27,17,26,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,17,26,26,28,26,17,26,26,26,26,27,26,26,26,0,25,26,24,25,26,27,17,26,26,27,17,26,26,27,17,25,26,26,26,26,26,26,26,26,26,26,26,26,17,26,26,26,26,26,26,27,26,26,26,26,26,26,27,17,26,26,25,26,26,28,26,27,17,26,26,26,26,26,26,26,26,26,17,26,26,17,26,0,26,26,26,0,26,26,26,26,26,26,26,26,27,17,26,26,26,25,25,25,26,27,17,0,26,26,26,0,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,27,17,0,26,26,26,26,26,27,26,28,26,17,26,26,25,26,26,26,26,26,17,26,26,26,26,0,26,26,26,26,26,27,17,26,26,27,26,26,26,27,17,26,26,26,27,26,26,26,26,26,26,28,26,17,26,26,27,23,26,0,25,26,17,26,26,26,26,26,0,26,26,26,26,27,26,26,26,27,17,0,26,25,17,17,17,17,17,17,17,17,17,17,17,25,28,26,27,17,26,26,0,26,26,27,17,26,26,26,26,26,0,26,28,26,27,17,26,17,26,26,26,26,26,28,26,17,26,25,26,26,27,26,27,17,26,26,27,0,26,26,27,26,26,0,26,26,27,17,26,0,26,0,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,28,28,26,27,17,26,26,26,0,26,26,26,0,26,0,26,26,26,28,26,17,26,26,26,26,27,17,0,26,26,26,27,17,25,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,26,26,26,26,26,26,0,25,25,26,27,17,26,26,27,26,17,26,28,26,27,17,25,26,27,17,26,26,27,17,28,26,27,17,26,26,26,27,17,26,26,26,26,26,26,26,0,26,0,26,26,25,26,26,26,26,17,26,26,26,28,26,27,17,26,26,26,26,26,26,26,26,25,25,25,26,27,17,26,26,26,26,27,17,0,26,26,27,26,28,26,27,17,26,26,25,17,17,17,17,17,17,17,17,17,17,17,25,25,25,26,27,17,26,25,25,26,26,0,26,26,26,26,17,26,0,26,26,26,26,26,26,26,0,26,27,26,26,26,26,0,25,25,25,25,25,26,27,17,26,26,0,26,26,26,26,26,26,27,26,26,26,0,26,26,17,0,26,26,26,26,25,26,26,26,25,25,26,27,17,26,0,26,26,17,17,17,17,17,17,17,26,17,26,26,27,17,26,26,26,27,17,26,28,26,17,26,26,26,26,26,26,26,0,26,26,17,26,17,28,26,27,17,26,26,26,26,26,26,26,26,0,26,26,26,26,17,17,17,17,17,17,17,26,27,26,0,26,26,27,26,28,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,17,26,26,26,26,26,26,27,17,26,27,26,26,26,26,25,26,27,26,0,26,27,26,26,27,17,26,17,26,26,26,27,17,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,28,26,27,17,26,26,26,26,26,28,26,27,17,26,26,27,26,26,26,27,26,26,26,26,0,26,26,26,26,26,26,26,26,0,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,25,26,26,27,17,26,26,27,17,0,26,26,26,26,26,26,0,26,0,26,26,26,26,26,27,26,26,27,17,26,26,26,0,26,26,26,26,0,26,26,26,26,26,26,26,27,0,17,17,17,17,17,17,17,26,0,26,0,26,27,26,26,27,26,26,0,26,0,26,0,26,26,0,26,26,26,26,26,26,26,26,26,0,26,26,27,26,26,26,26,28,26,27,17,26,26,0,26,26,26,26,0,26,25,17,17,17,17,17,17,26,17,26,26,0,26,26,26,27,17,26,26,26,26,26,26,26,26,17,17,17,17,17,17,17,26,26,26,27,26,17,17,17,17,17,17,17,17,17,17,17,17,26,26,26,26,26,0,26,26,26,26,27,26,26,0,28,26,27,17,0,26,26,26,27,26,26,26,26,26,26,26,27,26,26,26,17,26,27,26,26,0,26,26,26,26,26,26,26,26,26,27,26,26,0,26,27,0,25,17,25,26,27,17,26,27,17,0,26,26,27,17,26,26,0,26,26,26,26,26,26,26,26,26,26,27,0,26,26,26,26,28,26,27,17,26,0,26,26,26,26,26,0,26,26,26,0,26,17,26,27,26,26,25,26,26,26,26,17,25,26,26,26,27,28,28,28,28,28,28,28,28,28,26,17,0,26,26,26,26,26,26,17,28,26,17,26,27,26,26,0,26,26,26,0,26,17,26,17,26,0,26,0,26,26,26,27,17,26,27,17,26,26,27,26,26,26,26,26,26,25,17,25,26,17,0,26,28,26,27,17,26,17,26,26,17,26,26,0,26,26,26,26,26,0,26,26,26,26,27,0,26,0,26,26,27,26,27,17,26,26,26,26,26,26,27,26,26,26,26,26,26,27,26,26,26,26,25,26,0,26,26,27,26,0,26,27,17,26,0,26,27,17,0,26,26,26,17,26,0,26,26,27,17,26,26,26,26,26,26,27,0,26,26,26,26,26,27,17,0,26,26,26,26,26,26,26,26,26,26,17,0,26,27,17,26,28,26,17,26,26,17,26,0,26,26,17,26,26,0,26,26,26,27,17,0,26,26,28,26,27,17,26,26,26,26,26,27,26,26,26,26,26,26,26,26,27,26,27,17,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,27,17,26,27,26,17,26,26,26,26,27,17,26,26,27,25,26,26,27,17,26,26,26,27,17,26,17,26,26,0,26,0,26,26,27,26,26,0,26,26,26,26,17,26,26,26,26,27,17,26,26,0,26,17,0,26,17,26,17,0,26,26,26,27,26,26,26,26,27,17,0,26,0,26,26,26,26,27,17,26,26,26,26,17,26,26,26,25,26,27,17,26,27,17,0,28,26,27,17,26,26,26,26,26,26,27,26,26,26,27,26,17,26,26,26,26,26,27,17,0,26,26,26,27,26,25,26,0,26,26,26,26,26,26,17,26,26,0,26,26,26,27,17,25,26,26,26,27,17,26,26,17,26,25,26,27,26,26,26,26,26,0,26,26,26,27,17,26,26,26,26,26,27,17,26,27,0,26,26,17,26,26,26,0,26,26,26,26,27,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,0,26,26,26,0,26,17,26,27,17,26,27,17,26,26,26,26,17,26,26,26,26,26,26,17,26,26,26,27,17,26,26,27,17,26,26,26,26,26,26,25,26,27,26,26,26,17,26,25,26,27,17,26,27,17,26,26,26,26,26,26,26,25,26,25,26,25,25,25,26,27,17,25,26,17,25,26,27,25,25,26,17,26,26,26,26,27,17,0,26,26,27,17,26,27,26,26,26,26,26,27,17,0,26,26,27,17,26,25,25,25,28,28,26,27,17,0,26,27,17,26,26,27,0,26,27,17,26,26,26,26,26,0,26,26,26,26,26,26,0,26,26,26,26,26,26,17,0,26,17,28,26,27,17,26,26,26,26,26,17,26,26,26,26,0,26,0,26,26,27,17,26,26,26,17,26,27,17,25,25,25,26,27,17,26,26,25,26,26,26,27,17,0,26,26,26,26,26,26,0,26,0,26,26,27,26,26,0,26,26,28,26,27,17,26,26,26,26,25,25,25,28,28,26,27,17,26,27,26,0,26,17,26,26,27,17,26,17,26,25,25,26,27,24,26,26,26,26,26,27,17,26,27,17,26,17,0,26,26,26,26,26,27,26,26,26,27,17,26,26,26,26,26,26,17,26,26,26,25,26,26,25,26,0,25,25,26,25,25,26,27,17,25,26,17,0,26,27,17,26,27,17,26,28,26,17,26,27,17,26,17,0,26,26,26,17,25,26,27,17,25,26,0,26,26,27,17,25,28,28,26,27,17,26,26,17,26,17,26,26,0,26,26,27,26,26,25,26,0,26,26,26,26,26,0,26,26,17,26,26,26,0,26,26,26,27,0,25,26,17,24,26,26,26,26,26,26,27,17,26,27,26,26,27,17,0,26,27,17,26,26,26,26,26,27,17,0,26,25,26,27,17,23,25,26,27,17,26,17,26,26,26,26,26,26,26,26,0,26,26,17,26,26,26,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,25,25,26,27,17,26,27,17,25,25,26,27,17,26,27,25,25,26,27,17,26,27,17,26,27,17,0,26,27,26,26,27,17,25,28,28,17,26,27,17,26,27,26,27,25,26,27,17,23,26,26,27,26,27,17,26,27,26,27,26,26,27,0,26,27,17,26,27,26,27,0,26,27,17,17,26,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,26,0,26,26,26,27,17,26,26,26,27,17,25,26,27,17,23,26,27,17,26,17,26,26,26,17,26,27,26,26,26,26,27,0,26,17,26,26,17,26,26,26,26,26,26,26,0,26,17,26,27,17,26,27,25,28,28,26,17,26,27,17,0,26,27,25,26,27,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,0,25,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,0,26,27,25,26,27,26,27,17,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,26,27,26,27,17,26,27,0,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,28,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,26,26,27,26,27,17,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,25,26,27,0,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,26,27,0,26,27,26,27,0,26,17,0,26,27,17,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,25,26,27,17,23,26,27,17,26,27,26,26,27,17,26,27,26,27,26,27,25,26,27,26,27,0,26,27,17,0,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,17,26,27,26,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,26,0,26,27,26,27,26,27,26,27,17,26,27,17,0,25,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,26,27,0,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,25,28,28,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,26,27,0,26,27,26,27,26,27,26,26,27,26,27,25,26,27,17,23,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,0,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,17,25,28,28,26,27,17,26,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,25,25,25,25,25,25,26,27,17,26,27,17,26,27,26,27,25,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,17,0,26,27,17,26,27,17,26,27,0,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,26,26,17,26,27,17,26,26,26,0,26,0,26,26,26,26,26,26,17,26,26,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,28,28,26,27,17,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,0,26,27,17,26,26,27,25,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,0,25,26,27,23,0,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,28,25,25,26,27,17,26,27,26,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,25,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,17,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,26,27,17,0,25,17,26,27,0,26,27,17,26,27,25,25,26,27,17,26,27,26,27,17,26,27,17,26,27,17,28,26,27,17,0,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,17,24,26,27,26,27,26,27,26,27,17,25,26,27,23,26,27,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,25,25,25,26,27,17,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,17,26,27,0,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,17,26,26,27,26,27,26,27,26,27,26,27,17,0,26,26,26,0,26,27,17,0,26,27,17,0,26,17,26,26,26,26,27,17,25,26,26,27,17,26,0,26,0,26,27,26,17,26,26,27,26,28,26,27,17,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,27,17,0,26,26,26,26,26,26,26,26,26,0,26,0,26,26,26,27,17,0,26,26,26,26,26,17,26,26,26,26,27,17,26,26,0,26,26,27,26,27,17,26,0,26,26,27,26,26,0,26,27,0,26,26,26,0,26,0,26,0,26,0,26,26,26,26,27,26,26,27,26,27,17,26,25,26,17,26,26,25,26,17,26,27,26,26,26,26,26,26,26,0,26,26,26,27,26,26,17,26,26,26,27,0,26,0,26,26,17,25,25,26,26,26,0,26,27,17,26,26,26,26,27,17,26,26,27,17,0,26,27,26,27,26,26,26,27,17,26,26,0,26,26,17,26,26,27,26,26,26,26,26,26,0,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,0,26,26,27,17,26,27,17,0,25,25,26,26,26,26,27,17,0,26,26,26,0,26,26,26,26,26,26,26,26,26,27,17,26,28,26,27,17,26,26,17,26,0,26,26,0,26,26,26,26,25,26,26,27,0,26,27,17,26,26,26,25,26,27,26,26,26,17,26,26,27,17,26,26,26,17,26,27,17,26,17,26,27,17,26,17,26,26,26,26,27,26,26,26,27,26,26,26,26,26,26,26,27,26,26,17,26,27,17,26,26,26,26,26,26,27,26,25,26,27,26,27,26,26,26,26,26,27,17,26,26,27,17,26,26,26,27,17,0,26,27,17,26,26,26,0,25,26,27,26,26,0,26,17,26,26,0,26,27,26,26,26,26,26,26,27,26,26,26,17,26,26,27,26,27,0,26,17,26,26,27,17,26,17,26,25,25,28,28,26,27,17,17,26,26,26,17,26,26,26,26,26,26,26,26,25,25,28,28,25,28,28,26,27,17,26,27,17,26,27,26,27,17,26,26,26,26,26,26,27,26,26,17,26,26,0,26,26,26,26,26,27,26,26,26,25,26,27,26,26,26,0,26,26,25,26,27,26,26,26,27,0,26,26,26,27,0,26,0,26,26,27,17,26,26,0,26,27,17,26,27,0,26,26,27,17,26,17,26,26,27,17,26,27,17,26,27,26,26,27,26,26,26,17,26,26,26,26,26,26,17,26,27,26,17,26,0,26,26,26,26,27,17,26,26,27,26,26,26,26,26,26,17,26,0,26,26,26,26,27,17,26,27,17,26,0,26,26,0,25,26,27,26,27,17,26,26,17,26,26,26,26,26,17,26,26,26,17,28,26,27,17,26,26,27,26,17,28,26,27,17,26,0,25,28,28,25,26,27,17,26,26,26,27,17,26,26,27,17,26,26,26,26,27,26,26,25,26,27,24,26,26,26,26,0,26,27,17,26,27,17,26,17,26,26,26,26,0,26,27,26,0,26,26,26,26,26,26,27,17,26,0,26,27,26,17,26,26,26,26,27,26,27,17,26,26,26,0,26,0,26,26,25,17,26,26,26,0,26,26,26,26,26,0,26,25,25,25,26,24,26,25,26,27,17,26,27,17,26,26,26,26,27,0,26,0,26,26,26,0,26,27,26,26,26,17,0,26,26,0,26,26,26,0,26,26,26,26,27,26,0,26,26,26,26,25,25,25,28,28,25,25,26,27,17,26,27,26,25,26,27,17,26,0,26,26,26,27,25,26,17,26,26,26,26,26,27,26,27,26,26,26,27,17,0,26,26,28,26,27,17,26,26,0,26,0,26,26,26,26,25,26,17,0,26,27,26,26,26,26,25,26,27,26,26,26,27,17,26,25,25,25,28,28,26,27,17,26,26,27,26,27,0,26,26,0,26,26,17,26,0,26,26,26,26,26,26,0,26,26,27,0,26,26,27,17,26,26,27,0,26,27,26,26,26,26,26,26,27,26,17,0,25,26,27,26,0,26,26,26,27,26,26,27,17,26,26,27,26,26,17,26,17,26,26,0,26,26,27,26,25,26,27,17,26,27,26,27,26,0,26,27,26,26,26,27,28,25,28,28,26,27,17,0,26,26,28,26,27,17,25,26,27,26,27,17,28,26,27,17,26,25,26,27,17,25,26,27,0,26,0,26,26,27,26,27,26,25,26,27,26,27,26,27,26,27,28,26,27,17,0,26,27,26,27,17,26,27,26,27,17,26,27,25,25,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,17,25,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,17,0,25,25,26,27,17,26,27,0,25,26,27,26,27,26,27,26,27,25,26,27,26,27,0,26,27,26,27,26,27,17,26,27,28,28,28,26,27,17,25,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,26,26,27,26,27,26,27,17,28,26,27,17,26,27,26,27,26,27,17,0,25,28,28,26,27,17,17,26,27,17,26,27,0,25,26,27,24,26,27,26,27,17,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,28,26,27,17,26,27,26,27,26,27,26,27,17,17,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,26,27,26,27,26,27,17,26,26,0,26,26,27,26,0,26,26,25,25,26,26,26,17,26,26,26,27,17,0,26,27,17,26,26,17,26,26,26,26,26,27,17,26,26,27,17,26,26,0,26,28,26,27,17,0,26,26,26,26,26,26,27,0,26,26,27,26,26,27,26,27,25,28,28,26,27,17,0,26,17,26,27,17,26,27,26,26,26,26,26,26,27,26,27,26,26,26,26,27,17,0,26,26,26,26,26,26,27,26,17,26,26,26,27,26,28,26,27,17,26,26,25,26,26,17,26,17,28,26,27,17,26,26,26,0,26,26,17,26,27,25,26,0,26,27,17,26,26,26,26,26,26,27,26,26,27,26,26,27,0,26,26,27,26,26,26,27,17,26,26,26,27,26,26,26,26,26,26,25,28,28,26,27,17,26,0,26,26,26,26,26,26,27,26,0,26,27,17,26,26,26,26,27,26,26,0,26,25,26,26,26,27,17,26,0,26,26,26,26,27,17,26,17,26,27,17,26,26,27,25,25,25,26,27,17,26,26,27,17,26,0,25,26,26,26,26,0,26,26,26,26,25,28,28,26,27,17,26,26,25,25,26,27,17,26,26,28,26,26,26,26,26,26,27,26,26,26,26,26,26,27,26,26,26,17,26,17,26,26,17,26,26,27,26,25,26,27,17,26,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,26,25,28,28,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,25,25,26,27,17,26,27,0,26,27,0,25,26,27,17,26,27,17,26,27,26,27,26,27,17,28,26,27,17,26,27,0,26,27,17,26,27,25,28,28,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,17,26,27,17,26,27,26,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,0,26,0,26,27,28,26,27,17,0,25,26,27,24,0,26,27,0,26,27,26,27,17,26,27,26,27,26,26,27,0,25,26,27,17,17,26,17,26,0,26,27,17,26,26,26,26,26,26,27,0,26,26,27,17,26,26,26,26,26,26,26,0,26,0,26,0,26,26,26,26,26,26,25,25,26,26,26,25,26,0,26,27,26,26,26,26,26,17,26,26,27,17,26,27,26,26,25,26,27,17,26,26,27,17,26,26,26,25,26,27,17,26,26,17,26,26,26,27,26,26,17,26,26,26,26,26,27,17,26,27,26,0,26,27,17,26,26,0,26,0,26,17,0,26,26,26,27,26,26,0,26,26,0,26,27,17,26,0,26,26,17,17,26,17,26,27,25,26,26,26,25,26,27,17,26,27,26,26,27,17,26,26,25,26,27,17,26,26,27,26,26,26,26,26,26,25,25,26,17,26,26,26,26,27,17,26,26,26,27,26,17,0,26,17,26,27,26,26,26,26,27,26,26,27,0,26,26,27,17,25,17,25,26,17,26,27,17,26,26,26,26,27,17,17,17,26,17,26,26,26,17,26,26,25,28,28,26,27,17,0,26,27,25,28,25,17,26,27,17,26,27,26,17,25,26,27,17,0,26,28,26,27,17,26,26,26,26,26,27,17,26,26,0,26,25,26,26,27,17,17,26,17,26,27,25,26,26,17,26,25,26,26,26,17,26,26,28,28,28,26,17,26,26,27,17,26,26,17,26,26,27,17,0,26,17,0,26,26,27,25,25,26,0,26,26,17,26,17,26,26,27,26,26,17,26,0,26,26,26,27,17,26,26,27,26,26,17,25,26,17,26,26,26,26,27,17,28,26,27,17,26,26,17,26,26,26,17,26,27,17,26,26,27,17,26,26,26,26,26,26,17,26,27,17,26,27,17,26,26,27,17,26,25,17,26,17,26,27,17,26,26,26,27,26,27,0,26,27,17,26,25,26,0,26,0,26,17,26,27,17,26,17,26,26,27,17,28,26,17,0,26,26,26,26,26,27,26,26,26,17,26,26,26,0,28,26,27,17,25,26,26,26,26,26,0,26,26,17,26,17,26,17,26,27,17,26,27,17,26,17,26,17,26,17,26,17,26,0,26,26,26,26,27,17,26,26,0,26,27,26,26,27,26,17,28,26,27,17,26,0,17,26,26,26,26,26,0,25,26,17,0,25,26,27,17,26,26,26,26,26,26,26,26,26,0,26,0,26,0,26,26,25,26,27,17,0,25,28,28,17,26,27,17,26,25,26,25,26,27,25,26,27,17,26,26,26,0,26,17,0,26,27,26,26,0,26,26,26,26,26,17,26,26,26,27,17,26,26,27,17,26,26,26,27,26,27,17,26,27,17,26,27,26,26,27,26,26,26,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,27,17,26,26,0,26,27,17,26,26,26,27,26,26,26,27,0,25,17,25,26,17,25,26,17,0,26,27,17,26,26,27,17,28,26,27,17,26,27,26,27,26,26,27,0,26,27,0,28,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,25,26,27,26,27,17,25,26,27,26,27,26,27,26,27,0,28,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,0,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,0,26,27,17,26,27,25,26,27,17,26,27,26,26,27,17,26,17,26,26,27,17,26,26,27,26,26,27,17,26,26,17,26,26,0,26,26,26,27,26,26,0,26,26,27,17,26,27,26,27,26,17,26,26,26,27,17,26,26,26,17,26,27,17,25,26,17,26,27,17,26,27,26,25,25,26,27,17,17,26,27,17,25,26,27,17,25,26,17,26,17,26,26,0,26,27,26,0,26,26,26,26,26,27,17,26,26,27,17,26,26,26,26,26,27,17,26,27,26,26,26,26,26,0,26,26,17,25,26,27,24,0,26,26,26,27,0,26,26,26,27,17,26,27,17,26,25,25,26,24,26,0,26,27,17,26,0,26,26,25,26,26,26,26,26,17,26,26,26,0,25,25,26,17,26,26,0,26,27,17,26,27,17,26,27,17,26,26,27,17,26,0,26,0,26,26,26,17,26,26,0,26,0,26,26,27,17,26,26,26,26,0,26,26,25,26,26,26,26,27,0,26,0,26,26,17,26,27,26,27,17,26,26,0,26,27,26,17,26,26,26,26,27,17,26,26,26,26,27,26,27,17,25,28,28,26,27,17,26,26,26,26,17,26,26,26,26,0,26,25,26,27,25,26,26,27,26,26,26,26,26,26,25,28,28,26,27,17,0,26,26,27,17,0,26,27,17,26,17,26,17,0,26,17,26,17,26,27,17,26,17,26,26,26,26,26,26,26,27,17,26,26,26,0,26,26,26,27,17,25,28,28,26,27,17,26,27,26,27,26,26,27,26,26,17,26,25,25,26,27,17,0,26,26,26,0,26,26,26,17,26,17,26,17,26,17,26,27,17,26,17,26,17,26,26,26,26,26,26,17,26,27,26,26,26,27,17,26,26,26,27,17,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,27,17,26,27,17,26,17,25,17,25,26,17,26,26,17,0,26,27,17,0,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,0,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,26,27,28,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,17,26,27,26,26,27,0,26,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,26,27,0,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,26,27,26,27,17,0,26,26,26,26,26,0,26,26,26,26,26,26,26,26,0,26,0,26,26,0,26,27,26,26,26,27,17,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,17,26,26,17,26,26,27,17,26,17,26,26,26,26,25,26,17,17,26,25,17,26,26,28,26,27,17,26,27,26,26,27,26,17,0,28,28,28,26,27,17,26,17,26,26,27,26,26,26,17,26,26,26,26,27,17,26,26,26,26,17,17,26,17,26,26,26,26,26,26,26,27,17,26,27,17,26,26,27,17,26,26,25,28,28,26,27,17,26,27,26,17,26,26,26,26,17,26,26,27,26,26,0,26,27,26,25,26,27,17,26,27,17,0,26,27,17,26,0,26,26,0,26,0,26,26,26,26,27,26,26,26,26,0,26,27,26,27,17,26,17,26,25,25,25,26,27,17,25,25,26,0,26,17,26,26,27,26,27,26,17,26,27,17,26,0,26,26,26,26,0,26,27,26,17,26,26,27,26,27,26,27,17,26,26,26,25,25,28,28,25,25,25,25,17,26,27,17,26,27,0,26,27,17,26,26,17,26,27,17,0,26,26,26,0,26,27,17,0,26,27,26,26,17,0,26,25,26,17,26,26,17,26,26,0,26,26,17,26,27,26,0,26,27,26,27,17,26,26,0,26,26,27,17,26,0,17,26,27,26,27,0,26,17,26,26,0,26,0,26,27,26,26,26,0,26,17,26,26,27,17,26,26,17,26,26,26,27,17,26,17,26,27,26,27,17,25,26,17,26,27,17,26,26,25,28,28,26,27,17,28,25,26,17,26,26,17,17,17,17,17,17,17,26,25,26,27,17,26,25,28,28,26,27,17,25,26,25,26,17,28,26,27,17,26,25,26,26,17,26,25,26,26,27,26,26,25,26,26,26,27,17,25,25,26,17,26,17,26,17,26,17,25,26,27,17,0,26,27,17,26,25,26,27,17,26,27,26,27,17,25,17,26,27,17,0,25,26,26,0,26,0,25,26,0,26,25,26,27,17,28,26,17,25,26,26,17,0,26,25,26,26,0,28,26,27,17,0,26,27,25,26,26,27,17,26,25,26,27,0,26,26,26,25,26,0,26,27,17,26,25,26,17,26,26,26,25,26,26,26,25,26,26,26,26,25,26,26,27,26,0,25,26,25,26,27,17,26,27,17,0,26,25,26,26,26,25,26,26,27,26,26,25,26,26,27,26,25,26,26,27,25,26,27,17,26,27,25,26,17,26,27,17,26,25,25,26,24,25,25,25,28,28,26,27,17,0,26,27,26,25,26,26,26,0,25,25,25,26,27,17,26,26,17,26,25,26,0,26,26,27,17,25,25,26,27,17,26,26,26,25,26,26,28,26,27,17,25,26,17,0,26,26,27,17,26,25,26,17,0,26,26,25,26,25,28,28,26,27,17,26,17,26,27,17,25,26,26,17,26,25,26,26,26,27,17,26,25,26,0,26,27,17,26,0,25,26,27,17,26,26,26,27,25,26,26,25,17,17,17,17,17,17,17,25,26,27,17,25,26,26,26,26,25,26,27,26,26,25,28,28,26,27,17,26,25,26,26,27,25,26,26,26,26,0,26,26,26,27,25,26,27,25,28,28,25,25,26,27,17,26,26,25,26,17,26,26,25,26,26,0,25,28,28,26,27,17,25,28,28,25,26,27,17,26,25,25,26,17,26,27,17,25,25,25,26,27,17,26,27,17,26,27,25,26,0,26,27,17,26,27,26,0,25,26,26,17,0,26,27,26,25,26,26,26,25,26,27,17,26,26,17,26,27,17,26,27,17,26,26,27,17,25,25,25,28,28,25,26,27,17,26,17,26,26,27,17,26,27,26,26,25,26,17,0,26,26,26,26,26,26,27,25,25,26,17,26,25,17,25,17,26,27,17,26,26,27,17,26,17,0,26,25,26,27,17,26,26,17,26,26,26,26,17,25,26,26,26,26,27,17,25,28,28,26,27,17,0,26,17,26,27,25,26,17,26,26,0,25,28,28,26,27,17,26,26,26,25,26,0,26,17,26,17,26,26,27,17,0,26,26,0,25,26,27,26,26,27,17,26,26,0,26,0,26,25,26,27,26,17,17,26,26,27,17,25,17,17,17,17,17,17,17,25,26,27,17,26,26,26,26,27,17,26,27,17,25,26,26,17,26,26,26,26,26,27,17,26,25,28,28,26,27,17,26,0,25,25,26,26,0,26,26,17,26,26,26,0,26,17,25,28,28,26,27,17,26,26,17,26,17,0,26,26,17,26,27,17,26,0,26,27,17,0,26,26,27,26,27,17,26,26,26,26,27,17,26,27,17,26,26,26,27,26,27,26,26,27,25,26,27,17,0,25,26,26,27,26,27,26,27,17,0,26,27,26,27,17,26,27,26,27,17,25,28,28,26,27,17,26,27,26,0,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,17,26,26,27,25,26,27,26,27,26,27,17,26,27,26,27,25,26,27,0,26,27,25,26,27,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,25,28,28,28,28,26,27,17,25,25,26,27,26,27,17,0,26,26,0,26,27,26,27,25,25,26,27,17,24,26,27,17,26,27,26,27,0,25,25,25,26,27,24,26,27,26,25,26,27,17,17,26,27,17,26,27,26,27,17,26,27,17,0,26,27,26,27,26,27,25,28,28,25,28,28,25,28,28,26,27,17,26,27,26,27,0,26,0,25,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,0,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,0,26,26,27,0,26,27,26,27,26,27,26,27,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,28,26,27,17,26,27,26,27,17,0,25,25,26,27,17,0,26,27,0,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,26,27,17,26,27,0,26,27,26,27,26,26,27,0,26,27,17,26,27,26,27,0,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,26,27,26,27,17,26,26,26,17,26,26,26,27,17,26,26,27,26,26,26,26,26,0,26,26,26,26,26,26,27,17,26,28,26,27,17,0,25,25,26,26,26,26,27,17,26,27,26,26,27,17,0,26,26,26,26,27,26,27,0,26,26,27,17,25,26,27,17,26,26,26,26,27,26,27,28,26,27,17,26,17,0,26,26,26,26,26,0,26,26,25,26,17,26,26,27,17,26,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,25,26,17,26,26,27,17,26,26,26,0,26,26,26,27,26,26,0,26,26,26,27,26,26,26,26,26,26,26,27,17,25,17,25,26,17,26,17,0,26,26,27,17,26,0,25,25,25,26,27,17,23,25,25,26,27,26,27,0,25,26,26,26,26,17,0,25,26,26,26,26,27,17,26,26,26,26,17,25,26,27,17,26,26,27,26,27,17,26,26,26,26,27,17,26,26,26,26,17,26,26,26,27,17,26,0,26,26,25,26,27,26,27,26,26,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,25,25,26,27,26,27,17,26,26,27,17,26,26,27,26,26,27,17,26,26,26,26,0,26,27,17,26,26,27,26,17,26,25,26,27,17,25,25,25,26,17,24,26,26,26,0,26,27,17,26,26,26,26,26,26,0,26,26,0,25,26,24,26,27,17,26,27,17,26,26,26,26,27,17,26,27,0,26,26,26,27,0,26,26,26,26,25,26,17,26,26,26,26,0,26,27,17,26,27,26,26,26,26,26,26,26,26,26,27,17,26,0,26,25,26,27,26,17,25,26,27,17,0,26,26,26,17,25,25,26,26,27,26,27,17,26,26,26,27,26,26,0,26,26,26,26,26,26,27,26,26,27,17,26,27,17,26,0,26,27,26,26,27,0,26,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,28,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,25,28,28,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,0,25,25,26,27,17,26,27,26,27,28,26,27,17,26,27,28,26,27,17,26,27,26,27,26,27,26,27,26,27,17,25,25,26,27,17,26,27,26,27,17,25,26,27,17,25,26,27,17,26,27,26,27,25,25,26,27,17,24,0,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,25,28,28,26,27,17,26,27,0,26,27,0,25,26,27,25,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,25,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,28,26,27,17,25,25,28,28,25,26,27,17,26,27,0,25,28,28,26,27,17,25,26,27,25,25,26,27,25,26,27,17,25,26,27,17,26,27,25,26,27,25,26,27,26,27,26,27,0,26,27,0,25,25,26,27,25,26,27,26,27,26,27,25,26,27,17,26,27,26,26,27,0,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,25,26,27,17,26,27,26,27,26,27,0,25,26,27,0,25,26,27,0,26,27,25,26,27,26,27,28,28,28,28,26,27,17,0,26,27,17,26,27,26,27,26,27,17,26,27,17,25,25,25,26,27,24,0,25,26,27,17,25,26,27,0,25,26,27,26,27,25,26,27,17,25,28,28,26,27,17,26,27,26,27,25,28,25,25,28,28,17,26,27,17,26,27,25,26,27,17,26,27,25,25,26,27,17,26,27,17,25,26,27,17,26,25,26,27,26,27,25,26,27,17,26,27,26,27,25,26,27,17,25,26,27,0,26,27,0,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,25,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,25,28,28,26,27,17,25,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,17,25,26,27,26,27,17,25,26,27,26,27,26,27,26,27,0,25,26,27,17,25,26,27,17,25,28,28,26,27,17,25,26,27,25,28,28,26,27,17,26,27,25,26,27,17,26,27,17,25,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,17,26,27,0,26,27,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,25,25,26,27,17,26,27,25,28,28,26,27,17,26,27,17,0,26,27,26,27,25,26,27,17,25,28,28,26,27,17,26,27,17,25,26,27,17,26,27,17,0,25,26,27,17,26,27,17,26,27,17,0,26,27,0,25,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,25,25,26,27,17,25,26,27,17,26,27,25,28,28,26,27,17,26,27,17,25,26,27,0,25,26,27,17,0,26,27,26,27,25,25,26,27,17,25,26,27,17,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,0,25,26,27,17,26,27,17,0,26,27,17,25,25,25,17,26,27,17,26,27,17,26,27,17,26,27,17,25,25,25,26,27,17,0,25,28,28,25,25,28,28,26,27,17,26,27,0,25,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,17,25,25,26,27,26,27,17,26,27,25,26,27,17,0,25,17,25,26,27,17,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,0,25,26,27,17,26,27,25,26,27,26,27,17,26,27,17,25,26,27,26,27,25,25,26,27,17,26,27,28,25,23,25,26,27,17,26,27,26,27,17,26,27,25,25,28,28,26,27,17,25,26,27,26,27,25,26,27,17,25,26,27,17,17,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,0,26,27,17,0,26,27,26,27,0,25,28,28,26,27,17,26,27,17,25,25,26,27,17,26,27,26,27,26,27,28,26,27,17,25,26,27,17,26,27,26,27,25,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,17,17,17,17,17,17,17,26,27,26,27,25,25,25,26,27,24,26,27,25,25,26,27,17,26,27,0,25,26,27,26,27,25,25,28,28,25,25,26,27,17,0,25,26,27,17,25,26,27,17,25,28,26,27,17,26,27,25,26,27,17,26,27,25,17,17,26,27,17,26,27,17,17,26,27,0,26,27,0,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,25,26,27,26,27,25,26,27,26,27,26,27,0,26,27,26,27,17,25,26,27,17,26,27,25,26,27,28,25,26,27,17,26,27,25,26,27,25,26,27,26,27,0,26,27,25,25,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,17,25,26,27,17,25,26,27,25,26,27,17,26,27,17,26,27,17,25,26,27,17,0,26,27,25,25,26,27,26,27,17,26,27,25,26,27,17,26,27,25,28,26,27,17,0,25,25,26,27,25,26,27,26,27,26,27,0,25,26,27,17,17,26,27,17,26,27,17,26,27,25,26,27,26,27,26,27,25,26,27,26,27,26,27,25,28,28,25,26,27,17,25,26,27,0,26,27,17,26,27,26,27,17,25,26,27,24,26,27,25,26,27,17,25,26,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,0,26,27,26,27,25,26,27,0,28,26,27,17,25,26,27,26,27,26,26,27,26,27,25,25,25,26,27,17,26,25,25,26,25,25,26,25,26,27,17,25,26,26,27,26,27,26,25,26,25,26,25,26,27,26,26,27,17,26,17,25,26,27,17,25,26,17,26,27,17,25,25,26,27,17,26,17,26,27,17,26,17,26,17,0,25,26,27,17,26,27,26,17,26,26,27,26,17,26,25,26,27,26,0,17,26,17,26,0,26,26,26,25,26,26,26,26,26,17,26,27,17,26,25,26,27,26,26,27,17,26,0,25,26,27,17,26,17,26,17,25,26,27,17,25,26,27,17,0,25,17,26,17,26,27,17,26,17,26,27,17,26,17,25,26,27,17,26,17,26,17,26,27,25,25,26,27,17,25,26,26,27,17,25,26,26,26,26,0,26,26,26,25,26,26,26,26,26,26,26,25,26,26,0,26,0,26,17,25,25,26,27,17,26,17,0,17,26,17,25,26,27,17,0,26,17,26,17,26,17,0,26,27,17,0,26,17,26,17,25,26,27,17,26,26,27,26,27,26,0,26,0,26,25,26,26,27,17,26,26,28,26,0,26,26,25,26,26,26,27,26,26,27,17,26,27,26,27,17,25,26,25,26,27,17,26,0,26,17,17,17,17,26,26,0,26,27,17,25,26,26,27,17,26,26,26,17,26,27,26,25,26,27,17,26,17,26,27,25,28,28,26,17,25,28,28,25,17,17,17,17,17,17,17,25,25,26,27,17,25,25,25,26,17,25,26,17,26,25,26,26,25,25,26,26,0,26,0,25,26,27,26,0,17,26,17,0,25,26,26,26,25,26,27,17,26,25,26,26,28,26,27,17,25,26,27,17,26,27,17,26,27,17,25,25,26,0,17,26,27,17,26,27,26,25,26,17,26,25,26,17,26,27,26,27,26,26,27,17,26,27,0,26,0,26,27,0,26,27,17,25,26,27,0,26,17,26,26,26,27,17,26,26,0,28,26,27,17,26,26,26,26,17,26,26,0,26,27,17,0,25,26,17,26,27,25,25,25,25,26,27,17,26,27,26,17,26,17,26,26,26,27,17,26,17,26,17,26,17,26,27,17,26,27,17,0,26,17,26,27,26,17,26,25,25,26,27,17,26,26,17,26,26,26,27,0,26,17,26,0,26,26,26,17,26,26,26,26,17,26,26,26,25,26,17,26,26,26,28,26,17,26,26,0,26,27,17,26,17,25,26,17,17,26,17,26,27,17,26,17,26,17,26,26,26,27,17,26,26,27,26,26,0,26,26,27,17,26,26,17,0,26,26,27,17,26,26,26,0,26,17,26,17,26,27,17,26,17,26,0,26,25,17,26,27,17,26,26,26,26,26,26,27,17,26,27,26,26,26,17,26,26,27,0,26,26,26,27,17,0,26,25,26,26,26,26,17,26,26,26,26,26,25,25,17,26,27,17,26,26,17,26,26,27,26,26,0,26,26,26,26,26,26,26,26,27,0,26,0,26,27,25,26,27,17,25,26,27,17,26,27,17,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,25,17,25,17,17,26,27,17,26,27,26,27,0,25,26,27,17,25,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,17,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,25,26,27,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,26,25,26,27,26,27,26,27,17,17,17,25,17,17,26,27,26,27,17,0,26,27,17,26,27,26,26,27,17,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,25,17,17,26,27,17,26,27,17,17,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,26,27,17,26,27,26,27,25,26,27,17,0,25,28,28,25,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,17,17,26,27,17,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,0,26,27,17,26,27,26,27,17,26,27,17,25,26,27,17,26,27,26,27,26,27,25,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,25,26,27,28,26,27,17,26,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,17,0,26,27,25,26,27,0,25,25,26,27,17,0,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,25,26,27,26,27,0,26,27,26,27,17,0,26,27,25,26,27,17,26,27,0,25,28,28,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,26,26,27,26,27,26,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,26,27,26,26,26,27,0,26,26,27,26,26,26,26,26,17,26,26,26,26,27,25,26,0,26,0,26,26,26,26,26,26,27,26,26,26,26,0,25,25,28,28,26,27,17,26,26,27,28,26,27,17,26,26,26,26,26,17,26,17,26,27,17,25,25,25,26,27,17,26,0,25,26,26,26,26,27,26,26,26,27,26,26,26,26,26,26,26,27,0,26,26,26,26,27,17,26,26,0,28,26,27,17,26,0,26,27,17,26,27,26,27,26,17,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,0,26,27,17,26,27,25,25,25,26,27,24,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,17,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,25,26,27,24,25,28,28,25,26,27,17,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,25,25,26,27,17,26,27,26,27,17,0,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,26,27,25,25,25,25,26,27,24,25,26,27,17,26,27,26,27,17,17,26,27,17,26,27,26,27,28,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,17,0,26,27,25,26,27,25,28,28,28,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,26,27,28,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,25,26,27,17,25,28,28,26,27,17,26,27,25,26,27,17,26,27,17,0,26,27,26,27,26,27,25,28,28,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,25,17,25,26,27,17,26,27,0,26,27,26,27,28,26,27,17,26,27,17,0,26,27,0,25,28,28,26,27,17,26,27,25,26,27,26,27,25,26,27,26,27,26,26,26,27,17,26,26,26,0,26,17,26,26,27,26,26,26,27,26,26,27,26,25,26,0,26,26,26,26,27,17,26,25,26,27,26,25,17,26,17,26,27,17,26,27,17,26,26,0,26,26,25,26,26,26,25,26,26,27,26,26,26,25,26,27,26,27,26,26,26,26,26,26,0,26,26,26,0,26,0,26,27,26,26,26,27,0,26,26,26,26,0,26,27,17,17,26,27,17,0,26,26,17,26,26,25,26,26,27,26,26,0,26,26,26,26,26,26,27,17,26,25,26,17,26,26,26,27,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,25,26,27,17,26,27,17,26,0,26,26,26,26,27,17,26,26,25,26,27,17,26,26,26,27,26,27,26,0,26,27,26,26,26,0,26,0,25,26,26,27,26,26,26,26,26,27,17,26,17,26,26,26,27,17,26,25,26,26,26,27,17,26,26,26,26,25,26,17,26,26,26,26,27,26,26,26,26,26,17,26,0,26,26,26,26,27,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,0,26,27,17,26,27,17,0,26,27,17,26,26,27,0,26,26,26,26,27,26,26,26,26,25,26,27,25,25,25,25,25,25,26,27,17,26,26,26,27,26,26,26,17,26,0,26,26,26,26,26,25,26,0,26,26,26,27,26,26,0,26,27,26,27,26,25,26,26,26,27,26,26,0,26,17,26,26,27,26,26,26,26,17,26,26,0,26,26,26,26,26,17,26,27,17,26,27,17,0,26,17,26,17,26,26,26,26,26,0,26,26,26,26,26,26,26,27,0,26,25,25,25,26,24,26,27,25,26,0,26,27,26,27,17,0,26,26,26,27,0,26,26,26,27,17,26,26,27,17,17,26,26,25,26,26,17,26,26,27,0,26,26,26,26,26,0,26,0,26,26,27,26,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,25,25,25,26,27,24,26,27,26,27,26,27,26,27,17,26,27,26,17,26,25,26,26,26,26,26,26,27,26,27,17,0,26,26,26,27,0,26,26,27,17,26,26,0,26,26,26,17,26,26,27,26,17,0,26,26,26,26,26,26,17,0,26,27,26,0,26,26,0,26,27,17,26,26,27,26,26,17,26,17,26,27,17,26,26,0,26,27,26,26,27,26,25,26,17,17,26,26,27,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,27,17,26,27,17,26,26,26,0,26,26,26,26,27,0,26,26,26,17,26,26,26,26,27,0,26,26,26,0,26,26,26,26,27,26,0,26,26,27,17,26,26,26,27,0,26,26,26,26,26,26,27,17,26,0,26,26,25,26,26,0,26,0,26,25,26,25,26,17,26,0,26,26,26,0,26,0,26,26,25,26,27,0,25,26,25,26,26,26,26,28,26,17,26,26,0,28,26,27,17,26,26,27,26,26,26,26,0,17,26,17,26,27,17,26,0,25,26,26,26,26,26,26,0,26,27,26,26,0,26,27,0,26,27,17,26,26,26,26,28,26,17,26,26,0,26,0,26,0,26,25,26,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,26,27,17,26,26,0,26,26,0,26,26,26,26,26,26,25,26,0,26,28,28,28,28,25,17,17,17,25,26,17,26,17,26,27,0,26,26,0,25,25,25,25,25,26,26,0,28,28,25,25,25,25,25,25,25,25,25,25,25,26,17,26,17,26,27,26,26,26,26,27,26,26,26,26,26,0,26,26,26,26,26,26,27,26,26,26,27,26,26,27,26,26,26,26,26,26,27,17,17,26,17,0,26,26,26,26,26,27,26,26,26,26,27,17,25,26,24,26,0,26,26,26,0,25,26,27,26,26,27,17,25,26,26,27,26,27,17,25,25,25,28,28,26,27,17,0,26,27,26,26,27,26,26,26,27,17,26,26,25,26,0,26,26,27,26,0,25,26,26,26,0,26,17,26,26,17,26,26,25,26,24,26,26,26,27,17,0,26,27,17,26,26,25,26,26,27,26,26,27,17,26,26,0,26,26,25,26,26,26,26,25,26,17,26,26,26,0,26,26,27,26,26,27,26,0,26,25,26,26,26,26,26,26,27,26,25,28,28,26,27,17,0,26,27,0,26,0,25,26,17,26,17,25,26,28,25,25,25,26,27,17,25,26,17,0,26,26,28,26,17,26,27,17,26,27,17,0,26,26,25,26,26,27,17,0,26,17,17,26,17,0,26,26,26,26,27,17,26,17,26,26,26,26,27,26,17,25,26,26,26,27,25,25,26,26,28,26,27,17,26,26,26,0,26,26,0,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,0,26,26,26,26,0,25,28,28,25,28,28,26,27,17,26,27,26,26,26,0,26,27,26,26,26,25,26,26,26,25,26,27,17,26,27,17,26,26,26,26,27,17,26,25,25,25,26,27,0,26,26,27,26,0,26,0,26,26,26,26,17,26,26,0,25,25,28,28,25,25,26,27,17,26,25,25,26,27,17,25,26,17,26,26,26,26,26,27,17,25,26,28,26,17,0,26,26,26,28,26,27,17,26,26,26,26,26,26,27,17,17,26,17,26,26,26,0,26,26,27,0,26,27,17,26,26,0,26,26,26,27,17,26,27,17,26,26,26,26,0,26,27,17,26,26,26,0,26,26,26,26,0,26,26,26,26,26,0,25,26,27,26,27,17,26,0,26,26,27,26,27,26,26,26,26,26,27,26,26,26,26,26,25,26,24,26,26,17,26,27,0,26,26,26,0,25,26,0,26,26,26,0,26,27,26,27,17,26,25,26,0,26,26,26,27,26,26,17,26,26,26,26,26,25,28,28,26,27,17,26,0,26,26,26,27,26,26,26,25,25,25,25,25,26,27,17,25,28,28,26,27,17,26,26,25,26,27,0,25,26,26,27,17,26,27,17,26,26,25,26,27,26,26,27,26,26,25,26,27,26,25,17,17,26,27,17,26,17,26,26,25,25,28,28,26,27,17,0,26,26,26,26,26,17,0,25,28,28,26,27,17,26,17,26,26,17,0,26,26,0,25,26,27,26,25,26,27,26,17,26,27,26,26,26,27,17,26,26,26,17,17,26,25,26,27,17,26,26,26,26,25,25,26,27,17,0,26,27,26,27,17,17,26,27,17,26,17,25,26,26,26,26,26,26,25,28,28,25,26,27,17,25,26,17,26,25,26,17,25,25,26,17,26,17,26,25,25,25,25,26,27,17,25,26,27,26,28,26,27,17,26,26,26,26,26,27,26,26,26,27,17,26,27,26,26,26,26,26,0,26,26,26,26,26,27,17,26,26,27,17,26,26,27,26,27,17,26,27,26,25,26,27,17,26,0,26,26,26,25,26,27,17,17,26,26,0,26,26,26,17,26,26,17,28,26,27,17,26,17,26,17,26,26,27,17,26,26,26,28,26,27,17,26,26,27,26,26,26,26,26,27,17,25,26,26,27,28,26,27,17,26,17,17,17,26,26,25,26,27,17,25,28,28,25,26,27,17,25,26,17,26,25,25,25,26,27,17,26,26,26,17,26,0,25,28,28,26,27,17,26,27,17,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,26,0,26,17,26,26,26,0,26,25,26,26,17,25,26,27,26,26,26,26,26,27,17,0,25,28,28,26,27,17,26,26,26,26,26,26,26,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,0,26,27,26,27,0,26,27,26,27,26,27,26,27,17,0,25,25,26,27,17,28,25,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,25,26,27,17,25,26,27,0,26,27,17,26,27,17,17,17,17,17,17,17,17,26,27,26,27,0,26,27,25,26,27,17,25,26,27,26,27,26,27,17,26,27,26,27,17,25,25,25,26,27,17,25,26,27,17,25,26,27,26,27,25,26,27,26,27,26,27,17,26,27,25,26,27,17,25,26,27,0,26,27,26,27,26,27,26,27,17,26,27,0,25,25,25,25,26,27,17,25,26,27,26,27,28,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,26,27,17,26,27,17,26,27,26,27,17,0,26,27,0,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,17,26,27,0,26,27,17,26,27,26,27,25,26,27,26,27,17,25,17,17,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,17,26,25,28,28,26,27,17,28,25,25,25,26,27,17,28,26,27,17,0,26,27,26,27,26,27,25,26,27,25,26,27,17,0,25,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,17,0,26,27,17,26,27,25,26,27,25,17,17,17,17,17,17,17,25,26,27,17,25,26,27,17,26,27,26,27,17,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,17,25,25,26,27,17,26,27,0,17,17,26,27,17,26,27,17,0,26,27,25,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,17,17,26,27,25,26,27,17,25,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,26,27,17,26,17,26,27,17,26,27,17,0,26,27,26,27,26,27,17,17,26,27,17,25,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,26,27,17,26,27,25,26,27,17,0,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,17,26,27,25,26,27,17,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,17,26,27,0,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,26,27,26,27,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,17,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,25,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,0,26,27,25,28,28,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,26,26,26,26,27,26,26,26,26,26,27,26,26,27,17,25,26,27,17,26,27,26,27,26,26,27,26,26,26,25,25,26,26,17,26,26,26,25,28,28,26,27,17,0,26,26,26,27,26,26,26,27,26,27,17,0,26,26,26,26,26,26,0,26,27,26,17,26,26,26,27,17,26,26,27,26,26,26,27,17,26,17,26,26,27,17,26,0,26,26,26,26,25,26,24,26,26,27,0,26,26,27,17,26,26,26,26,26,26,26,26,26,17,26,26,0,26,26,27,17,26,26,26,0,25,25,25,26,27,17,24,26,26,26,0,26,26,25,26,26,26,0,26,17,26,17,26,26,26,25,25,26,0,26,27,17,26,26,27,26,26,26,25,26,24,26,26,26,26,26,27,26,0,26,26,17,26,27,17,26,27,26,27,26,26,26,24,26,27,26,25,25,26,27,17,0,26,26,0,26,27,17,26,26,26,26,26,27,26,25,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,0,26,0,25,28,28,25,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,26,27,17,25,26,26,0,26,26,25,17,26,27,17,26,27,17,25,26,26,27,26,26,26,26,27,26,27,25,25,26,26,26,0,26,27,26,27,26,26,27,26,17,26,26,27,26,26,26,25,26,26,17,25,28,28,25,26,27,17,26,26,27,17,17,26,26,26,26,27,17,26,26,0,26,0,25,28,28,26,27,17,26,26,26,26,27,26,26,26,27,17,26,26,26,27,17,0,26,26,26,17,26,17,26,17,25,26,26,26,27,26,26,17,17,26,27,17,0,26,26,26,27,26,0,26,0,26,26,27,26,26,26,26,26,17,26,26,0,26,26,26,26,26,26,25,28,28,26,27,17,26,26,26,25,25,26,27,26,26,26,26,27,26,27,17,26,26,0,26,27,26,27,26,25,26,27,17,26,27,26,26,17,26,26,26,26,0,26,26,0,26,26,0,25,26,27,17,0,26,26,0,28,26,27,17,26,27,26,27,17,25,28,28,25,26,27,17,0,26,26,26,25,25,26,25,28,28,28,28,26,17,25,26,27,17,26,26,26,27,17,26,26,26,17,17,26,25,28,28,25,26,27,17,26,27,17,26,26,25,26,27,17,26,0,26,26,26,27,17,26,27,26,26,17,0,26,17,26,17,26,27,17,26,25,26,27,17,0,26,26,0,26,26,26,26,0,26,26,26,27,26,27,17,26,27,25,25,25,28,28,25,26,27,17,26,27,17,26,26,26,26,26,0,26,26,0,25,25,25,26,27,17,25,25,17,26,17,26,17,26,17,0,26,26,26,26,26,27,17,26,26,26,26,26,26,26,27,17,25,25,25,25,25,25,25,25,25,26,27,17,26,25,25,25,25,26,27,17,26,26,26,0,25,26,27,17,0,26,27,17,26,17,26,26,27,17,26,17,17,26,27,17,0,26,26,26,27,26,17,26,26,26,26,26,26,0,26,26,17,26,26,17,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,17,26,27,17,26,26,27,17,26,27,17,26,27,17,26,26,27,17,26,27,26,26,26,26,27,17,0,26,26,26,25,26,27,17,17,17,26,0,26,26,25,25,26,27,17,28,25,26,27,17,0,25,26,27,17,25,26,27,17,0,26,25,25,25,25,26,27,17,25,25,26,26,27,17,26,26,0,26,26,28,26,27,17,26,17,26,27,17,26,26,26,26,27,26,17,26,26,26,27,26,17,26,0,26,26,27,17,26,17,0,17,26,27,0,26,26,26,26,27,17,26,26,26,27,26,26,17,26,17,26,26,26,26,27,26,27,17,26,26,25,17,25,26,17,26,26,26,17,26,23,25,26,24,26,26,26,0,26,26,26,27,26,27,26,27,17,26,27,17,26,27,25,28,28,26,27,17,26,26,26,26,27,17,26,26,25,25,25,28,28,26,27,17,26,28,26,27,17,26,27,0,26,26,26,27,17,26,26,26,26,26,27,26,26,17,26,17,26,27,17,26,27,17,26,26,0,26,26,26,26,26,26,26,27,17,26,26,27,26,26,26,26,26,27,26,27,17,26,25,26,0,26,17,26,27,17,25,26,17,26,26,26,26,26,26,26,26,26,17,25,25,25,26,24,26,26,17,26,26,26,26,17,25,26,26,26,26,26,27,26,27,0,26,26,26,26,0,17,26,17,26,26,27,26,25,26,24,26,26,27,17,26,27,26,26,26,26,27,26,0,26,17,26,27,26,27,17,26,26,26,26,26,27,26,26,27,17,26,27,26,0,26,26,26,26,26,0,26,0,26,26,26,26,26,26,26,26,26,26,25,26,26,27,17,26,26,26,27,0,26,26,26,26,17,0,26,26,26,26,27,0,26,26,17,26,26,26,26,27,26,26,27,17,26,26,26,26,26,0,26,17,0,26,26,27,17,26,26,0,26,26,26,27,17,26,27,26,26,26,26,26,26,27,17,0,26,17,0,26,26,27,17,26,26,27,17,26,26,26,0,26,27,26,26,26,26,26,17,26,17,0,26,17,26,26,26,27,17,26,26,25,25,25,25,26,27,17,26,26,27,17,26,25,25,25,28,28,26,27,17,0,26,26,27,17,26,27,25,26,26,26,26,26,26,17,26,26,26,0,26,26,27,26,0,26,26,26,26,26,0,26,26,26,27,26,27,26,0,26,17,26,27,17,26,27,26,26,17,0,26,26,26,26,26,26,26,27,17,26,26,26,27,26,26,17,26,27,17,0,26,26,26,26,26,0,26,26,17,26,26,26,26,27,17,26,0,25,26,26,26,27,17,26,26,26,27,26,17,26,26,26,26,27,17,0,26,26,27,17,26,27,26,17,26,0,26,25,26,25,26,27,17,25,25,25,28,28,26,27,17,0,26,27,17,26,27,17,26,26,26,26,27,26,25,28,28,26,27,17,26,17,25,26,27,17,25,26,17,26,26,0,26,26,17,26,26,26,26,26,26,27,17,0,26,26,17,26,27,17,26,0,26,26,26,26,26,26,26,26,26,25,26,26,26,0,26,27,17,26,27,17,26,25,25,28,28,26,27,17,26,27,17,26,17,26,27,17,26,26,26,27,26,26,27,26,27,17,26,17,26,0,26,26,26,27,26,26,26,27,26,17,0,25,26,26,26,17,0,17,26,17,26,26,26,27,26,25,26,25,26,27,26,27,0,26,17,26,26,0,25,25,25,25,25,26,27,17,26,26,17,26,26,25,25,25,25,26,27,17,26,26,26,27,26,27,17,26,27,26,27,17,26,27,0,26,26,26,25,28,28,25,25,28,28,26,27,17,28,26,27,17,26,27,17,26,26,26,17,26,26,26,27,17,26,17,26,26,26,26,27,17,26,17,0,26,0,17,26,17,26,27,17,26,26,26,27,26,26,26,0,26,26,25,26,26,26,26,26,26,27,26,17,26,17,0,26,26,27,26,25,26,27,17,26,26,27,17,26,26,26,26,27,25,26,27,17,26,0,26,26,27,17,26,25,26,27,17,28,26,17,26,26,26,26,26,26,26,26,27,17,26,17,17,26,27,26,26,27,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,26,27,25,17,25,25,28,28,25,26,27,17,26,17,26,26,26,27,26,28,26,17,0,26,26,26,26,27,26,0,26,27,17,26,17,0,26,26,26,27,17,26,0,26,26,26,17,26,26,26,0,26,27,26,27,26,26,26,27,17,0,26,26,27,17,26,27,26,27,25,26,27,25,25,25,28,28,26,27,17,0,26,27,17,26,27,26,27,17,26,27,26,27,0,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,17,17,26,27,17,0,26,27,26,26,27,26,27,17,28,26,27,17,26,27,25,26,27,26,27,17,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,28,28,25,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,17,26,27,17,25,26,27,26,27,26,27,17,26,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,0,26,27,26,27,25,26,27,0,26,27,17,26,27,26,27,17,26,27,17,26,27,17,0,26,27,26,27,17,26,27,26,27,17,25,26,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,17,25,25,25,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,28,26,27,17,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,25,28,28,26,27,17,26,27,26,27,25,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,0,26,27,26,27,17,26,27,0,25,25,25,28,28,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,25,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,25,25,26,27,17,26,27,26,27,17,26,27,17,26,27,23,26,27,17,26,27,25,26,27,17,26,27,26,27,0,26,27,17,0,26,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,25,28,28,26,27,17,0,26,27,17,26,27,26,27,17,0,26,27,26,27,17,26,27,25,26,27,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,17,0,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,26,0,26,17,28,26,27,17,26,26,26,27,0,25,26,26,26,27,25,26,26,27,26,27,17,26,27,26,26,17,26,26,26,27,26,27,17,26,26,25,26,26,0,26,27,17,26,26,26,0,26,26,26,27,17,26,26,26,27,26,27,26,26,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,25,26,26,26,0,26,26,26,26,26,27,17,26,27,26,0,26,17,25,26,25,26,26,26,27,17,26,26,26,26,26,27,17,26,26,27,17,26,26,27,17,26,26,27,26,26,27,17,26,27,26,25,26,17,26,17,26,26,17,26,26,27,17,26,17,26,26,26,25,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,25,25,26,26,26,26,26,27,17,26,26,27,17,26,26,27,17,26,26,17,25,26,26,27,17,26,26,27,26,26,26,0,26,27,26,27,26,27,0,26,26,26,26,26,0,26,27,17,26,27,17,0,26,26,17,26,0,26,26,25,28,28,26,27,17,26,25,26,27,17,26,26,26,26,25,28,28,26,27,17,26,26,26,17,26,27,17,25,26,0,25,26,27,17,25,26,26,27,17,26,26,28,26,27,17,0,25,26,26,25,26,24,26,26,27,26,26,27,17,26,26,28,25,26,27,17,26,26,27,26,0,26,26,27,0,26,0,26,0,26,0,26,26,17,26,17,26,27,17,25,25,25,25,26,27,17,26,26,26,25,26,27,0,26,0,26,26,25,28,28,26,27,17,26,26,26,26,0,26,26,27,17,0,26,27,17,26,27,26,26,26,26,26,27,17,26,26,26,26,26,26,26,25,26,27,17,26,26,26,26,27,0,26,26,26,17,26,26,26,27,26,26,26,27,26,27,26,0,25,26,26,26,26,27,17,26,27,17,25,28,28,26,27,17,26,17,0,26,17,26,17,0,26,27,17,26,0,25,26,26,27,26,27,17,26,26,26,27,17,26,26,27,26,26,17,0,25,26,26,26,26,26,26,26,26,26,27,17,26,26,27,26,0,26,0,26,27,17,26,26,26,27,26,0,26,26,27,17,0,26,26,26,26,26,26,27,0,26,27,17,26,17,26,27,17,26,26,26,17,26,26,26,26,26,26,17,26,26,27,17,26,26,26,26,27,26,26,26,26,26,27,26,27,17,26,27,17,26,17,25,28,28,26,27,17,26,17,26,17,0,26,17,26,17,26,27,26,27,17,0,26,0,26,27,0,17,26,26,27,17,26,26,26,26,26,27,17,26,0,26,27,26,26,17,17,17,17,17,17,17,17,26,26,26,26,26,26,25,26,0,26,26,26,27,17,26,27,17,0,26,26,26,27,17,26,28,26,27,17,26,26,26,26,25,25,26,27,17,26,26,26,26,0,26,27,17,26,26,27,26,26,26,0,26,27,17,26,27,17,26,26,0,26,26,26,27,17,26,26,26,26,27,17,26,27,26,26,27,17,26,27,17,25,26,27,26,26,26,27,0,26,17,26,27,17,26,17,0,26,26,26,27,17,26,17,26,26,27,17,26,25,26,26,26,26,27,26,27,26,27,17,26,25,26,27,26,0,26,26,28,28,28,26,17,26,26,25,26,26,27,17,25,26,27,17,26,27,17,0,26,26,27,17,28,25,25,25,25,26,27,17,26,27,26,26,26,17,26,26,26,26,26,26,26,26,27,26,27,26,27,26,26,25,25,25,26,24,17,26,27,17,26,17,26,26,27,26,0,25,26,26,27,17,26,0,26,27,26,26,25,25,25,26,27,17,26,26,26,27,26,27,17,26,0,26,25,26,26,17,26,26,27,28,28,28,26,17,26,27,17,26,27,17,26,26,17,17,26,17,26,26,27,17,25,26,27,26,17,26,26,26,17,26,17,28,26,27,17,26,27,17,26,26,27,26,26,26,26,26,26,17,26,0,26,27,17,26,17,26,17,0,26,27,17,26,17,26,27,17,26,26,26,27,17,26,26,26,26,26,26,27,26,26,27,26,27,17,26,26,26,26,26,17,26,25,25,26,27,17,26,26,27,26,26,27,26,0,26,26,27,26,0,26,26,27,26,26,26,27,26,0,26,26,17,26,0,26,27,26,26,26,27,26,26,26,26,17,17,26,26,27,0,26,26,27,17,0,28,26,27,17,26,26,26,26,27,0,26,26,26,26,26,0,26,26,26,27,26,27,17,26,26,26,27,17,17,26,17,26,26,26,26,26,0,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,27,26,26,26,27,17,26,17,17,26,26,26,26,26,27,26,0,26,27,17,26,0,26,26,26,26,26,17,26,26,26,27,26,27,17,26,26,17,26,26,27,26,27,26,27,26,27,26,27,0,26,17,26,27,26,26,26,0,25,26,27,17,26,26,27,17,26,26,27,26,27,26,26,26,27,25,28,28,26,27,17,17,17,26,27,17,26,25,26,27,26,26,25,26,26,26,27,26,27,17,25,26,27,0,26,27,17,26,26,26,26,26,25,25,26,27,17,26,27,26,27,17,26,26,26,27,17,26,26,28,26,27,17,26,26,26,26,26,26,26,26,0,25,26,27,26,27,26,26,26,27,0,25,26,27,26,26,27,26,26,26,27,26,26,26,0,26,0,26,27,17,26,26,0,26,27,28,26,27,17,26,26,26,17,26,27,17,26,27,26,26,27,17,26,26,27,0,26,26,26,26,26,27,17,25,26,27,28,26,27,17,0,25,28,28,26,27,17,26,0,26,26,26,26,26,0,26,17,26,26,26,26,27,26,26,26,0,26,26,26,26,26,27,26,26,27,17,26,26,27,26,26,26,26,27,17,26,26,0,26,26,27,25,26,27,26,26,26,0,26,27,26,27,26,26,26,0,26,26,26,26,0,26,26,0,26,17,26,27,17,26,26,0,26,26,0,26,26,26,27,26,27,17,0,26,26,26,27,26,27,26,0,26,26,27,26,26,25,26,27,17,26,17,26,26,0,26,26,26,27,25,26,24,26,26,26,0,26,26,26,25,26,27,17,25,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,26,0,26,26,26,27,26,17,26,26,26,27,26,27,26,26,17,0,26,26,27,26,26,27,17,26,17,26,26,26,27,26,26,26,17,26,17,26,26,27,26,26,26,0,26,27,17,28,26,27,17,26,27,17,26,26,27,17,26,26,26,26,26,26,27,17,26,26,0,26,26,26,26,26,26,0,26,26,26,0,26,25,28,28,25,25,26,27,17,25,26,17,25,26,27,17,25,26,17,25,26,17,0,26,26,0,26,26,26,26,26,0,26,0,26,26,0,26,26,26,26,26,26,26,27,17,26,26,17,26,26,27,17,26,0,26,26,26,26,26,26,0,26,26,0,26,27,17,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,17,26,27,17,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,25,17,26,27,17,24,26,27,26,27,17,17,17,17,17,17,17,26,27,0,26,27,17,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,0,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,17,17,17,17,17,17,17,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,26,27,26,17,26,26,27,26,26,26,26,26,0,26,17,26,26,27,25,25,26,26,26,26,26,26,27,17,0,26,27,26,26,26,17,26,26,26,27,17,26,27,17,26,27,25,25,26,27,17,26,26,0,26,27,17,26,27,17,26,27,26,17,26,26,26,26,27,26,26,26,25,26,26,0,26,25,28,28,26,27,17,26,27,26,27,17,26,26,26,17,26,26,27,26,26,27,17,26,26,26,0,26,27,26,26,26,25,17,25,26,17,0,28,26,27,17,0,26,26,17,26,26,26,26,26,0,26,26,27,26,27,26,26,27,26,25,28,28,26,27,17,26,27,17,26,26,17,26,28,26,27,17,26,26,17,26,27,0,25,25,26,0,25,28,28,26,27,17,17,26,27,17,0,26,26,27,26,26,26,26,27,26,26,26,26,26,26,17,26,26,25,28,28,26,27,17,0,26,27,26,26,26,26,17,26,0,26,26,26,17,17,17,17,17,17,17,26,27,26,17,17,26,26,26,17,26,27,26,26,27,17,26,26,26,26,27,26,26,26,26,27,26,0,26,17,26,27,17,26,17,25,28,28,25,25,26,27,17,25,26,17,26,0,25,25,26,17,26,26,17,26,26,26,27,0,26,26,27,17,26,26,26,26,17,26,26,26,25,28,28,26,27,17,26,26,0,26,26,0,26,26,26,25,25,26,26,26,26,28,26,17,26,0,26,27,25,25,25,25,17,17,26,27,17,24,26,27,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,17,25,25,26,27,26,27,26,27,17,25,26,27,17,26,27,25,26,27,17,26,27,26,27,26,0,26,27,26,27,26,27,25,25,25,25,25,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,26,27,28,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,28,26,27,17,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,0,26,27,0,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,0,26,26,26,27,26,26,26,27,26,26,17,26,17,26,27,17,26,27,17,26,26,26,0,26,27,0,26,26,26,26,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,28,26,27,17,26,27,26,27,17,26,27,0,26,27,17,26,27,26,27,0,26,27,25,28,28,26,27,17,26,27,26,27,17,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,17,17,17,17,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,17,26,26,26,26,26,27,17,26,26,26,26,26,27,26,17,17,26,27,17,0,26,27,17,26,26,27,26,27,17,25,26,27,17,25,26,25,25,26,27,17,0,25,26,27,17,26,0,26,17,26,25,26,26,27,28,26,27,17,26,27,17,26,28,28,28,26,17,26,27,26,27,26,27,26,27,26,27,0,25,25,25,26,27,17,26,27,17,26,27,26,26,26,27,17,25,26,26,26,27,17,26,26,17,26,17,26,26,26,0,26,26,26,0,26,27,26,27,26,26,0,26,26,26,26,26,26,26,27,26,17,26,27,26,26,26,27,17,26,26,26,26,27,17,26,0,28,26,27,17,26,26,27,17,26,27,0,26,27,26,0,26,26,26,27,17,26,26,26,26,26,26,26,26,0,26,27,17,26,26,27,26,26,26,26,0,26,26,26,27,26,26,26,25,28,28,26,27,17,26,0,26,27,17,28,26,17,17,26,17,26,26,26,26,27,26,27,25,28,28,25,25,28,28,26,27,17,0,26,27,17,26,27,17,25,26,25,26,0,26,25,28,28,26,27,17,26,26,26,27,26,17,25,26,26,26,26,27,17,26,26,27,17,25,26,24,26,0,26,27,26,27,26,26,17,26,26,26,26,26,26,26,27,26,25,26,27,17,26,27,0,26,26,27,0,26,26,26,25,25,25,26,27,17,26,0,25,25,26,27,17,25,26,17,26,26,26,26,27,26,27,17,26,25,28,28,26,27,17,26,26,0,26,26,0,28,26,27,17,26,26,25,25,25,26,27,17,0,26,26,26,25,26,27,17,26,26,17,26,17,26,26,26,27,26,26,26,26,0,26,26,17,26,27,17,26,25,26,17,26,26,26,26,26,26,26,26,26,26,25,26,27,17,26,26,26,25,28,28,26,27,17,26,26,27,17,0,17,26,27,17,0,26,26,26,27,17,26,26,26,26,26,26,27,0,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,25,28,28,26,27,17,0,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,0,28,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,17,26,26,27,28,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,0,26,27,25,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,25,26,27,25,26,27,17,26,26,27,26,27,26,27,0,26,27,0,17,17,25,25,26,27,25,26,27,17,26,27,25,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,25,26,27,0,26,27,26,27,0,25,26,27,17,26,27,26,27,25,25,26,27,17,26,27,26,27,0,25,26,27,26,27,26,27,25,26,27,17,25,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,17,0,26,26,17,26,27,26,27,26,27,26,26,0,26,27,26,25,26,27,17,25,28,28,25,26,27,17,25,26,26,27,17,26,17,26,17,26,27,17,0,26,27,26,27,17,26,26,0,26,27,17,26,25,26,27,0,26,26,26,0,26,26,25,26,26,25,26,27,17,26,26,26,26,17,26,0,26,25,26,26,26,0,25,26,27,17,26,0,17,17,25,28,28,25,26,27,17,26,26,26,26,0,26,0,26,26,28,26,27,17,25,26,27,17,26,26,25,26,27,26,0,26,28,26,27,17,26,26,17,17,26,17,26,27,17,26,26,26,26,26,27,17,26,0,25,26,27,26,0,26,26,27,17,26,26,26,27,26,26,26,0,26,26,26,25,26,27,17,26,26,27,26,26,26,17,17,26,25,26,0,26,27,17,26,26,17,17,26,27,17,26,25,25,25,25,26,27,17,25,25,26,27,0,26,26,26,26,27,25,25,26,27,26,0,26,27,17,26,26,26,27,17,26,26,26,26,26,27,25,17,26,27,17,26,17,17,26,27,17,0,26,26,26,26,26,26,26,26,26,26,26,26,27,17,0,26,26,0,26,27,17,26,26,25,17,25,26,27,17,25,25,26,17,26,17,26,17,26,17,26,26,26,26,17,17,26,25,25,26,27,26,26,26,27,26,27,17,0,26,0,26,26,26,26,25,26,27,26,26,26,26,26,0,26,26,26,26,27,26,17,26,26,0,26,26,26,26,26,26,27,0,26,26,0,26,26,27,17,26,17,26,0,26,26,26,17,26,17,26,26,27,26,26,26,0,26,27,26,28,25,25,26,27,17,0,26,26,17,26,26,26,26,26,27,17,25,26,24,26,26,26,26,17,26,26,17,26,0,26,26,26,17,17,17,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,17,26,26,17,26,25,25,26,27,17,26,26,26,28,26,27,17,0,26,0,26,26,0,26,26,26,17,26,26,26,27,0,26,27,17,26,0,25,25,28,28,26,27,17,26,17,0,28,26,27,17,26,0,26,26,0,26,17,26,25,25,25,17,17,26,27,17,0,26,25,25,26,17,0,26,26,26,27,17,26,27,26,26,26,0,26,26,26,26,26,17,26,26,26,26,17,25,17,26,27,17,26,27,17,26,17,25,25,25,26,27,17,25,26,27,0,26,27,17,26,17,26,17,0,26,17,17,26,17,26,17,0,26,17,26,26,26,26,26,26,26,26,17,25,26,17,17,26,26,0,26,26,26,0,26,26,27,17,26,0,17,26,27,17,26,26,26,26,26,26,17,26,26,27,0,26,26,26,26,25,26,27,17,26,26,26,25,26,26,27,17,26,17,26,26,26,0,26,26,27,17,26,26,26,26,27,17,26,17,26,26,27,26,26,26,26,25,26,27,26,26,26,27,17,28,25,26,17,26,25,26,26,26,26,26,17,26,26,26,26,26,26,26,26,25,26,27,17,26,26,27,26,27,17,26,26,26,26,27,26,26,26,26,17,26,27,17,26,26,26,17,26,26,26,0,25,26,27,17,26,26,26,26,17,26,27,17,26,26,26,0,26,26,0,26,17,26,26,26,26,17,25,26,27,26,26,27,17,26,26,26,27,25,26,27,17,26,26,17,26,26,17,26,26,17,26,0,26,28,25,25,26,17,26,26,17,25,26,26,26,26,26,26,26,17,26,26,27,26,26,27,17,26,17,26,26,27,17,26,17,17,26,27,25,25,26,27,17,26,26,27,17,26,26,0,25,25,26,27,26,27,17,26,26,26,27,26,26,26,26,25,25,26,27,17,26,26,26,26,27,25,26,0,17,17,26,26,27,17,0,26,27,26,26,26,27,26,17,26,26,26,26,17,26,0,26,0,26,26,17,26,27,17,0,26,26,27,25,25,26,27,17,26,27,26,26,26,17,26,26,25,25,25,25,26,27,17,26,17,25,26,26,26,26,17,26,26,0,25,26,17,26,0,26,26,26,26,26,26,26,17,25,26,27,17,26,26,0,26,0,26,17,0,28,26,27,17,26,26,25,26,27,17,26,26,26,25,26,24,26,0,26,26,27,26,26,26,0,25,26,27,25,26,27,0,26,26,26,27,26,26,25,26,27,26,0,26,27,17,26,25,26,0,25,28,28,26,27,17,0,26,26,26,27,0,26,26,26,26,0,26,0,26,27,26,25,26,27,26,26,26,26,26,27,25,26,27,17,26,25,25,28,28,25,26,27,17,0,26,26,25,26,27,26,26,17,26,26,0,26,26,26,26,27,17,26,26,27,17,26,27,17,25,26,27,25,26,27,26,17,17,25,26,17,25,28,28,26,27,17,25,26,27,26,26,25,26,25,26,27,26,0,26,17,26,27,28,26,27,17,25,26,27,17,25,26,27,17,25,26,17,26,26,27,17,26,26,25,26,27,26,26,26,17,26,25,28,28,26,17,26,17,26,27,26,17,26,17,25,26,26,17,17,17,26,17,28,26,17,26,26,0,25,26,27,17,0,25,26,25,26,27,26,27,17,25,26,26,25,26,25,28,28,26,27,17,0,25,26,27,25,26,27,17,26,26,27,25,26,27,26,27,17,26,27,26,27,17,26,25,28,28,26,27,17,26,27,17,25,26,26,26,27,17,0,26,17,26,26,17,17,25,25,28,28,26,27,17,0,25,26,27,0,26,26,26,27,17,26,26,25,26,27,26,26,0,26,25,26,27,26,27,17,26,25,26,27,26,0,25,26,27,17,26,26,27,26,27,17,0,25,26,27,25,26,27,26,27,17,26,26,26,25,25,28,28,25,25,26,27,17,26,25,26,27,17,26,26,26,26,26,26,25,25,26,27,26,26,26,25,26,27,25,26,27,17,26,26,27,26,0,26,27,0,25,25,26,27,26,25,26,27,25,26,27,25,26,27,25,28,28,26,27,17,25,25,26,27,17,25,26,27,17,25,25,25,25,25,26,27,17,0,25,26,17,26,25,26,27,17,25,26,27,17,26,0,26,26,26,25,26,27,25,26,27,25,26,27,17,0,26,27,17,0,26,26,27,17,28,25,26,27,17,25,26,27,25,26,27,26,0,26,25,26,27,17,26,26,0,25,26,27,17,26,26,25,25,25,26,27,17,0,17,26,27,25,26,27,26,26,26,25,25,26,27,0,26,26,25,26,27,17,26,0,25,25,25,26,27,17,26,25,26,27,17,26,17,26,26,25,26,27,25,26,27,17,26,26,0,25,26,27,17,26,17,26,0,17,26,17,26,0,26,26,26,27,26,25,25,25,26,17,25,26,26,25,28,25,25,26,27,17,25,26,17,26,26,25,26,17,25,17,26,26,25,26,26,26,26,26,17,17,28,25,26,27,17,26,26,26,26,26,17,17,26,26,26,0,26,26,26,26,26,26,26,0,26,26,17,26,27,26,26,27,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,26,17,26,27,26,26,26,26,26,26,26,27,26,25,26,17,0,26,0,26,17,26,27,17,26,27,26,26,27,25,26,26,0,25,28,28,26,27,17,26,26,26,17,17,17,17,17,17,17,26,0,25,26,17,26,26,27,17,26,26,27,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,26,26,25,26,26,0,26,26,27,17,26,17,0,26,17,26,17,25,26,27,17,26,17,0,26,17,26,27,17,26,26,25,26,25,26,26,26,26,27,26,26,26,25,26,17,26,27,17,17,17,26,27,17,26,27,17,26,27,17,26,27,17,26,17,25,26,17,0,17,26,27,17,26,27,17,26,25,28,28,26,27,17,26,26,25,17,17,26,26,27,17,26,17,26,26,27,17,17,26,17,17,26,17,25,25,26,26,0,26,26,17,26,17,26,17,0,26,17,0,25,26,17,0,26,17,26,17,26,25,25,26,27,17,26,26,25,26,27,17,26,17,0,26,26,17,26,26,0,26,27,17,25,26,26,26,26,0,17,26,26,26,17,25,26,17,26,27,17,26,26,17,25,26,27,17,26,26,25,26,17,26,27,17,26,25,25,26,27,17,0,25,26,17,26,0,26,27,17,25,25,26,26,26,26,25,25,25,26,27,17,0,17,26,27,17,26,0,25,26,26,26,26,27,26,26,26,25,26,27,17,26,26,0,26,27,17,26,26,26,27,25,26,26,27,17,0,26,26,25,25,26,27,17,26,17,26,25,26,26,26,26,27,17,26,27,17,26,26,25,17,17,17,17,17,17,17,25,17,26,27,17,26,26,27,17,0,26,25,28,28,25,26,27,17,26,27,17,25,28,28,25,25,25,26,27,17,26,26,27,26,25,26,25,26,0,25,28,28,26,27,17,26,26,26,27,17,17,26,26,26,27,17,26,26,26,26,17,26,27,17,26,26,26,17,26,26,26,26,27,17,26,26,27,26,26,17,26,25,26,17,26,26,17,26,26,27,26,27,17,26,17,0,26,26,27,17,26,26,17,25,25,26,26,17,26,27,26,26,26,26,17,26,27,17,26,26,27,17,26,0,26,17,26,26,27,26,26,27,17,26,17,26,26,26,17,26,26,26,26,26,26,26,26,26,25,25,25,25,26,27,17,26,25,28,28,26,27,17,26,26,25,25,26,27,26,26,27,17,26,25,26,27,26,0,26,26,26,26,25,26,27,26,0,26,26,26,26,27,17,26,0,26,25,26,17,26,26,26,0,26,26,26,27,26,17,25,26,25,25,25,25,25,26,27,17,26,26,26,25,26,27,26,26,27,26,26,26,26,25,25,26,27,25,26,27,17,26,26,0,26,26,0,26,27,17,26,0,26,26,26,27,26,26,26,25,26,26,17,0,26,26,27,17,0,26,26,0,26,26,26,26,0,26,27,26,26,27,25,26,27,26,26,27,17,26,26,17,26,0,26,26,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,26,27,17,0,26,26,17,26,0,25,28,28,26,27,17,26,26,26,25,26,27,17,25,26,26,0,25,26,27,26,26,26,27,17,26,26,27,26,26,26,26,26,0,26,25,26,25,25,26,27,17,26,26,26,27,26,26,27,26,26,26,27,26,26,27,17,26,27,17,26,26,25,17,25,26,17,26,26,27,17,26,0,26,26,26,25,26,27,17,26,27,17,26,27,17,0,26,27,26,26,27,17,26,26,26,26,25,28,28,25,26,27,17,0,26,27,17,25,26,27,17,26,25,26,27,17,26,0,26,27,17,17,17,17,17,26,27,26,27,26,27,26,27,17,26,26,26,25,26,27,17,26,27,17,0,26,27,26,26,17,26,0,25,28,28,26,27,17,0,26,26,17,26,25,28,28,25,25,26,27,17,26,27,26,17,26,25,26,27,26,25,26,27,17,25,26,26,26,27,25,28,28,28,25,17,26,17,25,26,27,17,25,26,17,26,17,25,26,27,26,27,26,27,17,0,26,27,17,26,17,25,25,26,26,26,27,17,25,25,17,26,27,17,17,26,26,27,26,26,25,28,28,26,27,17,25,26,27,17,25,26,26,0,26,17,26,17,26,25,25,26,27,26,26,26,27,17,26,26,26,25,26,27,26,27,17,26,26,26,25,25,25,28,25,25,26,17,26,27,17,25,26,27,26,0,25,26,0,26,26,26,0,26,25,28,28,26,27,17,26,26,0,26,26,26,0,26,26,26,0,26,25,26,27,17,25,28,28,26,27,17,26,26,26,25,26,26,26,26,26,27,26,26,26,26,26,26,26,27,0,25,26,27,26,26,26,26,26,27,26,26,26,26,25,25,26,26,26,26,27,17,26,26,26,26,26,0,26,26,26,27,26,26,26,26,0,26,0,26,27,26,26,26,0,26,0,26,27,17,0,26,25,26,27,26,26,26,26,26,0,26,17,28,26,27,17,26,25,26,27,17,26,26,26,26,26,26,27,26,27,17,0,26,0,26,26,27,17,26,26,26,0,25,26,17,0,26,0,25,26,0,26,26,25,25,26,27,17,26,27,17,26,26,26,27,26,25,26,27,26,26,26,26,26,27,17,26,26,27,26,27,26,25,26,27,17,26,0,26,27,17,26,26,26,25,25,26,27,17,26,27,17,26,26,25,28,28,26,27,17,26,0,26,27,26,26,26,26,25,25,25,25,26,27,17,26,26,26,27,17,26,0,26,26,25,26,27,26,26,26,26,26,26,27,17,26,0,26,26,26,26,26,25,26,26,26,27,25,26,17,26,27,17,26,25,25,25,26,24,26,17,26,17,26,26,26,26,26,0,26,27,25,26,26,26,26,26,26,25,26,27,26,26,26,26,26,26,0,26,17,26,26,26,26,17,26,0,26,17,17,26,26,26,26,27,17,26,26,26,17,26,25,25,26,26,27,17,26,17,0,26,27,17,26,27,17,26,26,0,26,26,26,27,26,26,25,28,28,26,27,17,25,28,28,26,27,17,17,26,27,17,26,26,26,26,17,26,0,17,17,26,26,0,26,26,0,26,26,26,17,26,27,17,26,26,25,26,27,26,26,26,26,27,17,0,25,26,27,17,26,17,26,0,26,27,17,26,26,17,26,26,17,25,26,26,26,27,17,26,17,26,0,25,26,27,17,26,0,26,0,26,26,27,17,26,26,27,17,25,28,28,25,26,27,17,26,17,0,26,25,17,26,26,26,28,26,27,17,26,26,27,17,26,17,26,26,26,27,17,0,26,25,25,25,25,26,27,17,26,26,0,26,0,26,27,25,25,26,26,26,26,26,0,26,26,25,26,26,17,26,17,26,17,0,17,17,26,17,26,17,26,17,26,17,26,0,26,26,26,27,0,17,26,26,17,26,25,28,28,26,27,17,0,26,26,26,26,26,0,25,26,28,26,27,17,26,26,26,17,26,26,26,0,26,26,26,27,26,26,0,26,27,17,0,26,26,26,26,26,26,26,26,17,26,27,28,26,27,17,26,26,26,26,26,26,26,26,26,17,0,26,26,26,27,17,25,26,27,17,0,26,26,26,26,26,26,26,26,27,26,27,25,25,26,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,26,27,17,25,25,26,27,17,26,26,25,26,26,17,26,26,26,26,26,26,27,0,26,0,26,26,26,26,26,26,26,17,26,26,26,26,28,26,27,17,26,26,27,17,26,26,27,26,27,26,27,26,26,26,26,27,26,26,26,27,17,26,27,26,17,26,0,26,26,0,26,27,17,26,26,27,0,26,26,26,26,26,25,25,26,26,26,26,28,28,25,17,17,17,25,26,27,17,26,17,26,26,25,25,26,26,28,28,28,28,28,26,17,28,25,25,25,25,25,26,27,17,26,26,27,26,25,26,26,26,26,26,26,26,26,0,26,26,17,26,25,26,27,17,26,26,27,26,26,26,26,27,17,0,26,27,0,26,26,17,26,26,26,27,17,26,0,26,26,26,27,17,26,26,0,26,26,26,26,26,26,0,26,27,26,0,26,26,26,26,17,26,27,17,26,26,26,26,27,17,26,26,26,0,26,26,26,26,26,26,26,27,26,26,25,25,26,26,27,17,26,26,26,26,26,26,26,26,27,26,26,26,0,26,26,26,27,26,26,26,27,17,26,26,17,26,26,27,17,26,27,17,25,26,27,26,0,26,26,26,17,26,26,26,26,26,26,0,26,27,17,26,27,17,26,26,26,27,26,27,26,27,26,26,27,26,0,26,26,27,26,27,26,26,26,26,26,27,0,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,25,26,26,25,25,25,26,26,26,27,17,26,26,17,26,0,26,26,27,26,26,26,26,26,26,26,26,26,17,26,26,26,26,26,17,26,26,25,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,27,17,0,26,26,25,26,27,17,26,27,17,26,0,26,26,26,26,26,26,26,26,26,27,17,0,26,26,26,26,17,26,26,26,0,26,26,26,0,26,26,26,26,26,26,26,27,25,25,26,26,26,26,26,27,17,26,26,26,27,26,26,26,26,26,17,26,26,17,26,0,26,26,27,17,26,0,26,25,26,17,17,17,17,17,17,17,26,25,26,26,26,26,17,26,26,26,26,26,0,25,26,27,17,26,27,26,26,26,26,27,17,25,25,28,28,25,25,26,27,17,25,26,17,25,26,17,25,25,26,27,17,25,26,17,26,27,17,17,17,17,17,17,17,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,17,26,26,26,27,26,26,26,0,26,26,0,26,25,25,26,27,26,26,27,26,26,26,26,26,17,26,0,26,26,26,26,26,0,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,25,26,27,26,0,26,26,26,26,26,26,27,26,27,26,27,25,26,27,26,25,26,26,26,27,17,26,25,26,26,26,26,25,26,26,26,17,26,26,26,26,26,26,27,26,26,0,26,26,26,28,26,27,17,26,26,0,26,26,0,26,26,26,26,26,28,26,27,17,26,26,27,17,26,26,27,17,26,26,26,26,26,17,26,26,26,26,26,26,27,17,26,27,17,26,26,0,26,26,0,25,25,25,25,25,25,26,27,17,26,0,26,26,26,26,26,26,27,25,26,27,17,26,26,27,26,26,26,26,26,25,26,26,26,27,26,26,26,26,0,25,25,25,26,24,26,26,26,26,26,26,26,17,26,26,26,0,28,26,17,25,26,0,26,26,26,26,26,17,17,17,17,17,17,17,28,26,27,17,26,25,25,28,28,25,26,27,17,26,25,25,25,26,27,17,25,26,17,25,26,17,0,26,26,0,26,26,26,26,26,26,17,26,0,26,26,27,17,26,27,17,26,26,0,26,0,26,26,27,26,17,26,26,26,26,26,26,26,26,27,17,26,26,27,17,26,26,26,27,0,26,27,25,26,27,26,26,26,26,26,28,17,26,27,17,26,27,17,26,27,26,17,26,17,26,26,0,26,26,26,27,26,26,0,26,17,26,26,26,26,17,26,26,26,26,17,25,26,27,17,26,25,28,28,26,27,17,26,27,0,26,27,26,27,17,17,26,27,26,27,17,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,26,27,17,25,25,26,27,17,26,27,26,27,17,26,27,26,27,0,26,27,0,26,27,17,25,26,27,17,26,27,26,27,26,27,0,25,25,25,26,27,24,0,26,27,26,27,25,25,26,27,17,26,27,26,27,17,26,27,17,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,17,26,27,26,27,26,27,28,25,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,17,26,27,17,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,0,26,27,26,27,0,26,27,0,26,27,17,0,25,25,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,25,26,27,0,26,27,26,27,26,27,17,25,26,27,26,27,17,26,27,26,27,25,28,17,26,27,17,26,27,17,26,17,26,17,0,26,17,26,17,26,27,17,25,26,17,26,26,26,17,26,0,26,0,26,26,17,26,27,28,26,27,17,0,26,0,26,27,17,26,26,26,26,17,26,0,26,26,25,17,17,26,17,26,26,26,26,17,26,26,27,26,26,0,26,27,26,27,26,27,17,26,27,17,26,27,26,26,26,0,26,26,17,17,26,26,26,26,26,26,26,17,26,26,26,26,0,26,17,26,26,26,26,26,26,17,26,26,27,26,26,26,0,26,26,26,26,26,0,26,26,26,0,26,27,0,26,27,26,26,26,26,26,26,26,27,26,26,26,27,17,26,0,26,25,26,26,27,17,26,28,26,27,17,26,27,28,26,27,17,26,0,26,27,26,26,25,26,26,26,26,26,26,17,0,26,26,26,26,27,0,26,25,26,26,26,26,26,26,26,26,26,26,26,0,26,26,17,26,0,26,26,25,26,26,26,27,26,26,26,26,27,17,26,26,26,26,26,25,26,26,26,26,0,26,26,26,27,17,26,26,27,26,26,26,26,26,27,17,26,26,17,26,26,26,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,26,26,25,26,27,17,25,26,17,25,26,17,25,26,17,25,26,17,26,26,26,26,27,0,26,27,17,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,0,25,26,26,26,26,26,27,26,0,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,0,26,26,26,25,26,26,26,26,26,26,0,26,26,25,26,24,26,26,27,17,26,26,26,26,26,27,17,25,28,26,17,26,27,26,27,26,26,0,28,26,17,26,27,17,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,26,26,26,25,28,28,25,25,17,26,27,17,26,25,26,26,25,26,26,26,26,26,17,17,17,17,17,17,17,26,26,26,26,26,26,26,27,0,26,26,26,0,26,26,26,26,26,26,26,26,26,17,28,26,27,17,26,27,0,26,26,26,26,0,26,26,28,26,27,17,0,25,26,26,26,27,26,26,0,17,17,17,17,17,17,17,26,27,17,26,26,26,26,27,26,26,26,27,0,26,27,17,26,17,26,26,17,25,26,27,26,17,26,26,26,26,17,26,27,17,26,27,17,26,26,17,26,26,27,0,26,26,26,26,26,26,27,17,26,25,26,26,27,17,26,26,26,26,26,27,17,26,17,26,26,26,26,26,27,0,26,26,17,26,0,26,26,27,17,0,26,26,25,17,26,27,17,26,26,27,26,26,26,26,27,17,26,26,26,27,25,25,25,26,24,26,26,26,26,26,0,26,0,26,25,26,26,27,26,26,26,26,27,26,26,0,26,26,17,26,26,26,17,26,26,26,26,27,26,26,26,27,17,26,17,26,26,26,26,28,26,27,17,26,26,27,26,26,26,26,26,26,26,27,26,25,28,28,26,27,17,0,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,27,26,26,27,17,0,26,26,0,26,26,26,27,26,17,26,17,0,26,26,26,26,26,26,17,26,26,25,26,27,26,26,0,26,26,26,26,27,17,17,26,17,26,0,26,26,26,26,26,27,17,26,25,25,25,25,25,25,28,28,26,27,17,25,25,25,26,27,17,26,27,25,26,26,17,26,17,26,26,26,26,26,26,27,0,26,26,0,26,27,17,26,0,26,26,27,26,26,0,26,27,26,26,26,26,26,26,26,17,26,27,26,17,26,0,25,26,27,17,26,26,25,25,28,28,26,27,17,26,27,25,26,27,17,26,27,26,27,26,25,28,28,26,27,17,26,26,26,26,25,26,27,26,27,17,26,17,26,17,25,25,26,26,26,0,26,17,26,0,26,26,26,26,27,17,26,27,17,26,17,26,25,25,25,26,27,17,26,0,26,26,0,26,26,17,26,26,26,25,26,0,26,26,26,25,26,27,25,25,26,17,0,25,25,28,28,25,26,27,17,25,25,26,27,17,25,26,25,26,27,25,17,26,27,17,26,26,26,26,26,26,26,26,26,27,26,27,25,26,17,26,17,26,25,26,27,25,26,26,27,17,26,0,26,26,26,26,25,26,17,26,27,26,17,26,17,17,26,0,26,26,27,17,26,26,26,0,25,26,27,17,26,27,25,25,26,17,25,26,17,25,26,27,17,26,25,28,28,26,27,17,26,27,26,0,26,27,17,26,26,26,0,26,27,17,0,26,17,26,27,26,26,26,26,27,17,26,17,26,26,27,17,25,25,26,26,26,26,26,17,26,26,27,0,26,26,26,17,26,27,26,26,25,26,27,17,26,27,17,26,26,26,27,0,26,26,26,25,25,25,26,27,17,25,26,26,17,17,26,26,17,26,26,27,26,26,26,26,26,26,25,26,27,17,0,26,26,26,26,27,26,27,17,26,26,17,26,26,27,17,26,26,26,26,26,26,25,28,28,25,26,27,17,25,26,17,0,25,26,17,25,26,17,25,26,17,26,26,26,17,26,27,17,26,27,17,26,26,27,17,26,26,27,26,26,26,0,25,26,26,27,17,26,26,26,26,26,25,25,26,26,26,26,26,26,27,26,26,27,26,25,26,26,26,17,26,0,26,26,26,26,26,27,26,26,26,26,26,28,26,27,17,26,26,27,17,26,27,17,0,26,17,26,0,26,27,17,0,26,27,17,26,26,26,26,26,17,26,26,26,26,26,26,26,26,0,26,26,0,26,26,27,17,26,26,0,26,26,17,26,27,17,26,0,26,26,17,0,26,26,27,26,26,27,17,26,25,26,26,27,17,26,0,26,26,27,17,26,26,17,26,26,27,26,27,26,17,26,26,25,25,26,26,26,27,26,26,26,17,26,27,26,0,26,26,26,27,25,28,28,26,27,17,0,26,27,26,0,26,26,26,17,0,26,26,26,27,17,26,27,26,26,0,26,26,27,26,0,26,26,26,26,26,25,26,26,26,17,26,0,26,26,25,28,28,26,27,17,26,26,26,0,26,26,26,26,17,26,26,0,26,27,26,26,26,26,27,26,26,27,17,26,26,27,25,26,26,17,26,26,26,26,17,26,0,28,26,27,17,26,0,26,0,26,26,25,26,26,26,26,26,27,17,26,25,25,26,26,26,26,26,27,26,27,17,26,27,26,26,27,0,26,26,26,26,17,26,27,26,26,26,26,27,26,0,26,26,0,26,27,26,26,26,26,26,26,0,26,27,26,26,26,0,26,27,26,26,26,17,26,26,17,26,27,17,26,0,26,27,0,26,26,26,0,26,27,26,26,26,26,25,26,26,26,26,28,25,28,28,25,28,28,25,26,27,17,26,25,26,26,25,26,24,26,26,26,27,25,26,27,26,25,28,28,25,25,26,27,17,26,26,26,0,26,26,27,26,26,0,26,27,17,26,26,25,25,26,0,26,26,27,26,26,26,27,17,26,27,26,26,26,26,26,26,26,17,26,26,0,26,27,0,26,25,26,27,24,26,26,25,28,28,26,27,17,26,26,27,0,26,0,26,26,0,26,26,27,0,26,26,27,17,26,26,26,25,26,26,0,26,26,27,25,26,27,26,26,26,28,25,26,27,17,28,28,28,28,26,17,26,26,26,26,27,17,26,26,26,26,26,27,26,27,17,26,26,26,26,27,17,26,26,26,27,26,26,0,26,26,26,0,26,0,26,26,27,17,26,17,0,26,26,26,25,28,28,25,26,27,17,25,25,26,0,26,0,26,25,28,28,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,25,28,28,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,26,27,25,26,27,17,0,26,27,26,27,17,0,26,27,25,26,27,17,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,25,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,25,26,27,0,25,26,27,17,26,27,25,26,27,26,27,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,26,27,25,28,28,25,25,26,27,17,25,26,27,26,27,17,26,27,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,0,26,27,26,27,25,26,27,0,26,27,26,27,26,26,27,17,26,27,25,25,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,26,27,26,27,25,26,27,17,26,27,17,25,25,26,27,26,27,17,26,27,26,27,26,27,0,25,26,27,26,27,26,27,17,26,27,0,26,27,26,27,25,26,27,26,27,17,26,27,26,27,26,27,17,28,26,27,17,26,27,25,26,27,17,26,27,17,0,26,27,26,27,26,27,25,25,26,27,17,26,27,26,26,26,17,26,25,25,25,26,17,26,26,26,27,26,27,0,28,25,26,27,17,26,27,17,26,27,26,27,0,26,27,25,26,27,17,23,26,27,26,27,26,27,0,26,27,26,27,0,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,25,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,0,26,27,26,27,26,27,26,26,27,17,26,26,26,26,27,25,28,28,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,28,28,25,26,27,17,25,25,26,17,25,26,27,17,25,26,27,17,25,28,28,25,26,27,17,26,26,27,17,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,0,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,27,25,26,17,0,26,27,0,26,26,17,25,28,28,26,27,17,26,26,26,26,17,0,26,25,26,27,17,25,26,27,17,26,26,26,27,17,26,26,26,27,17,26,17,26,27,26,25,25,26,27,17,26,27,26,27,17,26,27,26,26,26,17,26,26,26,27,26,26,27,17,26,26,27,0,26,17,0,26,27,25,26,27,26,27,17,26,25,26,17,26,26,26,17,25,25,26,26,27,25,26,26,17,26,26,26,27,25,26,27,17,26,27,28,28,26,17,26,26,26,17,26,27,25,28,28,26,27,17,26,26,26,17,26,27,17,26,0,26,26,26,26,0,26,25,28,28,25,26,27,17,0,26,26,25,25,26,17,26,0,26,25,26,27,26,26,26,25,26,26,25,26,27,26,26,26,0,25,26,27,26,26,28,26,17,26,0,25,28,28,26,27,17,26,25,26,27,17,26,26,27,26,17,26,17,26,17,0,26,26,0,26,27,26,26,27,25,26,27,26,0,26,26,26,27,17,26,26,25,26,0,26,27,17,26,26,26,27,17,26,27,17,26,26,26,27,17,26,0,26,27,0,26,27,26,26,25,25,25,25,26,27,17,26,27,17,26,26,25,25,26,26,26,26,26,27,17,26,26,26,26,26,26,0,26,27,17,26,26,26,26,26,27,25,26,27,17,23,26,26,17,26,26,26,0,26,17,26,27,17,26,27,17,26,26,26,26,26,25,26,27,17,23,26,26,26,26,26,26,26,26,27,17,25,26,27,17,25,26,27,17,0,26,27,26,17,26,26,27,17,26,25,26,27,26,27,17,26,26,25,26,0,26,27,17,0,25,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,25,26,27,17,23,25,26,27,26,27,26,27,17,17,26,27,17,0,26,27,0,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,0,25,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,26,27,17,26,27,17,26,27,17,26,26,17,17,26,26,26,26,25,28,28,25,26,27,17,26,27,17,26,26,26,0,26,27,26,26,27,17,25,26,27,17,26,17,25,26,25,26,26,26,0,26,26,26,27,17,26,17,0,26,26,26,26,27,17,26,26,28,26,27,17,26,26,26,26,0,26,27,26,26,26,26,26,26,26,17,26,26,27,17,26,26,17,26,27,17,26,27,26,26,25,25,26,26,27,25,26,26,27,17,26,26,26,0,25,26,26,27,26,0,26,26,25,26,26,0,26,27,17,26,26,0,26,27,17,26,25,17,17,26,27,17,26,26,26,28,26,17,26,26,26,26,27,17,26,26,26,26,26,26,26,0,26,26,26,27,26,26,26,27,17,26,27,26,26,26,17,26,26,26,26,26,27,17,26,27,26,27,26,17,26,26,27,17,26,26,27,17,26,26,27,17,26,26,17,26,27,17,26,27,17,26,17,26,26,26,26,26,26,26,26,0,26,25,25,26,26,26,27,17,25,26,27,17,25,28,28,26,27,17,26,25,25,26,27,26,17,26,27,26,0,26,26,27,26,26,26,26,26,26,0,26,25,26,27,26,27,26,26,26,17,26,17,26,26,26,26,17,26,26,26,27,17,26,26,27,17,26,27,17,26,25,26,27,17,0,26,0,26,26,0,26,26,26,25,28,28,26,27,17,26,26,25,26,27,17,26,27,26,0,26,26,26,26,26,26,26,26,26,27,17,26,26,26,27,26,17,26,27,0,28,26,27,17,26,26,26,0,26,17,26,0,26,26,26,26,26,27,0,25,25,26,26,27,17,26,26,26,26,27,17,26,26,26,28,26,27,17,26,26,26,26,26,26,26,26,27,17,0,26,27,17,26,0,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,26,27,26,27,0,26,27,17,26,27,0,26,0,26,27,26,26,27,17,26,0,25,28,28,26,27,17,25,26,17,26,27,0,26,26,26,25,26,26,27,26,27,26,0,26,26,0,25,26,27,17,26,27,17,26,25,25,25,25,26,27,17,25,26,17,0,25,25,26,17,25,26,17,25,25,26,27,17,26,0,26,26,0,26,25,26,26,0,26,27,17,0,26,26,26,25,26,26,27,17,26,0,26,25,26,27,26,25,26,26,26,25,26,27,24,26,0,26,27,17,25,26,26,27,26,26,26,27,17,26,26,26,26,26,26,0,26,0,26,26,26,26,26,26,27,26,26,26,27,26,27,26,27,17,26,27,17,26,26,27,25,26,27,26,26,26,0,26,26,27,17,26,28,26,27,17,26,17,26,17,0,26,0,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,25,26,27,25,26,27,26,27,24,26,27,26,27,26,27,26,27,17,26,27,25,26,26,27,0,26,27,0,26,27,0,26,27,17,0,26,27,25,25,25,25,26,27,17,25,25,25,26,27,24,25,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,25,26,27,17,24,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,17,26,26,27,28,26,27,17,26,27,26,26,0,26,27,17,26,26,26,26,26,0,26,27,26,27,17,26,25,25,25,28,28,26,27,17,26,26,0,26,27,0,26,26,26,26,26,26,26,26,26,26,26,26,25,26,27,17,26,27,17,0,17,26,27,17,26,27,26,27,26,27,26,0,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,28,25,25,26,27,17,26,27,17,26,27,17,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,28,26,27,17,26,27,26,26,28,25,26,17,26,27,17,25,17,25,28,26,17,26,0,26,26,27,17,25,26,27,26,27,26,27,0,26,27,17,0,28,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,25,26,27,23,17,17,26,27,26,27,26,27,26,27,26,27,17,25,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,25,28,28,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,26,26,27,25,26,27,26,27,0,26,27,17,26,27,26,27,26,27,17,25,17,26,27,26,27,26,27,0,26,27,17,28,28,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,17,26,27,17,17,26,27,0,26,27,17,26,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,0,26,27,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,17,0,26,27,26,27,26,27,26,26,27,26,27,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,17,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,25,28,28,25,26,27,17,25,26,27,17,0,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,0,26,27,17,0,26,27,17,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,17,17,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,0,26,27,17,25,28,28,25,28,28,25,25,26,27,17,25,26,27,0,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,26,26,26,26,26,26,27,26,0,25,28,28,26,27,17,26,26,26,27,17,26,25,25,26,27,17,25,26,17,26,25,25,26,27,17,26,26,26,26,26,27,0,26,26,0,26,27,26,26,26,26,0,25,28,28,26,27,17,26,27,25,26,27,26,26,0,26,0,26,25,26,27,26,26,0,26,26,0,26,26,25,26,27,26,26,25,28,28,26,27,17,26,26,25,25,26,27,25,26,27,17,26,27,17,26,26,27,17,25,28,28,25,26,27,17,26,27,17,26,26,26,27,26,25,25,28,28,25,25,26,27,17,25,26,27,0,25,26,27,17,25,25,26,27,26,27,0,28,26,27,17,0,25,25,25,26,27,25,26,27,17,26,27,26,27,26,27,25,26,27,17,0,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,25,26,27,24,26,27,26,27,26,27,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,26,27,28,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,25,26,27,26,27,26,26,26,26,26,27,26,26,27,26,25,26,17,26,26,26,26,25,25,25,25,26,27,17,23,25,25,26,27,17,25,26,17,25,26,17,25,26,27,17,25,26,17,0,25,26,27,17,26,17,26,26,26,26,27,26,0,26,26,26,27,26,26,26,26,26,26,26,26,0,26,27,26,26,27,0,25,26,24,26,27,26,26,26,0,26,26,26,25,26,27,26,26,26,26,26,26,26,27,17,26,26,26,26,26,27,17,26,25,28,28,26,27,17,26,26,26,26,25,25,25,25,26,27,17,0,25,26,26,17,0,26,26,26,26,26,26,26,26,26,26,27,26,26,25,26,27,26,27,26,26,26,26,26,28,26,27,17,26,26,27,26,26,17,26,27,26,26,26,27,26,0,26,27,17,26,28,26,27,17,26,26,26,26,25,25,25,26,27,17,26,26,27,17,26,27,25,26,26,26,27,26,25,26,27,17,26,25,26,27,26,26,26,25,28,28,26,27,26,17,26,26,27,26,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,17,25,26,27,26,27,17,26,27,17,26,27,26,27,26,26,26,26,26,27,17,0,26,26,0,26,0,26,26,26,17,26,27,17,26,27,26,26,26,26,27,17,0,17,26,26,27,17,26,26,26,26,26,26,26,27,17,26,27,26,26,27,17,25,26,27,26,26,26,27,17,0,26,26,26,26,26,27,26,26,27,17,0,26,0,26,26,27,17,26,0,26,26,27,17,26,26,26,26,26,26,26,17,26,26,27,17,26,26,27,26,26,26,0,26,26,27,17,26,25,26,27,0,28,26,27,17,26,26,0,26,0,26,27,17,26,26,0,26,26,0,26,27,17,26,26,27,17,26,27,17,26,0,28,25,25,26,27,17,26,26,26,26,27,17,26,17,26,26,26,26,26,26,27,17,26,26,26,26,26,0,26,26,27,17,26,26,17,26,26,26,26,27,17,0,25,26,26,26,26,17,26,28,26,27,17,0,26,27,17,25,26,27,17,26,26,26,0,26,28,26,27,17,0,26,26,26,26,27,28,25,25,25,26,27,17,26,26,27,17,25,26,17,26,26,26,17,25,26,17,25,26,26,0,25,26,17,26,25,26,17,26,27,17,26,26,26,26,26,26,0,26,26,27,17,26,27,17,26,27,26,26,26,26,17,26,27,17,0,26,26,26,27,26,26,26,26,0,26,26,26,26,26,26,26,26,28,26,27,17,17,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,27,26,26,26,26,27,17,0,26,26,26,26,26,26,26,26,26,0,26,26,26,27,26,26,26,26,27,26,27,26,0,26,27,26,27,26,26,26,26,26,26,26,26,27,17,0,26,26,0,26,27,26,26,26,26,26,26,27,26,26,25,26,26,26,26,0,26,26,26,25,26,26,26,26,26,26,26,26,27,17,26,26,26,28,26,27,17,26,27,17,26,26,27,17,26,26,27,17,0,26,0,26,26,27,26,26,27,17,26,26,17,0,26,26,26,26,0,26,27,17,26,26,26,26,26,26,26,24,26,26,26,26,0,26,26,26,26,0,26,26,27,26,26,26,27,26,26,27,17,26,26,26,26,25,26,24,26,27,17,26,0,26,26,26,27,0,26,27,17,28,26,17,26,26,27,26,26,27,17,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,0,26,26,26,26,26,26,27,17,0,26,26,26,26,26,27,26,26,26,26,27,0,26,26,27,26,26,26,26,26,26,26,0,26,27,26,26,17,26,26,26,26,26,26,26,27,26,26,26,26,26,0,26,27,26,27,26,28,26,27,17,26,27,26,26,27,17,26,26,26,26,26,27,26,26,26,26,26,27,26,26,26,26,27,17,26,27,26,26,26,26,26,26,25,26,26,26,26,27,0,26,26,26,17,26,26,26,0,26,26,26,26,26,26,26,26,26,25,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,27,17,26,0,26,26,26,26,0,26,26,26,26,26,27,17,0,26,26,26,26,27,17,0,26,25,26,26,26,26,26,26,26,26,26,26,27,26,0,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,27,17,26,27,26,26,27,26,0,26,26,26,0,26,26,26,0,26,0,26,27,17,26,25,26,27,17,26,26,26,26,17,26,26,27,26,26,26,27,26,26,26,27,17,26,26,26,0,26,0,28,26,27,17,26,0,26,26,26,26,17,26,26,26,26,26,26,25,26,27,26,26,0,26,27,17,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,17,26,26,26,26,26,27,17,0,26,26,26,26,26,26,26,26,26,26,26,27,26,0,26,26,27,17,26,26,27,26,26,26,17,26,26,0,26,17,26,26,26,27,17,26,26,26,0,26,26,26,27,26,26,26,26,25,26,26,26,26,25,26,27,17,26,0,26,17,26,25,26,26,27,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,0,26,26,26,0,26,25,26,26,26,28,26,27,17,25,25,26,27,17,26,27,17,26,26,26,26,0,26,25,17,25,26,17,0,26,26,26,26,26,17,26,26,26,26,0,26,26,27,26,0,26,26,27,26,26,27,26,26,17,26,26,26,26,26,26,26,26,27,17,0,26,26,0,26,26,26,27,0,26,26,0,26,27,17,25,26,26,26,26,0,26,25,28,28,28,28,28,26,17,26,26,0,26,26,26,27,26,26,26,27,17,26,0,26,26,26,26,0,26,27,26,27,26,26,17,26,17,26,26,27,17,26,0,26,26,26,25,26,26,26,26,27,26,27,26,26,26,26,26,17,26,27,26,26,27,26,27,26,26,26,27,26,26,26,26,26,26,26,27,17,26,27,26,26,27,26,26,27,17,26,26,27,26,26,26,26,26,26,26,27,17,17,26,17,26,26,27,17,0,26,26,26,26,26,26,0,26,0,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,25,25,26,27,17,26,27,26,17,17,26,0,26,26,26,26,26,26,26,26,26,26,0,26,25,25,25,25,26,27,17,28,26,27,17,0,26,0,26,26,26,27,26,26,26,26,26,26,27,26,26,26,26,26,17,0,26,0,17,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,26,25,26,26,26,0,26,27,26,0,26,26,26,26,26,26,26,26,26,17,17,26,17,17,26,17,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,17,17,26,0,17,17,26,26,27,26,26,26,26,26,0,26,26,26,26,27,17,26,26,26,0,26,0,26,26,26,26,26,26,26,0,26,27,26,27,0,26,26,26,17,26,26,26,27,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,27,26,26,26,26,26,26,26,17,17,26,25,26,26,27,0,26,26,26,26,27,26,26,26,17,26,27,17,26,26,26,26,25,25,25,26,27,24,26,26,26,17,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,17,17,26,27,26,0,26,27,26,26,26,27,17,26,26,26,26,26,27,26,0,26,27,17,26,26,26,27,17,26,26,26,27,26,27,17,0,26,26,26,26,26,26,26,26,26,27,17,26,27,26,26,26,27,0,26,27,17,26,26,26,26,26,27,26,27,17,26,17,0,26,26,17,26,26,26,26,26,27,26,26,26,26,26,26,27,26,0,26,26,26,27,26,26,26,17,26,26,0,26,26,26,26,27,17,28,26,27,17,0,26,26,26,26,27,26,27,26,26,26,0,26,26,26,26,0,25,17,25,26,17,26,26,26,17,0,26,26,17,26,26,26,26,26,26,27,26,26,27,17,26,27,26,26,26,26,26,26,26,26,26,27,26,26,26,27,26,17,26,26,26,27,26,27,17,26,17,26,26,0,26,25,28,28,26,27,17,25,25,26,26,27,26,26,26,27,17,0,26,26,26,27,26,26,26,0,26,0,26,0,26,26,26,27,26,26,26,27,26,26,26,26,26,26,26,17,26,26,0,26,26,26,27,17,26,28,26,27,17,26,17,26,26,26,26,26,17,26,26,26,26,26,26,0,26,26,26,27,26,26,26,26,26,27,17,26,26,26,27,17,26,27,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,27,26,26,26,26,25,26,27,26,27,17,26,26,26,26,26,28,26,27,17,26,26,0,26,17,26,27,26,26,26,26,26,26,26,26,27,0,28,26,27,17,26,26,17,0,26,26,26,26,26,26,27,17,26,25,26,17,25,28,28,26,27,17,26,26,26,26,0,26,26,27,26,26,26,0,26,26,26,26,26,27,17,26,26,26,26,26,25,25,28,28,25,26,27,17,25,25,26,27,17,25,26,17,25,26,17,25,26,27,17,26,26,0,26,26,26,26,26,0,26,26,26,25,28,28,26,27,17,0,26,27,17,25,26,27,24,0,26,26,26,26,0,26,26,26,27,26,0,26,26,26,25,28,28,26,27,17,26,27,17,26,26,25,26,26,27,26,26,27,17,0,26,27,26,27,17,26,26,27,26,28,26,17,0,26,26,26,27,26,27,17,26,27,17,26,26,17,26,27,17,26,26,26,27,26,25,25,25,28,28,26,27,17,26,27,26,0,26,27,26,0,26,0,26,0,26,27,17,0,26,0,26,26,26,0,26,26,26,26,27,26,27,17,26,26,27,26,25,26,26,27,17,0,26,26,26,25,25,28,28,26,27,17,0,26,26,26,26,26,26,0,25,28,28,25,25,25,28,28,26,27,17,0,25,26,27,17,26,26,27,26,0,26,0,26,26,27,0,26,26,26,26,27,17,26,26,27,0,26,27,26,26,26,25,26,27,17,25,25,28,28,26,27,17,0,26,26,27,17,26,26,25,28,28,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,25,26,27,17,25,26,27,17,26,27,26,27,17,26,27,17,0,26,27,17,26,27,28,26,27,17,26,27,26,27,26,27,26,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,25,26,27,26,27,0,26,27,26,27,25,28,28,25,26,27,17,26,26,27,26,27,0,26,27,25,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,25,26,27,26,27,17,26,27,0,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,17,26,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,25,28,28,25,25,25,26,27,17,0,25,26,27,17,24,26,27,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,25,25,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,25,25,25,26,27,17,26,27,17,25,25,26,27,26,25,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,17,26,26,27,26,27,26,27,26,27,25,25,26,27,17,26,27,26,27,0,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,28,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,0,25,25,26,26,27,26,27,26,27,25,26,27,17,0,28,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,25,26,27,26,27,26,0,25,26,27,0,26,27,26,27,26,27,26,27,28,28,28,26,27,17,0,26,27,26,27,26,27,25,26,27,17,0,26,27,26,27,26,27,25,25,26,27,26,27,26,27,26,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,25,28,28,26,27,17,26,27,0,26,27,26,27,26,27,26,27,0,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,26,25,25,28,28,26,17,26,17,25,17,26,25,25,26,26,26,26,26,25,26,27,0,26,26,27,17,26,26,27,26,27,17,26,27,17,26,0,26,26,17,26,17,26,26,0,26,26,26,27,17,26,26,26,17,26,26,26,26,25,26,26,25,26,25,26,27,26,27,17,0,26,27,17,26,26,26,26,26,26,26,17,17,26,27,17,26,0,28,26,27,17,26,26,25,26,17,24,25,26,26,25,26,26,26,26,26,26,25,25,25,28,28,25,26,27,17,26,0,26,26,26,25,26,25,26,26,27,25,26,27,17,26,25,26,27,17,26,27,17,26,26,25,26,25,25,25,26,27,17,26,26,26,26,0,26,27,25,26,26,27,17,26,26,26,26,25,26,17,28,28,28,26,17,26,26,26,26,25,26,17,0,17,26,27,17,26,27,26,25,25,28,28,26,27,17,26,27,25,25,26,27,26,27,26,27,26,27,25,26,27,25,26,27,0,26,27,17,0,25,26,27,17,26,27,28,26,27,17,26,27,26,27,26,27,17,0,25,25,26,27,26,17,25,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,26,26,26,26,26,17,26,26,27,26,0,26,17,0,26,26,26,26,27,25,26,27,26,27,17,25,26,26,26,27,25,28,28,26,27,17,25,26,25,25,25,26,27,17,26,27,26,26,25,26,17,25,26,25,26,27,26,27,26,27,17,26,27,17,26,26,27,17,0,25,26,27,17,26,27,26,26,26,17,25,26,27,26,25,26,27,26,25,17,26,27,17,26,26,25,26,27,26,27,26,25,25,26,27,25,28,28,26,27,17,25,26,27,26,27,25,26,27,25,26,27,17,0,26,25,26,27,26,27,17,25,26,27,26,26,27,17,25,28,28,26,27,17,0,25,26,27,17,26,25,26,27,17,25,25,25,25,25,26,17,17,26,17,26,25,26,0,25,26,27,25,26,27,26,0,26,25,26,27,26,17,25,26,27,26,26,26,27,17,25,26,27,25,28,28,26,27,17,25,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,25,25,25,28,28,26,27,17,25,26,27,26,27,26,27,17,26,27,25,25,26,27,26,27,25,26,27,17,26,27,25,25,26,27,24,25,17,25,26,27,17,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,0,25,26,27,25,26,27,17,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,25,17,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,26,27,17,26,27,0,25,26,27,17,25,26,27,17,26,27,0,25,25,26,27,17,25,25,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,25,26,27,25,26,27,17,26,27,26,27,26,27,26,27,25,25,26,27,26,27,17,0,25,26,27,17,26,27,0,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,25,26,27,26,27,0,26,27,26,27,0,25,25,26,27,17,0,26,27,26,27,26,27,17,26,27,17,26,27,25,17,25,26,27,17,25,26,27,17,0,26,27,26,27,17,26,27,26,27,0,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,17,26,27,25,26,27,17,26,27,25,26,27,25,26,27,0,26,27,26,27,26,27,17,25,25,28,28,25,25,26,27,17,26,27,25,25,26,27,26,27,26,27,26,27,25,26,27,25,26,27,17,26,27,0,26,27,26,27,17,26,27,0,26,27,0,17,26,27,17,25,25,26,27,26,27,26,27,26,26,27,0,25,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,0,26,27,25,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,26,27,25,26,27,25,26,27,17,0,25,26,27,17,26,27,26,27,0,25,26,27,0,25,26,27,17,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,17,0,26,26,27,26,27,0,26,27,17,26,27,26,27,26,27,25,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,25,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,25,26,27,17,25,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,0,25,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,25,26,27,26,27,0,26,27,26,27,26,27,26,27,25,25,25,25,26,27,17,25,28,28,26,27,17,26,17,26,27,25,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,17,26,27,17,26,27,26,27,17,25,26,27,17,26,27,0,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,17,26,27,0,26,27,25,28,28,26,27,17,26,27,17,17,26,27,17,26,17,17,26,27,17,26,27,26,27,26,27,17,25,26,26,27,0,25,26,27,17,26,27,26,27,17,26,27,17,28,25,25,26,27,17,26,27,17,25,28,28,26,27,17,26,26,27,25,26,27,26,17,26,27,25,25,26,27,26,27,0,26,27,17,26,27,26,27,0,26,27,17,25,26,27,17,25,26,27,26,27,26,27,26,27,17,25,26,27,26,27,26,27,17,25,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,26,26,27,26,27,17,26,27,25,26,27,17,26,27,25,25,28,28,26,27,17,26,27,26,27,17,0,26,27,26,17,26,27,26,26,26,17,0,26,26,0,26,27,25,26,27,17,25,26,27,17,26,27,17,26,27,26,17,26,27,26,27,26,27,26,26,26,25,26,28,25,28,28,26,27,17,26,17,26,27,26,26,26,26,27,26,25,26,27,17,26,26,26,25,26,27,17,26,25,25,26,27,17,17,17,26,17,25,25,26,26,27,17,0,25,25,25,28,28,25,26,27,17,26,27,25,25,26,17,0,26,17,26,26,26,27,26,26,26,27,17,26,26,0,26,25,28,28,26,27,17,26,27,17,26,26,26,26,26,26,26,27,17,26,0,28,26,27,17,26,25,26,27,26,25,26,26,26,27,17,26,17,25,25,25,25,25,26,27,17,24,25,26,27,17,0,26,26,26,26,25,26,28,26,17,17,17,26,17,26,27,26,26,26,25,26,25,28,28,26,27,17,26,27,26,25,26,27,17,26,26,26,26,26,26,27,17,26,26,25,28,28,26,27,17,26,26,26,27,26,27,26,26,26,25,26,27,17,26,27,0,26,27,25,25,26,27,25,26,27,17,26,27,17,17,26,27,26,27,26,25,28,28,26,27,17,26,27,26,27,25,26,27,25,25,26,27,17,26,27,28,26,27,17,25,25,25,25,28,28,26,27,17,0,26,27,26,27,26,27,0,26,27,25,26,27,25,28,28,26,27,17,25,26,27,26,27,26,27,17,26,27,26,27,0,26,27,17,0,26,27,0,25,26,27,26,27,17,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,26,27,26,27,17,0,26,27,26,27,0,26,27,25,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,0,26,27,25,25,26,27,17,17,17,26,27,17,26,27,26,27,0,26,27,26,27,26,27,25,28,28,26,27,17,0,17,17,17,17,26,27,17,26,27,0,26,27,26,27,26,27,0,25,26,27,17,26,27,17,26,26,27,17,26,0,25,26,27,25,28,25,26,27,17,0,26,27,26,27,25,25,17,26,27,17,26,27,26,27,0,17,17,17,17,17,17,17,26,27,0,25,25,25,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,17,26,27,25,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,17,0,26,25,26,27,26,0,17,26,17,25,26,27,24,0,25,26,25,17,26,26,26,27,17,26,26,26,25,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,25,25,25,25,25,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,25,26,27,26,27,26,27,28,25,25,26,27,17,0,25,26,27,26,27,26,27,25,25,26,27,26,27,0,28,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,26,27,17,26,27,25,25,25,26,25,26,26,17,26,25,26,27,0,26,26,26,27,17,26,27,25,28,28,26,27,17,26,27,17,0,25,26,27,25,26,27,26,27,0,26,27,17,25,26,27,26,27,17,26,27,25,25,26,27,26,27,25,26,27,0,17,17,26,27,26,27,26,27,26,27,17,17,17,25,25,26,27,26,27,17,26,27,25,26,27,26,26,27,26,27,17,25,26,27,17,26,27,17,25,26,27,17,26,27,25,26,27,17,26,27,26,27,25,26,27,26,27,26,27,17,0,25,28,28,26,27,17,0,26,27,26,27,25,26,27,25,26,27,26,27,26,27,25,26,27,17,17,17,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,17,0,25,26,27,25,25,26,27,17,26,27,26,27,17,25,26,27,17,26,27,0,26,27,26,27,17,28,25,26,27,17,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,25,28,28,25,26,27,17,25,28,28,26,27,17,26,27,25,26,27,0,26,27,17,25,26,27,26,27,25,26,27,26,27,26,27,17,0,26,27,26,27,25,28,28,26,27,17,26,27,25,26,27,26,27,26,27,26,27,0,26,27,26,27,25,26,27,25,26,27,0,26,27,26,27,25,26,27,26,27,26,27,17,17,26,27,17,25,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,25,26,27,25,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,26,27,25,25,26,27,17,25,26,27,26,27,26,27,26,27,25,25,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,25,26,27,0,26,27,26,27,0,26,27,17,26,27,17,25,25,26,27,17,26,27,17,25,28,28,25,26,27,17,26,27,17,26,25,25,26,27,26,27,26,27,0,17,17,26,27,17,17,25,26,27,26,27,17,17,26,27,17,26,27,26,27,17,26,27,17,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,17,26,27,25,25,25,26,27,17,24,25,25,26,27,17,26,27,26,27,26,27,26,27,17,17,17,26,27,26,27,25,26,27,26,27,25,25,28,28,26,27,17,26,27,25,26,27,26,27,17,26,27,17,25,26,27,0,26,27,26,27,0,25,26,27,26,27,0,17,26,27,26,27,17,25,26,27,17,17,26,27,25,26,0,26,27,26,27,17,28,26,27,17,0,25,26,27,17,25,26,27,25,25,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,25,26,27,17,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,25,26,25,26,27,26,27,26,27,25,26,27,26,27,17,0,26,27,25,25,26,27,26,27,0,25,25,28,28,28,26,27,17,25,26,27,26,27,26,27,26,27,25,26,27,26,27,17,26,26,27,17,26,27,17,17,26,27,26,27,25,26,27,26,27,26,27,0,26,27,17,0,26,27,17,26,27,26,27,25,26,27,17,26,27,17,25,26,27,17,25,28,28,26,27,17,26,27,26,27,17,26,27,17,25,25,26,27,26,27,26,27,25,28,28,25,26,27,17,26,27,17,25,25,25,26,27,17,0,25,26,27,17,25,25,25,26,27,26,27,26,27,17,25,26,27,17,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,17,25,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,17,26,27,25,28,28,26,27,17,26,27,25,26,27,25,26,27,17,0,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,25,17,17,17,17,17,17,17,25,26,27,17,0,26,26,27,17,25,25,26,27,0,26,27,26,27,25,25,25,25,25,25,26,27,17,26,27,25,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,0,17,26,27,0,26,27,25,28,28,25,25,25,25,28,28,26,27,17,26,26,26,27,26,17,26,26,26,26,17,26,26,26,17,26,17,26,17,26,17,26,27,17,25,25,25,26,17,24,25,25,25,26,27,17,26,26,26,17,0,26,25,26,26,26,0,26,26,27,26,17,17,26,17,25,26,27,17,25,25,26,27,17,26,26,26,26,26,26,17,26,26,27,26,25,26,24,28,26,27,17,26,27,26,26,17,0,26,26,27,17,26,26,17,0,26,26,26,0,26,26,26,25,25,26,26,26,26,0,26,27,26,27,17,26,17,26,26,26,17,26,26,26,26,26,26,27,17,26,26,17,0,26,27,17,25,26,27,17,26,26,17,26,26,26,26,17,0,26,26,26,0,26,27,17,26,26,26,26,26,26,27,26,26,27,17,26,26,26,17,26,17,26,27,17,26,27,17,26,27,17,0,26,17,26,17,26,25,26,26,17,26,26,26,27,17,26,27,17,26,26,27,17,26,26,26,27,26,26,0,26,27,17,26,26,26,25,26,27,17,26,26,17,17,26,17,26,17,17,25,25,25,28,28,26,27,17,26,25,28,28,26,27,17,26,27,17,0,25,25,25,26,27,17,0,25,25,26,27,25,26,27,26,17,26,26,17,26,26,27,17,26,27,17,26,27,26,26,26,26,26,26,26,27,0,26,17,26,26,17,26,27,17,26,25,26,26,17,26,27,26,27,17,26,26,17,17,26,17,25,25,26,27,17,26,26,26,26,0,25,26,27,17,26,27,17,26,27,17,25,26,27,25,25,26,27,17,26,26,26,26,0,25,28,28,26,27,17,26,26,27,17,26,0,26,0,26,0,26,26,27,26,26,0,26,26,17,17,17,26,26,17,26,27,26,26,17,26,27,17,26,27,17,26,25,28,28,26,27,17,17,26,26,26,17,0,26,27,17,25,28,28,26,27,17,26,26,26,25,26,27,0,26,26,26,27,26,0,26,25,28,28,26,27,17,26,17,25,25,25,26,27,17,26,27,26,26,17,26,17,25,26,26,26,26,26,26,26,17,26,0,26,26,26,26,26,26,26,26,27,26,27,26,26,17,26,26,25,26,27,26,17,26,26,26,26,26,0,26,27,26,26,27,26,26,26,26,25,26,27,17,26,0,26,26,27,17,26,26,0,26,26,26,26,27,26,25,26,27,17,26,0,25,25,25,25,26,27,17,25,26,26,26,26,26,26,26,26,0,26,26,27,26,27,26,0,26,27,17,26,17,26,0,26,26,26,27,17,26,26,26,26,27,25,25,25,26,27,17,25,25,26,17,25,26,17,0,25,25,25,26,17,25,26,17,26,0,26,25,17,17,26,27,17,26,26,27,17,26,25,26,17,26,25,25,26,27,17,26,0,26,27,17,0,26,26,26,27,17,0,26,27,17,26,26,26,26,26,26,17,26,0,26,27,17,26,27,26,0,26,26,17,26,27,17,26,26,27,17,26,17,0,26,26,26,26,25,26,17,26,27,17,26,26,17,26,26,26,0,25,28,28,26,27,17,25,17,26,0,26,26,0,26,27,17,26,26,17,26,26,26,27,26,0,25,26,24,26,26,27,17,26,26,0,26,17,26,0,26,27,17,26,27,26,17,26,27,26,25,25,25,28,28,26,27,17,26,26,26,27,0,26,26,27,26,26,26,26,27,17,26,0,26,26,26,17,26,26,26,26,17,26,25,26,27,17,26,25,28,28,26,27,17,26,26,26,26,26,26,26,25,26,27,17,26,27,17,26,26,17,26,17,26,27,17,26,26,26,25,26,27,26,26,25,25,25,25,26,27,17,0,26,26,0,26,26,0,26,26,25,26,27,17,26,26,25,25,26,27,17,26,26,26,27,26,26,26,17,26,26,26,26,27,17,26,27,26,26,26,27,17,26,0,26,26,26,27,17,0,26,26,26,26,17,26,26,26,28,25,26,17,26,26,26,0,26,26,25,26,27,26,27,0,26,26,17,0,26,26,26,27,17,26,27,26,26,26,27,17,26,26,26,26,27,17,0,17,26,17,26,26,26,27,17,26,26,26,25,26,27,17,26,26,27,25,26,27,26,17,26,26,0,26,27,26,17,26,26,25,28,28,26,27,17,26,27,17,25,26,0,26,26,26,0,17,25,28,28,17,26,27,17,26,0,26,17,17,26,17,26,0,26,26,0,26,27,17,26,25,26,27,17,26,26,27,17,26,26,26,26,26,26,26,27,17,26,27,17,25,26,17,26,26,26,0,26,26,26,25,26,27,17,26,27,17,26,27,25,26,27,17,26,17,26,26,26,0,26,25,28,28,26,27,17,26,26,25,25,25,26,24,26,26,26,27,17,0,26,26,0,25,26,27,17,26,27,26,27,17,0,26,27,17,26,26,26,27,17,26,26,27,17,26,26,17,26,0,26,26,17,26,27,17,26,26,25,25,25,25,26,27,17,26,17,25,26,27,26,26,26,0,26,26,0,26,0,26,26,26,26,26,26,27,26,26,26,17,26,26,26,26,27,26,26,26,17,26,27,26,25,25,25,25,26,27,17,26,0,26,26,27,26,26,27,17,26,26,26,26,26,27,17,26,26,26,26,25,26,27,17,0,26,27,26,26,26,17,0,26,26,26,26,0,26,26,26,26,26,27,26,26,26,17,26,27,26,26,26,26,26,26,26,26,0,26,0,28,26,27,17,26,0,26,26,0,26,26,26,26,26,27,17,26,27,26,27,0,26,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,26,26,26,26,26,26,26,27,26,26,27,17,26,26,0,26,26,26,26,26,26,26,0,26,17,17,26,26,0,26,0,26,27,17,28,26,27,17,26,26,26,26,26,27,17,0,26,26,0,26,26,0,26,27,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,17,26,26,27,17,26,26,26,27,17,26,26,0,26,26,27,26,17,26,26,26,28,26,27,17,26,26,26,17,26,26,26,0,26,27,17,26,27,17,0,26,27,26,26,27,26,26,27,26,26,0,26,26,27,17,26,26,26,26,27,17,0,26,27,17,26,26,27,28,26,27,17,0,26,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,0,26,26,26,27,26,26,26,26,26,26,26,26,26,27,17,26,0,26,26,26,27,17,26,26,26,26,0,26,26,26,26,26,26,26,26,27,17,26,17,26,27,17,26,26,27,26,27,17,26,26,27,26,26,26,26,27,26,27,17,25,28,28,26,27,26,17,26,26,26,26,26,26,27,17,26,26,26,26,26,0,26,26,28,26,27,17,26,0,26,26,26,17,26,27,26,27,17,26,26,26,26,26,27,17,0,26,27,17,26,26,0,26,26,26,27,0,25,25,26,27,17,26,0,26,27,17,25,25,26,27,17,28,26,27,17,26,26,17,26,17,26,26,27,17,0,26,27,17,26,0,26,26,26,27,17,26,26,27,0,26,27,17,0,26,17,0,26,0,26,26,27,17,26,26,26,26,27,17,17,26,27,26,27,0,26,27,17,26,27,26,27,0,26,27,0,26,27,25,26,27,0,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,26,17,26,26,26,27,26,26,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,0,26,27,26,26,27,17,0,26,26,27,17,26,27,17,0,26,26,27,26,26,26,26,26,26,26,26,27,26,27,17,26,17,26,25,25,25,26,27,17,24,26,26,26,26,26,26,26,26,26,26,26,27,26,0,26,26,26,26,26,26,26,26,26,0,26,26,26,26,27,17,0,26,26,26,26,27,17,26,26,26,27,17,0,26,26,26,26,27,17,26,26,27,17,26,26,27,17,26,26,17,26,27,17,26,26,26,26,26,0,28,26,27,17,26,0,26,26,0,26,17,26,26,0,26,26,0,26,26,26,26,25,26,24,28,26,27,17,26,26,26,26,0,26,17,17,17,26,26,26,27,26,26,26,26,27,17,26,28,26,27,17,26,26,27,17,26,27,26,26,27,26,0,26,17,26,26,26,27,26,26,27,17,26,26,27,17,26,26,27,17,26,26,26,26,26,27,26,27,26,26,26,26,26,26,26,0,26,17,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,27,17,26,26,25,26,27,17,26,26,27,26,26,0,26,0,26,26,26,26,17,17,26,25,26,27,17,26,0,26,27,26,27,17,26,26,26,0,26,26,0,26,26,27,17,26,27,26,26,28,26,27,17,26,0,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,17,26,27,17,26,26,27,17,26,26,26,27,26,26,0,26,0,26,26,26,27,17,26,26,26,17,26,26,26,0,26,26,26,27,26,26,26,26,25,26,26,26,27,17,26,0,28,26,27,17,26,27,17,26,26,27,26,26,26,26,26,0,26,26,0,26,17,25,25,26,27,17,26,26,0,26,26,26,26,27,17,26,26,27,17,26,25,26,24,26,0,26,26,26,26,26,27,26,25,26,26,26,26,26,26,26,26,26,26,26,26,27,26,26,0,25,25,25,26,27,17,24,26,26,17,26,26,26,26,26,26,26,26,26,26,27,17,26,26,17,26,27,26,26,26,27,17,26,27,17,26,27,0,26,27,26,28,26,27,17,26,26,26,26,26,0,26,26,26,26,26,26,26,17,26,26,25,25,26,26,26,26,25,25,26,0,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,17,26,26,26,26,26,26,26,26,27,17,26,26,26,27,26,26,27,17,26,17,26,27,26,0,26,27,26,26,26,17,17,17,26,26,26,17,26,26,26,27,26,25,26,27,24,26,26,26,26,26,26,26,27,17,26,26,26,26,28,26,27,17,26,26,26,26,26,26,27,26,26,27,17,26,26,26,26,26,27,17,26,26,0,26,26,26,0,26,26,27,17,26,0,26,26,26,26,27,17,26,26,0,26,26,26,26,26,26,26,26,26,26,27,17,26,27,0,26,26,26,27,0,26,0,26,26,26,27,26,26,26,0,25,26,0,26,26,26,26,26,27,0,17,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,25,26,27,17,26,17,26,27,26,17,25,28,28,25,26,27,17,26,27,26,26,26,0,26,26,26,26,17,17,26,26,26,0,26,26,26,27,17,26,26,0,26,26,0,25,25,25,25,26,27,17,26,27,26,0,26,26,27,26,26,26,26,27,26,26,26,27,17,0,26,26,26,0,26,27,26,26,25,28,28,26,27,17,26,25,26,27,26,27,17,26,27,26,25,26,27,26,26,26,27,26,0,26,26,27,17,25,25,26,27,17,26,17,28,25,28,28,25,26,27,17,26,26,27,0,26,25,26,27,26,26,25,26,26,26,26,26,26,26,26,26,26,0,26,26,25,26,27,26,28,26,27,17,26,26,27,26,27,26,26,26,26,26,26,26,0,25,26,27,0,25,26,27,26,26,27,17,26,26,27,26,25,26,27,26,27,17,28,26,27,17,26,25,25,26,27,17,26,27,17,25,26,27,26,26,26,26,25,28,28,26,27,17,26,26,27,17,25,28,28,25,26,27,17,26,26,27,25,26,27,26,25,26,27,26,26,26,25,26,27,26,26,25,26,27,26,0,26,0,26,27,26,26,25,26,27,25,25,26,27,25,26,27,26,0,26,25,26,27,26,26,27,26,26,25,26,27,26,26,27,26,26,26,25,26,27,26,25,26,17,26,26,27,17,26,27,25,26,27,0,26,26,27,17,26,27,26,26,27,17,26,26,27,17,26,26,26,27,17,26,0,26,26,0,26,26,26,26,25,25,25,25,25,25,26,27,17,26,27,0,26,0,26,0,26,25,26,27,26,27,26,27,25,28,28,26,27,17,26,27,25,26,27,26,27,25,26,27,26,27,0,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,25,26,27,25,26,27,26,27,26,27,26,27,17,25,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,26,27,25,25,25,26,27,24,25,26,27,26,27,25,26,27,0,26,27,25,26,27,26,27,25,26,27,26,27,26,27,26,27,25,26,27,26,27,25,26,27,26,27,0,26,27,26,27,26,27,28,26,27,17,25,26,27,0,26,27,0,26,27,0,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,25,28,28,26,27,17,0,26,27,0,26,27,17,26,27,17,0,25,26,27,26,27,0,25,26,27,0,25,26,27,17,25,26,27,26,27,25,26,27,26,27,17,26,27,26,27,25,26,27,26,25,26,27,17,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,17,17,26,17,26,27,17,0,26,27,26,27,25,26,27,17,25,26,27,0,25,28,28,26,27,17,25,26,27,25,26,27,17,26,27,25,25,25,25,26,27,17,25,25,25,26,27,17,25,26,27,25,28,28,25,26,27,17,25,25,26,27,26,27,26,27,26,27,25,25,26,27,17,25,26,27,26,27,0,26,27,26,27,0,25,25,25,26,27,24,25,25,26,27,26,27,17,26,27,17,26,27,26,27,0,26,26,27,25,26,27,26,27,17,26,27,26,25,25,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,25,26,27,26,27,0,26,27,25,26,27,0,26,27,17,25,25,26,27,0,25,26,27,26,27,25,26,27,0,26,27,17,26,27,25,26,27,17,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,17,17,26,27,26,26,27,26,17,26,26,26,26,26,27,0,26,27,17,26,26,26,17,26,25,26,27,0,26,26,25,26,27,26,25,25,26,27,26,26,26,26,27,17,26,25,26,27,17,17,26,26,0,26,26,27,17,26,26,28,26,27,17,0,26,27,17,26,26,0,26,26,0,26,26,26,26,27,25,26,0,26,17,26,26,17,26,27,0,28,26,17,25,26,27,17,26,26,25,25,26,27,26,0,25,26,27,26,26,26,26,26,0,25,26,27,17,26,26,25,26,26,26,26,26,26,25,25,25,26,24,0,26,27,17,26,26,26,0,26,26,27,17,26,26,26,27,17,26,27,26,27,17,26,26,26,27,26,27,26,27,25,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,25,26,27,26,27,25,25,25,25,26,27,17,26,27,26,27,17,25,26,27,26,27,26,26,17,26,26,26,26,26,25,26,26,26,26,26,0,26,26,27,26,27,26,26,26,26,26,26,26,26,26,26,26,27,17,26,25,26,27,17,23,0,26,25,26,27,17,26,26,17,0,26,25,25,25,25,26,26,27,26,26,26,26,26,26,26,26,26,26,26,17,26,26,26,17,26,25,26,24,26,25,28,28,26,27,17,0,26,27,17,26,26,27,17,26,27,26,26,26,0,25,25,25,28,28,26,27,17,26,0,26,17,25,26,27,26,26,26,27,0,26,0,26,27,0,26,26,26,26,26,25,26,27,17,23,26,26,26,17,0,26,26,27,25,26,27,17,26,27,26,26,26,26,27,26,26,26,26,27,26,26,27,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,25,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,0,26,27,17,17,28,28,28,28,28,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,17,25,25,26,0,26,27,25,25,25,25,25,26,27,17,0,25,26,27,26,27,17,26,27,26,27,17,26,27,25,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,25,26,27,0,26,27,26,27,0,26,27,17,25,26,27,24,26,27,26,27,17,26,27,17,0,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,26,26,26,26,27,17,26,27,26,26,27,26,27,17,26,27,17,26,26,27,17,26,27,17,26,27,26,26,26,17,26,26,27,17,26,27,17,26,0,26,27,25,26,25,28,28,26,27,17,17,26,26,27,17,26,25,28,28,26,27,17,26,27,25,28,28,25,25,26,27,17,26,17,26,26,27,17,25,26,27,26,26,26,27,26,17,25,26,26,27,17,26,27,17,26,26,27,17,26,27,17,26,28,26,27,17,26,27,17,26,26,17,26,27,26,26,26,27,26,27,17,26,27,26,26,25,25,25,25,25,25,26,27,17,26,25,26,26,27,17,26,26,25,26,27,0,26,26,25,28,28,26,27,17,26,27,17,26,27,26,26,27,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,17,26,27,0,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,17,26,27,17,0,25,26,27,17,26,27,26,27,26,27,17,0,26,25,26,27,17,26,26,26,26,27,17,26,27,17,26,27,17,25,26,27,26,27,25,25,26,27,17,26,26,26,27,17,26,26,26,26,0,26,17,26,17,28,26,27,17,0,26,26,27,26,26,27,17,25,25,25,25,25,26,27,17,26,26,27,17,25,26,17,26,17,26,17,25,25,26,27,17,26,17,26,17,25,26,27,17,26,26,26,17,26,26,26,0,25,26,27,17,25,28,28,26,27,25,25,26,27,17,26,25,26,27,26,26,0,25,25,26,26,26,26,25,28,28,26,27,17,26,26,17,26,26,26,27,17,26,25,26,26,25,26,27,17,26,27,17,0,26,26,26,27,0,26,26,27,17,26,25,26,0,25,25,28,25,26,27,17,23,23,23,23,23,0,25,25,26,27,28,26,27,17,0,25,26,26,17,26,26,17,26,25,26,26,26,26,26,26,26,26,26,26,0,26,17,26,26,26,26,26,26,26,27,17,0,26,27,17,25,26,27,26,27,17,0,26,26,27,26,26,26,26,0,26,26,26,17,26,26,27,26,25,25,26,27,26,26,26,27,26,25,26,27,17,26,26,26,27,26,26,26,26,17,26,17,0,26,26,26,26,25,25,26,27,17,26,27,26,17,26,27,17,26,26,26,26,25,26,27,17,26,0,26,27,0,25,26,26,17,25,26,27,26,26,27,17,25,28,28,25,25,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,25,25,28,28,26,27,17,25,26,27,0,26,27,25,25,26,27,26,27,17,25,28,28,25,26,27,17,26,27,25,25,25,25,25,26,27,17,26,27,26,27,26,27,25,25,25,26,27,17,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,25,26,27,26,27,0,25,25,26,27,26,27,17,26,27,25,25,26,27,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,0,25,26,27,26,27,17,25,25,26,27,28,26,27,17,26,27,26,27,0,25,26,27,26,27,26,27,17,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,25,26,27,26,27,26,27,26,27,0,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,25,26,27,17,28,25,25,28,25,25,26,27,17,26,27,0,25,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,25,26,27,17,26,27,17,26,27,17,26,27,25,25,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,0,26,27,17,17,26,27,0,26,27,0,26,27,26,27,26,27,17,25,26,27,0,26,27,26,27,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,0,26,27,25,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,28,28,25,28,28,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,25,26,27,26,27,17,26,27,25,26,27,17,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,25,28,28,26,27,17,26,27,25,26,27,26,27,17,26,27,25,26,27,17,0,26,27,25,26,27,17,0,26,27,26,27,26,27,26,27,25,25,26,27,17,0,26,27,25,25,25,26,27,17,26,27,26,27,25,26,27,17,17,26,27,25,26,27,17,26,27,17,25,26,27,17,25,25,25,25,25,25,28,28,25,25,25,26,27,17,26,27,25,26,26,27,25,25,25,25,26,27,17,0,26,27,26,27,26,27,17,26,27,25,25,28,28,25,26,27,17,0,26,27,17,26,27,25,26,27,26,27,17,28,25,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,25,26,27,26,27,17,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,25,25,25,25,25,28,28,26,27,17,26,27,26,27,0,26,27,25,25,26,27,25,26,27,26,27,26,27,26,27,25,26,27,26,0,26,0,26,25,26,27,17,26,26,27,26,27,17,26,26,27,26,28,26,27,17,26,0,26,26,26,26,26,17,26,17,26,17,25,26,27,26,26,26,27,17,0,26,26,26,26,26,25,26,27,0,25,26,25,26,26,26,25,26,27,26,27,17,26,26,27,17,0,26,17,25,25,25,28,28,26,27,17,26,27,26,26,26,27,17,26,26,26,26,26,27,17,26,27,17,26,26,27,26,26,25,26,27,26,26,26,26,26,26,26,26,25,26,27,0,26,26,27,17,26,26,25,26,27,26,25,26,17,26,26,0,26,0,26,17,26,26,26,0,26,26,26,26,26,26,26,17,26,26,26,25,25,28,25,25,25,26,27,17,0,26,17,26,26,26,26,25,26,26,28,26,25,26,27,17,26,26,25,28,28,26,27,17,26,25,25,26,27,26,25,26,25,26,27,17,26,26,26,0,26,26,26,26,26,26,17,26,17,26,26,27,0,26,26,26,26,27,17,25,26,27,26,0,26,0,26,27,26,26,26,26,26,25,26,27,26,26,27,26,27,26,27,17,25,26,27,26,26,25,25,26,27,25,26,27,0,28,26,27,17,26,25,28,28,25,26,27,17,0,26,26,26,27,0,25,26,27,26,26,26,27,26,17,25,25,26,27,17,26,26,27,17,26,25,25,26,27,26,26,26,27,17,26,25,26,27,17,25,26,27,26,26,27,25,26,27,26,0,26,25,26,0,26,25,25,26,27,17,26,26,25,25,26,27,26,26,26,26,26,25,26,27,17,26,27,17,26,26,26,26,26,26,26,25,26,27,17,26,0,26,26,26,26,27,17,0,26,27,17,26,26,0,26,26,0,25,26,27,26,0,26,26,26,26,26,25,26,27,0,25,26,27,26,25,25,25,26,27,17,24,26,27,17,26,17,0,26,26,0,26,25,26,25,26,26,26,17,0,26,17,25,26,27,17,26,0,26,26,26,26,26,26,0,26,26,26,26,25,26,27,25,26,27,0,25,26,26,17,26,26,27,17,25,26,26,26,27,17,25,26,27,26,25,26,26,25,26,25,26,24,26,26,26,25,26,26,26,26,26,25,26,26,26,27,26,26,17,26,26,26,25,25,25,25,26,17,0,26,26,26,26,26,25,26,0,26,0,26,25,26,24,25,25,25,25,26,27,17,26,26,0,26,26,26,26,26,26,0,26,26,27,17,26,27,17,26,17,26,26,27,26,27,28,26,27,17,26,26,26,26,26,26,26,26,0,26,26,17,25,28,28,26,27,0,26,17,26,17,25,26,26,26,26,0,17,26,27,17,26,26,26,26,26,26,26,25,26,27,26,26,0,26,27,17,26,26,17,26,26,0,26,26,27,17,26,26,27,17,26,26,26,26,26,26,27,26,26,26,17,26,26,26,26,27,26,26,26,27,17,26,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,25,26,27,25,28,28,17,26,27,17,0,26,27,26,27,26,27,17,0,26,27,17,26,27,25,26,27,26,27,26,27,25,26,27,17,26,27,25,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,17,26,27,0,25,26,27,17,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,17,17,26,27,17,25,26,27,26,26,27,17,26,27,26,27,26,27,25,25,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,0,26,27,25,28,25,26,27,17,0,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,0,26,27,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,25,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,0,26,27,26,27,25,26,27,17,26,27,26,27,25,26,27,0,26,27,17,26,27,17,28,26,27,17,26,27,0,26,27,26,27,25,25,25,26,27,0,25,26,27,17,26,27,17,26,27,0,26,27,26,27,28,25,26,27,17,26,27,25,26,27,26,27,17,28,26,27,17,25,28,28,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,17,0,25,28,28,25,26,27,17,26,27,25,25,26,27,17,26,27,17,25,25,26,27,24,26,27,26,27,17,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,17,26,27,25,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,0,26,27,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,25,25,26,27,17,26,27,17,26,25,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,17,25,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,17,26,27,17,26,27,25,25,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,17,26,27,0,25,26,27,24,26,27,26,27,25,25,26,27,17,26,27,25,25,26,27,17,0,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,0,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,0,26,27,0,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,26,26,26,28,26,27,17,0,26,25,26,26,27,17,26,26,0,26,26,26,17,26,26,26,17,26,27,17,26,26,27,26,26,26,26,0,26,26,26,26,26,26,26,26,0,26,26,26,27,26,26,0,26,0,26,26,26,26,26,26,0,26,26,0,26,26,26,26,26,0,26,26,26,27,26,27,17,0,26,26,26,26,26,26,26,27,17,25,25,26,27,17,26,26,26,0,26,26,26,26,26,26,26,26,0,25,26,0,26,26,26,26,26,26,17,0,26,0,26,27,17,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,27,17,0,26,27,26,0,26,26,26,26,26,0,26,17,26,17,0,26,26,26,27,17,26,27,17,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,27,26,26,26,26,26,26,27,26,26,26,26,27,17,0,26,17,26,26,27,0,26,17,26,27,17,26,26,17,26,26,27,17,26,26,26,26,0,26,26,26,27,17,26,27,26,26,26,27,26,26,27,26,26,26,26,26,0,26,27,26,26,0,26,26,27,26,17,26,26,26,26,26,26,27,17,26,26,26,27,26,26,26,25,26,26,27,17,26,26,25,25,25,26,24,26,0,25,26,27,17,26,26,0,26,26,26,26,26,26,17,0,17,17,26,26,0,17,26,17,26,26,26,0,26,0,26,17,26,26,26,26,26,26,26,26,26,0,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,27,26,26,26,26,26,26,17,26,26,26,26,27,17,26,26,27,17,26,27,17,26,26,26,27,26,26,26,26,27,26,26,27,26,26,26,27,26,26,27,17,26,26,26,26,26,26,17,26,27,17,0,26,26,26,26,0,26,26,26,26,26,26,26,17,26,26,26,27,26,26,26,26,0,26,26,26,26,26,26,0,26,27,26,27,17,26,26,27,26,26,26,27,17,26,0,26,26,17,26,17,26,26,26,0,26,26,27,26,26,26,26,27,17,26,26,26,0,26,26,27,17,26,26,17,0,26,26,26,26,26,26,26,27,26,26,27,17,0,26,26,25,26,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,26,27,17,26,26,26,0,26,26,17,26,0,26,26,26,26,26,26,27,26,26,26,27,26,26,17,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,26,26,26,0,26,27,25,26,17,26,27,17,26,27,17,26,26,25,26,26,0,26,26,0,26,26,27,26,25,25,25,25,25,25,25,25,26,27,17,26,26,26,26,0,26,25,26,17,25,26,17,26,26,26,26,17,26,26,0,26,26,26,0,26,26,26,26,26,17,0,26,26,0,26,27,26,26,26,26,25,26,26,26,26,26,27,17,28,26,17,26,0,26,0,26,26,26,26,0,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,26,26,0,26,26,0,26,27,17,26,26,26,26,27,17,26,26,0,26,26,0,25,26,26,17,26,26,0,26,26,26,26,17,26,17,25,26,17,26,26,26,26,27,26,17,26,26,26,26,26,26,27,26,26,27,25,26,26,26,26,26,26,0,17,26,17,0,26,0,25,26,27,17,26,17,26,17,17,26,26,26,26,0,26,0,26,26,27,26,27,17,26,26,26,17,26,0,26,26,26,0,25,25,26,27,17,25,26,17,25,26,27,17,25,26,17,25,26,27,17,26,26,26,26,26,27,26,26,26,26,26,17,26,27,26,26,17,26,26,25,25,26,27,17,26,26,26,27,26,26,27,26,27,17,26,26,26,26,26,26,17,0,26,26,26,26,26,26,26,26,26,25,26,24,26,26,26,27,17,26,26,0,26,27,0,26,27,26,27,26,26,26,26,27,17,26,26,26,26,26,26,27,26,27,26,26,26,26,26,26,0,26,17,26,26,28,26,27,17,17,26,26,26,27,26,0,17,26,17,26,0,26,26,27,26,26,26,26,26,26,27,26,26,26,26,26,26,27,26,17,26,26,27,26,26,26,17,17,26,26,17,26,26,26,26,26,26,27,26,26,17,26,28,26,17,0,26,26,26,27,26,26,25,26,27,24,26,26,26,26,26,26,26,26,0,26,26,27,17,26,28,26,27,17,26,26,26,27,0,26,26,17,26,26,27,26,27,0,26,17,26,27,26,26,26,26,0,26,26,26,0,26,26,26,26,17,26,17,26,0,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,17,26,17,26,26,26,27,0,26,17,26,17,26,26,26,26,26,26,26,0,26,26,0,25,28,28,26,27,17,26,0,26,27,26,25,26,26,26,26,26,26,26,0,26,26,26,26,27,26,26,27,17,17,17,26,26,26,26,26,26,26,27,0,26,26,26,26,26,26,27,17,26,0,26,26,26,0,26,27,26,26,27,26,26,26,26,26,25,26,27,17,26,26,26,26,17,26,26,27,26,26,0,26,26,26,0,26,26,26,26,26,17,26,0,26,26,26,26,26,17,26,17,26,25,25,25,26,24,0,26,26,25,26,27,17,25,26,17,25,26,17,25,26,17,0,25,26,17,26,26,0,26,26,26,27,17,26,27,17,17,26,27,17,26,27,17,26,25,26,27,17,26,27,17,17,26,26,26,26,26,0,26,27,26,25,28,28,26,27,17,0,26,27,26,27,26,27,26,27,0,26,27,26,27,0,25,26,27,17,26,27,26,27,26,27,25,25,26,27,24,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,0,26,27,25,25,25,26,27,17,26,26,26,17,25,26,26,0,26,26,26,27,26,0,26,27,26,26,0,26,26,25,28,28,26,27,17,0,26,25,26,27,0,26,26,26,26,26,25,26,27,26,26,26,26,26,0,25,26,27,17,25,26,27,17,26,26,27,17,26,26,26,17,0,26,26,27,17,28,26,27,17,26,17,26,27,26,26,26,26,27,0,26,26,26,26,27,17,25,26,27,26,17,26,17,0,26,26,26,27,17,26,17,26,27,17,0,26,26,27,17,25,26,24,26,17,26,0,26,26,26,26,26,26,0,26,26,27,26,26,27,17,26,26,26,26,26,26,26,26,17,26,27,17,26,26,27,17,25,26,27,26,0,26,26,27,26,25,28,28,25,26,27,17,26,26,26,17,17,26,26,26,26,26,26,26,25,25,25,26,24,26,26,27,26,26,27,17,26,26,26,26,26,26,28,26,27,17,0,26,25,28,28,26,27,17,25,26,27,26,26,27,17,26,26,26,26,27,26,26,17,26,26,26,26,25,26,26,27,25,17,26,27,26,26,0,26,26,25,26,27,26,26,26,27,17,26,26,0,25,26,27,26,25,25,25,26,27,17,0,26,27,17,26,27,17,26,25,26,27,25,26,27,0,17,26,17,26,26,25,28,28,26,27,17,26,26,26,26,0,25,28,28,26,27,17,26,25,25,25,25,26,27,17,25,25,25,26,26,17,26,0,26,26,26,17,26,26,26,27,17,26,27,17,25,17,26,17,25,26,27,17,26,25,25,25,28,28,26,27,17,26,27,26,26,26,27,26,26,26,26,17,26,27,26,26,0,26,17,26,26,26,26,17,26,17,26,26,27,17,0,26,17,26,0,25,26,17,26,26,25,28,28,25,26,27,17,25,26,27,17,25,26,17,0,25,25,25,26,17,25,26,17,25,26,24,26,26,27,17,26,26,0,26,26,26,26,27,26,26,25,26,26,25,25,26,27,26,26,26,26,26,26,27,26,26,26,26,26,26,26,27,26,26,27,17,26,25,25,25,25,25,25,26,27,17,26,26,26,0,26,27,26,26,27,17,26,26,26,27,26,26,17,26,17,26,26,26,25,26,26,26,0,26,26,26,26,0,26,27,0,26,17,0,26,26,26,26,0,26,26,27,26,26,26,26,26,0,26,0,26,26,25,25,26,0,26,26,27,17,26,26,26,27,17,26,26,26,27,26,26,26,26,27,26,0,26,0,25,26,26,0,26,26,26,27,26,26,17,0,26,26,26,26,26,26,26,0,26,26,26,27,17,26,27,17,17,26,17,26,26,26,0,26,26,26,27,17,0,26,26,26,0,26,26,25,26,27,17,26,26,26,26,0,26,26,28,26,27,17,26,27,26,0,26,27,17,26,26,26,17,26,17,17,26,26,27,26,26,26,17,26,27,17,26,0,26,26,0,17,26,17,26,25,25,26,26,26,27,26,26,0,26,26,26,26,26,26,0,26,26,26,26,26,25,26,17,26,17,26,0,26,17,17,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,26,26,26,0,26,26,27,26,27,17,26,0,17,26,26,26,17,17,26,17,26,26,17,17,26,27,26,17,26,27,26,0,26,26,27,26,26,0,26,26,27,17,17,26,26,26,25,25,25,28,28,26,27,17,0,26,26,26,27,0,26,28,28,25,17,17,17,25,26,17,26,17,26,26,27,0,25,25,26,26,25,25,28,28,28,28,26,17,25,25,25,25,25,26,26,26,26,26,27,26,0,25,17,26,17,26,26,0,26,26,0,17,17,26,26,26,27,17,26,26,26,25,26,26,26,26,26,17,26,27,17,26,26,26,26,26,0,26,26,26,0,26,27,0,26,17,17,26,26,0,26,26,26,26,26,26,17,26,26,26,17,26,26,26,26,26,0,26,26,26,26,26,26,26,27,26,26,26,26,17,26,26,27,17,26,26,26,26,26,25,26,17,17,26,27,26,26,27,25,25,26,0,26,27,26,26,26,26,26,26,28,26,27,17,26,26,27,26,26,26,26,27,26,26,26,26,25,26,26,26,0,26,27,26,27,26,0,26,26,27,26,26,26,0,26,26,27,26,26,27,17,26,27,17,0,26,26,0,26,26,26,17,17,26,17,26,26,26,26,26,27,26,17,26,17,26,25,26,26,27,26,26,26,26,26,26,27,26,26,26,26,26,26,26,27,26,0,26,17,17,26,27,26,0,26,26,27,25,25,26,26,27,26,26,26,26,27,26,26,26,26,28,26,27,17,26,26,27,26,26,26,26,27,26,26,27,0,26,26,25,26,26,0,26,26,26,26,26,27,17,26,26,26,27,26,25,26,27,17,26,26,26,26,17,26,26,26,0,26,26,26,26,26,26,0,26,26,26,25,26,26,28,26,17,26,26,26,17,26,26,26,26,27,26,17,26,17,26,17,26,26,26,26,26,26,26,26,26,25,25,26,27,26,27,17,17,26,17,26,26,28,26,27,17,26,26,26,26,26,25,26,26,26,27,26,26,17,17,26,0,26,26,26,0,25,25,26,27,17,26,25,26,26,17,26,27,17,26,26,27,26,27,26,26,26,26,26,17,26,25,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,26,26,26,17,26,26,27,26,27,0,26,26,26,26,25,26,26,26,27,26,26,26,27,26,27,17,26,26,26,27,26,26,26,27,17,25,25,26,17,26,17,26,26,26,27,26,26,27,17,26,26,25,26,26,26,26,0,26,26,27,17,25,25,25,26,27,17,25,26,17,26,26,27,26,26,0,26,26,26,26,26,26,17,26,17,17,17,26,17,0,26,26,26,26,26,26,17,26,26,26,26,26,27,17,26,0,26,26,26,26,26,27,17,26,26,0,26,26,26,26,27,26,26,26,26,26,26,25,26,27,17,0,26,27,25,28,28,26,27,17,26,26,26,26,26,27,26,26,26,26,26,25,25,26,0,26,26,17,0,25,26,26,25,26,27,17,26,26,26,25,25,25,28,28,26,27,17,26,26,27,26,26,26,26,27,26,26,26,26,27,17,26,25,26,26,25,17,26,26,17,26,26,26,26,26,0,26,0,26,27,26,26,27,26,27,17,26,26,26,25,26,26,27,26,26,26,26,26,0,26,26,27,17,0,26,26,26,17,17,26,27,17,26,17,26,17,26,26,26,28,26,17,28,26,17,26,28,26,17,26,26,26,26,26,0,26,0,26,26,26,26,26,25,25,26,26,26,26,26,27,17,26,0,26,26,26,26,26,26,26,26,27,26,27,17,26,26,26,26,17,26,27,26,17,26,17,26,27,0,26,27,25,26,26,0,26,26,25,28,28,26,27,17,26,27,17,0,26,26,26,26,25,26,0,26,17,26,26,26,26,26,0,26,27,26,26,27,26,27,26,27,26,27,17,25,26,27,26,26,0,26,27,17,25,26,25,28,28,26,27,17,0,26,26,26,26,26,17,26,26,27,26,27,17,26,17,26,26,26,0,26,26,26,27,26,26,26,0,25,25,26,26,27,17,26,26,25,25,25,25,25,25,28,28,26,27,17,25,25,26,17,26,17,26,25,26,27,17,26,26,26,0,26,26,26,27,26,26,17,26,27,0,26,27,17,26,26,0,26,0,26,17,26,26,27,17,0,25,26,26,17,26,26,26,26,0,26,0,26,26,26,26,0,26,26,27,17,26,0,26,26,0,26,0,26,26,0,26,26,27,0,26,25,25,26,27,17,26,25,25,26,17,25,26,17,26,27,26,27,17,26,17,26,17,26,27,17,26,26,26,26,26,26,26,17,26,26,26,25,26,17,26,26,26,26,27,17,25,25,26,26,26,26,17,26,26,0,26,0,26,26,26,26,27,26,26,17,26,27,17,26,26,17,26,26,26,27,17,26,17,26,26,26,26,26,26,26,27,17,25,26,25,25,25,26,24,0,26,26,17,26,17,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,27,17,17,17,26,27,17,26,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,24,26,27,26,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,0,26,26,27,26,27,26,27,26,27,25,25,26,27,26,27,17,26,27,26,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,25,25,26,27,26,27,0,26,27,26,26,27,25,26,27,26,27,17,26,27,17,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,17,17,26,27,28,26,17,26,27,0,26,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,17,17,26,27,26,27,26,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,26,27,0,25,25,26,27,26,27,0,26,27,26,27,26,27,17,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,26,26,26,27,17,26,26,26,26,0,26,27,26,27,17,26,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,26,26,27,26,27,26,27,17,25,28,28,25,26,27,17,0,26,27,17,26,27,26,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,17,26,27,26,27,25,25,25,25,26,27,17,26,27,26,27,26,27,25,25,26,27,26,27,26,26,27,26,27,26,0,26,26,27,26,27,0,26,27,17,26,26,27,26,27,17,25,25,25,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,25,26,27,17,25,17,26,27,17,25,26,27,17,25,26,27,17,25,26,27,17,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,26,27,26,26,27,26,25,25,28,28,26,27,17,26,27,25,26,27,26,27,0,26,27,17,17,26,27,17,0,26,26,27,0,28,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,17,26,26,27,26,27,17,0,25,25,26,27,26,27,17,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,0,26,27,17,0,26,27,26,25,26,27,17,26,27,26,27,26,27,17,17,26,27,0,26,27,17,26,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,25,25,26,26,27,26,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,26,27,17,25,26,24,26,27,17,26,27,26,27,26,27,17,26,0,26,27,26,27,26,27,26,27,26,25,28,28,26,27,17,26,27,26,27,26,26,27,26,25,25,17,26,27,17,17,26,26,27,26,26,27,26,26,27,26,25,17,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,0,26,26,27,26,26,27,26,27,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,0,17,17,26,27,26,27,25,25,26,26,27,26,27,26,27,0,28,25,25,26,27,17,26,27,25,26,27,17,28,26,27,17,26,27,26,26,27,25,26,27,17,25,26,27,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,17,26,27,0,26,27,25,26,27,17,0,17,26,17,25,26,27,26,27,26,27,17,26,25,28,28,26,27,17,0,26,25,26,27,26,27,0,26,27,26,27,17,26,17,26,27,17,25,26,27,0,25,26,27,17,0,26,27,26,0,25,26,27,17,26,27,25,26,27,0,26,27,26,27,17,25,26,27,26,27,26,27,25,17,26,27,17,17,17,26,27,26,27,26,27,26,26,26,26,0,26,27,17,26,17,26,17,26,17,17,26,27,17,17,17,26,17,26,17,26,26,17,26,25,26,27,0,26,25,26,27,17,26,26,26,26,27,17,26,27,17,0,25,26,27,17,17,26,26,17,26,27,26,25,26,27,25,25,26,27,17,0,26,25,25,26,27,17,25,26,27,17,0,25,26,17,26,25,17,26,27,0,17,26,26,27,26,26,27,17,0,26,0,25,26,27,0,26,26,0,26,26,25,26,27,17,25,26,27,28,26,17,26,17,26,26,26,25,26,27,26,17,26,26,27,26,26,25,26,27,26,26,27,17,17,25,26,27,26,26,17,26,26,26,26,0,26,26,26,26,26,26,27,26,17,26,25,25,26,26,27,17,17,26,27,26,26,27,17,0,26,26,27,17,25,25,17,17,17,17,25,26,27,17,26,26,26,26,26,26,27,17,17,17,17,26,26,26,26,17,25,26,27,26,27,17,26,17,26,26,26,26,17,26,26,26,28,17,17,26,27,17,26,26,17,26,26,26,25,25,26,27,17,26,17,0,26,17,26,27,17,26,17,26,17,25,26,27,17,26,0,26,26,0,26,17,25,26,26,27,17,26,26,17,26,25,28,28,26,27,17,26,17,26,17,17,26,0,26,27,25,26,27,17,26,17,26,26,17,0,26,26,27,17,0,26,26,26,26,17,25,26,27,17,17,17,26,0,26,26,26,26,27,0,26,27,26,17,26,26,26,26,26,26,17,17,26,25,26,27,17,26,26,26,26,26,26,26,26,26,26,26,26,27,17,26,27,26,25,26,27,17,26,17,26,0,26,26,26,26,27,26,26,26,17,0,17,26,17,26,26,27,17,17,26,17,0,26,26,26,26,26,17,26,27,26,27,17,26,17,26,26,27,17,0,25,25,26,27,17,26,26,26,27,17,0,26,26,17,26,26,27,17,26,0,26,17,26,27,26,17,17,26,17,26,27,17,26,26,27,17,17,26,26,26,26,27,17,26,26,26,17,26,26,26,26,26,26,26,26,26,26,26,27,17,26,27,17,26,26,0,26,26,26,26,26,0,17,26,27,17,26,26,26,27,17,26,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,28,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,17,17,26,27,25,28,28,25,26,27,17,25,26,27,17,25,26,27,17,0,26,27,17,26,17,26,27,26,0,26,27,26,27,25,26,27,17,26,17,26,27,26,27,17,26,27,26,27,26,26,27,17,0,26,27,0,26,26,27,25,26,27,17,26,27,26,27,17,26,27,26,27,0,26,27,26,0,26,27,17,26,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,17,26,27,17,25,28,28,26,27,17,25,26,27,26,27,17,25,26,27,17,0,26,27,25,26,27,26,27,25,26,27,17,17,26,27,17,26,27,0,26,27,17,26,27,26,27,26,27,17,0,25,26,27,17,26,27,17,0,26,27,26,27,17,25,26,27,17,26,27,26,27,25,26,27,17,0,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,0,25,28,28,26,27,17,28,25,25,26,27,17,26,27,17,0,26,27,25,25,26,27,17,26,27,0,28,26,27,17,0,26,27,17,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,25,26,27,0,26,27,28,26,27,17,26,27,25,26,27,26,26,27,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,17,25,28,28,25,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,0,25,28,28,26,27,17,25,26,27,17,26,27,28,26,27,17,25,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,25,26,27,17,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,0,25,25,26,27,17,26,27,25,28,28,28,28,28,26,27,17,25,25,26,27,0,25,25,17,17,26,27,17,0,17,26,27,17,26,26,17,26,27,17,0,26,27,17,26,26,0,26,26,25,26,0,26,27,17,26,0,26,26,17,26,27,17,26,26,26,27,17,26,26,26,25,25,25,26,27,17,0,26,26,25,25,25,17,17,25,26,27,17,26,26,27,17,17,17,26,17,26,27,17,26,25,26,26,17,0,26,26,26,26,27,17,26,26,26,26,0,26,26,17,17,17,26,26,26,27,26,26,26,26,27,17,26,27,25,25,25,25,26,27,17,26,17,26,0,26,26,27,26,26,17,26,17,26,27,17,26,26,0,26,26,17,0,26,27,17,26,25,26,26,27,17,0,26,17,0,26,26,25,28,28,25,25,26,27,17,26,25,26,17,26,17,17,17,26,27,26,26,27,26,26,27,17,25,28,28,25,28,28,25,26,27,17,26,17,25,26,27,26,26,27,17,17,26,26,17,17,26,26,26,26,0,26,26,17,26,27,17,28,26,27,17,26,27,17,26,17,0,26,26,25,26,27,26,27,26,26,27,26,26,27,26,26,17,26,17,26,26,26,26,26,17,26,17,26,27,26,25,25,26,26,27,17,26,26,26,26,26,26,26,26,27,17,26,26,26,26,26,17,26,0,26,17,17,26,26,26,27,0,26,26,26,27,25,26,27,17,26,17,26,26,0,26,25,25,25,26,24,26,27,17,25,26,26,26,25,17,17,26,27,25,26,27,17,17,26,27,28,28,28,26,17,26,27,26,26,27,17,0,26,26,26,27,17,26,17,25,25,26,25,26,27,26,0,26,26,26,0,26,0,26,26,17,26,25,28,28,25,26,27,17,26,27,17,25,28,28,25,25,25,25,26,27,17,26,26,26,27,25,26,0,26,17,25,26,25,25,26,26,26,27,17,26,26,27,0,25,25,25,28,28,17,26,27,17,26,27,17,26,26,27,26,26,26,26,26,17,26,27,17,25,26,17,17,26,27,17,26,26,17,0,26,26,26,26,26,27,17,26,17,26,26,26,26,0,26,26,26,17,17,26,26,25,28,28,26,27,17,26,26,26,26,27,17,26,26,25,26,27,17,26,26,26,26,27,0,26,26,26,27,26,17,26,25,26,26,27,17,25,26,17,26,26,26,26,26,26,0,26,26,27,17,26,26,17,26,27,26,26,27,17,0,26,17,26,0,26,26,26,26,26,26,27,26,26,26,27,17,26,26,26,26,0,26,0,25,25,26,27,17,25,26,27,17,26,17,25,26,26,26,17,26,26,27,26,28,28,28,26,17,26,27,17,25,25,25,26,26,26,25,26,27,25,25,25,26,27,17,24,26,26,26,17,26,26,0,28,26,27,17,26,17,26,26,26,26,26,27,26,26,26,26,25,25,26,17,17,26,17,26,17,26,26,27,17,26,0,26,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,17,26,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,26,27,26,25,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,26,27,26,27,17,26,27,26,26,27,0,26,27,0,26,27,26,26,27,26,27,26,26,27,26,27,26,27,17,25,28,25,17,26,27,17,26,27,26,27,0,25,17,25,25,17,17,26,27,17,17,17,26,25,26,27,17,26,27,26,27,26,25,25,26,27,17,0,25,26,27,17,25,26,27,17,26,27,17,26,27,17,26,27,26,27,25,26,27,26,27,17,26,27,25,26,27,26,27,0,26,27,26,27,25,26,24,26,27,26,27,17,26,27,17,0,17,26,27,17,26,27,26,27,17,26,26,27,0,26,27,26,27,17,26,27,26,26,27,26,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,17,26,27,17,0,26,27,26,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,25,28,28,26,27,17,26,27,0,26,27,17,26,26,27,26,27,17,25,26,27,17,17,26,27,17,0,26,27,26,27,17,0,26,0,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,17,17,26,27,17,25,26,27,26,27,26,26,27,26,27,26,27,17,26,26,27,17,0,26,27,26,27,25,28,28,25,25,26,27,17,25,26,27,17,25,26,27,17,25,26,27,17,26,17,17,26,27,26,17,17,26,27,26,27,26,17,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,25,25,26,27,17,26,25,28,28,25,28,28,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,0,26,27,0,26,27,26,27,25,26,27,26,25,26,27,17,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,26,0,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,25,25,25,26,27,17,26,0,25,17,26,27,17,26,26,27,17,26,26,26,27,28,25,28,28,26,27,17,26,0,25,28,28,26,27,17,26,26,26,17,26,26,27,17,17,26,26,26,27,17,26,26,25,25,17,26,27,17,26,26,26,26,17,25,26,17,26,26,17,17,26,26,26,27,17,26,26,26,26,27,26,17,25,25,17,26,17,26,17,26,17,26,27,17,26,27,17,17,17,26,17,0,26,0,26,25,17,25,26,17,26,17,26,17,25,25,25,25,25,25,28,28,17,17,26,27,17,26,27,17,26,25,25,17,26,25,25,25,25,25,25,26,27,17,17,26,17,25,25,26,27,26,26,26,25,25,26,17,26,17,26,26,26,26,27,17,26,26,26,27,26,26,26,17,0,26,0,26,0,26,26,17,26,26,17,26,26,27,17,26,26,17,17,26,26,26,27,17,26,27,17,0,25,26,24,28,28,17,26,27,17,26,26,26,26,26,26,26,0,26,26,26,26,26,27,17,26,27,17,26,26,17,26,17,26,26,26,0,26,17,26,26,25,25,26,26,27,17,26,17,17,26,25,26,26,17,26,26,26,27,17,0,26,17,0,26,27,0,26,26,27,26,26,26,27,17,26,0,26,27,0,26,27,0,26,27,0,26,26,26,26,26,26,17,26,26,26,26,26,26,26,25,17,17,26,27,17,24,26,27,17,0,26,26,26,26,0,26,26,26,0,26,26,25,26,27,17,25,25,17,26,17,26,27,17,26,27,26,26,26,17,17,26,27,26,27,26,27,17,17,26,26,26,17,26,27,26,26,26,26,27,17,26,27,26,26,26,26,17,26,26,26,17,26,25,25,26,27,26,26,27,17,0,26,26,26,27,26,17,26,27,17,26,17,17,26,27,17,26,27,17,26,26,26,26,17,26,26,25,26,27,17,26,17,0,25,26,17,25,25,26,17,0,25,26,17,26,27,17,26,17,26,27,17,26,27,26,27,17,0,26,26,26,26,27,17,0,25,25,26,27,26,26,26,26,26,27,17,26,0,26,28,26,17,26,27,26,26,27,26,26,26,27,26,26,26,27,17,26,27,26,0,25,25,26,27,17,0,26,26,26,17,0,26,26,27,26,26,27,26,26,26,0,26,26,0,26,0,26,27,26,17,26,26,27,17,26,27,26,25,25,26,26,26,26,27,17,26,26,0,26,26,17,26,26,27,26,27,25,26,27,17,26,27,26,26,27,25,26,17,26,27,17,26,26,17,26,17,26,27,0,26,26,27,26,27,17,26,26,26,0,26,27,26,26,26,26,26,27,26,17,26,17,26,26,26,26,26,26,26,25,26,27,26,26,0,17,17,26,27,26,27,17,26,17,26,17,26,27,17,26,27,17,26,17,26,17,0,26,0,26,26,26,27,17,0,26,26,26,17,26,27,17,0,17,17,26,26,26,26,26,27,26,27,26,26,26,0,26,0,25,25,26,26,26,17,26,26,26,26,0,26,26,26,27,26,27,26,26,26,0,26,26,26,26,26,26,26,0,26,0,26,26,27,26,26,26,27,17,26,26,27,17,26,26,26,26,26,0,26,26,26,26,26,26,27,26,26,26,26,27,26,26,0,26,0,17,26,17,0,26,26,26,26,26,25,26,26,26,26,26,25,25,26,24,26,26,26,0,26,26,26,27,26,27,17,26,26,26,26,17,26,27,17,25,25,26,27,26,17,26,17,0,17,17,26,26,26,26,26,26,26,26,0,25,26,27,26,26,26,27,26,17,17,26,27,26,26,0,26,26,26,27,17,0,26,26,0,26,17,17,26,26,26,26,26,26,26,26,26,25,26,27,25,26,27,17,26,27,25,25,25,25,26,27,17,26,27,26,27,17,0,26,0,26,0,26,26,26,26,17,26,0,26,26,27,25,26,26,0,26,26,0,26,26,26,26,26,17,0,26,27,17,26,26,26,26,26,17,26,26,26,26,27,26,26,26,25,25,25,25,25,26,24,26,26,17,25,28,28,25,25,25,26,27,17,0,17,17,17,26,26,27,25,26,17,0,26,0,25,26,25,25,26,26,26,26,26,26,17,26,26,26,27,26,27,17,26,26,26,26,17,26,26,26,26,17,26,27,17,26,27,17,26,17,26,27,17,26,26,26,26,26,26,26,26,25,26,26,26,27,17,26,17,26,26,27,26,26,26,26,26,26,27,26,28,26,27,17,26,27,26,17,26,26,26,26,27,17,26,26,17,26,26,26,26,27,26,26,26,27,17,26,17,17,26,26,25,25,26,0,26,0,26,26,26,26,0,26,26,26,26,26,25,25,26,27,17,0,26,26,26,26,27,26,26,26,26,26,26,26,27,26,17,26,26,26,26,26,26,27,25,25,25,26,27,17,23,0,25,26,27,17,26,26,26,25,26,26,0,26,26,26,26,26,26,26,27,26,0,26,27,17,26,26,17,26,26,25,26,26,26,0,26,26,17,26,28,26,17,26,26,26,17,26,27,17,0,26,26,26,0,17,26,17,26,0,26,27,0,26,26,26,26,25,25,26,26,26,26,26,26,0,26,27,17,25,26,26,26,26,26,26,0,26,26,17,17,26,26,26,0,25,26,26,27,17,26,17,17,26,26,26,26,26,26,25,25,25,25,25,25,26,27,17,26,26,27,0,26,25,28,28,26,27,17,26,26,27,17,26,26,26,26,0,26,26,26,26,26,27,25,26,27,26,0,25,26,26,26,27,25,26,26,26,27,17,26,26,26,28,28,26,27,17,26,0,26,27,26,27,26,0,26,26,26,27,17,26,17,26,25,26,26,26,26,27,26,26,27,17,26,26,25,25,26,25,26,17,26,26,26,25,28,25,25,26,27,17,26,26,25,26,0,26,27,26,0,26,26,17,0,26,27,17,26,0,26,25,25,26,27,17,0,17,17,26,26,25,28,28,26,27,17,26,26,26,26,26,26,26,27,17,26,17,17,26,0,26,26,26,26,26,17,26,26,0,17,26,17,26,27,26,26,26,27,17,26,26,26,0,26,27,17,0,26,26,25,26,27,17,25,25,26,27,17,26,26,17,17,26,25,26,26,27,26,26,26,27,0,26,26,17,26,27,17,26,26,27,17,26,27,17,0,26,26,26,17,17,26,26,26,26,25,25,26,25,25,25,28,28,25,25,28,28,26,27,17,25,25,26,17,26,26,26,26,26,0,26,17,26,25,25,26,27,17,25,25,26,17,26,25,25,26,17,26,26,0,26,25,28,28,26,27,17,26,26,26,26,26,17,17,26,26,26,26,26,26,17,0,26,26,26,26,27,26,27,17,26,0,26,17,26,26,0,26,26,25,17,26,26,26,26,26,27,26,27,17,25,26,27,17,26,17,26,26,0,26,26,26,26,26,26,26,26,25,25,25,26,27,26,25,28,28,26,27,17,26,26,26,26,17,0,26,26,27,17,17,17,26,26,26,25,26,25,25,26,0,25,26,0,26,26,26,26,26,26,27,26,27,17,26,26,26,26,26,26,27,26,0,26,25,26,26,26,0,26,27,17,26,26,26,27,17,26,0,26,26,17,25,26,17,0,26,17,26,27,17,26,17,26,17,25,28,28,25,26,27,17,26,0,25,26,27,25,25,28,28,25,25,25,25,28,28,26,27,17,26,27,26,26,26,17,25,26,26,26,26,26,25,25,26,27,26,27,26,26,26,26,25,26,26,26,26,28,26,17,26,25,17,17,26,27,17,26,26,26,27,26,27,26,27,17,0,25,26,0,25,26,25,26,25,26,27,26,27,0,26,27,26,27,17,25,26,27,17,25,25,26,26,27,25,25,25,25,28,28,26,27,17,26,26,27,25,26,27,0,26,26,26,17,26,26,27,25,26,26,26,26,26,27,26,25,26,27,17,26,27,26,26,26,0,26,26,26,17,25,26,26,27,26,26,0,25,26,27,26,26,26,27,17,25,26,26,25,26,25,26,27,17,26,25,25,25,26,17,26,25,26,17,26,26,0,25,26,25,26,17,26,26,27,25,26,0,25,26,26,26,25,26,27,17,26,17,28,28,28,26,27,17,26,25,25,25,25,26,17,26,27,26,28,25,26,27,17,25,25,26,27,25,26,27,17,26,26,26,25,25,25,28,28,17,26,27,17,26,26,27,26,17,26,26,26,25,25,26,27,17,25,26,17,26,26,0,26,26,26,26,25,28,28,26,27,26,17,26,25,26,25,26,26,27,0,26,26,0,26,25,25,25,25,25,28,26,27,17,0,26,27,17,17,26,26,17,26,25,26,27,26,28,26,27,17,26,26,26,26,27,26,27,17,0,26,26,25,25,26,26,0,26,26,26,0,26,26,26,26,26,26,26,26,26,26,25,25,26,27,17,26,26,26,27,0,26,26,26,27,26,17,26,17,25,26,26,0,26,26,26,26,27,17,26,0,26,26,26,26,0,26,26,27,26,26,25,25,26,25,26,26,25,25,26,27,17,25,26,26,26,27,17,26,26,27,17,26,17,17,26,26,26,26,27,17,26,26,26,17,26,27,26,17,17,26,17,26,26,26,26,26,26,0,26,25,26,26,25,26,24,26,26,26,25,26,25,26,27,17,26,27,25,25,25,26,25,26,26,0,26,26,27,26,26,27,17,0,26,26,26,17,17,25,26,17,25,26,17,26,27,17,26,17,0,26,17,28,26,27,17,26,17,25,26,17,26,0,26,26,26,26,26,26,27,26,0,26,0,26,26,0,26,26,26,26,25,25,26,26,25,25,26,27,25,26,26,26,17,26,17,26,27,17,26,0,17,26,26,26,26,28,26,27,17,26,17,26,26,26,26,26,27,17,0,28,26,27,17,26,0,26,26,17,26,25,26,24,26,26,26,26,26,26,26,17,17,26,27,17,26,17,26,26,27,26,26,28,26,27,17,28,26,27,17,26,26,27,0,26,0,26,26,27,17,26,27,26,27,26,25,26,26,0,17,17,26,26,27,26,26,26,26,27,26,27,26,26,27,17,17,26,26,26,17,26,25,26,24,26,26,26,26,26,26,26,27,26,25,25,25,17,26,17,25,26,17,26,27,17,26,0,26,26,26,27,26,26,17,26,26,25,25,25,26,24,26,26,26,26,0,26,27,0,17,17,26,26,26,25,26,27,17,26,26,26,26,26,26,26,26,26,26,26,0,25,25,26,17,17,26,26,25,25,25,26,24,26,26,26,26,26,27,0,26,26,25,26,17,26,17,26,26,26,26,26,26,17,26,26,26,26,0,26,26,26,27,26,26,26,26,26,26,26,26,17,17,26,26,26,25,26,26,25,25,26,25,26,26,26,26,17,0,26,26,0,26,27,17,26,26,0,26,26,25,26,26,26,26,25,26,25,26,26,26,25,26,17,26,25,26,26,26,26,26,26,26,26,26,0,26,26,26,17,26,17,26,0,25,26,0,26,26,25,26,27,26,26,26,0,26,26,26,0,26,0,26,26,26,26,26,26,26,26,26,26,26,26,27,26,0,26,17,17,17,26,17,28,26,26,17,26,26,26,26,0,26,0,26,26,25,25,26,17,28,25,26,27,17,26,26,26,26,0,26,26,26,26,26,17,26,26,26,17,26,26,17,17,26,26,28,26,27,17,26,27,17,25,26,0,26,26,26,26,27,26,26,26,26,26,26,26,26,26,27,0,25,25,26,25,25,26,25,26,26,17,17,25,26,27,17,26,26,26,26,26,26,27,26,26,26,26,0,26,26,26,26,26,26,27,17,26,26,25,26,26,26,25,26,28,28,28,28,26,17,26,26,26,26,27,17,26,0,26,17,26,26,25,26,25,25,26,26,27,17,26,17,26,26,25,28,28,25,28,28,25,25,28,28,25,26,27,17,28,26,17,0,26,27,0,26,26,26,17,26,17,26,26,26,26,26,0,26,27,17,26,26,26,26,26,26,0,26,27,26,26,26,25,17,25,26,27,17,0,17,17,26,26,26,26,26,25,26,26,27,17,26,27,26,25,26,27,17,26,27,17,26,26,26,0,17,26,27,17,26,26,25,25,28,28,25,26,27,17,26,27,26,0,26,25,17,25,26,27,17,26,0,26,27,26,27,17,26,26,26,26,26,26,26,0,26,27,26,26,17,26,0,26,0,26,26,27,26,26,27,26,25,25,25,26,27,26,27,17,26,26,26,26,26,26,26,0,26,26,26,26,26,27,17,26,27,17,26,27,17,26,26,27,26,27,17,26,0,25,28,28,26,27,17,26,26,26,28,26,27,17,26,26,26,26,27,17,26,26,26,26,27,17,26,25,25,26,26,25,26,27,17,26,27,0,26,26,0,25,26,25,25,28,28,25,25,25,25,28,28,26,27,17,26,27,26,27,26,25,26,26,25,26,26,27,17,26,26,26,26,0,26,26,26,26,26,0,26,27,17,17,26,17,0,25,26,27,17,26,27,17,0,26,26,26,26,26,26,26,27,25,17,25,26,17,26,25,25,26,25,26,17,0,26,0,26,27,17,26,27,17,0,25,26,26,26,27,17,25,26,26,26,26,27,17,26,17,26,17,25,26,27,17,26,27,17,26,26,0,26,26,26,27,0,26,26,25,26,27,17,26,26,27,17,25,25,25,25,25,25,25,25,26,27,17,26,25,25,26,27,26,26,17,25,26,27,17,26,26,26,26,26,27,26,26,27,17,26,25,26,26,0,25,25,26,27,17,26,26,26,26,26,26,26,26,26,27,26,27,26,17,26,26,26,26,0,26,26,26,26,26,27,26,27,26,25,26,27,17,26,26,26,26,26,25,25,26,26,27,17,26,17,25,26,27,17,26,26,26,27,26,27,25,25,25,25,25,25,26,27,17,26,26,26,26,0,26,27,17,26,26,26,26,26,28,26,27,17,26,26,27,17,26,27,26,25,25,25,25,26,27,17,0,26,26,25,26,26,26,26,25,17,26,27,17,26,27,17,26,17,25,26,26,26,26,0,26,25,26,27,17,26,27,17,26,26,26,25,26,27,26,0,26,27,26,27,26,0,25,25,26,27,17,17,26,17,25,17,25,26,17,26,26,27,17,0,26,17,25,26,27,26,28,26,17,26,27,17,26,25,17,17,26,27,17,25,26,27,26,26,26,17,26,17,25,25,26,27,17,26,26,27,26,26,17,0,26,27,17,25,26,27,17,17,26,27,17,26,0,26,17,0,26,27,17,26,25,26,27,26,26,26,26,17,25,26,27,26,26,27,17,26,26,27,17,26,17,25,26,27,17,26,17,0,26,17,0,17,25,26,17,26,17,26,27,0,25,26,27,25,28,28,25,26,27,17,26,26,28,28,17,17,26,17,0,25,26,27,26,27,26,26,26,26,25,25,26,27,17,17,26,0,26,26,26,0,25,26,26,26,26,0,26,26,27,17,26,27,17,26,26,26,26,17,26,17,26,17,0,26,17,26,27,17,26,17,26,17,26,17,26,26,0,26,27,17,0,26,0,26,17,17,26,26,26,26,26,17,25,25,26,27,17,25,28,28,26,27,17,0,26,25,25,26,25,26,27,25,26,17,26,26,26,25,26,27,26,25,25,26,27,17,26,0,26,26,25,26,27,26,27,26,26,26,17,26,26,26,27,26,26,28,17,26,17,26,27,17,26,17,26,17,26,26,26,25,28,28,25,26,27,17,0,26,26,25,26,27,26,26,17,26,26,26,26,26,26,25,28,28,25,28,28,26,27,17,0,26,26,26,0,26,0,26,27,26,27,17,17,17,26,17,26,17,26,17,0,26,26,26,26,17,26,26,27,17,26,27,26,26,17,26,17,26,27,17,26,17,17,26,17,26,17,26,17,25,26,27,0,26,27,26,26,26,17,25,25,26,27,17,26,26,27,17,26,0,26,0,26,17,17,17,26,26,26,26,26,27,26,0,26,26,17,26,17,26,26,26,17,17,26,26,26,25,26,17,26,17,26,17,26,27,17,26,17,26,17,26,17,26,17,25,26,27,26,26,26,27,17,17,26,17,26,26,26,26,26,0,25,26,27,0,26,26,17,0,25,28,28,26,27,17,26,17,26,26,26,27,17,26,26,27,17,26,26,0,26,27,26,26,26,17,26,27,17,26,27,17,0,26,27,17,26,26,25,25,25,28,28,17,17,26,27,17,26,17,26,25,26,27,26,26,26,17,26,26,26,26,25,25,26,0,26,0,26,27,17,25,26,26,27,0,26,26,25,25,26,27,17,26,27,26,17,17,26,27,26,26,27,25,25,25,26,27,17,26,26,27,17,25,26,27,17,26,0,26,26,26,26,26,26,26,26,0,26,26,27,25,26,17,26,27,0,26,26,0,26,26,26,27,17,26,26,26,26,26,26,0,26,27,25,26,27,17,26,26,26,25,25,28,28,25,25,26,27,17,25,26,17,25,26,27,17,26,27,17,0,25,25,26,17,26,27,17,26,26,27,26,26,26,27,17,26,26,27,17,26,26,27,17,0,26,26,27,17,25,26,27,17,26,26,26,26,26,27,17,26,25,26,27,17,25,25,26,17,26,26,27,26,27,26,25,17,26,27,17,26,17,26,0,26,26,26,26,26,26,27,17,26,26,26,26,26,27,17,26,26,27,17,26,26,26,26,17,26,27,17,25,26,26,27,17,26,26,26,26,26,27,17,0,25,26,26,27,17,26,26,26,26,26,26,26,0,26,27,17,26,26,27,26,26,26,17,26,26,26,17,17,26,26,27,17,26,0,28,26,27,17,26,26,0,25,26,17,26,26,26,26,26,26,26,0,26,0,26,27,17,25,26,27,17,0,26,26,25,26,25,25,26,27,17,26,27,17,26,27,26,26,0,26,27,0,17,26,27,26,26,17,26,26,0,26,26,26,26,26,27,17,26,28,26,27,17,26,26,26,27,17,26,26,26,26,0,26,26,27,17,26,26,26,26,26,27,17,17,25,26,17,0,26,27,26,26,26,26,25,28,28,25,26,27,17,26,26,26,26,26,26,17,26,26,0,26,17,26,27,17,26,27,26,27,26,0,26,17,26,0,26,26,26,17,26,0,26,26,26,27,17,26,26,26,26,17,26,26,27,26,26,26,27,26,25,25,26,27,17,26,27,26,26,27,17,26,26,27,17,25,26,17,26,26,26,26,0,26,0,26,0,25,26,26,26,26,0,26,26,26,26,26,26,27,26,26,0,26,26,26,0,26,26,27,26,0,26,26,26,26,26,26,26,27,26,25,26,24,26,26,26,0,26,0,26,27,17,26,17,0,26,26,26,26,26,26,0,26,26,0,26,26,0,26,26,26,26,26,26,0,26,26,26,26,17,26,26,26,0,25,28,28,26,27,17,26,25,25,26,26,27,17,26,26,26,27,0,26,27,26,27,26,27,26,27,26,27,28,26,27,17,26,26,26,27,17,26,26,26,26,27,26,26,25,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,25,26,27,17,26,26,27,26,27,26,27,26,26,27,17,26,27,26,27,26,27,26,27,17,0,26,27,26,0,26,27,26,27,17,26,27,26,27,26,0,26,27,26,27,26,27,26,27,26,27,26,27,26,26,27,0,26,27,26,27,26,27,26,26,27,25,25,26,27,26,25,25,25,25,25,25,17,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,0,17,26,27,17,26,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,28,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,0,26,27,26,27,0,25,26,27,17,26,26,27,17,25,26,27,17,26,27,17,26,25,25,17,17,26,27,17,26,27,26,27,26,27,25,25,28,28,26,27,17,26,27,26,27,26,26,27,25,28,28,26,27,17,26,27,17,26,27,26,27,0,26,27,0,25,25,25,26,27,17,26,27,26,27,0,25,26,26,27,26,27,26,27,17,28,26,27,17,26,27,26,26,26,26,26,26,0,26,27,17,17,26,26,26,26,0,26,26,27,26,27,26,27,26,27,26,26,17,26,27,26,27,26,27,17,26,27,26,26,26,27,0,26,17,26,27,25,26,27,17,25,26,17,26,25,25,26,17,26,26,26,17,17,26,27,17,26,17,26,27,26,26,0,26,26,26,26,26,27,26,26,0,26,26,25,25,26,27,17,26,26,26,26,28,26,27,17,26,27,26,26,26,26,26,27,26,0,26,27,26,26,26,26,26,27,17,26,27,26,27,26,26,0,26,26,26,26,27,26,27,17,0,26,17,26,26,26,26,27,26,26,27,26,26,26,26,26,17,26,0,26,26,27,26,26,0,26,17,17,26,17,17,26,17,26,26,26,27,17,26,26,27,17,26,26,0,26,25,25,17,17,26,0,26,26,26,27,26,26,26,26,27,17,26,26,26,0,26,26,0,26,0,26,25,25,26,27,26,27,17,17,26,27,26,26,26,26,26,26,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,25,26,27,17,25,26,27,17,25,26,27,17,17,17,26,27,26,27,26,27,0,25,25,25,26,27,24,26,27,26,27,26,27,28,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,17,26,27,17,26,27,26,27,0,17,26,27,17,26,27,26,27,26,27,26,26,26,26,26,26,26,26,26,26,26,0,25,25,26,27,17,26,17,17,26,26,26,27,17,0,26,26,27,0,26,26,26,26,0,26,17,17,26,26,25,25,26,26,26,17,25,28,28,26,27,17,26,25,28,28,26,27,17,17,17,17,17,17,17,17,26,27,26,27,17,0,26,27,25,26,27,26,26,26,27,17,26,0,25,26,27,26,25,25,26,25,26,27,17,26,26,26,25,26,27,26,27,26,0,26,27,26,26,26,26,26,17,17,17,17,17,17,17,26,26,26,26,26,26,27,17,0,26,27,17,26,26,26,26,27,17,25,26,27,26,26,26,27,26,0,26,25,28,28,26,27,17,26,26,26,27,17,0,26,27,26,27,26,26,25,28,28,26,27,17,26,27,17,26,26,0,26,26,26,26,0,26,26,0,25,26,26,17,26,26,25,28,25,25,25,25,25,25,26,17,26,27,17,25,25,26,26,26,26,25,26,27,0,26,26,27,17,26,26,27,26,0,26,26,27,17,26,26,26,26,27,17,26,26,26,27,17,26,26,26,27,26,26,26,26,27,17,26,26,27,17,26,27,26,26,26,26,26,26,26,26,27,26,25,26,27,26,26,27,17,26,0,25,26,26,27,26,27,17,26,26,26,26,26,27,26,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,26,27,0,26,27,25,25,17,26,27,17,0,26,27,25,25,28,28,26,27,17,25,25,25,25,25,17,28,26,27,17,26,27,25,25,26,27,26,27,0,26,27,17,26,27,0,26,27,25,26,27,25,25,26,27,17,28,25,26,27,17,0,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,0,26,27,25,17,17,26,27,17,26,27,0,26,27,25,26,27,17,26,27,25,26,27,17,26,27,26,27,0,26,27,25,26,27,0,26,27,0,26,27,26,27,25,26,27,26,27,25,28,28,26,27,17,25,25,26,27,17,26,27,17,26,27,26,27,25,26,27,0,25,26,27,26,27,26,27,0,26,27,26,27,26,27,0,25,26,27,26,27,17,26,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,25,26,27,26,27,26,27,26,27,26,27,25,25,26,27,26,27,26,27,25,28,28,26,27,17,0,17,26,27,17,25,25,26,27,26,27,0,26,27,25,26,27,26,27,25,26,27,0,26,27,26,27,26,27,0,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,0,25,26,27,26,27,26,27,26,27,25,28,28,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,25,26,27,25,28,28,26,27,17,26,26,27,17,26,26,27,17,26,27,17,25,26,27,26,26,27,26,26,26,25,25,25,25,26,17,26,26,27,26,26,25,26,25,25,26,27,17,26,27,25,25,26,26,26,26,26,17,0,26,28,26,27,17,26,26,26,25,26,27,26,26,27,17,26,26,26,27,17,26,17,26,26,26,27,26,26,26,26,27,26,27,17,26,26,28,26,27,17,26,26,27,17,26,26,27,17,26,26,0,26,25,17,26,17,26,26,27,26,27,17,26,0,26,28,26,27,17,0,26,26,26,27,17,26,27,17,26,26,26,27,17,26,26,0,17,17,26,27,17,26,27,26,26,26,27,0,26,27,17,25,25,25,28,28,26,27,17,26,27,17,28,26,27,17,26,27,26,27,26,27,26,27,26,26,27,0,25,25,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,25,28,28,25,25,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,27,26,27,0,26,25,26,27,24,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,17,26,0,25,25,28,28,26,27,17,26,27,26,27,17,0,26,26,27,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,17,25,25,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,25,25,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,0,25,25,28,28,25,25,26,27,17,26,27,25,26,27,17,26,27,17,0,28,26,27,17,26,27,17,26,17,25,25,26,27,17,26,27,26,26,27,26,27,26,27,26,27,26,25,25,26,27,17,26,27,26,27,17,26,27,17,17,17,26,27,26,27,25,25,26,27,17,0,26,27,17,26,27,26,27,25,25,26,27,26,26,27,25,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,17,26,27,26,27,26,27,26,26,27,26,27,0,26,27,25,25,25,25,26,27,17,0,25,17,17,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,26,17,26,27,26,27,26,27,17,26,27,17,26,26,27,17,26,27,17,26,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,25,25,25,17,26,27,17,26,27,26,27,26,27,26,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,25,28,28,26,27,17,26,27,26,27,25,26,27,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,0,17,17,26,27,17,26,27,25,25,25,26,27,17,0,26,27,17,26,27,17,26,27,25,28,28,26,27,17,26,27,0,26,27,26,27,0,26,27,26,26,27,25,26,27,17,26,27,25,26,27,17,26,27,26,27,17,26,27,25,25,26,27,26,27,26,27,17,25,26,27,25,26,27,26,27,26,27,25,25,28,28,26,27,17,25,26,27,17,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,0,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,25,25,26,27,25,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,26,27,26,27,25,28,28,26,27,26,27,17,26,27,0,25,26,27,25,26,27,17,26,27,26,27,26,27,25,25,26,27,0,26,27,26,27,25,28,28,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,27,26,27,26,26,27,26,27,0,25,26,27,24,25,17,26,27,17,26,27,28,25,26,27,17,25,25,26,27,17,25,26,27,17,25,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,25,25,25,26,27,26,27,26,27,26,27,0,25,25,17,26,27,17,0,25,25,25,26,27,17,0,26,27,17,26,27,25,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,0,26,27,0,26,27,17,26,27,25,26,27,26,17,25,25,28,26,17,28,26,17,26,26,26,26,26,27,0,25,26,27,17,0,26,27,17,26,17,26,26,26,17,26,26,27,0,26,25,26,17,26,26,26,27,26,27,17,26,26,25,26,27,17,26,26,25,25,26,27,17,26,26,25,25,26,27,26,27,26,27,26,28,26,17,26,27,17,26,17,17,26,26,27,26,26,27,17,26,26,27,26,26,26,26,26,0,26,26,26,27,17,26,26,27,28,26,27,17,26,26,26,26,27,26,27,26,26,26,27,17,26,26,27,26,0,26,26,26,26,26,27,0,26,26,25,25,26,26,26,27,17,0,26,26,26,26,26,26,26,26,26,26,26,17,26,26,26,26,26,25,26,27,25,26,26,25,25,26,27,17,0,25,26,17,25,25,25,26,17,25,26,27,26,26,26,26,27,17,26,25,28,28,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,27,17,26,26,26,26,26,26,26,26,25,25,26,26,26,26,26,25,26,24,25,26,26,26,0,25,25,25,26,24,26,27,26,26,27,26,26,27,26,26,26,27,26,17,17,26,27,26,26,26,0,26,26,26,26,26,27,17,26,26,26,26,26,26,26,25,26,27,17,26,25,26,26,26,27,25,26,27,17,26,17,26,26,26,0,25,26,26,26,26,27,26,26,26,27,0,26,26,26,25,26,27,17,25,25,26,27,17,25,26,27,17,25,26,27,17,0,26,27,26,27,26,26,27,0,26,27,26,27,26,27,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,0,26,27,17,26,27,26,27,25,26,27,0,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,25,26,27,17,0,26,27,17,26,27,17,0,26,27,0,26,27,17,26,27,17,0,26,27,25,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,17,25,28,28,26,27,17,0,26,27,0,26,27,26,27,17,25,25,28,28,17,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,25,26,27,25,26,27,17,26,27,25,25,26,27,24,25,25,25,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,0,26,27,25,26,27,26,27,17,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,27,28,17,17,26,27,17,25,26,27,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,26,0,26,27,17,26,26,26,26,27,26,26,26,26,26,26,25,26,27,26,17,26,26,27,26,26,26,0,26,26,27,26,26,17,26,26,27,17,26,26,26,26,26,26,28,26,27,17,26,26,26,26,25,28,28,25,26,27,17,0,26,25,25,25,26,17,25,26,26,0,17,17,26,26,27,0,26,27,0,26,26,27,17,0,26,26,27,17,26,26,0,26,26,26,26,27,17,0,26,26,27,26,26,26,27,17,26,27,26,0,25,26,26,26,26,27,26,26,26,26,27,17,26,26,26,26,26,26,26,27,26,26,0,28,26,27,17,0,26,26,26,27,17,26,26,27,25,26,26,26,26,26,26,26,26,27,17,26,17,26,0,26,26,26,26,0,26,17,26,17,26,26,26,26,26,27,26,0,28,26,27,17,25,26,25,26,26,27,26,26,26,26,27,26,26,27,26,25,25,26,27,17,26,26,26,26,26,26,26,17,17,26,27,25,26,26,26,26,26,27,17,26,26,26,26,26,27,0,26,26,26,27,17,26,27,26,26,27,26,26,26,27,17,26,0,26,27,26,26,26,26,26,0,26,26,26,26,25,26,26,27,26,27,26,26,27,26,26,26,26,26,26,26,26,26,26,26,26,26,28,26,27,17,26,26,26,26,27,17,25,26,26,17,26,17,0,26,26,27,26,27,17,26,27,26,26,27,17,26,26,26,27,26,27,17,26,27,26,27,26,27,28,26,27,17,0,26,27,25,25,25,28,28,26,27,17,26,27,26,26,27,26,27,26,27,17,26,27,0,25,26,27,17,26,27,26,27,26,27,17,17,17,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,28,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,25,26,27,17,17,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,0,26,27,17,28,28,28,28,28,28,26,27,17,25,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,26,27,26,27,25,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,17,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,17,26,25,28,28,26,27,17,26,27,17,26,26,26,26,27,17,26,27,25,28,28,25,26,27,17,26,26,26,26,27,26,27,17,26,26,25,26,27,17,26,26,26,17,17,26,27,17,26,25,26,26,26,26,26,26,27,17,0,26,26,26,27,26,27,17,26,26,25,26,27,17,26,25,25,25,26,27,24,26,26,17,26,27,26,17,26,27,17,25,26,27,17,26,27,26,26,26,26,26,27,17,26,25,26,26,25,26,26,26,0,26,27,17,26,26,26,25,26,27,17,26,0,26,26,27,17,26,26,26,27,25,26,27,26,17,26,26,27,17,26,26,26,26,26,25,26,25,26,27,17,26,26,27,17,26,27,17,0,26,0,26,26,26,27,17,26,26,26,26,28,26,17,26,26,27,17,26,26,25,28,28,26,27,17,26,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,17,25,25,25,25,28,28,26,27,17,25,26,27,17,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,25,26,27,17,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,26,27,0,26,27,17,25,26,27,26,27,25,25,25,26,27,17,23,25,26,27,17,26,27,26,27,26,27,17,26,27,26,27,25,28,28,25,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,25,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,17,26,27,17,0,26,27,17,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,17,26,27,26,26,27,26,27,26,27,25,28,28,26,27,17,26,27,17,26,25,25,25,28,28,26,27,17,26,27,26,0,25,26,0,26,26,27,17,26,26,26,26,17,26,26,26,27,17,26,0,26,28,26,27,17,26,26,26,0,26,27,17,26,0,26,17,26,27,17,26,26,26,26,27,17,26,26,27,17,26,26,27,17,0,26,26,26,27,17,0,26,0,26,26,17,26,27,26,0,26,27,0,25,28,28,26,27,17,26,17,26,26,26,27,17,26,26,26,27,17,0,26,26,17,26,26,17,0,26,26,26,27,17,26,26,0,26,26,26,26,25,26,27,17,26,26,27,17,26,27,17,26,0,26,0,26,0,26,27,17,25,28,28,26,27,17,26,26,27,26,17,26,25,26,26,27,17,26,0,26,26,0,26,26,26,26,27,17,0,26,26,17,0,25,26,27,26,25,25,26,27,17,26,26,27,17,0,28,26,27,17,26,0,26,26,26,26,26,27,17,26,27,17,26,27,17,26,26,27,17,26,26,26,27,17,26,26,26,0,26,26,26,26,27,17,26,26,0,26,26,26,26,17,26,27,17,26,27,26,26,26,17,26,26,25,26,27,17,26,0,25,28,28,26,27,17,26,26,26,0,25,28,28,26,27,17,26,27,17,26,26,25,26,27,17,0,26,26,27,26,26,27,17,26,26,27,17,26,26,26,26,0,25,26,27,17,26,26,28,26,27,17,17,26,17,26,27,17,26,26,27,17,26,26,27,26,26,25,25,25,25,28,28,25,26,27,17,0,25,26,27,17,0,25,26,27,17,25,26,17,25,26,17,0,26,25,25,26,26,26,27,17,26,27,17,26,27,26,17,26,0,26,26,27,17,26,27,0,26,27,17,26,17,28,17,17,26,27,17,26,27,26,17,26,26,27,26,27,17,26,26,0,26,17,0,26,26,26,26,27,17,0,26,26,26,26,17,26,17,26,26,27,17,26,27,17,26,27,17,26,27,26,26,27,17,26,26,27,17,26,26,27,26,17,26,25,26,27,17,25,26,24,26,27,17,26,26,17,26,26,26,0,26,26,27,17,25,26,27,17,26,0,26,26,26,26,26,27,17,26,26,25,26,27,17,26,26,27,26,17,26,27,17,26,17,17,26,26,26,26,27,17,26,26,27,17,26,26,26,27,26,17,26,27,17,26,26,27,17,26,26,26,26,27,17,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,27,25,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,17,25,26,27,25,28,28,25,28,28,26,27,17,0,26,27,25,26,27,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,0,25,25,25,26,27,17,24,26,27,17,26,27,25,26,27,17,25,25,26,27,26,26,26,27,17,0,26,27,26,27,26,26,26,26,27,17,26,27,17,26,25,26,28,26,27,17,26,17,26,26,26,27,17,26,26,26,26,25,26,24,26,26,27,17,0,26,27,17,26,26,26,26,26,0,26,27,17,26,26,27,26,27,17,0,26,0,26,0,26,0,26,27,17,26,27,17,26,25,26,17,26,27,17,0,26,27,26,0,26,27,17,26,27,17,25,26,27,17,25,26,17,26,26,26,27,17,0,26,27,17,26,25,26,26,26,26,26,27,26,27,17,26,26,26,26,25,28,28,25,26,27,17,26,28,26,27,17,26,0,26,26,0,26,27,25,25,26,26,26,27,17,26,26,25,26,26,26,26,17,26,27,17,26,27,17,0,26,26,26,27,26,27,26,27,17,26,27,17,26,26,26,17,0,26,27,26,27,26,26,27,17,26,26,26,0,26,26,27,17,26,26,27,17,26,27,17,26,27,17,26,17,26,27,17,26,27,17,26,26,27,17,26,26,27,17,26,26,26,0,26,26,27,17,26,26,26,26,25,26,26,26,27,17,0,25,25,26,27,26,26,26,26,26,26,27,17,26,17,17,26,17,17,26,26,26,26,26,27,17,26,27,26,26,26,26,27,25,25,26,26,27,17,26,25,26,26,27,17,26,26,17,26,26,27,17,28,26,27,17,26,27,0,26,17,26,26,26,26,27,17,26,26,26,26,26,17,26,26,27,17,26,26,0,26,0,26,26,17,26,26,27,17,26,17,26,26,26,26,26,26,27,17,26,26,27,17,26,25,25,26,28,26,27,17,26,26,27,17,26,26,27,26,26,26,0,26,26,27,17,26,26,26,0,26,17,17,26,26,27,17,17,26,27,17,26,26,26,26,26,0,26,26,27,17,26,27,17,0,26,0,26,26,26,25,26,17,25,25,26,27,17,26,27,17,26,17,26,26,26,17,26,26,27,17,26,26,26,26,0,26,26,0,26,27,17,26,26,26,27,17,26,27,26,26,26,27,17,26,26,26,26,26,26,26,27,17,26,26,26,27,26,27,26,26,26,27,17,26,27,26,28,26,27,17,0,26,27,25,28,28,26,27,17,26,26,27,17,26,26,26,0,26,0,26,26,26,27,17,26,26,26,27,26,0,26,26,26,27,17,26,26,28,17,26,17,26,26,26,27,17,26,27,17,26,26,26,26,26,0,26,17,26,27,17,25,25,26,27,26,27,17,26,26,26,0,26,27,26,27,17,0,26,17,0,26,26,26,26,27,26,26,27,17,26,27,17,17,26,26,27,0,26,26,25,28,28,26,17,0,25,26,27,17,26,26,27,26,26,25,26,27,17,0,26,26,27,17,26,26,26,27,17,25,26,26,0,26,17,26,27,17,26,25,26,25,25,26,27,26,27,26,27,26,27,26,27,17,25,26,26,26,26,26,0,26,26,27,17,25,26,26,28,26,17,26,25,25,26,0,26,26,27,17,26,26,0,26,27,25,26,27,17,26,26,26,27,17,26,26,0,25,25,25,26,17,25,25,26,27,26,26,26,27,17,26,25,25,26,26,25,28,28,26,27,17,26,26,26,27,17,26,27,28,26,27,17,26,26,26,0,26,27,17,26,27,17,26,26,27,17,26,26,26,26,26,27,17,0,26,26,0,26,27,17,26,26,27,17,26,26,27,17,26,17,26,27,17,25,25,25,17,26,27,17,26,26,26,27,26,27,17,26,26,26,27,26,26,27,26,27,26,27,17,26,26,27,26,26,27,26,26,26,27,17,26,0,26,26,26,0,26,26,0,26,27,17,26,26,27,26,27,17,26,27,17,26,26,27,17,26,27,17,26,26,26,26,17,26,0,26,26,27,17,26,0,25,25,26,26,26,26,27,17,26,26,27,17,26,28,26,27,17,26,26,28,26,27,17,26,26,27,17,0,26,26,26,26,26,17,26,17,0,26,27,17,26,26,27,26,27,17,28,26,27,17,26,26,27,26,27,17,26,26,26,27,26,26,26,26,27,17,26,17,26,27,26,26,27,17,26,26,27,26,27,17,26,26,26,28,25,26,17,26,0,26,26,27,17,26,26,25,26,27,17,25,17,17,26,26,26,26,27,17,26,26,27,17,17,17,17,17,17,17,25,26,0,25,26,17,26,26,26,27,17,26,26,25,26,0,25,26,26,26,17,26,27,17,26,26,25,25,25,26,25,26,26,26,17,26,27,17,0,26,26,25,26,25,26,26,26,0,26,27,17,26,26,27,25,26,25,26,27,17,0,26,27,26,25,25,25,28,28,26,27,17,26,25,26,27,17,0,25,26,27,28,25,26,27,17,26,26,26,27,17,26,26,25,26,25,26,0,26,26,26,27,17,17,26,27,26,25,26,25,26,26,26,26,27,17,26,27,0,26,27,0,25,26,25,26,0,26,26,26,27,17,0,26,27,17,26,25,25,26,25,26,27,0,26,26,26,27,17,25,26,27,17,26,25,26,25,26,26,26,17,17,26,27,17,25,25,26,26,0,25,26,25,26,26,28,26,27,17,26,27,17,26,26,25,26,25,25,25,25,26,27,26,26,26,27,17,26,26,25,26,25,26,26,17,26,0,26,27,17,26,0,26,27,17,25,26,25,26,26,26,25,26,27,17,0,26,26,0,25,26,27,17,25,26,26,25,26,17,26,27,17,26,26,25,26,25,26,26,0,26,26,27,17,26,27,26,25,26,0,25,26,26,26,17,26,27,17,26,26,25,26,0,25,26,0,25,26,26,27,17,26,27,17,26,26,25,26,25,17,17,17,17,17,17,17,25,26,27,17,17,26,17,26,17,0,26,27,17,26,26,25,26,25,26,17,26,17,26,26,27,17,26,26,25,26,27,26,17,26,27,26,26,27,17,26,27,17,26,25,26,0,26,25,25,26,26,26,27,17,26,26,17,25,26,17,17,26,0,26,26,26,27,17,26,0,25,25,26,0,25,25,17,17,26,17,25,26,27,17,26,26,27,26,27,17,26,25,26,27,17,25,25,26,27,17,26,0,25,26,26,26,27,17,26,0,26,25,26,26,25,26,27,17,26,27,26,27,17,26,27,26,25,26,26,26,26,17,26,27,17,26,26,25,26,17,0,26,26,26,26,27,17,0,26,26,27,17,25,26,27,17,26,27,26,25,28,28,26,27,17,26,27,17,26,26,0,25,28,28,25,26,27,17,26,26,25,26,27,26,27,17,26,26,25,28,28,25,26,27,17,26,0,26,27,26,26,27,17,26,25,26,27,25,26,27,25,26,27,26,25,25,26,26,27,17,26,25,17,17,26,27,25,26,27,26,26,26,17,26,27,17,26,25,26,27,25,26,26,27,0,26,0,26,26,27,17,25,26,27,25,26,27,17,28,25,26,27,17,26,26,26,17,26,27,17,26,25,25,25,25,26,27,17,25,25,26,17,26,25,25,26,27,17,26,27,26,27,17,0,26,27,26,25,26,27,17,26,27,26,0,26,27,17,26,27,17,26,0,26,25,26,26,26,26,17,26,27,17,26,26,25,26,27,28,26,27,17,26,25,26,26,27,17,25,26,27,0,26,25,25,25,26,24,26,0,25,26,24,26,26,27,17,26,26,25,26,0,26,0,26,25,26,27,17,26,27,17,0,26,0,26,27,17,25,26,26,26,26,25,25,26,27,17,26,27,26,25,26,27,17,26,26,27,26,25,25,25,26,27,17,24,26,26,25,26,26,25,25,25,26,27,17,26,0,25,26,27,17,0,26,26,25,26,27,17,26,26,26,26,27,17,26,26,25,26,26,26,27,26,17,26,27,17,0,26,27,17,26,25,26,26,0,26,26,26,27,17,26,26,25,26,17,26,26,26,26,27,17,26,26,25,26,26,26,27,17,0,25,26,27,17,26,27,17,26,27,17,26,0,25,26,27,17,26,27,25,25,26,27,26,25,26,27,17,26,27,26,25,26,26,0,28,26,27,17,26,26,27,17,26,26,25,26,26,27,26,27,26,26,27,17,25,25,26,0,26,25,26,26,26,26,25,26,27,17,26,28,26,25,26,17,26,25,26,27,17,26,26,27,17,25,28,28,26,27,17,26,27,17,25,26,26,28,26,17,26,26,27,17,26,27,17,26,0,25,26,27,17,26,26,27,26,0,26,27,17,0,26,27,25,26,27,17,25,17,17,17,17,17,17,17,28,25,26,27,17,25,26,27,17,26,26,26,27,17,26,17,26,27,26,26,0,26,26,26,27,17,26,0,26,26,25,26,27,26,26,25,25,25,25,26,27,17,24,26,0,26,26,17,26,26,26,26,27,17,26,26,26,25,28,28,26,27,17,0,26,26,27,17,26,27,17,26,26,26,26,26,0,26,26,27,17,26,25,25,26,17,26,26,26,25,25,26,27,17,26,27,17,26,26,26,26,26,26,26,27,17,26,25,28,28,25,26,27,17,26,26,17,26,26,27,26,27,17,26,17,26,26,27,26,17,26,27,17,26,0,26,27,17,26,27,26,17,26,17,25,28,28,26,27,17,0,17,26,27,26,27,26,27,17,26,17,26,26,26,26,26,17,26,27,17,26,26,17,25,25,25,26,27,17,0,26,27,17,26,27,26,27,25,25,28,28,25,26,27,17,17,26,27,26,27,0,25,25,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,25,25,17,26,27,17,25,26,27,17,0,26,27,26,27,17,25,25,25,25,26,27,17,26,27,25,25,17,26,27,17,0,26,27,26,27,26,27,25,17,17,26,27,17,26,27,17,26,27,17,25,25,25,25,26,27,26,27,17,26,27,26,27,26,27,17,26,27,0,25,28,28,26,27,17,25,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,25,26,27,25,26,27,17,17,26,27,17,25,28,28,17,26,27,17,25,26,27,17,26,17,26,27,17,25,26,27,26,27,25,17,26,27,17,25,25,25,26,27,17,26,27,17,0,26,27,17,26,27,0,25,26,27,17,25,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,0,26,27,25,25,17,26,27,17,26,27,26,27,26,27,25,25,25,26,27,17,24,26,27,26,27,25,26,27,17,17,17,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,0,17,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,17,0,25,25,28,28,26,27,17,26,27,26,27,17,26,27,17,25,26,27,17,17,26,27,17,26,27,26,27,17,25,25,26,27,26,27,17,26,27,17,26,27,17,26,27,17,26,27,25,26,27,26,27,26,27,17,26,27,17,25,26,27,17,17,26,27,26,27,25,26,27,0,25,26,27,25,26,27,26,27,26,27,17,26,27,26,27,17,0,25,26,27,26,27,17,17,26,27,17,0,26,27,26,27,17,26,27,28,26,27,17,25,26,27,25,26,27,17,0,26,27,26,27,26,27,17,26,27,26,27,25,26,27,26,27,26,27,0,26,27,17,17,17,26,27,17,26,27,26,27,0,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,25,26,27,17,25,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,26,27,0,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,25,25,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,17,0,25,26,27,26,27,17,17,26,27,0,26,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,17,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,17,25,28,28,26,27,17,0,26,27,17,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,0,26,27,26,27,25,28,28,26,27,17,26,27,25,25,25,25,26,27,17,26,27,26,27,17,0,26,27,26,27,25,26,27,25,17,26,27,17,26,27,0,26,27,0,26,27,17,26,27,17,26,27,26,27,26,27,26,27,25,25,26,27,0,25,26,27,17,26,27,26,27,17,25,26,27,17,26,27,26,27,26,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,17,26,27,17,17,26,27,26,27,17,26,27,26,27,0,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,0,26,27,25,26,27,17,26,27,17,0,25,26,27,25,25,28,28,26,27,17,0,26,27,26,27,26,27,25,26,27,17,26,27,26,27,25,26,27,26,27,26,27,25,25,25,26,27,25,26,27,17,26,27,26,27,0,25,26,27,25,26,27,26,27,0,17,26,27,25,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,28,25,26,27,17,25,28,28,26,27,17,25,26,27,24,0,25,26,27,17,25,26,27,25,26,27,17,26,27,0,25,25,25,25,26,27,17,26,27,26,27,25,26,27,25,25,25,26,27,24,26,27,26,27,25,25,25,26,27,17,26,27,26,27,26,0,17,17,26,27,26,27,26,27,0,25,26,27,17,26,27,26,27,25,25,26,27,17,26,27,17,26,27,17,26,27,25,26,27,17,26,27,26,27,25,25,26,27,24,25,28,28,17,26,27,17,26,27,26,27,25,25,25,26,27,17,0,28,26,27,17,26,27,25,25,25,17,26,27,17,23,23,25,26,27,0,26,27,26,27,17,0,25,26,27,17,26,27,26,27,25,25,25,25,26,27,17,25,26,27,17,26,27,17,26,27,25,26,27,17,26,27,26,27,0,25,25,28,28,26,27,17,17,26,27,17,26,27,26,27,17,25,26,27,17,26,27,26,27,17,25,17,26,27,17,26,27,26,27,26,27,0,25,26,27,17,26,27,17,26,27,17,26,27,26,27,17,25,28,28,26,27,17,26,27,25,26,27,17,17,26,27,17,26,27,26,27,0,25,17,26,27,17,26,27,17,26,27,17,25,26,27,17,0,26,27,26,27,26,27,0,26,27,26,27,17,26,27,17,25,17,26,27,17,26,26,27,26,27,25,26,27,0,17,26,27,17,17,17,17,17,17,17,17,26,27,25,17,26,27,17,26,27,25,28,28,26,27,17,0,26,26,26,0,26,25,26,27,17,26,27,17,17,26,27,26,27,17,26,27,26,26,25,26,27,17,26,26,26,27,26,27,26,17,26,27,25,26,27,17,26,26,27,26,27,26,27,26,26,25,26,27,17,26,25,26,27,17,25,25,25,26,17,26,26,27,26,25,26,27,17,0,26,26,27,26,27,26,0,26,26,25,26,27,17,26,26,27,17,0,26,17,17,26,0,26,26,25,26,27,17,26,25,26,27,17,26,26,27,26,0,26,28,25,26,27,17,0,26,26,26,26,26,26,25,26,27,17,0,26,17,26,25,26,27,17,26,17,23,26,27,26,25,25,26,27,17,26,27,26,26,26,26,0,26,27,25,26,27,17,26,26,27,17,26,17,26,26,26,25,26,27,17,28,26,27,17,26,26,26,26,27,17,26,25,26,27,17,0,26,27,26,26,26,26,25,25,28,26,27,17,25,26,0,17,26,17,26,26,26,26,26,27,17,25,26,26,27,26,26,27,26,26,26,0,25,25,26,27,17,26,0,26,27,26,26,26,26,25,26,26,26,27,26,26,26,17,17,26,25,26,26,26,26,26,26,27,0,26,25,26,28,26,17,26,26,26,0,26,26,25,26,26,25,26,26,26,27,17,26,27,26,27,25,26,26,26,26,26,26,27,25,26,17,25,26,27,17,26,0,26,27,17,26,27,26,27,17,26,26,25,17,26,26,17,26,27,17,26,26,26,26,17,25,26,27,0,17,26,27,17,26,26,26,26,26,17,25,26,27,17,26,26,27,17,26,26,27,26,0,17,26,27,17,25,26,0,26,26,26,26,17,17,17,26,27,17,26,27,17,25,26,26,26,26,17,26,27,17,0,26,26,25,26,26,0,26,27,17,26,27,17,26,27,17,26,27,17,17,26,17,25,26,26,17,26,27,17,26,26,26,27,26,25,26,0,17,26,27,17,26,27,17,26,26,17,25,26,26,25,26,26,26,26,26,27,0,26,26,25,26,26,26,26,26,26,0,26,25,26,26,26,26,27,26,25,25,26,26,25,26,26,27,17,0,26,26,26,26,26,25,26,27,26,26,26,26,0,26,26,25,26,26,26,26,27,26,26,25,26,25,26,0,26,0,26,26,26,26,27,17,26,25,26,26,26,17,26,26,26,27,26,27,25,26,27,26,27,0,26,27,26,27,26,27,26,27,0,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,26,27,25,25,26,27,26,27,26,27,0,26,27,26,26,27,0,26,27,25,25,26,27,17,26,27,26,25,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,25,28,28,25,28,28,25,26,27,17,26,27,26,27,25,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,26,27,26,27,28,25,28,28,26,27,17,0,25,25,26,27,17,25,26,27,0,26,27,25,26,27,25,26,27,26,27,26,27,25,26,27,17,25,25,26,27,17,28,28,28,28,26,27,17,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,25,26,27,26,27,26,27,26,27,0,25,28,26,27,17,0,26,27,26,27,25,26,27,26,27,26,0,26,27,26,27,17,26,27,17,26,27,25,26,27,17,26,27,17,26,26,27,26,27,26,27,26,27,25,17,17,17,17,17,17,17,25,26,27,17,0,26,27,25,26,27,26,27,25,26,27,26,26,27,26,27,26,27,26,27,17,26,27,17,26,25,26,27,17,26,27,26,27,26,27,0,26,27,26,27,17,25,25,25,25,26,27,17,26,27,17,17,26,27,26,27,26,27,26,26,27,0,26,27,26,27,26,27,17,26,27,0,26,27,0,26,26,27,26,27,26,27,0,26,27,26,27,17,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,17,0,26,27,26,27,17,26,27,26,26,27,17,26,27,26,27,26,27,0,26,27,25,25,26,17,0,26,27,26,27,17,26,27,0,26,27,25,25,26,27,17,26,27,26,27,17,26,26,26,17,26,17,26,27,26,26,27,17,26,26,26,0,26,17,26,27,26,26,0,25,26,17,26,26,0,26,27,26,26,26,26,27,17,26,26,27,26,26,0,26,26,0,26,27,17,17,26,26,17,26,27,17,26,26,26,17,26,0,26,26,27,17,0,26,26,0,26,26,26,17,26,26,26,26,17,0,26,27,26,17,26,17,0,26,17,26,26,26,25,26,17,26,26,26,26,26,26,26,28,26,27,17,26,26,27,17,0,26,26,26,27,17,26,27,0,26,17,26,26,26,26,26,26,27,17,17,26,26,26,27,17,25,28,28,25,28,28,25,25,26,27,17,26,25,26,26,26,25,26,17,26,25,17,26,27,17,26,27,26,26,26,26,26,0,26,0,26,27,26,26,27,17,26,27,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,27,17,26,26,26,26,0,26,26,26,27,26,27,0,26,27,17,25,25,25,25,26,27,17,25,28,28,26,27,17,26,26,26,26,26,25,25,25,25,25,25,26,27,17,25,26,26,27,26,26,17,26,26,26,26,26,26,26,27,17,26,26,27,26,27,26,0,26,26,26,27,0,26,26,26,17,26,26,26,26,28,26,27,17,26,26,26,26,26,17,17,26,27,17,25,25,26,26,17,25,25,25,26,24,26,26,0,25,26,26,26,17,0,26,26,26,0,26,26,17,26,26,26,26,26,0,26,26,27,17,26,27,26,17,0,26,26,17,26,26,26,26,27,26,17,26,17,26,27,0,26,26,26,26,27,17,26,25,26,26,26,26,27,26,26,26,26,0,26,26,26,26,0,28,26,27,17,26,26,26,26,26,26,17,26,17,17,17,26,26,0,26,26,26,26,26,26,27,17,0,26,26,26,26,27,17,26,26,0,26,27,26,26,26,26,0,26,26,26,26,26,17,26,17,17,26,0,26,27,26,17,26,26,26,26,0,26,26,26,0,26,26,26,26,26,27,17,26,27,0,26,26,26,27,17,26,0,28,26,27,17,25,26,17,26,27,17,26,26,25,26,17,26,0,26,26,27,26,27,0,25,26,27,17,26,26,27,26,26,26,26,27,17,26,26,26,26,26,26,26,27,26,26,27,26,17,26,26,26,17,26,26,26,26,26,0,26,26,26,27,26,26,27,24,26,26,17,26,26,26,27,26,26,26,26,26,26,26,27,26,0,17,17,26,26,0,26,17,26,26,27,26,0,26,0,26,26,26,26,0,26,26,27,26,25,28,28,26,27,17,26,27,0,17,17,26,26,26,26,27,26,27,26,17,0,26,27,0,26,27,17,26,26,26,26,26,26,0,26,26,26,26,26,26,26,25,25,17,17,17,25,26,27,17,26,26,26,26,26,26,26,26,0,26,26,0,25,26,26,26,26,26,26,17,26,27,26,25,25,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,27,17,0,26,26,17,26,17,26,17,26,26,26,26,17,26,27,26,26,26,26,26,26,26,17,26,25,25,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,25,26,27,17,26,27,26,27,0,26,27,26,27,17,17,26,27,26,27,25,28,28,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,17,25,25,26,27,17,26,27,25,26,27,25,26,27,28,26,27,17,17,26,27,26,27,25,25,26,27,17,26,27,26,27,25,25,26,27,28,26,27,17,26,27,25,26,27,25,25,26,27,0,26,27,0,26,27,25,26,27,26,27,26,27,26,27,25,26,27,17,28,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,25,26,27,25,28,28,26,27,17,25,28,26,27,17,26,27,25,17,17,26,27,17,25,25,23,25,25,26,27,17,26,27,25,25,25,26,27,25,26,27,17,26,27,26,27,26,27,25,17,26,27,17,26,27,26,27,25,26,27,17,26,27,26,27,25,25,26,27,17,26,27,26,27,0,25,25,26,27,25,25,25,26,27,24,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,27,0,25,26,27,26,27,26,27,26,27,26,27,26,25,26,27,26,27,17,17,26,26,27,25,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,0,26,27,25,26,27,25,25,26,27,26,27,26,27,26,27,25,25,26,27,24,0,26,27,26,27,17,26,27,26,27,25,25,25,26,27,17,25,25,26,27,17,0,26,27,17,26,27,26,27,26,27,26,27,26,25,26,27,17,17,26,27,0,26,27,26,27,26,27,26,27,25,28,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,25,17,26,27,17,26,27,26,27,26,27,17,26,27,0,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,26,27,17,26,27,26,27,0,26,27,26,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,26,27,26,27,26,27,17,17,26,27,26,27,26,26,26,26,26,26,17,17,26,26,26,26,26,26,26,27,17,25,26,27,0,26,26,26,26,26,25,26,27,26,27,26,26,27,25,26,24,26,26,0,26,27,17,26,26,27,17,26,17,26,26,26,26,25,25,25,28,28,26,27,17,26,27,26,27,26,0,26,26,26,26,26,26,26,26,0,26,26,26,27,26,0,26,26,26,27,26,26,26,26,17,17,26,26,26,27,17,17,26,17,26,27,26,26,26,26,27,17,26,26,27,17,26,26,26,26,26,26,26,26,17,17,26,27,26,27,17,26,26,17,25,25,26,27,26,26,26,26,26,17,17,26,26,26,27,26,26,26,26,27,26,17,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,0,26,27,17,26,27,26,27,0,26,27,17,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,0,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,17,17,26,27,0,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,26,27,26,27,0,26,26,26,26,25,26,27,26,26,26,26,25,28,28,25,28,28,25,25,26,27,17,25,26,17,25,26,27,17,25,26,17,26,27,17,26,26,27,17,26,26,0,26,26,27,26,26,26,26,26,27,26,0,26,0,26,26,17,0,26,26,0,26,27,17,26,26,27,26,26,26,26,26,25,26,27,26,26,26,0,26,0,26,26,26,26,25,26,27,0,25,26,27,26,27,26,26,26,25,17,26,27,17,26,25,26,27,26,25,25,28,26,27,17,26,0,26,26,0,26,0,25,26,27,17,26,27,26,27,26,25,26,27,26,28,25,26,27,17,26,0,26,25,26,27,26,0,26,25,17,17,25,26,27,26,27,26,17,0,26,25,26,27,25,26,27,17,17,17,26,27,17,26,26,27,26,0,26,27,25,25,25,26,27,26,26,26,25,26,27,25,26,27,26,26,25,26,27,0,26,25,26,27,25,26,27,26,26,26,26,26,27,17,26,27,17,26,0,25,25,26,27,17,26,26,17,26,25,26,27,26,26,26,26,25,25,25,25,26,27,17,17,26,27,25,26,27,17,26,27,25,26,27,25,26,27,25,26,27,26,27,26,27,17,26,27,17,26,27,17,25,25,26,27,26,27,26,27,26,27,17,26,27,26,27,25,25,26,27,26,27,26,27,26,27,26,27,25,26,27,0,25,26,27,0,26,27,26,27,26,27,25,26,27,17,25,17,17,26,27,26,0,26,27,17,0,26,25,26,27,26,25,26,27,26,26,26,0,26,17,17,26,26,26,26,27,17,26,25,26,27,0,26,26,26,26,0,26,25,26,27,26,27,0,25,26,27,17,26,26,26,17,26,27,17,26,27,17,0,26,25,26,27,26,25,26,27,0,26,26,0,25,26,27,26,26,27,17,26,27,26,25,26,27,0,26,27,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,25,26,27,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,17,25,26,27,17,26,27,0,26,27,26,27,25,26,27,25,26,27,26,27,25,28,28,26,27,17,26,27,17,26,27,17,26,27,25,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,25,26,27,17,25,26,27,17,25,26,27,17,0,26,27,26,27,0,26,27,17,26,27,26,25,26,27,17,0,26,27,26,27,26,27,26,27,25,26,27,25,25,25,25,26,27,17,0,26,26,26,26,25,26,27,0,25,25,26,27,26,26,27,25,25,25,26,27,17,25,26,27,25,25,26,27,17,26,27,17,25,26,0,26,0,26,25,26,27,26,27,17,26,26,26,0,26,25,26,27,0,25,26,27,17,26,25,25,26,27,17,26,25,26,27,26,0,26,26,26,26,26,25,26,27,26,26,26,26,27,17,0,25,26,27,26,28,26,17,26,26,26,26,27,17,26,27,17,26,27,26,28,26,17,26,26,26,27,17,0,26,0,26,26,25,26,27,26,27,26,26,26,25,28,28,26,27,17,26,26,26,27,26,26,27,17,26,17,26,26,27,17,26,25,25,26,27,17,26,27,25,25,26,27,17,25,26,27,17,25,26,17,26,26,26,26,27,17,26,27,17,26,25,25,25,25,26,27,17,26,26,26,0,26,26,26,26,25,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,25,26,27,26,27,17,25,26,27,26,26,27,0,26,26,26,25,26,27,26,27,17,0,26,25,28,28,25,26,27,17,26,26,17,26,27,26,27,17,25,26,27,17,26,26,0,26,27,17,26,0,25,26,27,17,26,26,26,26,26,25,25,26,27,17,26,25,25,25,26,27,17,26,26,25,25,25,26,27,17,26,26,25,26,26,26,17,26,26,27,26,27,26,17,26,26,0,26,26,17,26,26,26,26,0,26,27,17,26,26,26,17,26,26,26,26,17,26,0,26,26,26,26,26,26,25,26,17,26,26,26,26,17,26,27,17,26,26,26,25,28,28,26,27,17,25,28,28,26,27,17,26,27,17,0,26,26,0,26,0,26,26,27,26,27,26,26,27,17,17,26,17,26,26,0,26,26,0,26,26,17,26,26,27,17,26,26,26,26,17,0,26,26,26,26,27,17,26,26,26,0,26,17,26,26,26,25,28,28,26,27,17,26,26,26,27,17,26,17,26,27,17,26,25,25,25,26,27,17,26,26,25,26,26,17,17,26,17,26,25,26,27,26,27,26,27,26,26,27,17,26,26,0,26,27,17,26,26,26,26,26,26,26,27,17,26,0,26,26,27,17,17,17,26,17,26,27,26,26,26,17,25,25,26,27,17,17,17,17,26,26,17,26,17,26,27,17,26,26,27,17,26,27,17,0,26,25,17,26,17,26,26,26,26,0,26,26,27,17,26,27,17,26,26,26,27,17,0,26,27,17,26,17,26,17,26,17,26,25,26,27,26,27,26,0,26,25,25,25,26,24,0,26,27,17,26,26,26,17,26,0,26,27,17,26,26,0,26,26,26,26,26,26,26,26,17,26,27,25,26,27,17,26,25,25,25,25,17,17,26,27,17,25,25,17,17,26,17,26,26,17,26,17,26,26,26,26,26,26,0,26,17,26,27,26,27,26,26,26,26,26,26,0,26,27,17,26,26,26,27,26,26,26,17,26,26,26,27,17,0,26,17,26,27,26,0,26,26,27,17,26,26,17,26,17,17,26,26,26,26,27,26,25,25,26,26,26,26,17,26,26,26,26,26,0,26,26,26,27,17,26,26,26,25,26,26,26,26,26,26,17,17,26,26,26,26,26,26,26,26,0,26,26,26,27,17,26,26,26,26,26,26,26,26,26,27,17,0,26,26,26,27,26,26,27,17,26,0,26,26,26,26,26,27,17,26,26,0,26,26,26,0,26,27,26,26,0,26,26,26,26,26,27,17,26,17,26,25,25,25,26,17,24,26,26,26,26,26,17,26,26,26,0,26,27,26,27,17,26,26,27,17,26,26,27,0,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,26,26,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,0,26,26,25,17,25,26,17,26,0,17,26,27,17,28,26,27,17,26,17,26,26,0,26,26,26,26,26,26,26,25,26,26,26,26,26,0,26,27,17,26,26,0,26,27,17,26,28,26,27,17,26,26,27,26,27,17,17,26,26,26,26,26,26,26,26,25,28,28,25,26,27,17,26,26,26,26,26,27,17,26,0,26,27,17,26,26,26,26,0,26,26,26,26,26,27,26,26,0,26,27,26,26,26,0,26,26,26,26,0,26,26,26,26,27,17,26,27,17,26,26,26,27,26,27,17,26,0,26,17,26,27,17,26,25,25,28,28,26,27,17,25,25,26,27,25,25,26,26,27,25,26,26,26,27,26,27,17,26,27,26,26,26,26,27,26,26,26,26,26,27,26,27,26,0,26,17,26,26,26,17,17,26,26,0,26,26,28,26,27,17,26,27,0,26,26,26,26,26,0,26,27,26,26,27,17,26,26,26,26,27,17,26,27,17,0,25,25,26,27,25,26,26,26,25,26,26,27,17,28,26,17,26,26,26,27,28,28,28,28,28,28,26,17,25,28,28,26,27,17,26,26,26,26,26,27,26,26,27,26,17,26,25,26,24,0,26,27,26,26,26,17,17,26,17,26,26,25,25,26,17,26,0,26,26,27,26,26,26,17,0,26,26,26,26,0,26,26,26,27,26,26,27,0,26,26,27,26,26,26,26,26,0,26,26,26,26,0,26,26,26,26,27,17,25,25,26,27,17,26,26,26,26,27,26,26,25,25,26,27,17,26,27,26,17,26,26,27,26,27,26,27,0,26,26,26,26,0,26,26,26,26,26,0,26,26,27,17,0,26,17,26,17,0,26,26,0,26,26,0,26,26,27,26,27,17,26,26,26,27,26,26,26,25,25,26,27,17,25,26,17,26,26,26,0,26,27,17,26,26,26,26,27,17,26,0,26,0,26,27,17,17,26,26,26,26,26,26,26,26,27,26,26,26,26,27,17,26,26,0,26,27,26,26,25,25,25,25,26,27,17,0,26,0,23,26,17,26,25,26,26,26,27,26,26,26,26,26,26,17,26,17,0,26,27,26,26,27,17,25,25,26,24,26,26,25,17,25,26,17,26,26,27,26,17,26,26,27,26,26,26,26,27,17,17,17,26,26,0,26,26,26,27,17,26,26,0,26,26,25,28,28,25,26,27,17,17,17,26,27,25,25,25,25,25,26,27,17,26,26,26,0,26,25,26,17,26,26,26,26,26,26,26,26,17,26,26,26,26,26,26,26,26,26,26,0,26,26,0,26,26,0,17,26,17,25,28,28,17,26,27,17,26,27,17,26,0,26,26,27,17,26,26,27,17,25,25,26,27,26,25,26,27,17,26,26,26,26,17,26,26,26,26,27,17,0,25,26,27,17,26,26,17,26,26,26,26,26,25,28,28,25,17,17,26,27,17,25,17,26,27,17,26,27,26,25,26,26,26,26,26,26,25,26,27,17,25,26,27,26,26,26,26,25,25,26,17,0,25,26,27,17,26,0,26,26,26,26,25,25,26,27,0,26,26,17,26,27,17,26,26,26,27,17,26,26,26,17,26,17,26,26,0,26,27,17,26,26,26,26,27,26,25,26,27,26,26,26,26,27,26,17,26,26,26,27,26,26,26,25,26,17,26,25,25,26,27,26,26,26,27,17,26,27,17,0,26,25,26,26,17,0,26,25,25,26,27,26,26,27,26,27,26,27,26,26,27,17,0,26,26,26,26,26,26,26,26,0,26,26,26,26,26,25,26,17,24,26,27,17,25,25,26,26,27,26,26,27,26,26,26,26,26,0,26,27,26,26,0,26,27,17,0,26,26,27,17,26,26,17,26,26,26,0,26,26,25,26,27,26,26,26,26,27,25,26,27,17,26,26,0,26,26,27,26,17,26,27,26,17,26,17,26,26,26,26,27,0,25,28,28,26,27,17,26,26,26,0,26,17,26,17,26,27,17,26,26,27,17,26,27,17,26,26,26,26,26,26,26,26,26,27,17,26,27,26,26,17,26,26,27,17,26,26,26,26,25,26,24,26,26,25,25,17,17,26,25,26,27,17,26,0,26,26,26,26,26,27,26,26,27,17,26,26,0,26,0,26,26,26,26,27,26,17,26,27,17,26,17,0,26,26,27,26,26,26,26,26,0,26,26,26,27,26,26,27,26,27,17,0,26,25,26,26,26,26,26,27,17,26,26,26,26,26,25,26,26,26,26,17,26,26,27,26,26,27,26,17,26,26,26,0,26,26,26,26,17,26,17,26,26,0,26,0,26,26,26,17,26,26,26,26,27,25,25,26,25,26,27,17,26,27,25,25,26,17,25,26,17,25,26,17,26,26,26,27,17,26,17,26,26,27,17,0,26,26,26,26,26,26,26,26,26,0,26,27,17,17,17,26,17,26,26,26,26,26,26,26,0,26,26,25,26,26,27,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,25,28,28,26,27,17,0,26,25,26,26,26,26,27,25,25,25,26,17,24,26,27,17,26,25,25,26,27,17,25,25,26,26,26,26,26,26,0,26,26,0,26,17,26,26,26,26,25,25,26,26,28,26,27,17,26,26,27,17,26,26,26,26,26,17,26,27,17,26,26,26,17,26,17,26,17,26,27,17,26,26,26,26,0,26,17,26,27,17,26,25,28,28,26,27,17,0,26,25,25,26,26,17,25,26,27,17,26,27,17,26,26,26,26,17,26,17,26,27,0,26,0,26,26,0,26,17,26,27,17,26,26,26,27,17,26,27,26,17,26,27,17,26,26,26,25,28,28,26,27,17,26,27,17,0,17,26,27,17,26,26,26,26,26,17,17,26,27,17,26,26,17,17,26,26,26,17,26,27,17,0,26,27,26,26,27,26,27,26,0,17,26,27,17,28,25,26,17,26,26,26,27,17,26,26,25,28,28,26,17,25,26,17,25,26,26,26,27,26,0,26,26,25,25,26,27,26,17,26,0,26,26,0,26,25,26,25,26,27,26,26,26,25,26,26,26,25,26,26,26,26,26,17,17,17,17,17,17,17,26,26,25,17,26,27,17,26,26,26,26,25,26,25,17,26,27,17,25,26,25,26,27,26,26,26,0,26,26,25,25,26,27,17,0,17,26,27,17,26,25,25,25,26,27,17,26,26,0,25,25,25,25,26,17,25,26,26,27,26,26,0,25,17,17,17,17,17,17,17,26,26,25,26,25,26,26,26,25,26,26,26,25,26,25,25,25,25,25,26,27,17,26,25,26,26,25,26,0,26,25,26,17,25,26,0,26,28,26,27,17,26,28,26,27,17,26,25,26,27,25,26,26,26,26,26,27,25,26,25,26,25,25,26,26,26,27,17,26,17,26,26,25,25,25,25,25,26,27,17,25,26,27,26,26,0,25,25,25,28,28,26,27,17,26,26,27,25,25,26,17,25,26,26,26,26,0,26,17,26,25,26,25,26,26,26,26,26,26,27,17,25,28,26,17,0,25,26,0,26,27,17,26,26,26,17,26,25,26,25,26,26,27,26,0,25,17,25,26,17,26,0,26,25,26,27,17,25,26,27,17,0,26,27,17,26,26,17,17,26,26,25,26,0,25,26,26,0,26,26,17,26,27,17,26,25,26,25,26,26,26,26,0,26,26,27,25,26,25,26,26,26,0,17,26,17,0,26,26,25,25,26,25,26,0,26,26,26,26,0,26,25,25,26,25,26,28,28,26,17,26,17,17,26,26,26,25,26,25,26,27,17,26,26,26,26,26,25,26,25,26,26,26,27,17,26,27,17,26,27,17,26,27,25,26,27,25,26,27,26,26,27,26,27,26,27,0,26,27,25,17,25,25,26,27,17,25,17,17,26,27,26,27,26,27,26,27,17,25,26,27,26,27,25,26,27,25,26,27,26,27,25,26,27,17,26,27,26,27,0,26,27,25,25,25,26,27,25,17,26,27,17,0,28,26,27,17,26,27,26,27,26,27,26,27,25,26,27,25,25,26,27,17,26,27,25,26,27,25,17,25,26,27,17,26,27,26,27,25,26,27,25,26,27,26,27,17,26,27,0,26,27,26,27,17,0,26,27,0,25,26,27,25,26,27,26,27,17,17,26,27,26,27,0,26,27,0,26,27,25,26,27,17,0,25,26,27,26,27,0,25,26,27,26,27,26,27,26,27,25,26,27,0,25,26,27,26,27,25,26,27,26,27,26,27,26,27,25,26,27,25,26,27,17,26,27,25,26,27,26,27,26,27,26,27,17,25,28,28,25,28,28,25,25,25,25,26,27,17,25,26,26,27,17,25,26,27,26,27,26,27,26,27,17,25,26,27,17,25,26,27,17,26,27,25,26,27,0,26,27,17,0,25,26,27,17,26,27,25,26,27,17,25,17,17,17,17,17,17,17,25,26,27,17,26,27,25,26,27,17,26,27,26,27,17,25,28,28,17,26,27,17,25,25,26,27,17,17,26,27,17,26,27,25,25,26,27,17,26,27,26,27,26,27,25,26,27,25,26,27,17,26,27,17,25,26,27,26,27,26,27,26,27,17,25,26,27,26,27,26,27,25,25,26,27,17,26,27,17,26,27,17,26,27,25,26,27,17,25,26,27,17,17,26,27,17,26,27,17,26,27,17,0,25,25,26,27,17,25,25,26,27,17,25,25,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,0,25,26,27,26,27,26,27,17,26,27,17,26,27,17,0,25,26,27,17,25,26,27,17,25,25,26,27,17,26,27,0,25,28,28,25,26,27,17,26,27,17,17,26,27,26,27,26,27,25,25,26,27,17,17,17,26,27,0,25,25,17,26,27,17,25,26,27,17,26,27,26,27,26,27,25,17,26,27,26,17,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,26,27,25,26,27,17,0,25,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,25,26,27,26,27,17,0,26,27,17,26,27,26,27,25,26,27,17,26,27,17,25,28,28,26,27,17,26,27,26,17,25,28,28,26,27,17,26,27,25,26,27,25,26,27,17,25,26,27,0,26,27,26,27,17,26,27,26,27,25,25,25,26,27,26,27,26,27,17,26,27,17,26,25,26,27,26,27,17,25,28,28,25,28,28,25,25,25,25,25,25,26,27,17,26,27,17,26,27,25,25,26,27,17,0,26,27,26,27,26,27,25,26,27,17,25,28,28,26,27,17,26,27,26,27,26,27,17,26,27,25,26,27,17,25,25,26,27,0,26,27,17,26,27,26,27,25,26,27,0,25,26,27,0,26,27,25,26,25,26,27,17,26,27,26,25,25,25,25,26,27,17,26,27,25,26,27,25,25,25,17,26,27,17,17,26,27,26,27,17,26,27,17,26,27,26,27,26,27,17,0,25,26,27,17,0,26,27,26,27,17,26,27,26,17,26,26,27,17,25,26,26,26,26,26,26,27,17,26,27,25,25,25,17,17,26,25,17,25,26,17,26,27,17,0,26,27,17,26,17,26,26,17,25,26,26,0,26,17,26,17,26,0,26,25,25,25,25,26,27,17,24,25,25,28,28,26,17,26,17,26,27,28,26,27,17,26,17,26,27,17,25,26,25,25,26,26,17,17,26,17,26,25,26,0,25,25,26,17,26,27,25,26,17,26,0,26,17,25,26,0,26,26,26,17,25,17,17,17,17,17,17,17,25,17,26,27,17,0,17,26,17,26,27,17,26,17,26,0,26,26,25,26,17,26,26,26,26,26,26,27,25,17,17,26,27,17,17,17,26,17,25,17,26,27,26,26,26,17,26,25,17,25,26,17,26,0,26,17,26,0,26,26,26,27,17,26,26,26,25,25,25,26,17,26,26,26,27,26,27,17,26,17,26,25,26,26,17,26,26,26,17,17,26,17,26,17,26,17,26,17,26,27,17,25,17,26,17,26,25,26,27,26,17,26,26,26,26,27,17,25,26,27,17,26,27,17,28,26,27,17,26,27,17,26,26,26,17,26,17,26,17,26,27,17,26,27,17,26,17,26,17,26,27,26,25,17,17,26,17,17,17,26,26,26,0,26,27,17,26,27,17,26,26,26,17,17,26,26,26,26,17,25,26,27,25,26,17,17,26,26,26,27,26,17,26,27,26,27,26,27,17,25,26,17,0,26,26,26,27,17,26,17,26,27,17,26,17,26,17,26,17,25,25,26,17,0,26,0,26,27,26,27,17,17,26,0,17,26,26,0,26,0,26,27,17,26,25,26,27,17,26,26,27,17,26,26,0,26,25,26,27,26,0,26,26,17,26,27,26,26,26,17,26,26,0,26,26,26,26,17,26,26,26,27,26,26,26,26,26,26,26,0,26,0,26,27,26,25,26,27,17,26,26,26,27,17,26,27,0,26,26,25,26,27,17,17,26,0,26,27,25,26,27,17,26,26,26,26,27,17,26,26,25,25,25,25,26,27,17,23,25,25,25,26,27,17,26,27,26,27,26,27,26,27,25,26,27,0,26,27,17,26,27,26,27,26,27,0,25,25,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,0,26,27,17,26,27,26,27,0,25,26,27,0,26,27,26,27,17,26,27,0,25,25,25,26,27,17,25,26,27,17,26,27,0,26,27,26,27,0,26,27,25,26,26,27,17,25,25,26,27,17,0,25,26,27,17,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,17,25,25,25,25,25,25,26,27,17,0,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,25,26,27,26,27,26,27,26,27,0,26,27,0,26,27,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,0,26,27,26,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,0,26,27,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,0,26,27,26,27,26,27,17,17,26,27,0,26,27,0,26,27,0,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,26,27,25,25,25,26,27,26,27,25,28,28,25,26,27,17,26,27,28,26,27,17,26,27,26,27,17,0,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,26,27,0,26,27,0,26,27,25,26,27,17,26,27,26,27,26,27,0,25,28,28,26,27,17,25,17,25,26,27,17,26,27,17,26,27,0,26,27,17,0,26,27,26,27,26,27,26,27,26,27,17,26,27,0,28,26,27,17,25,26,27,17,0,26,27,26,27,17,26,27,26,27,25,28,28,26,27,17,0,17,26,27,17,26,27,17,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,25,25,26,27,26,27,25,26,27,26,27,26,27,25,25,26,27,17,25,26,27,26,27,26,27,0,17,17,26,27,26,27,17,17,26,27,26,27,17,26,27,25,26,27,17,26,27,25,26,27,17,0,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,26,27,17,25,26,27,17,26,27,17,25,25,26,27,17,26,26,27,17,25,28,28,26,27,17,26,27,17,26,27,26,27,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,25,26,27,0,26,27,25,26,27,17,0,26,27,25,25,26,27,17,26,27,26,27,26,27,26,27,25,25,26,27,17,26,27,26,27,25,28,28,26,27,17,25,26,27,26,27,26,27,25,26,27,17,0,28,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,25,26,27,17,25,25,26,27,25,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,17,26,27,17,0,26,27,0,26,27,26,27,25,28,28,26,27,17,26,27,26,27,26,27,17,25,26,27,26,27,0,26,27,25,26,27,17,25,28,28,26,27,17,25,25,28,28,26,27,17,26,27,25,26,27,0,25,28,28,26,27,17,25,26,27,0,26,27,25,25,26,27,25,26,27,26,27,25,26,27,0,26,27,26,27,17,25,25,26,27,17,25,26,27,26,26,27,26,27,17,26,27,0,25,26,27,25,17,26,27,26,27,26,27,25,26,27,26,27,17,25,28,28,25,26,27,17,26,27,0,25,26,27,17,26,27,0,26,0,26,27,25,25,26,27,26,27,26,27,25,26,27,25,26,27,26,27,25,25,28,28,26,27,17,0,26,27,26,27,26,27,26,27,17,25,25,25,26,27,17,25,25,26,27,17,26,27,25,25,26,27,26,27,17,26,27,25,26,27,17,25,26,27,17,26,27,26,27,26,27,26,27,25,17,25,26,27,17,26,27,26,27,26,27,26,27,17,28,26,27,17,0,26,26,27,17,25,26,27,17,0,26,27,26,27,25,28,26,27,17,28,25,26,27,17,25,26,27,17,0,28,28,25,26,27,17,0,26,27,17,26,17,25,26,27,26,27,0,25,26,27,26,27,25,26,26,27,26,27,26,27,26,27,17,17,26,27,17,26,27,17,26,0,25,26,27,17,26,27,26,27,25,28,28,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,26,27,17,26,27,25,28,28,26,27,17,0,25,25,26,27,17,25,26,27,26,27,0,25,26,27,26,27,26,27,25,26,27,17,26,27,25,28,28,26,27,17,26,26,27,17,26,27,26,27,0,25,26,27,17,25,25,28,25,26,27,17,0,26,27,0,26,27,26,27,26,27,25,25,26,27,26,27,25,26,26,27,26,27,26,27,26,27,17,26,27,25,26,17,26,27,25,26,27,25,26,27,26,27,26,26,27,26,27,25,26,27,17,0,26,17,26,27,25,26,27,26,27,25,26,27,17,25,25,26,27,17,26,27,17,26,27,26,27,0,26,27,25,26,27,0,26,26,27,0,26,27,25,26,27,17,26,27,25,17,17,26,27,17,26,26,27,17,26,27,26,27,25,26,27,25,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,17,25,26,27,17,26,27,26,27,17,26,27,0,26,27,25,28,25,26,27,17,0,26,27,26,27,26,27,25,26,27,26,27,25,26,26,27,25,28,28,26,27,17,25,26,27,17,26,27,17,26,27,26,27,26,27,26,26,27,25,26,27,17,26,27,17,26,27,26,27,26,27,26,27,17,0,26,27,26,27,0,26,27,26,27,17,26,27,26,27,17,26,27,26,27,17,0,26,25,26,27,17,26,27,25,25,26,27,17,26,27,17,26,27,26,27,17,25,26,27,17,0,26,27,17,26,27,26,26,27,17,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,25,26,27,17,26,27,26,27,0,26,25,26,27,17,26,27,17,26,27,0,26,27,25,28,28,25,26,27,17,25,25,26,27,17,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,25,28,28,26,27,17,17,26,27,26,27,25,25,26,27,26,27,26,26,27,25,26,27,17,0,26,27,26,0,26,27,25,26,0,26,27,0,26,27,25,26,27,17,26,27,25,26,26,27,17,26,27,0,26,26,27,0,26,27,17,17,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,26,27,17,0,26,27,17,26,27,26,27,26,27,25,25,26,27,17,25,26,27,17,26,27,25,17,26,27,17,26,27,25,26,27,26,27,26,27,17,25,26,27,26,27,26,27,26,27,26,26,26,27,0,26,27,26,27,26,27,26,27,17,26,27,17,17,26,27,28,26,27,17,26,27,26,27,17,25,25,25,26,27,17,24,26,27,17,26,27,17,26,27,17,25,26,27,17,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,25,26,27,17,26,23,26,27,17,25,26,27,26,27,26,27,0,26,26,26,17,26,17,0,26,17,26,17,26,17,0,26,27,17,26,17,26,25,25,26,27,17,26,27,25,26,27,17,26,26,26,17,0,26,26,26,0,26,26,17,26,27,26,25,25,25,26,27,17,26,0,26,27,0,26,25,26,27,0,26,17,26,26,0,26,26,26,25,26,26,26,27,17,26,17,26,17,26,17,26,27,17,26,17,26,17,26,26,17,26,26,0,26,27,17,26,26,26,26,26,17,26,26,27,25,26,0,26,26,26,0,26,0,26,28,26,17,26,26,0,26,26,26,26,26,27,17,17,26,26,27,17,0,26,17,0,26,17,26,17,25,28,28,25,28,28,26,27,17,26,27,17,26,17,26,26,26,26,26,0,17,26,27,17,26,26,26,26,0,26,26,26,27,17,26,26,26,27,26,0,26,26,26,17,26,27,17,26,26,27,17,26,28,26,27,17,26,26,26,26,27,17,17,17,26,17,0,26,17,26,27,17,26,17,26,27,17,0,26,17,26,26,26,26,0,26,26,26,26,26,28,25,26,27,17,26,26,0,25,25,17,26,17,26,25,26,27,17,0,26,0,26,27,17,0,26,26,25,25,25,17,26,24,26,26,27,26,26,26,26,26,27,17,26,26,27,17,0,25,25,25,26,27,17,26,26,26,26,25,26,0,26,26,26,25,26,0,17,17,26,26,27,26,0,25,26,24,26,26,26,25,25,26,25,26,26,27,26,26,26,26,26,0,26,26,0,26,26,26,27,25,26,26,26,26,26,26,28,26,17,25,26,27,17,26,27,26,0,26,27,26,26,27,17,0,26,17,26,26,26,26,27,26,0,26,27,17,26,26,26,25,25,25,25,28,28,26,27,17,26,27,17,26,26,27,17,26,26,26,17,26,25,28,28,25,28,28,25,26,27,17,26,27,26,26,26,26,26,17,26,0,26,0,26,17,17,26,17,26,26,26,26,27,17,26,26,26,0,26,26,0,26,0,26,26,26,26,25,28,28,26,27,17,26,27,26,27,25,26,27,0,26,27,26,27,26,27,25,26,27,17,25,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,25,26,27,17,26,27,26,27,17,25,25,25,28,28,26,27,17,26,27,26,27,17,26,27,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,17,26,27,25,25,25,26,27,17,25,26,27,17,25,25,26,27,17,26,27,26,27,26,27,26,27,17,25,26,27,17,0,26,27,26,26,27,26,27,26,27,26,27,17,25,26,27,17,0,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,0,26,27,26,27,26,27,26,27,26,27,26,27,17,25,26,27,0,26,27,26,27,26,27,26,27,26,26,27,26,27,26,27,0,17,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,27,17,26,27,17,26,27,17,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,26,27,25,28,28,26,27,17,26,27,25,26,27,25,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,17,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,17,26,27,26,27,26,27,26,27,26,27,26,27,26,27,17,26,27,26,26,27,26,27,0,26,27,25,28,28,26,27,17,26,27,26,27,26,27,26,27,26,27,0,26,27,26,27,26,27,25,26,27,17,26,27,26,27,25,26,27,26,27,17,25,26,27,17,0,26,27,17,26,27,0,25,26,27,17,25,26,27,17,0,25,25,25,28,28,26,27,17,0,26,27,26,27,17,26,27,0,26,26,27,26,27,17,0,26,27,17,17,26,27,17,25,25,26,27,17,26,27,0,26,27,25,28,28,25,26,27,17,26,27,25,26,27,17,25,25,25,25,26,27,17,26,27,26,27,25,26,27,17,25,25,26,27,26,27,26,27,26,27,26,27,17,26,27,25,25,26,27,24,25,26,27,0,26,27,26,27,26,27,25,25,26,27,17,26,27,26,27,25,26,27,0,26,27,26,27,26,27,0,25,28,28,26,27,17,26,27,0,26,26,27,26,27,25,25,25,25,26,27,17,25,26,27,17,26,27,17,26,27,26,27,25,26,27,26,27,26,27,25,26,27,17,17,17,17,25,25,25,25,25,25,17,26,27,26,25,26,27,17,26,27,17,26,26,26,26,17,26,27,17,26,17,26,26,26,27,26,26,26,26,26,26,26,26,26,26,27,26,25,26,27,26,26,26,26,26,26,26,27,26,0,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,25,17,17,26,27,17,26,0,26,27,0,26,0,25,26,26,0,26,25,26,27,26,26,17,17,17,26,27,26,26,0,17,26,17,26,26,26,26,25,28,28,26,27,17,25,26,25,26,26,26,27,17,25,25,28,28,26,27,17,24,26,25,26,27,17,26,27,25,26,27,17,26,26,25,26,27,17,26,25,26,27,26,27,26,26,27,17,17,26,17,26,26,17,17,26,26,25,25,26,27,26,26,26,26,26,26,26,26,26,26,26,0,26,26,27,26,25,26,27,26,26,26,0,26,26,26,0,25,25,28,28,25,17,17,17,25,25,25,25,25,25,25,25,25,26,27,17,25,26,27,26,0,26,26,26,25,25,26,27,17,0,26,26,25,26,25,25,25,26,17,25,25,25,25,26,17,17,26,17,25,26,26,26,26,26,26,0,26,26,0,26,0,26,25,26,17,26,0,26,26,27,0,26,26,26,26,0,26,26,26,17,26,25,26,27,26,26,17,26,26,26,26,27,17,26,26,23,26,26,26,26,26,26,17,26,26,23,26,26,26,26,26,26,17,26,26,26,26,26,26,17,26,26,26,26,0,25,25,25,25,26,27,17,0,25,25,26,27,26,26,26,0,26,26,26,26,26,26,27,26,26,26,26,26,26,26,26,17,26,26,0,26,17,17,26,26,0,26,0,26,26,26,26,26,26,27,26,26,26,26,25,26,27,26,26,26,26,17,26,17,26,26,25,26,0,26,26,26,26,26,28,26,17,0,26,26,26,26,26,26,26,26,0,26,26,26,0,26,27,17,26,27,17,28,26,26,0,26,26,26,27,26,25,26,27,26,26,26,17,0,26,26,26,26,26,0,26,26,26,26,26,26,25,26,26,0,25,26,26,26,0,26,26,26,26,0,26,17,26,26,26,26,26,26,26,0,26,26,25,26,27,26,26,0,26,26,27,0,26,26,26,26,26,26,17,26,26,26,26,27,17,0,26,26,26,26,26,27,26,27,0,26,26,26,26,0,26,26,26,26,26,26,26,26,17,26,17,25,26,27,26,0,26,26,26,26,26,26,26,26,26,26,26,25,23,23,25,23,25,25,25,25,25,25,25,25,25,25,25,26,27,17] \ No newline at end of file diff --git a/test_data/small_entities.json b/test_data/small_entities.json deleted file mode 100644 index 9069d5c..0000000 --- a/test_data/small_entities.json +++ /dev/null @@ -1,316 +0,0 @@ -{"tick":0,"serverClass":"CWorld","id":0,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":1,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":1,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_WORLD.m_flWaveHeight":0.03125,"DT_WORLD.m_WorldMins":{"x":-3882,"y":-4570,"z":-560},"DT_WORLD.m_WorldMaxs":{"x":5240,"y":3936,"z":1641},"DT_WORLD.m_bStartDark":0,"DT_WORLD.m_flMaxOccludeeArea":0,"DT_WORLD.m_flMinOccluderArea":0,"DT_WORLD.m_flMaxPropScreenSpaceWidth":-1,"DT_WORLD.m_flMinPropScreenSpaceWidth":0,"DT_WORLD.m_iszDetailSpriteMaterial":"detail/detailsprites","DT_WORLD.m_bColdWorld":0},"pvs":1} -{"tick":0,"serverClass":"CTFPlayer","id":1,"props":{"DT_Local.m_flDucktime":0,"DT_Local.m_flFallVelocity":0.03125023842039809,"DT_Local.m_vecPunchAngle":{"x":0,"y":0,"z":0},"DT_LocalPlayerExclusive.m_vecViewOffset[2]":65.00006198888968,"DT_LocalPlayerExclusive.m_nTickBase":4859,"DT_LocalPlayerExclusive.m_hGroundEntity":1032192,"DT_LocalPlayerExclusive.m_vecVelocity[0]":0,"DT_LocalPlayerExclusive.m_vecVelocity[1]":0,"DT_LocalPlayerExclusive.m_vecVelocity[2]":0,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3431,"y":421.33099365234375,"z":0},"DT_TFLocalPlayerExclusive.m_vecOrigin[2]":298.03125,"DT_TFLocalPlayerExclusive.m_angEyeAngles[0]":0.3529411764705799,"DT_TFNonLocalPlayerExclusive.m_vecOrigin":{"x":-3431,"y":421.25,"z":0},"DT_TFNonLocalPlayerExclusive.m_vecOrigin[2]":298,"DT_TFNonLocalPlayerExclusive.m_angEyeAngles[0]":0.3529411764705799,"DT_TFNonLocalPlayerExclusive.m_angEyeAngles[1]":0,"DT_BaseEntity.m_flSimulationTime":58,"DT_BasePlayer.m_iHealth":125,"DT_BasePlayer.m_fFlags":257,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_BCCLocalPlayerExclusive.m_flNextAttack":69.33999633789062,"m_hMyWeapons.000":1606276,"m_hMyWeapons.001":1587845,"m_hMyWeapons.002":1211014,"m_hMyWeapons.003":2097151,"m_hMyWeapons.004":2097151,"m_hMyWeapons.005":2097151,"m_hMyWeapons.006":2097151,"m_hMyWeapons.007":2097151,"m_hMyWeapons.008":2097151,"m_hMyWeapons.009":2097151,"m_hMyWeapons.010":2097151,"m_hMyWeapons.011":2097151,"m_hMyWeapons.012":2097151,"m_hMyWeapons.013":2097151,"m_hMyWeapons.014":2097151,"m_hMyWeapons.015":2097151,"m_hMyWeapons.016":2097151,"m_hMyWeapons.017":2097151,"m_hMyWeapons.018":2097151,"m_hMyWeapons.019":2097151,"m_hMyWeapons.020":2097151,"m_hMyWeapons.021":2097151,"m_hMyWeapons.022":2097151,"m_hMyWeapons.023":2097151,"m_hMyWeapons.024":2097151,"m_hMyWeapons.025":2097151,"m_hMyWeapons.026":2097151,"m_hMyWeapons.027":2097151,"m_hMyWeapons.028":2097151,"m_hMyWeapons.029":2097151,"m_hMyWeapons.030":2097151,"m_hMyWeapons.031":2097151,"m_hMyWeapons.032":2097151,"m_hMyWeapons.033":2097151,"m_hMyWeapons.034":2097151,"m_hMyWeapons.035":2097151,"m_hMyWeapons.036":2097151,"m_hMyWeapons.037":2097151,"m_hMyWeapons.038":2097151,"m_hMyWeapons.039":2097151,"m_hMyWeapons.040":2097151,"m_hMyWeapons.041":2097151,"m_hMyWeapons.042":2097151,"m_hMyWeapons.043":2097151,"m_hMyWeapons.044":2097151,"m_hMyWeapons.045":2097151,"m_hMyWeapons.046":2097151,"m_hMyWeapons.047":2097151,"_LPT_m_Attributes_15.lengthprop15":0,"DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex":0,"DT_ScriptCreatedAttribute.m_iRawValue32":0,"DT_ScriptCreatedAttribute.m_nRefundableCurrency":0,"DT_PlayerState.deadflag":0,"_LPT_m_hMyWearables_8.lengthprop8":3,"_ST_m_hMyWearables_8.000":1688201,"_ST_m_hMyWearables_8.001":1645192,"_ST_m_hMyWearables_8.002":578183,"_ST_m_hMyWearables_8.003":0,"_ST_m_hMyWearables_8.004":0,"_ST_m_hMyWearables_8.005":0,"_ST_m_hMyWearables_8.006":0,"_ST_m_hMyWearables_8.007":0,"m_chAreaBits.000":248,"m_chAreaBits.001":102,"m_chAreaBits.002":0,"m_chAreaBits.003":0,"m_chAreaBits.004":0,"m_chAreaBits.005":0,"m_chAreaBits.006":0,"m_chAreaBits.007":0,"m_chAreaBits.008":0,"m_chAreaBits.009":0,"m_chAreaBits.010":0,"m_chAreaBits.011":0,"m_chAreaBits.012":0,"m_chAreaBits.013":0,"m_chAreaBits.014":0,"m_chAreaBits.015":0,"m_chAreaBits.016":0,"m_chAreaBits.017":0,"m_chAreaBits.018":0,"m_chAreaBits.019":0,"m_chAreaBits.020":0,"m_chAreaBits.021":0,"m_chAreaBits.022":0,"m_chAreaBits.023":0,"m_chAreaBits.024":0,"m_chAreaBits.025":0,"m_chAreaBits.026":0,"m_chAreaBits.027":0,"m_chAreaBits.028":0,"m_chAreaBits.029":0,"m_chAreaBits.030":0,"m_chAreaBits.031":0,"m_chAreaPortalBits.000":230,"m_chAreaPortalBits.001":255,"m_chAreaPortalBits.002":219,"m_chAreaPortalBits.003":121,"m_chAreaPortalBits.004":0,"m_chAreaPortalBits.005":0,"m_chAreaPortalBits.006":0,"m_chAreaPortalBits.007":0,"m_chAreaPortalBits.008":0,"m_chAreaPortalBits.009":0,"m_chAreaPortalBits.010":0,"m_chAreaPortalBits.011":0,"m_chAreaPortalBits.012":0,"m_chAreaPortalBits.013":0,"m_chAreaPortalBits.014":0,"m_chAreaPortalBits.015":0,"m_chAreaPortalBits.016":0,"m_chAreaPortalBits.017":0,"m_chAreaPortalBits.018":0,"m_chAreaPortalBits.019":0,"m_chAreaPortalBits.020":0,"m_chAreaPortalBits.021":0,"m_chAreaPortalBits.022":0,"m_chAreaPortalBits.023":0,"DT_Local.m_iHideHUD":2050,"DT_Local.m_flFOVRate":0,"DT_Local.m_bDucked":0,"DT_Local.m_bDucking":0,"DT_Local.m_bInDuckJump":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-24,"y":-24,"z":0},"DT_Local.m_flDuckJumpTime":0,"DT_Local.m_flJumpTime":0,"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":24,"y":24,"z":82},"DT_CollisionProperty.m_vecMins":{"x":-24,"y":-24,"z":0},"DT_Local.m_vecPunchAngleVel":{"x":0,"y":0,"z":0},"DT_Local.m_bDrawViewmodel":1,"DT_Local.m_bWearingSuit":1,"DT_Local.m_bPoisoned":0,"DT_Local.m_flStepSize":18,"DT_Local.m_bAllowAutoMovement":1,"DT_Local.m_skybox3d.scale":16,"DT_Local.m_skybox3d.origin":{"x":10271,"y":-113.78125,"z":4947},"DT_Local.m_skybox3d.area":1,"DT_Local.m_skybox3d.fog.enable":1,"DT_Local.m_skybox3d.fog.blend":0,"DT_Local.m_skybox3d.fog.dirPrimary":{"x":1,"y":0,"z":0},"DT_Local.m_skybox3d.fog.colorPrimary":9335665,"DT_Local.m_skybox3d.fog.colorSecondary":16777215,"DT_Local.m_skybox3d.fog.start":50,"DT_Local.m_skybox3d.fog.end":14200,"DT_Local.m_skybox3d.fog.maxdensity":1,"DT_Local.m_PlayerFog.m_hCtrl":1667300,"DT_Local.m_audio.localSound[0]":{"x":0,"y":0,"z":0},"DT_Local.m_audio.localSound[1]":{"x":0,"y":0,"z":0},"DT_Local.m_audio.localSound[2]":{"x":0,"y":0,"z":0},"DT_Local.m_audio.localSound[3]":{"x":0,"y":0,"z":0},"DT_Local.m_audio.localSound[4]":{"x":0,"y":0,"z":0},"DT_Local.m_audio.localSound[5]":{"x":0,"y":0,"z":0},"DT_Local.m_audio.localSound[6]":{"x":0,"y":0,"z":0},"DT_Local.m_audio.localSound[7]":{"x":0,"y":0,"z":0},"DT_Local.m_audio.soundscapeIndex":-1,"DT_Local.m_audio.localBits":0,"DT_Local.m_audio.ent":2037945,"m_iAmmo.000":0,"m_iAmmo.001":32,"m_iAmmo.002":36,"m_iAmmo.003":100,"m_iAmmo.004":1,"m_iAmmo.005":1,"m_iAmmo.006":1,"m_iAmmo.007":0,"m_iAmmo.008":0,"m_iAmmo.009":0,"m_iAmmo.010":0,"m_iAmmo.011":0,"m_iAmmo.012":0,"m_iAmmo.013":0,"m_iAmmo.014":0,"m_iAmmo.015":0,"m_iAmmo.016":0,"m_iAmmo.017":0,"m_iAmmo.018":0,"m_iAmmo.019":0,"m_iAmmo.020":0,"m_iAmmo.021":0,"m_iAmmo.022":0,"m_iAmmo.023":0,"m_iAmmo.024":0,"m_iAmmo.025":0,"m_iAmmo.026":0,"m_iAmmo.027":0,"m_iAmmo.028":0,"m_iAmmo.029":0,"m_iAmmo.030":0,"m_iAmmo.031":0,"DT_LocalPlayerExclusive.m_vecViewOffset[0]":0,"DT_LocalPlayerExclusive.m_vecViewOffset[1]":0,"DT_CollisionProperty.m_vecMaxs":{"x":24,"y":24,"z":82},"DT_LocalPlayerExclusive.m_flFriction":1,"DT_LocalPlayerExclusive.m_fOnTarget":0,"DT_CollisionProperty.m_nSolidType":2,"DT_LocalPlayerExclusive.m_nNextThinkTick":0,"DT_LocalPlayerExclusive.m_hLastWeapon":1587845,"DT_CollisionProperty.m_usSolidFlags":16,"DT_CollisionProperty.m_nSurroundType":3,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":-24,"y":-24,"z":0},"DT_LocalPlayerExclusive.m_vecBaseVelocity":{"x":-0.0009536752259009518,"y":-0.0009536752259009518,"z":-0.0009536752259009518},"DT_LocalPlayerExclusive.m_hConstraintEntity":2097151,"DT_LocalPlayerExclusive.m_vecConstraintCenter":{"x":0,"y":0,"z":0},"DT_LocalPlayerExclusive.m_flConstraintRadius":0,"DT_LocalPlayerExclusive.m_flConstraintWidth":0,"DT_LocalPlayerExclusive.m_flConstraintSpeedFactor":0,"DT_LocalPlayerExclusive.m_flDeathTime":0,"DT_LocalPlayerExclusive.m_nWaterLevel":0,"DT_LocalPlayerExclusive.m_flLaggedMovementValue":1,"DT_TFPlayerClassShared.m_iClass":1,"DT_TFPlayerClassShared.m_iszClassIcon":"scout","DT_TFPlayerClassShared.m_iszCustomModel":"","DT_TFPlayerClassShared.m_vecCustomModelOffset":{"x":0,"y":0,"z":0},"DT_TFPlayerClassShared.m_angCustomModelRotation":{"x":0,"y":0,"z":0},"DT_TFPlayerClassShared.m_bCustomModelRotates":1,"DT_TFPlayerClassShared.m_bCustomModelRotationSet":0,"DT_TFPlayerClassShared.m_bCustomModelVisibleToSelf":1,"DT_TFPlayerClassShared.m_bUseClassAnimations":0,"DT_TFPlayerClassShared.m_iClassModelParity":0,"m_bPlayerDominated.000":0,"m_bPlayerDominated.001":0,"m_bPlayerDominated.002":0,"m_bPlayerDominated.003":0,"m_bPlayerDominated.004":0,"m_bPlayerDominated.005":0,"m_bPlayerDominated.006":0,"m_bPlayerDominated.007":0,"m_bPlayerDominated.008":0,"m_bPlayerDominated.009":0,"m_bPlayerDominated.010":0,"m_bPlayerDominated.011":0,"m_bPlayerDominated.012":0,"m_bPlayerDominated.013":0,"m_bPlayerDominated.014":0,"m_bPlayerDominated.015":0,"m_bPlayerDominated.016":0,"m_bPlayerDominated.017":0,"m_bPlayerDominated.018":0,"m_bPlayerDominated.019":0,"m_bPlayerDominated.020":0,"m_bPlayerDominated.021":0,"m_bPlayerDominated.022":0,"m_bPlayerDominated.023":0,"m_bPlayerDominated.024":0,"m_bPlayerDominated.025":0,"m_bPlayerDominated.026":0,"m_bPlayerDominated.027":0,"m_bPlayerDominated.028":0,"m_bPlayerDominated.029":0,"m_bPlayerDominated.030":0,"m_bPlayerDominated.031":0,"m_bPlayerDominated.032":0,"m_bPlayerDominated.033":0,"m_bPlayerDominatingMe.000":0,"m_bPlayerDominatingMe.001":0,"m_bPlayerDominatingMe.002":0,"m_bPlayerDominatingMe.003":0,"m_bPlayerDominatingMe.004":0,"m_bPlayerDominatingMe.005":0,"m_bPlayerDominatingMe.006":0,"m_bPlayerDominatingMe.007":0,"m_bPlayerDominatingMe.008":0,"m_bPlayerDominatingMe.009":0,"m_bPlayerDominatingMe.010":0,"m_bPlayerDominatingMe.011":0,"m_bPlayerDominatingMe.012":0,"m_bPlayerDominatingMe.013":0,"m_bPlayerDominatingMe.014":0,"m_bPlayerDominatingMe.015":0,"m_bPlayerDominatingMe.016":0,"m_bPlayerDominatingMe.017":0,"m_bPlayerDominatingMe.018":0,"m_bPlayerDominatingMe.019":0,"m_bPlayerDominatingMe.020":0,"m_bPlayerDominatingMe.021":0,"m_bPlayerDominatingMe.022":0,"m_bPlayerDominatingMe.023":0,"m_bPlayerDominatingMe.024":0,"m_bPlayerDominatingMe.025":0,"m_bPlayerDominatingMe.026":0,"m_bPlayerDominatingMe.027":0,"m_bPlayerDominatingMe.028":0,"m_bPlayerDominatingMe.029":0,"m_bPlayerDominatingMe.030":0,"m_bPlayerDominatingMe.031":0,"m_bPlayerDominatingMe.032":0,"m_bPlayerDominatingMe.033":0,"DT_TFPlayerScoringDataExclusive.m_iCaptures":0,"DT_TFPlayerScoringDataExclusive.m_iDefenses":0,"DT_TFPlayerScoringDataExclusive.m_iKills":0,"DT_TFPlayerScoringDataExclusive.m_iDeaths":0,"DT_TFPlayerScoringDataExclusive.m_iSuicides":0,"DT_TFPlayerScoringDataExclusive.m_iDominations":0,"DT_TFPlayerScoringDataExclusive.m_iRevenge":0,"DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt":0,"DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed":0,"DT_TFPlayerScoringDataExclusive.m_iHeadshots":0,"DT_TFPlayerScoringDataExclusive.m_iBackstabs":0,"DT_TFPlayerScoringDataExclusive.m_iHealPoints":0,"DT_TFPlayerScoringDataExclusive.m_iInvulns":0,"DT_TFPlayerScoringDataExclusive.m_iTeleports":0,"DT_TFPlayerScoringDataExclusive.m_iDamageDone":0,"DT_TFPlayerScoringDataExclusive.m_iCrits":0,"DT_TFPlayerScoringDataExclusive.m_iResupplyPoints":0,"DT_TFPlayerScoringDataExclusive.m_iKillAssists":0,"DT_TFPlayerScoringDataExclusive.m_iBonusPoints":0,"DT_TFPlayerScoringDataExclusive.m_iPoints":0,"DT_TFPlayerSharedLocal.m_nDesiredDisguiseTeam":0,"DT_TFPlayerSharedLocal.m_nDesiredDisguiseClass":0,"DT_TFPlayerSharedLocal.m_bLastDisguisedAsOwnTeam":0,"DT_TFPlayerSharedLocal.m_flStealthNoAttackExpire":68.53999328613281,"DT_TFPlayerSharedLocal.m_flStealthNextChangeTime":0,"DT_TFPlayerSharedLocal.m_flRageMeter":0,"DT_TFPlayerSharedLocal.m_bRageDraining":0,"DT_TFPlayerSharedLocal.m_flNextRageEarnTime":0,"DT_TFPlayerSharedLocal.m_bInUpgradeZone":0,"DT_TFPlayerConditionListExclusive._condition_bits":0,"m_nStreaks.000":0,"m_nStreaks.001":0,"m_nStreaks.002":0,"m_nStreaks.003":0,"DT_TFPlayerShared.m_nPlayerCond":0,"DT_TFPlayerShared.m_bJumping":0,"DT_TFPlayerShared.m_nNumHealers":0,"DT_TFPlayerShared.m_iCritMult":0,"DT_TFPlayerShared.m_iAirDash":0,"DT_TFPlayerShared.m_nAirDucked":0,"DT_TFPlayerShared.m_flDuckTimer":51.779998779296875,"DT_TFPlayerShared.m_nPlayerState":0,"DT_TFPlayerShared.m_iDesiredPlayerClass":1,"DT_TFPlayerShared.m_flMovementStunTime":0,"DT_TFPlayerShared.m_iMovementStunAmount":0,"DT_TFPlayerShared.m_iMovementStunParity":0,"DT_TFPlayerShared.m_hStunner":2097151,"DT_TFPlayerShared.m_iStunFlags":0,"DT_TFPlayerShared.m_nArenaNumChanges":0,"DT_TFPlayerShared.m_bArenaFirstBloodBoost":0,"DT_TFPlayerShared.m_iWeaponKnockbackID":-1,"DT_TFPlayerShared.m_bLoadoutUnavailable":0,"DT_TFPlayerShared.m_iItemFindBonus":0,"DT_TFPlayerShared.m_bShieldEquipped":0,"DT_TFPlayerShared.m_iNextMeleeCrit":0,"DT_TFPlayerShared.m_iDecapitations":0,"DT_TFPlayerShared.m_iRevengeCrits":0,"DT_TFPlayerShared.m_iDisguiseBody":0,"DT_TFPlayerShared.m_hCarriedObject":2097151,"DT_TFPlayerShared.m_bCarryingObject":0,"DT_TFPlayerShared.m_flNextNoiseMakerTime":0,"DT_TFPlayerShared.m_iKillCountSinceLastDeploy":0,"DT_TFPlayerShared.m_flFirstPrimaryAttack":69.00999450683594,"DT_TFPlayerShared.m_flEnergyDrinkMeter":100,"DT_TFPlayerShared.m_flHypeMeter":0,"DT_TFPlayerShared.m_flChargeMeter":100,"DT_TFPlayerShared.m_flInvisChangeCompleteTime":68.53999328613281,"DT_TFPlayerShared.m_nDisguiseTeam":0,"DT_TFPlayerShared.m_nDisguiseClass":0,"DT_TFPlayerShared.m_nMaskClass":0,"DT_TFPlayerShared.m_iDisguiseTargetIndex":0,"DT_TFPlayerShared.m_iDisguiseHealth":0,"DT_TFPlayerShared.m_bFeignDeathReady":0,"DT_TFPlayerShared.m_hDisguiseWeapon":2097151,"DT_TFPlayerShared.m_nTeamTeleporterUsed":0,"DT_TFPlayerShared.m_flCloakMeter":100,"DT_TFPlayerShared.m_flSpyTranqBuffDuration":0,"DT_TFPlayerShared.m_iTauntIndex":0,"DT_TFPlayerShared.m_iTauntConcept":0,"DT_TFPlayerShared.m_nPlayerCondEx":0,"DT_TFPlayerShared.m_iStunIndex":-1,"DT_TFPlayerShared.m_nHalloweenBombHeadStage":0,"DT_TFPlayerShared.m_nPlayerCondEx2":0,"DT_TFPlayerShared.m_nPlayerCondEx3":0,"DT_TFPlayerShared.m_unTauntSourceItemID_Low":0,"DT_TFPlayerShared.m_unTauntSourceItemID_High":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":24,"y":24,"z":82},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":-24,"y":-24,"z":0},"DT_TFLocalPlayerExclusive.\"player_object_array\"":[],"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":24,"y":24,"z":82},"DT_TFLocalPlayerExclusive.m_bIsCoaching":0,"DT_TFLocalPlayerExclusive.m_hCoach":2097151,"DT_TFLocalPlayerExclusive.m_hStudent":2097151,"DT_TFLocalPlayerExclusive.m_nCurrency":0,"DT_TFLocalPlayerExclusive.m_nExperienceLevel":1,"DT_TFLocalPlayerExclusive.m_nExperienceLevelProgress":0,"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"DT_AttributeManager.m_hOuter":1972225,"DT_AttributeManager.m_ProviderType":0,"DT_AttributeManager.m_iReapplyProvisionParity":9,"m_nModelIndexOverrides.002":0,"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":5,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":2,"DT_BaseEntity.movecollide":0,"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":1,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":6,"DT_BaseAnimating.m_nResetEventsParity":6,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0,"DT_BaseCombatCharacter.m_bGlowEnabled":0,"DT_BaseCombatCharacter.m_hActiveWeapon":1606276,"DT_BasePlayer.m_hVehicle":2097151,"DT_BasePlayer.m_hUseEntity":2097151,"m_nModelIndexOverrides.003":0,"DT_BasePlayer.m_lifeState":0,"DT_BasePlayer.m_iBonusProgress":0,"DT_BasePlayer.m_iBonusChallenge":0,"DT_BasePlayer.m_flMaxspeed":1,"m_flEncodedController.000":0,"DT_BasePlayer.m_iObserverMode":0,"DT_BasePlayer.m_hObserverTarget":2097151,"DT_BasePlayer.m_iFOV":0,"DT_BasePlayer.m_iFOVStart":90,"DT_BasePlayer.m_flFOVTime":68.33999633789062,"DT_BasePlayer.m_iDefaultFOV":90,"DT_BasePlayer.m_hZoomOwner":2097151,"DT_BasePlayer.m_hViewModel":[1724563,453250],"DT_BasePlayer.m_szLastPlaceName":"","DT_TFPlayer.m_bSaveMeParity":0,"DT_TFPlayer.m_bIsMiniBoss":0,"DT_TFPlayer.m_bIsABot":0,"DT_TFPlayer.m_nBotSkill":0,"DT_TFPlayer.m_nWaterLevel":0,"DT_TFPlayer.m_hRagdoll":2097151,"DT_TFPlayer.m_hItem":2097151,"DT_TFPlayer.m_bAllowMoveDuringTaunt":0,"DT_TFPlayer.m_bIsReadyToHighFive":0,"DT_TFPlayer.m_hHighFivePartner":2097151,"DT_TFPlayer.m_nForceTauntCam":0,"DT_TFPlayer.m_flTauntYaw":0,"DT_TFPlayer.m_nActiveTauntSlot":-1,"DT_TFPlayer.m_iTauntItemDefIndex":-1,"DT_TFPlayer.m_flCurrentTauntMoveSpeed":0,"DT_TFPlayer.m_flVehicleReverseTime":3.4028234663852886e+38,"DT_TFPlayer.m_flLastDamageTime":1,"DT_TFPlayer.m_bInPowerPlay":0,"DT_TFPlayer.m_iSpawnCounter":0,"DT_TFPlayer.m_bArenaSpectator":0,"DT_TFPlayer.m_flHeadScale":1,"DT_TFPlayer.m_flTorsoScale":1,"DT_TFPlayer.m_flHandScale":1,"DT_TFPlayer.m_bUseBossHealthBar":0,"DT_TFPlayer.m_bUsingVRHeadset":0,"DT_TFPlayer.m_bForcedSkin":0,"DT_TFPlayer.m_nForcedSkin":0,"DT_TFPlayer.m_flKartNextAvailableBoost":0,"DT_TFPlayer.m_iKartHealth":0,"DT_TFPlayer.m_iKartState":0,"DT_TFPlayer.m_hGrapplingHookTarget":2097151,"DT_TFPlayer.m_hSecondaryLastWeapon":2097151,"DT_TFPlayer.m_bUsingActionSlot":0},"pvs":1} -{"tick":0,"serverClass":"CTFTeam","id":25,"props":{"DT_Team.m_iTeamNum":0,"DT_Team.m_iScore":0,"DT_Team.m_iRoundsWon":0,"DT_Team.m_szTeamname":"Unassigned","DT_Team.\"player_array\"":[],"DT_TFTeam.m_nFlagCaptures":0,"DT_TFTeam.m_iRole":0,"DT_TFTeam.\"team_object_array\"":[],"DT_TFTeam.m_hLeader":2097151},"pvs":1} -{"tick":0,"serverClass":"CTFTeam","id":26,"props":{"DT_Team.m_iTeamNum":1,"DT_Team.m_iScore":0,"DT_Team.m_iRoundsWon":0,"DT_Team.m_szTeamname":"Spectator","DT_Team.\"player_array\"":[],"DT_TFTeam.m_nFlagCaptures":0,"DT_TFTeam.m_iRole":0,"DT_TFTeam.\"team_object_array\"":[],"DT_TFTeam.m_hLeader":2097151},"pvs":1} -{"tick":0,"serverClass":"CTFTeam","id":27,"props":{"DT_Team.m_iTeamNum":2,"DT_Team.m_iScore":0,"DT_Team.m_iRoundsWon":0,"DT_Team.m_szTeamname":"Red","DT_Team.\"player_array\"":[1],"DT_TFTeam.m_nFlagCaptures":0,"DT_TFTeam.m_iRole":0,"DT_TFTeam.\"team_object_array\"":[],"DT_TFTeam.m_hLeader":1972225},"pvs":1} -{"tick":0,"serverClass":"CTFTeam","id":28,"props":{"DT_Team.m_iTeamNum":3,"DT_Team.m_iScore":0,"DT_Team.m_iRoundsWon":0,"DT_Team.m_szTeamname":"Blue","DT_Team.\"player_array\"":[],"DT_TFTeam.m_nFlagCaptures":0,"DT_TFTeam.m_iRole":0,"DT_TFTeam.\"team_object_array\"":[],"DT_TFTeam.m_hLeader":2097151},"pvs":1} -{"tick":0,"serverClass":"CTFPlayerResource","id":30,"props":{"m_iPing.000":0,"m_iPing.001":5,"m_iPing.002":0,"m_iPing.003":0,"m_iPing.004":0,"m_iPing.005":0,"m_iPing.006":0,"m_iPing.007":0,"m_iPing.008":0,"m_iPing.009":0,"m_iPing.010":0,"m_iPing.011":0,"m_iPing.012":0,"m_iPing.013":0,"m_iPing.014":0,"m_iPing.015":0,"m_iPing.016":0,"m_iPing.017":0,"m_iPing.018":0,"m_iPing.019":0,"m_iPing.020":0,"m_iPing.021":0,"m_iPing.022":0,"m_iPing.023":0,"m_iPing.024":0,"m_iPing.025":0,"m_iPing.026":0,"m_iPing.027":0,"m_iPing.028":0,"m_iPing.029":0,"m_iPing.030":0,"m_iPing.031":0,"m_iPing.032":0,"m_iPing.033":0,"m_iScore.000":0,"m_iScore.001":0,"m_iScore.002":0,"m_iScore.003":0,"m_iScore.004":0,"m_iScore.005":0,"m_iScore.006":0,"m_iScore.007":0,"m_iScore.008":0,"m_iScore.009":0,"m_iScore.010":0,"m_iScore.011":0,"m_iScore.012":0,"m_iScore.013":0,"m_iScore.014":0,"m_iScore.015":0,"m_iScore.016":0,"m_iScore.017":0,"m_iScore.018":0,"m_iScore.019":0,"m_iScore.020":0,"m_iScore.021":0,"m_iScore.022":0,"m_iScore.023":0,"m_iScore.024":0,"m_iScore.025":0,"m_iScore.026":0,"m_iScore.027":0,"m_iScore.028":0,"m_iScore.029":0,"m_iScore.030":0,"m_iScore.031":0,"m_iScore.032":0,"m_iScore.033":0,"m_iDeaths.000":0,"m_iDeaths.001":0,"m_iDeaths.002":0,"m_iDeaths.003":0,"m_iDeaths.004":0,"m_iDeaths.005":0,"m_iDeaths.006":0,"m_iDeaths.007":0,"m_iDeaths.008":0,"m_iDeaths.009":0,"m_iDeaths.010":0,"m_iDeaths.011":0,"m_iDeaths.012":0,"m_iDeaths.013":0,"m_iDeaths.014":0,"m_iDeaths.015":0,"m_iDeaths.016":0,"m_iDeaths.017":0,"m_iDeaths.018":0,"m_iDeaths.019":0,"m_iDeaths.020":0,"m_iDeaths.021":0,"m_iDeaths.022":0,"m_iDeaths.023":0,"m_iDeaths.024":0,"m_iDeaths.025":0,"m_iDeaths.026":0,"m_iDeaths.027":0,"m_iDeaths.028":0,"m_iDeaths.029":0,"m_iDeaths.030":0,"m_iDeaths.031":0,"m_iDeaths.032":0,"m_iDeaths.033":0,"m_bConnected.000":0,"m_bConnected.001":1,"m_bConnected.002":0,"m_bConnected.003":0,"m_bConnected.004":0,"m_bConnected.005":0,"m_bConnected.006":0,"m_bConnected.007":0,"m_bConnected.008":0,"m_bConnected.009":0,"m_bConnected.010":0,"m_bConnected.011":0,"m_bConnected.012":0,"m_bConnected.013":0,"m_bConnected.014":0,"m_bConnected.015":0,"m_bConnected.016":0,"m_bConnected.017":0,"m_bConnected.018":0,"m_bConnected.019":0,"m_bConnected.020":0,"m_bConnected.021":0,"m_bConnected.022":0,"m_bConnected.023":0,"m_bConnected.024":0,"m_bConnected.025":0,"m_bConnected.026":0,"m_bConnected.027":0,"m_bConnected.028":0,"m_bConnected.029":0,"m_bConnected.030":0,"m_bConnected.031":0,"m_bConnected.032":0,"m_bConnected.033":0,"m_iTeam.000":0,"m_iTeam.001":2,"m_iTeam.002":0,"m_iTeam.003":0,"m_iTeam.004":0,"m_iTeam.005":0,"m_iTeam.006":0,"m_iTeam.007":0,"m_iTeam.008":0,"m_iTeam.009":0,"m_iTeam.010":0,"m_iTeam.011":0,"m_iTeam.012":0,"m_iTeam.013":0,"m_iTeam.014":0,"m_iTeam.015":0,"m_iTeam.016":0,"m_iTeam.017":0,"m_iTeam.018":0,"m_iTeam.019":0,"m_iTeam.020":0,"m_iTeam.021":0,"m_iTeam.022":0,"m_iTeam.023":0,"m_iTeam.024":0,"m_iTeam.025":0,"m_iTeam.026":0,"m_iTeam.027":0,"m_iTeam.028":0,"m_iTeam.029":0,"m_iTeam.030":0,"m_iTeam.031":0,"m_iTeam.032":0,"m_iTeam.033":0,"m_bAlive.000":0,"m_bAlive.001":1,"m_bAlive.002":0,"m_bAlive.003":0,"m_bAlive.004":0,"m_bAlive.005":0,"m_bAlive.006":0,"m_bAlive.007":0,"m_bAlive.008":0,"m_bAlive.009":0,"m_bAlive.010":0,"m_bAlive.011":0,"m_bAlive.012":0,"m_bAlive.013":0,"m_bAlive.014":0,"m_bAlive.015":0,"m_bAlive.016":0,"m_bAlive.017":0,"m_bAlive.018":0,"m_bAlive.019":0,"m_bAlive.020":0,"m_bAlive.021":0,"m_bAlive.022":0,"m_bAlive.023":0,"m_bAlive.024":0,"m_bAlive.025":0,"m_bAlive.026":0,"m_bAlive.027":0,"m_bAlive.028":0,"m_bAlive.029":0,"m_bAlive.030":0,"m_bAlive.031":0,"m_bAlive.032":0,"m_bAlive.033":0,"m_iHealth.000":0,"m_iHealth.001":125,"m_iHealth.002":0,"m_iHealth.003":0,"m_iHealth.004":0,"m_iHealth.005":0,"m_iHealth.006":0,"m_iHealth.007":0,"m_iHealth.008":0,"m_iHealth.009":0,"m_iHealth.010":0,"m_iHealth.011":0,"m_iHealth.012":0,"m_iHealth.013":0,"m_iHealth.014":0,"m_iHealth.015":0,"m_iHealth.016":0,"m_iHealth.017":0,"m_iHealth.018":0,"m_iHealth.019":0,"m_iHealth.020":0,"m_iHealth.021":0,"m_iHealth.022":0,"m_iHealth.023":0,"m_iHealth.024":0,"m_iHealth.025":0,"m_iHealth.026":0,"m_iHealth.027":0,"m_iHealth.028":0,"m_iHealth.029":0,"m_iHealth.030":0,"m_iHealth.031":0,"m_iHealth.032":0,"m_iHealth.033":0,"m_iTotalScore.000":0,"m_iTotalScore.001":0,"m_iTotalScore.002":0,"m_iTotalScore.003":0,"m_iTotalScore.004":0,"m_iTotalScore.005":0,"m_iTotalScore.006":0,"m_iTotalScore.007":0,"m_iTotalScore.008":0,"m_iTotalScore.009":0,"m_iTotalScore.010":0,"m_iTotalScore.011":0,"m_iTotalScore.012":0,"m_iTotalScore.013":0,"m_iTotalScore.014":0,"m_iTotalScore.015":0,"m_iTotalScore.016":0,"m_iTotalScore.017":0,"m_iTotalScore.018":0,"m_iTotalScore.019":0,"m_iTotalScore.020":0,"m_iTotalScore.021":0,"m_iTotalScore.022":0,"m_iTotalScore.023":0,"m_iTotalScore.024":0,"m_iTotalScore.025":0,"m_iTotalScore.026":0,"m_iTotalScore.027":0,"m_iTotalScore.028":0,"m_iTotalScore.029":0,"m_iTotalScore.030":0,"m_iTotalScore.031":0,"m_iTotalScore.032":0,"m_iTotalScore.033":0,"m_iMaxHealth.000":1,"m_iMaxHealth.001":125,"m_iMaxHealth.002":1,"m_iMaxHealth.003":1,"m_iMaxHealth.004":1,"m_iMaxHealth.005":1,"m_iMaxHealth.006":1,"m_iMaxHealth.007":1,"m_iMaxHealth.008":1,"m_iMaxHealth.009":1,"m_iMaxHealth.010":1,"m_iMaxHealth.011":1,"m_iMaxHealth.012":1,"m_iMaxHealth.013":1,"m_iMaxHealth.014":1,"m_iMaxHealth.015":1,"m_iMaxHealth.016":1,"m_iMaxHealth.017":1,"m_iMaxHealth.018":1,"m_iMaxHealth.019":1,"m_iMaxHealth.020":1,"m_iMaxHealth.021":1,"m_iMaxHealth.022":1,"m_iMaxHealth.023":1,"m_iMaxHealth.024":1,"m_iMaxHealth.025":1,"m_iMaxHealth.026":1,"m_iMaxHealth.027":1,"m_iMaxHealth.028":1,"m_iMaxHealth.029":1,"m_iMaxHealth.030":1,"m_iMaxHealth.031":1,"m_iMaxHealth.032":1,"m_iMaxHealth.033":1,"m_iMaxBuffedHealth.000":1,"m_iMaxBuffedHealth.001":125,"m_iMaxBuffedHealth.002":1,"m_iMaxBuffedHealth.003":1,"m_iMaxBuffedHealth.004":1,"m_iMaxBuffedHealth.005":1,"m_iMaxBuffedHealth.006":1,"m_iMaxBuffedHealth.007":1,"m_iMaxBuffedHealth.008":1,"m_iMaxBuffedHealth.009":1,"m_iMaxBuffedHealth.010":1,"m_iMaxBuffedHealth.011":1,"m_iMaxBuffedHealth.012":1,"m_iMaxBuffedHealth.013":1,"m_iMaxBuffedHealth.014":1,"m_iMaxBuffedHealth.015":1,"m_iMaxBuffedHealth.016":1,"m_iMaxBuffedHealth.017":1,"m_iMaxBuffedHealth.018":1,"m_iMaxBuffedHealth.019":1,"m_iMaxBuffedHealth.020":1,"m_iMaxBuffedHealth.021":1,"m_iMaxBuffedHealth.022":1,"m_iMaxBuffedHealth.023":1,"m_iMaxBuffedHealth.024":1,"m_iMaxBuffedHealth.025":1,"m_iMaxBuffedHealth.026":1,"m_iMaxBuffedHealth.027":1,"m_iMaxBuffedHealth.028":1,"m_iMaxBuffedHealth.029":1,"m_iMaxBuffedHealth.030":1,"m_iMaxBuffedHealth.031":1,"m_iMaxBuffedHealth.032":1,"m_iMaxBuffedHealth.033":1,"m_iPlayerClass.000":0,"m_iPlayerClass.001":1,"m_iPlayerClass.002":0,"m_iPlayerClass.003":0,"m_iPlayerClass.004":0,"m_iPlayerClass.005":0,"m_iPlayerClass.006":0,"m_iPlayerClass.007":0,"m_iPlayerClass.008":0,"m_iPlayerClass.009":0,"m_iPlayerClass.010":0,"m_iPlayerClass.011":0,"m_iPlayerClass.012":0,"m_iPlayerClass.013":0,"m_iPlayerClass.014":0,"m_iPlayerClass.015":0,"m_iPlayerClass.016":0,"m_iPlayerClass.017":0,"m_iPlayerClass.018":0,"m_iPlayerClass.019":0,"m_iPlayerClass.020":0,"m_iPlayerClass.021":0,"m_iPlayerClass.022":0,"m_iPlayerClass.023":0,"m_iPlayerClass.024":0,"m_iPlayerClass.025":0,"m_iPlayerClass.026":0,"m_iPlayerClass.027":0,"m_iPlayerClass.028":0,"m_iPlayerClass.029":0,"m_iPlayerClass.030":0,"m_iPlayerClass.031":0,"m_iPlayerClass.032":0,"m_iPlayerClass.033":0,"m_bArenaSpectator.000":0,"m_bArenaSpectator.001":0,"m_bArenaSpectator.002":0,"m_bArenaSpectator.003":0,"m_bArenaSpectator.004":0,"m_bArenaSpectator.005":0,"m_bArenaSpectator.006":0,"m_bArenaSpectator.007":0,"m_bArenaSpectator.008":0,"m_bArenaSpectator.009":0,"m_bArenaSpectator.010":0,"m_bArenaSpectator.011":0,"m_bArenaSpectator.012":0,"m_bArenaSpectator.013":0,"m_bArenaSpectator.014":0,"m_bArenaSpectator.015":0,"m_bArenaSpectator.016":0,"m_bArenaSpectator.017":0,"m_bArenaSpectator.018":0,"m_bArenaSpectator.019":0,"m_bArenaSpectator.020":0,"m_bArenaSpectator.021":0,"m_bArenaSpectator.022":0,"m_bArenaSpectator.023":0,"m_bArenaSpectator.024":0,"m_bArenaSpectator.025":0,"m_bArenaSpectator.026":0,"m_bArenaSpectator.027":0,"m_bArenaSpectator.028":0,"m_bArenaSpectator.029":0,"m_bArenaSpectator.030":0,"m_bArenaSpectator.031":0,"m_bArenaSpectator.032":0,"m_bArenaSpectator.033":0,"m_iActiveDominations.000":0,"m_iActiveDominations.001":0,"m_iActiveDominations.002":0,"m_iActiveDominations.003":0,"m_iActiveDominations.004":0,"m_iActiveDominations.005":0,"m_iActiveDominations.006":0,"m_iActiveDominations.007":0,"m_iActiveDominations.008":0,"m_iActiveDominations.009":0,"m_iActiveDominations.010":0,"m_iActiveDominations.011":0,"m_iActiveDominations.012":0,"m_iActiveDominations.013":0,"m_iActiveDominations.014":0,"m_iActiveDominations.015":0,"m_iActiveDominations.016":0,"m_iActiveDominations.017":0,"m_iActiveDominations.018":0,"m_iActiveDominations.019":0,"m_iActiveDominations.020":0,"m_iActiveDominations.021":0,"m_iActiveDominations.022":0,"m_iActiveDominations.023":0,"m_iActiveDominations.024":0,"m_iActiveDominations.025":0,"m_iActiveDominations.026":0,"m_iActiveDominations.027":0,"m_iActiveDominations.028":0,"m_iActiveDominations.029":0,"m_iActiveDominations.030":0,"m_iActiveDominations.031":0,"m_iActiveDominations.032":0,"m_iActiveDominations.033":0,"m_flNextRespawnTime.000":0,"m_flNextRespawnTime.001":0,"m_flNextRespawnTime.002":0,"m_flNextRespawnTime.003":0,"m_flNextRespawnTime.004":0,"m_flNextRespawnTime.005":0,"m_flNextRespawnTime.006":0,"m_flNextRespawnTime.007":0,"m_flNextRespawnTime.008":0,"m_flNextRespawnTime.009":0,"m_flNextRespawnTime.010":0,"m_flNextRespawnTime.011":0,"m_flNextRespawnTime.012":0,"m_flNextRespawnTime.013":0,"m_flNextRespawnTime.014":0,"m_flNextRespawnTime.015":0,"m_flNextRespawnTime.016":0,"m_flNextRespawnTime.017":0,"m_flNextRespawnTime.018":0,"m_flNextRespawnTime.019":0,"m_flNextRespawnTime.020":0,"m_flNextRespawnTime.021":0,"m_flNextRespawnTime.022":0,"m_flNextRespawnTime.023":0,"m_flNextRespawnTime.024":0,"m_flNextRespawnTime.025":0,"m_flNextRespawnTime.026":0,"m_flNextRespawnTime.027":0,"m_flNextRespawnTime.028":0,"m_flNextRespawnTime.029":0,"m_flNextRespawnTime.030":0,"m_flNextRespawnTime.031":0,"m_flNextRespawnTime.032":0,"m_flNextRespawnTime.033":0,"m_iChargeLevel.000":0,"m_iChargeLevel.001":0,"m_iChargeLevel.002":0,"m_iChargeLevel.003":0,"m_iChargeLevel.004":0,"m_iChargeLevel.005":0,"m_iChargeLevel.006":0,"m_iChargeLevel.007":0,"m_iChargeLevel.008":0,"m_iChargeLevel.009":0,"m_iChargeLevel.010":0,"m_iChargeLevel.011":0,"m_iChargeLevel.012":0,"m_iChargeLevel.013":0,"m_iChargeLevel.014":0,"m_iChargeLevel.015":0,"m_iChargeLevel.016":0,"m_iChargeLevel.017":0,"m_iChargeLevel.018":0,"m_iChargeLevel.019":0,"m_iChargeLevel.020":0,"m_iChargeLevel.021":0,"m_iChargeLevel.022":0,"m_iChargeLevel.023":0,"m_iChargeLevel.024":0,"m_iChargeLevel.025":0,"m_iChargeLevel.026":0,"m_iChargeLevel.027":0,"m_iChargeLevel.028":0,"m_iChargeLevel.029":0,"m_iChargeLevel.030":0,"m_iChargeLevel.031":0,"m_iChargeLevel.032":0,"m_iChargeLevel.033":0,"m_iDamage.000":0,"m_iDamage.001":0,"m_iDamage.002":0,"m_iDamage.003":0,"m_iDamage.004":0,"m_iDamage.005":0,"m_iDamage.006":0,"m_iDamage.007":0,"m_iDamage.008":0,"m_iDamage.009":0,"m_iDamage.010":0,"m_iDamage.011":0,"m_iDamage.012":0,"m_iDamage.013":0,"m_iDamage.014":0,"m_iDamage.015":0,"m_iDamage.016":0,"m_iDamage.017":0,"m_iDamage.018":0,"m_iDamage.019":0,"m_iDamage.020":0,"m_iDamage.021":0,"m_iDamage.022":0,"m_iDamage.023":0,"m_iDamage.024":0,"m_iDamage.025":0,"m_iDamage.026":0,"m_iDamage.027":0,"m_iDamage.028":0,"m_iDamage.029":0,"m_iDamage.030":0,"m_iDamage.031":0,"m_iDamage.032":0,"m_iDamage.033":0,"m_iDamageAssist.000":0,"m_iDamageAssist.001":0,"m_iDamageAssist.002":0,"m_iDamageAssist.003":0,"m_iDamageAssist.004":0,"m_iDamageAssist.005":0,"m_iDamageAssist.006":0,"m_iDamageAssist.007":0,"m_iDamageAssist.008":0,"m_iDamageAssist.009":0,"m_iDamageAssist.010":0,"m_iDamageAssist.011":0,"m_iDamageAssist.012":0,"m_iDamageAssist.013":0,"m_iDamageAssist.014":0,"m_iDamageAssist.015":0,"m_iDamageAssist.016":0,"m_iDamageAssist.017":0,"m_iDamageAssist.018":0,"m_iDamageAssist.019":0,"m_iDamageAssist.020":0,"m_iDamageAssist.021":0,"m_iDamageAssist.022":0,"m_iDamageAssist.023":0,"m_iDamageAssist.024":0,"m_iDamageAssist.025":0,"m_iDamageAssist.026":0,"m_iDamageAssist.027":0,"m_iDamageAssist.028":0,"m_iDamageAssist.029":0,"m_iDamageAssist.030":0,"m_iDamageAssist.031":0,"m_iDamageAssist.032":0,"m_iDamageAssist.033":0,"m_iDamageBoss.000":0,"m_iDamageBoss.001":0,"m_iDamageBoss.002":0,"m_iDamageBoss.003":0,"m_iDamageBoss.004":0,"m_iDamageBoss.005":0,"m_iDamageBoss.006":0,"m_iDamageBoss.007":0,"m_iDamageBoss.008":0,"m_iDamageBoss.009":0,"m_iDamageBoss.010":0,"m_iDamageBoss.011":0,"m_iDamageBoss.012":0,"m_iDamageBoss.013":0,"m_iDamageBoss.014":0,"m_iDamageBoss.015":0,"m_iDamageBoss.016":0,"m_iDamageBoss.017":0,"m_iDamageBoss.018":0,"m_iDamageBoss.019":0,"m_iDamageBoss.020":0,"m_iDamageBoss.021":0,"m_iDamageBoss.022":0,"m_iDamageBoss.023":0,"m_iDamageBoss.024":0,"m_iDamageBoss.025":0,"m_iDamageBoss.026":0,"m_iDamageBoss.027":0,"m_iDamageBoss.028":0,"m_iDamageBoss.029":0,"m_iDamageBoss.030":0,"m_iDamageBoss.031":0,"m_iDamageBoss.032":0,"m_iDamageBoss.033":0,"m_iHealing.000":0,"m_iHealing.001":0,"m_iHealing.002":0,"m_iHealing.003":0,"m_iHealing.004":0,"m_iHealing.005":0,"m_iHealing.006":0,"m_iHealing.007":0,"m_iHealing.008":0,"m_iHealing.009":0,"m_iHealing.010":0,"m_iHealing.011":0,"m_iHealing.012":0,"m_iHealing.013":0,"m_iHealing.014":0,"m_iHealing.015":0,"m_iHealing.016":0,"m_iHealing.017":0,"m_iHealing.018":0,"m_iHealing.019":0,"m_iHealing.020":0,"m_iHealing.021":0,"m_iHealing.022":0,"m_iHealing.023":0,"m_iHealing.024":0,"m_iHealing.025":0,"m_iHealing.026":0,"m_iHealing.027":0,"m_iHealing.028":0,"m_iHealing.029":0,"m_iHealing.030":0,"m_iHealing.031":0,"m_iHealing.032":0,"m_iHealing.033":0,"m_iHealingAssist.000":0,"m_iHealingAssist.001":0,"m_iHealingAssist.002":0,"m_iHealingAssist.003":0,"m_iHealingAssist.004":0,"m_iHealingAssist.005":0,"m_iHealingAssist.006":0,"m_iHealingAssist.007":0,"m_iHealingAssist.008":0,"m_iHealingAssist.009":0,"m_iHealingAssist.010":0,"m_iHealingAssist.011":0,"m_iHealingAssist.012":0,"m_iHealingAssist.013":0,"m_iHealingAssist.014":0,"m_iHealingAssist.015":0,"m_iHealingAssist.016":0,"m_iHealingAssist.017":0,"m_iHealingAssist.018":0,"m_iHealingAssist.019":0,"m_iHealingAssist.020":0,"m_iHealingAssist.021":0,"m_iHealingAssist.022":0,"m_iHealingAssist.023":0,"m_iHealingAssist.024":0,"m_iHealingAssist.025":0,"m_iHealingAssist.026":0,"m_iHealingAssist.027":0,"m_iHealingAssist.028":0,"m_iHealingAssist.029":0,"m_iHealingAssist.030":0,"m_iHealingAssist.031":0,"m_iHealingAssist.032":0,"m_iHealingAssist.033":0,"m_iDamageBlocked.000":0,"m_iDamageBlocked.001":0,"m_iDamageBlocked.002":0,"m_iDamageBlocked.003":0,"m_iDamageBlocked.004":0,"m_iDamageBlocked.005":0,"m_iDamageBlocked.006":0,"m_iDamageBlocked.007":0,"m_iDamageBlocked.008":0,"m_iDamageBlocked.009":0,"m_iDamageBlocked.010":0,"m_iDamageBlocked.011":0,"m_iDamageBlocked.012":0,"m_iDamageBlocked.013":0,"m_iDamageBlocked.014":0,"m_iDamageBlocked.015":0,"m_iDamageBlocked.016":0,"m_iDamageBlocked.017":0,"m_iDamageBlocked.018":0,"m_iDamageBlocked.019":0,"m_iDamageBlocked.020":0,"m_iDamageBlocked.021":0,"m_iDamageBlocked.022":0,"m_iDamageBlocked.023":0,"m_iDamageBlocked.024":0,"m_iDamageBlocked.025":0,"m_iDamageBlocked.026":0,"m_iDamageBlocked.027":0,"m_iDamageBlocked.028":0,"m_iDamageBlocked.029":0,"m_iDamageBlocked.030":0,"m_iDamageBlocked.031":0,"m_iDamageBlocked.032":0,"m_iDamageBlocked.033":0,"m_iCurrencyCollected.000":0,"m_iCurrencyCollected.001":0,"m_iCurrencyCollected.002":0,"m_iCurrencyCollected.003":0,"m_iCurrencyCollected.004":0,"m_iCurrencyCollected.005":0,"m_iCurrencyCollected.006":0,"m_iCurrencyCollected.007":0,"m_iCurrencyCollected.008":0,"m_iCurrencyCollected.009":0,"m_iCurrencyCollected.010":0,"m_iCurrencyCollected.011":0,"m_iCurrencyCollected.012":0,"m_iCurrencyCollected.013":0,"m_iCurrencyCollected.014":0,"m_iCurrencyCollected.015":0,"m_iCurrencyCollected.016":0,"m_iCurrencyCollected.017":0,"m_iCurrencyCollected.018":0,"m_iCurrencyCollected.019":0,"m_iCurrencyCollected.020":0,"m_iCurrencyCollected.021":0,"m_iCurrencyCollected.022":0,"m_iCurrencyCollected.023":0,"m_iCurrencyCollected.024":0,"m_iCurrencyCollected.025":0,"m_iCurrencyCollected.026":0,"m_iCurrencyCollected.027":0,"m_iCurrencyCollected.028":0,"m_iCurrencyCollected.029":0,"m_iCurrencyCollected.030":0,"m_iCurrencyCollected.031":0,"m_iCurrencyCollected.032":0,"m_iCurrencyCollected.033":0,"m_iBonusPoints.000":0,"m_iBonusPoints.001":0,"m_iBonusPoints.002":0,"m_iBonusPoints.003":0,"m_iBonusPoints.004":0,"m_iBonusPoints.005":0,"m_iBonusPoints.006":0,"m_iBonusPoints.007":0,"m_iBonusPoints.008":0,"m_iBonusPoints.009":0,"m_iBonusPoints.010":0,"m_iBonusPoints.011":0,"m_iBonusPoints.012":0,"m_iBonusPoints.013":0,"m_iBonusPoints.014":0,"m_iBonusPoints.015":0,"m_iBonusPoints.016":0,"m_iBonusPoints.017":0,"m_iBonusPoints.018":0,"m_iBonusPoints.019":0,"m_iBonusPoints.020":0,"m_iBonusPoints.021":0,"m_iBonusPoints.022":0,"m_iBonusPoints.023":0,"m_iBonusPoints.024":0,"m_iBonusPoints.025":0,"m_iBonusPoints.026":0,"m_iBonusPoints.027":0,"m_iBonusPoints.028":0,"m_iBonusPoints.029":0,"m_iBonusPoints.030":0,"m_iBonusPoints.031":0,"m_iBonusPoints.032":0,"m_iBonusPoints.033":0,"m_iPlayerLevel.000":0,"m_iPlayerLevel.001":1,"m_iPlayerLevel.002":0,"m_iPlayerLevel.003":0,"m_iPlayerLevel.004":0,"m_iPlayerLevel.005":0,"m_iPlayerLevel.006":0,"m_iPlayerLevel.007":0,"m_iPlayerLevel.008":0,"m_iPlayerLevel.009":0,"m_iPlayerLevel.010":0,"m_iPlayerLevel.011":0,"m_iPlayerLevel.012":0,"m_iPlayerLevel.013":0,"m_iPlayerLevel.014":0,"m_iPlayerLevel.015":0,"m_iPlayerLevel.016":0,"m_iPlayerLevel.017":0,"m_iPlayerLevel.018":0,"m_iPlayerLevel.019":0,"m_iPlayerLevel.020":0,"m_iPlayerLevel.021":0,"m_iPlayerLevel.022":0,"m_iPlayerLevel.023":0,"m_iPlayerLevel.024":0,"m_iPlayerLevel.025":0,"m_iPlayerLevel.026":0,"m_iPlayerLevel.027":0,"m_iPlayerLevel.028":0,"m_iPlayerLevel.029":0,"m_iPlayerLevel.030":0,"m_iPlayerLevel.031":0,"m_iPlayerLevel.032":0,"m_iPlayerLevel.033":0,"m_iStreaks.000":0,"m_iStreaks.001":0,"m_iStreaks.002":0,"m_iStreaks.003":0,"m_iStreaks.004":0,"m_iStreaks.005":0,"m_iStreaks.006":0,"m_iStreaks.007":0,"m_iStreaks.008":0,"m_iStreaks.009":0,"m_iStreaks.010":0,"m_iStreaks.011":0,"m_iStreaks.012":0,"m_iStreaks.013":0,"m_iStreaks.014":0,"m_iStreaks.015":0,"m_iStreaks.016":0,"m_iStreaks.017":0,"m_iStreaks.018":0,"m_iStreaks.019":0,"m_iStreaks.020":0,"m_iStreaks.021":0,"m_iStreaks.022":0,"m_iStreaks.023":0,"m_iStreaks.024":0,"m_iStreaks.025":0,"m_iStreaks.026":0,"m_iStreaks.027":0,"m_iStreaks.028":0,"m_iStreaks.029":0,"m_iStreaks.030":0,"m_iStreaks.031":0,"m_iStreaks.032":0,"m_iStreaks.033":0,"m_iStreaks.034":0,"m_iStreaks.035":0,"m_iStreaks.036":0,"m_iStreaks.037":0,"m_iStreaks.038":0,"m_iStreaks.039":0,"m_iStreaks.040":0,"m_iStreaks.041":0,"m_iStreaks.042":0,"m_iStreaks.043":0,"m_iStreaks.044":0,"m_iStreaks.045":0,"m_iStreaks.046":0,"m_iStreaks.047":0,"m_iStreaks.048":0,"m_iStreaks.049":0,"m_iStreaks.050":0,"m_iStreaks.051":0,"m_iStreaks.052":0,"m_iStreaks.053":0,"m_iStreaks.054":0,"m_iStreaks.055":0,"m_iStreaks.056":0,"m_iStreaks.057":0,"m_iStreaks.058":0,"m_iStreaks.059":0,"m_iStreaks.060":0,"m_iStreaks.061":0,"m_iStreaks.062":0,"m_iStreaks.063":0,"m_iStreaks.064":0,"m_iStreaks.065":0,"m_iStreaks.066":0,"m_iStreaks.067":0,"m_iStreaks.068":0,"m_iStreaks.069":0,"m_iStreaks.070":0,"m_iStreaks.071":0,"m_iStreaks.072":0,"m_iStreaks.073":0,"m_iStreaks.074":0,"m_iStreaks.075":0,"m_iStreaks.076":0,"m_iStreaks.077":0,"m_iStreaks.078":0,"m_iStreaks.079":0,"m_iStreaks.080":0,"m_iStreaks.081":0,"m_iStreaks.082":0,"m_iStreaks.083":0,"m_iStreaks.084":0,"m_iStreaks.085":0,"m_iStreaks.086":0,"m_iStreaks.087":0,"m_iStreaks.088":0,"m_iStreaks.089":0,"m_iStreaks.090":0,"m_iStreaks.091":0,"m_iStreaks.092":0,"m_iStreaks.093":0,"m_iStreaks.094":0,"m_iStreaks.095":0,"m_iStreaks.096":0,"m_iStreaks.097":0,"m_iStreaks.098":0,"m_iStreaks.099":0,"m_iStreaks.100":0,"m_iStreaks.101":0,"m_iStreaks.102":0,"m_iStreaks.103":0,"m_iStreaks.104":0,"m_iStreaks.105":0,"m_iStreaks.106":0,"m_iStreaks.107":0,"m_iStreaks.108":0,"m_iStreaks.109":0,"m_iStreaks.110":0,"m_iStreaks.111":0,"m_iStreaks.112":0,"m_iStreaks.113":0,"m_iStreaks.114":0,"m_iStreaks.115":0,"m_iStreaks.116":0,"m_iStreaks.117":0,"m_iStreaks.118":0,"m_iStreaks.119":0,"m_iStreaks.120":0,"m_iStreaks.121":0,"m_iStreaks.122":0,"m_iStreaks.123":0,"m_iStreaks.124":0,"m_iStreaks.125":0,"m_iStreaks.126":0,"m_iStreaks.127":0,"m_iStreaks.128":0,"m_iStreaks.129":0,"m_iStreaks.130":0,"m_iStreaks.131":0,"m_iStreaks.132":0,"m_iStreaks.133":0,"m_iStreaks.134":0,"m_iStreaks.135":0,"m_iUpgradeRefundCredits.000":0,"m_iUpgradeRefundCredits.001":0,"m_iUpgradeRefundCredits.002":0,"m_iUpgradeRefundCredits.003":0,"m_iUpgradeRefundCredits.004":0,"m_iUpgradeRefundCredits.005":0,"m_iUpgradeRefundCredits.006":0,"m_iUpgradeRefundCredits.007":0,"m_iUpgradeRefundCredits.008":0,"m_iUpgradeRefundCredits.009":0,"m_iUpgradeRefundCredits.010":0,"m_iUpgradeRefundCredits.011":0,"m_iUpgradeRefundCredits.012":0,"m_iUpgradeRefundCredits.013":0,"m_iUpgradeRefundCredits.014":0,"m_iUpgradeRefundCredits.015":0,"m_iUpgradeRefundCredits.016":0,"m_iUpgradeRefundCredits.017":0,"m_iUpgradeRefundCredits.018":0,"m_iUpgradeRefundCredits.019":0,"m_iUpgradeRefundCredits.020":0,"m_iUpgradeRefundCredits.021":0,"m_iUpgradeRefundCredits.022":0,"m_iUpgradeRefundCredits.023":0,"m_iUpgradeRefundCredits.024":0,"m_iUpgradeRefundCredits.025":0,"m_iUpgradeRefundCredits.026":0,"m_iUpgradeRefundCredits.027":0,"m_iUpgradeRefundCredits.028":0,"m_iUpgradeRefundCredits.029":0,"m_iUpgradeRefundCredits.030":0,"m_iUpgradeRefundCredits.031":0,"m_iUpgradeRefundCredits.032":0,"m_iUpgradeRefundCredits.033":0},"pvs":1} -{"tick":0,"serverClass":"CTFObjectiveResource","id":31,"props":{"m_bCPIsVisible.000":1,"m_bCPIsVisible.001":1,"m_bCPIsVisible.002":1,"m_bCPIsVisible.003":1,"m_bCPIsVisible.004":1,"m_bCPIsVisible.005":1,"m_bCPIsVisible.006":1,"m_bCPIsVisible.007":1,"m_flLazyCapPerc.000":0,"m_flLazyCapPerc.001":0,"m_flLazyCapPerc.002":0,"m_flLazyCapPerc.003":0,"m_flLazyCapPerc.004":0,"m_flLazyCapPerc.005":0,"m_flLazyCapPerc.006":0,"m_flLazyCapPerc.007":0,"m_iTeamIcons.000":2,"m_iTeamIcons.001":2,"m_iTeamIcons.002":2,"m_iTeamIcons.003":2,"m_iTeamIcons.004":2,"m_iTeamIcons.005":0,"m_iTeamIcons.006":0,"m_iTeamIcons.007":0,"m_iTeamIcons.008":0,"m_iTeamIcons.009":0,"m_iTeamIcons.010":0,"m_iTeamIcons.011":0,"m_iTeamIcons.012":0,"m_iTeamIcons.013":0,"m_iTeamIcons.014":0,"m_iTeamIcons.015":0,"m_iTeamIcons.016":3,"m_iTeamIcons.017":3,"m_iTeamIcons.018":3,"m_iTeamIcons.019":3,"m_iTeamIcons.020":3,"m_iTeamIcons.021":0,"m_iTeamIcons.022":0,"m_iTeamIcons.023":0,"m_iTeamIcons.024":4,"m_iTeamIcons.025":4,"m_iTeamIcons.026":4,"m_iTeamIcons.027":4,"m_iTeamIcons.028":4,"m_iTeamIcons.029":0,"m_iTeamIcons.030":0,"m_iTeamIcons.031":0,"m_iTeamIcons.032":0,"m_iTeamIcons.033":0,"m_iTeamIcons.034":0,"m_iTeamIcons.035":0,"m_iTeamIcons.036":0,"m_iTeamIcons.037":0,"m_iTeamIcons.038":0,"m_iTeamIcons.039":0,"m_iTeamIcons.040":0,"m_iTeamIcons.041":0,"m_iTeamIcons.042":0,"m_iTeamIcons.043":0,"m_iTeamIcons.044":0,"m_iTeamIcons.045":0,"m_iTeamIcons.046":0,"m_iTeamIcons.047":0,"m_iTeamIcons.048":0,"m_iTeamIcons.049":0,"m_iTeamIcons.050":0,"m_iTeamIcons.051":0,"m_iTeamIcons.052":0,"m_iTeamIcons.053":0,"m_iTeamIcons.054":0,"m_iTeamIcons.055":0,"m_iTeamIcons.056":0,"m_iTeamIcons.057":0,"m_iTeamIcons.058":0,"m_iTeamIcons.059":0,"m_iTeamIcons.060":0,"m_iTeamIcons.061":0,"m_iTeamIcons.062":0,"m_iTeamIcons.063":0,"m_iTeamOverlays.000":0,"m_iTeamOverlays.001":0,"m_iTeamOverlays.002":0,"m_iTeamOverlays.003":0,"m_iTeamOverlays.004":0,"m_iTeamOverlays.005":0,"m_iTeamOverlays.006":0,"m_iTeamOverlays.007":0,"m_iTeamOverlays.008":0,"m_iTeamOverlays.009":0,"m_iTeamOverlays.010":0,"m_iTeamOverlays.011":0,"m_iTeamOverlays.012":0,"m_iTeamOverlays.013":0,"m_iTeamOverlays.014":0,"m_iTeamOverlays.015":0,"m_iTeamOverlays.016":0,"m_iTeamOverlays.017":0,"m_iTeamOverlays.018":0,"m_iTeamOverlays.019":0,"m_iTeamOverlays.020":0,"m_iTeamOverlays.021":0,"m_iTeamOverlays.022":0,"m_iTeamOverlays.023":0,"m_iTeamOverlays.024":0,"m_iTeamOverlays.025":0,"m_iTeamOverlays.026":0,"m_iTeamOverlays.027":0,"m_iTeamOverlays.028":0,"m_iTeamOverlays.029":0,"m_iTeamOverlays.030":0,"m_iTeamOverlays.031":0,"m_iTeamOverlays.032":0,"m_iTeamOverlays.033":0,"m_iTeamOverlays.034":0,"m_iTeamOverlays.035":0,"m_iTeamOverlays.036":0,"m_iTeamOverlays.037":0,"m_iTeamOverlays.038":0,"m_iTeamOverlays.039":0,"m_iTeamOverlays.040":0,"m_iTeamOverlays.041":0,"m_iTeamOverlays.042":0,"m_iTeamOverlays.043":0,"m_iTeamOverlays.044":0,"m_iTeamOverlays.045":0,"m_iTeamOverlays.046":0,"m_iTeamOverlays.047":0,"m_iTeamOverlays.048":0,"m_iTeamOverlays.049":0,"m_iTeamOverlays.050":0,"m_iTeamOverlays.051":0,"m_iTeamOverlays.052":0,"m_iTeamOverlays.053":0,"m_iTeamOverlays.054":0,"m_iTeamOverlays.055":0,"m_iTeamOverlays.056":0,"m_iTeamOverlays.057":0,"m_iTeamOverlays.058":0,"m_iTeamOverlays.059":0,"m_iTeamOverlays.060":0,"m_iTeamOverlays.061":0,"m_iTeamOverlays.062":0,"m_iTeamOverlays.063":0,"m_iTeamReqCappers.000":0,"m_iTeamReqCappers.001":0,"m_iTeamReqCappers.002":0,"m_iTeamReqCappers.003":0,"m_iTeamReqCappers.004":0,"m_iTeamReqCappers.005":0,"m_iTeamReqCappers.006":0,"m_iTeamReqCappers.007":0,"m_iTeamReqCappers.008":0,"m_iTeamReqCappers.009":0,"m_iTeamReqCappers.010":0,"m_iTeamReqCappers.011":0,"m_iTeamReqCappers.012":0,"m_iTeamReqCappers.013":0,"m_iTeamReqCappers.014":0,"m_iTeamReqCappers.015":0,"m_iTeamReqCappers.016":1,"m_iTeamReqCappers.017":1,"m_iTeamReqCappers.018":1,"m_iTeamReqCappers.019":1,"m_iTeamReqCappers.020":1,"m_iTeamReqCappers.021":0,"m_iTeamReqCappers.022":0,"m_iTeamReqCappers.023":0,"m_iTeamReqCappers.024":1,"m_iTeamReqCappers.025":1,"m_iTeamReqCappers.026":1,"m_iTeamReqCappers.027":1,"m_iTeamReqCappers.028":1,"m_iTeamReqCappers.029":0,"m_iTeamReqCappers.030":0,"m_iTeamReqCappers.031":0,"m_iTeamReqCappers.032":0,"m_iTeamReqCappers.033":0,"m_iTeamReqCappers.034":0,"m_iTeamReqCappers.035":0,"m_iTeamReqCappers.036":0,"m_iTeamReqCappers.037":0,"m_iTeamReqCappers.038":0,"m_iTeamReqCappers.039":0,"m_iTeamReqCappers.040":0,"m_iTeamReqCappers.041":0,"m_iTeamReqCappers.042":0,"m_iTeamReqCappers.043":0,"m_iTeamReqCappers.044":0,"m_iTeamReqCappers.045":0,"m_iTeamReqCappers.046":0,"m_iTeamReqCappers.047":0,"m_iTeamReqCappers.048":0,"m_iTeamReqCappers.049":0,"m_iTeamReqCappers.050":0,"m_iTeamReqCappers.051":0,"m_iTeamReqCappers.052":0,"m_iTeamReqCappers.053":0,"m_iTeamReqCappers.054":0,"m_iTeamReqCappers.055":0,"m_iTeamReqCappers.056":0,"m_iTeamReqCappers.057":0,"m_iTeamReqCappers.058":0,"m_iTeamReqCappers.059":0,"m_iTeamReqCappers.060":0,"m_iTeamReqCappers.061":0,"m_iTeamReqCappers.062":0,"m_iTeamReqCappers.063":0,"m_flTeamCapTime.000":0,"m_flTeamCapTime.001":0,"m_flTeamCapTime.002":0,"m_flTeamCapTime.003":0,"m_flTeamCapTime.004":0,"m_flTeamCapTime.005":0,"m_flTeamCapTime.006":0,"m_flTeamCapTime.007":0,"m_flTeamCapTime.008":0,"m_flTeamCapTime.009":0,"m_flTeamCapTime.010":0,"m_flTeamCapTime.011":0,"m_flTeamCapTime.012":0,"m_flTeamCapTime.013":0,"m_flTeamCapTime.014":0,"m_flTeamCapTime.015":0,"m_flTeamCapTime.016":3.799999952316284,"m_flTeamCapTime.017":17.399999618530273,"m_flTeamCapTime.018":22,"m_flTeamCapTime.019":17.399999618530273,"m_flTeamCapTime.020":3.799999952316284,"m_flTeamCapTime.021":0,"m_flTeamCapTime.022":0,"m_flTeamCapTime.023":0,"m_flTeamCapTime.024":3.799999952316284,"m_flTeamCapTime.025":17.399999618530273,"m_flTeamCapTime.026":22,"m_flTeamCapTime.027":17.399999618530273,"m_flTeamCapTime.028":3.799999952316284,"m_flTeamCapTime.029":0,"m_flTeamCapTime.030":0,"m_flTeamCapTime.031":0,"m_flTeamCapTime.032":0,"m_flTeamCapTime.033":0,"m_flTeamCapTime.034":0,"m_flTeamCapTime.035":0,"m_flTeamCapTime.036":0,"m_flTeamCapTime.037":0,"m_flTeamCapTime.038":0,"m_flTeamCapTime.039":0,"m_flTeamCapTime.040":0,"m_flTeamCapTime.041":0,"m_flTeamCapTime.042":0,"m_flTeamCapTime.043":0,"m_flTeamCapTime.044":0,"m_flTeamCapTime.045":0,"m_flTeamCapTime.046":0,"m_flTeamCapTime.047":0,"m_flTeamCapTime.048":0,"m_flTeamCapTime.049":0,"m_flTeamCapTime.050":0,"m_flTeamCapTime.051":0,"m_flTeamCapTime.052":0,"m_flTeamCapTime.053":0,"m_flTeamCapTime.054":0,"m_flTeamCapTime.055":0,"m_flTeamCapTime.056":0,"m_flTeamCapTime.057":0,"m_flTeamCapTime.058":0,"m_flTeamCapTime.059":0,"m_flTeamCapTime.060":0,"m_flTeamCapTime.061":0,"m_flTeamCapTime.062":0,"m_flTeamCapTime.063":0,"m_iPreviousPoints.000":-1,"m_iPreviousPoints.001":-1,"m_iPreviousPoints.002":-1,"m_iPreviousPoints.003":-1,"m_iPreviousPoints.004":-1,"m_iPreviousPoints.005":-1,"m_iPreviousPoints.006":-1,"m_iPreviousPoints.007":-1,"m_iPreviousPoints.008":-1,"m_iPreviousPoints.009":-1,"m_iPreviousPoints.010":-1,"m_iPreviousPoints.011":-1,"m_iPreviousPoints.012":-1,"m_iPreviousPoints.013":-1,"m_iPreviousPoints.014":-1,"m_iPreviousPoints.015":-1,"m_iPreviousPoints.016":-1,"m_iPreviousPoints.017":-1,"m_iPreviousPoints.018":-1,"m_iPreviousPoints.019":-1,"m_iPreviousPoints.020":-1,"m_iPreviousPoints.021":-1,"m_iPreviousPoints.022":-1,"m_iPreviousPoints.023":-1,"m_iPreviousPoints.024":-1,"m_iPreviousPoints.025":-1,"m_iPreviousPoints.026":-1,"m_iPreviousPoints.027":-1,"m_iPreviousPoints.028":-1,"m_iPreviousPoints.029":-1,"m_iPreviousPoints.030":-1,"m_iPreviousPoints.031":-1,"m_iPreviousPoints.032":-1,"m_iPreviousPoints.033":-1,"m_iPreviousPoints.034":-1,"m_iPreviousPoints.035":-1,"m_iPreviousPoints.036":-1,"m_iPreviousPoints.037":-1,"m_iPreviousPoints.038":-1,"m_iPreviousPoints.039":-1,"m_iPreviousPoints.040":-1,"m_iPreviousPoints.041":-1,"m_iPreviousPoints.042":-1,"m_iPreviousPoints.043":-1,"m_iPreviousPoints.044":-1,"m_iPreviousPoints.045":-1,"m_iPreviousPoints.046":-1,"m_iPreviousPoints.047":-1,"m_iPreviousPoints.048":-1,"m_iPreviousPoints.049":-1,"m_iPreviousPoints.050":-1,"m_iPreviousPoints.051":-1,"m_iPreviousPoints.052":-1,"m_iPreviousPoints.053":-1,"m_iPreviousPoints.054":-1,"m_iPreviousPoints.055":-1,"m_iPreviousPoints.056":-1,"m_iPreviousPoints.057":-1,"m_iPreviousPoints.058":-1,"m_iPreviousPoints.059":-1,"m_iPreviousPoints.060":-1,"m_iPreviousPoints.061":-1,"m_iPreviousPoints.062":-1,"m_iPreviousPoints.063":-1,"m_iPreviousPoints.064":-1,"m_iPreviousPoints.065":-1,"m_iPreviousPoints.066":-1,"m_iPreviousPoints.067":-1,"m_iPreviousPoints.068":-1,"m_iPreviousPoints.069":-1,"m_iPreviousPoints.070":-1,"m_iPreviousPoints.071":-1,"m_iPreviousPoints.072":-1,"m_iPreviousPoints.073":-1,"m_iPreviousPoints.074":-1,"m_iPreviousPoints.075":-1,"m_iPreviousPoints.076":-1,"m_iPreviousPoints.077":-1,"m_iPreviousPoints.078":-1,"m_iPreviousPoints.079":-1,"m_iPreviousPoints.080":-1,"m_iPreviousPoints.081":-1,"m_iPreviousPoints.082":-1,"m_iPreviousPoints.083":-1,"m_iPreviousPoints.084":-1,"m_iPreviousPoints.085":-1,"m_iPreviousPoints.086":-1,"m_iPreviousPoints.087":-1,"m_iPreviousPoints.088":-1,"m_iPreviousPoints.089":-1,"m_iPreviousPoints.090":-1,"m_iPreviousPoints.091":-1,"m_iPreviousPoints.092":-1,"m_iPreviousPoints.093":-1,"m_iPreviousPoints.094":-1,"m_iPreviousPoints.095":-1,"m_iPreviousPoints.096":-1,"m_iPreviousPoints.097":-1,"m_iPreviousPoints.098":-1,"m_iPreviousPoints.099":-1,"m_iPreviousPoints.100":-1,"m_iPreviousPoints.101":-1,"m_iPreviousPoints.102":-1,"m_iPreviousPoints.103":-1,"m_iPreviousPoints.104":-1,"m_iPreviousPoints.105":-1,"m_iPreviousPoints.106":-1,"m_iPreviousPoints.107":-1,"m_iPreviousPoints.108":-1,"m_iPreviousPoints.109":-1,"m_iPreviousPoints.110":-1,"m_iPreviousPoints.111":-1,"m_iPreviousPoints.112":-1,"m_iPreviousPoints.113":-1,"m_iPreviousPoints.114":-1,"m_iPreviousPoints.115":-1,"m_iPreviousPoints.116":-1,"m_iPreviousPoints.117":-1,"m_iPreviousPoints.118":-1,"m_iPreviousPoints.119":-1,"m_iPreviousPoints.120":-1,"m_iPreviousPoints.121":-1,"m_iPreviousPoints.122":-1,"m_iPreviousPoints.123":-1,"m_iPreviousPoints.124":-1,"m_iPreviousPoints.125":-1,"m_iPreviousPoints.126":-1,"m_iPreviousPoints.127":-1,"m_iPreviousPoints.128":-1,"m_iPreviousPoints.129":-1,"m_iPreviousPoints.130":-1,"m_iPreviousPoints.131":-1,"m_iPreviousPoints.132":-1,"m_iPreviousPoints.133":-1,"m_iPreviousPoints.134":-1,"m_iPreviousPoints.135":-1,"m_iPreviousPoints.136":-1,"m_iPreviousPoints.137":-1,"m_iPreviousPoints.138":-1,"m_iPreviousPoints.139":-1,"m_iPreviousPoints.140":-1,"m_iPreviousPoints.141":-1,"m_iPreviousPoints.142":-1,"m_iPreviousPoints.143":-1,"m_iPreviousPoints.144":-1,"m_iPreviousPoints.145":-1,"m_iPreviousPoints.146":-1,"m_iPreviousPoints.147":-1,"m_iPreviousPoints.148":-1,"m_iPreviousPoints.149":-1,"m_iPreviousPoints.150":-1,"m_iPreviousPoints.151":-1,"m_iPreviousPoints.152":-1,"m_iPreviousPoints.153":-1,"m_iPreviousPoints.154":-1,"m_iPreviousPoints.155":-1,"m_iPreviousPoints.156":-1,"m_iPreviousPoints.157":-1,"m_iPreviousPoints.158":-1,"m_iPreviousPoints.159":-1,"m_iPreviousPoints.160":-1,"m_iPreviousPoints.161":-1,"m_iPreviousPoints.162":-1,"m_iPreviousPoints.163":-1,"m_iPreviousPoints.164":-1,"m_iPreviousPoints.165":-1,"m_iPreviousPoints.166":-1,"m_iPreviousPoints.167":-1,"m_iPreviousPoints.168":-1,"m_iPreviousPoints.169":-1,"m_iPreviousPoints.170":-1,"m_iPreviousPoints.171":-1,"m_iPreviousPoints.172":-1,"m_iPreviousPoints.173":-1,"m_iPreviousPoints.174":-1,"m_iPreviousPoints.175":-1,"m_iPreviousPoints.176":-1,"m_iPreviousPoints.177":-1,"m_iPreviousPoints.178":-1,"m_iPreviousPoints.179":-1,"m_iPreviousPoints.180":-1,"m_iPreviousPoints.181":-1,"m_iPreviousPoints.182":-1,"m_iPreviousPoints.183":-1,"m_iPreviousPoints.184":-1,"m_iPreviousPoints.185":-1,"m_iPreviousPoints.186":-1,"m_iPreviousPoints.187":-1,"m_iPreviousPoints.188":-1,"m_iPreviousPoints.189":-1,"m_iPreviousPoints.190":-1,"m_iPreviousPoints.191":-1,"m_bTeamCanCap.000":0,"m_bTeamCanCap.001":0,"m_bTeamCanCap.002":0,"m_bTeamCanCap.003":0,"m_bTeamCanCap.004":0,"m_bTeamCanCap.005":0,"m_bTeamCanCap.006":0,"m_bTeamCanCap.007":0,"m_bTeamCanCap.008":0,"m_bTeamCanCap.009":0,"m_bTeamCanCap.010":0,"m_bTeamCanCap.011":0,"m_bTeamCanCap.012":0,"m_bTeamCanCap.013":0,"m_bTeamCanCap.014":0,"m_bTeamCanCap.015":0,"m_bTeamCanCap.016":1,"m_bTeamCanCap.017":1,"m_bTeamCanCap.018":1,"m_bTeamCanCap.019":1,"m_bTeamCanCap.020":1,"m_bTeamCanCap.021":0,"m_bTeamCanCap.022":0,"m_bTeamCanCap.023":0,"m_bTeamCanCap.024":1,"m_bTeamCanCap.025":1,"m_bTeamCanCap.026":1,"m_bTeamCanCap.027":1,"m_bTeamCanCap.028":1,"m_bTeamCanCap.029":0,"m_bTeamCanCap.030":0,"m_bTeamCanCap.031":0,"m_bTeamCanCap.032":0,"m_bTeamCanCap.033":0,"m_bTeamCanCap.034":0,"m_bTeamCanCap.035":0,"m_bTeamCanCap.036":0,"m_bTeamCanCap.037":0,"m_bTeamCanCap.038":0,"m_bTeamCanCap.039":0,"m_bTeamCanCap.040":0,"m_bTeamCanCap.041":0,"m_bTeamCanCap.042":0,"m_bTeamCanCap.043":0,"m_bTeamCanCap.044":0,"m_bTeamCanCap.045":0,"m_bTeamCanCap.046":0,"m_bTeamCanCap.047":0,"m_bTeamCanCap.048":0,"m_bTeamCanCap.049":0,"m_bTeamCanCap.050":0,"m_bTeamCanCap.051":0,"m_bTeamCanCap.052":0,"m_bTeamCanCap.053":0,"m_bTeamCanCap.054":0,"m_bTeamCanCap.055":0,"m_bTeamCanCap.056":0,"m_bTeamCanCap.057":0,"m_bTeamCanCap.058":0,"m_bTeamCanCap.059":0,"m_bTeamCanCap.060":0,"m_bTeamCanCap.061":0,"m_bTeamCanCap.062":0,"m_bTeamCanCap.063":0,"m_iTeamBaseIcons.000":0,"m_iTeamBaseIcons.001":0,"m_iTeamBaseIcons.002":5,"m_iTeamBaseIcons.003":6,"m_iTeamBaseIcons.004":0,"m_iTeamBaseIcons.005":0,"m_iTeamBaseIcons.006":0,"m_iTeamBaseIcons.007":0,"m_iTeamBaseIcons.008":0,"m_iTeamBaseIcons.009":0,"m_iTeamBaseIcons.010":0,"m_iTeamBaseIcons.011":0,"m_iTeamBaseIcons.012":0,"m_iTeamBaseIcons.013":0,"m_iTeamBaseIcons.014":0,"m_iTeamBaseIcons.015":0,"m_iTeamBaseIcons.016":0,"m_iTeamBaseIcons.017":0,"m_iTeamBaseIcons.018":0,"m_iTeamBaseIcons.019":0,"m_iTeamBaseIcons.020":0,"m_iTeamBaseIcons.021":0,"m_iTeamBaseIcons.022":0,"m_iTeamBaseIcons.023":0,"m_iTeamBaseIcons.024":0,"m_iTeamBaseIcons.025":0,"m_iTeamBaseIcons.026":0,"m_iTeamBaseIcons.027":0,"m_iTeamBaseIcons.028":0,"m_iTeamBaseIcons.029":0,"m_iTeamBaseIcons.030":0,"m_iTeamBaseIcons.031":0,"m_iBaseControlPoints.000":-1,"m_iBaseControlPoints.001":-1,"m_iBaseControlPoints.002":4,"m_iBaseControlPoints.003":0,"m_iBaseControlPoints.004":-1,"m_iBaseControlPoints.005":-1,"m_iBaseControlPoints.006":-1,"m_iBaseControlPoints.007":-1,"m_iBaseControlPoints.008":-1,"m_iBaseControlPoints.009":-1,"m_iBaseControlPoints.010":-1,"m_iBaseControlPoints.011":-1,"m_iBaseControlPoints.012":-1,"m_iBaseControlPoints.013":-1,"m_iBaseControlPoints.014":-1,"m_iBaseControlPoints.015":-1,"m_iBaseControlPoints.016":-1,"m_iBaseControlPoints.017":-1,"m_iBaseControlPoints.018":-1,"m_iBaseControlPoints.019":-1,"m_iBaseControlPoints.020":-1,"m_iBaseControlPoints.021":-1,"m_iBaseControlPoints.022":-1,"m_iBaseControlPoints.023":-1,"m_iBaseControlPoints.024":-1,"m_iBaseControlPoints.025":-1,"m_iBaseControlPoints.026":-1,"m_iBaseControlPoints.027":-1,"m_iBaseControlPoints.028":-1,"m_iBaseControlPoints.029":-1,"m_iBaseControlPoints.030":-1,"m_iBaseControlPoints.031":-1,"m_bInMiniRound.000":1,"m_bInMiniRound.001":1,"m_bInMiniRound.002":1,"m_bInMiniRound.003":1,"m_bInMiniRound.004":1,"m_bInMiniRound.005":1,"m_bInMiniRound.006":1,"m_bInMiniRound.007":1,"m_iWarnOnCap.000":0,"m_iWarnOnCap.001":0,"m_iWarnOnCap.002":0,"m_iWarnOnCap.003":0,"m_iWarnOnCap.004":0,"m_iWarnOnCap.005":0,"m_iWarnOnCap.006":0,"m_iWarnOnCap.007":0,"m_flPathDistance.000":0,"m_flPathDistance.001":0,"m_flPathDistance.002":0,"m_flPathDistance.003":0,"m_flPathDistance.004":0,"m_flPathDistance.005":0,"m_flPathDistance.006":0,"m_flPathDistance.007":0,"m_iCPGroup.000":0,"m_iCPGroup.001":0,"m_iCPGroup.002":0,"m_iCPGroup.003":0,"m_iCPGroup.004":0,"m_iCPGroup.005":-1,"m_iCPGroup.006":-1,"m_iCPGroup.007":-1,"m_bCPLocked.000":0,"m_bCPLocked.001":0,"m_bCPLocked.002":0,"m_bCPLocked.003":0,"m_bCPLocked.004":0,"m_bCPLocked.005":0,"m_bCPLocked.006":0,"m_bCPLocked.007":0,"m_nNumNodeHillData.000":0,"m_nNumNodeHillData.001":0,"m_nNumNodeHillData.002":0,"m_nNumNodeHillData.003":0,"m_flNodeHillData.000":0,"m_flNodeHillData.001":0,"m_flNodeHillData.002":0,"m_flNodeHillData.003":0,"m_flNodeHillData.004":0,"m_flNodeHillData.005":0,"m_flNodeHillData.006":0,"m_flNodeHillData.007":0,"m_flNodeHillData.008":0,"m_flNodeHillData.009":0,"m_flNodeHillData.010":0,"m_flNodeHillData.011":0,"m_flNodeHillData.012":0,"m_flNodeHillData.013":0,"m_flNodeHillData.014":0,"m_flNodeHillData.015":0,"m_flNodeHillData.016":0,"m_flNodeHillData.017":0,"m_flNodeHillData.018":0,"m_flNodeHillData.019":0,"m_flNodeHillData.020":0,"m_flNodeHillData.021":0,"m_flNodeHillData.022":0,"m_flNodeHillData.023":0,"m_flNodeHillData.024":0,"m_flNodeHillData.025":0,"m_flNodeHillData.026":0,"m_flNodeHillData.027":0,"m_flNodeHillData.028":0,"m_flNodeHillData.029":0,"m_flNodeHillData.030":0,"m_flNodeHillData.031":0,"m_flNodeHillData.032":0,"m_flNodeHillData.033":0,"m_flNodeHillData.034":0,"m_flNodeHillData.035":0,"m_flNodeHillData.036":0,"m_flNodeHillData.037":0,"m_flNodeHillData.038":0,"m_flNodeHillData.039":0,"m_bTrackAlarm.000":0,"m_bTrackAlarm.001":0,"m_bTrackAlarm.002":0,"m_bTrackAlarm.003":0,"m_flUnlockTimes.000":0,"m_flUnlockTimes.001":0,"m_flUnlockTimes.002":0,"m_flUnlockTimes.003":0,"m_flUnlockTimes.004":0,"m_flUnlockTimes.005":0,"m_flUnlockTimes.006":0,"m_flUnlockTimes.007":0,"m_bHillIsDownhill.000":0,"m_bHillIsDownhill.001":0,"m_bHillIsDownhill.002":0,"m_bHillIsDownhill.003":0,"m_bHillIsDownhill.004":0,"m_bHillIsDownhill.005":0,"m_bHillIsDownhill.006":0,"m_bHillIsDownhill.007":0,"m_bHillIsDownhill.008":0,"m_bHillIsDownhill.009":0,"m_bHillIsDownhill.010":0,"m_bHillIsDownhill.011":0,"m_bHillIsDownhill.012":0,"m_bHillIsDownhill.013":0,"m_bHillIsDownhill.014":0,"m_bHillIsDownhill.015":0,"m_bHillIsDownhill.016":0,"m_bHillIsDownhill.017":0,"m_bHillIsDownhill.018":0,"m_bHillIsDownhill.019":0,"m_flCPTimerTimes.000":-1,"m_flCPTimerTimes.001":-1,"m_flCPTimerTimes.002":-1,"m_flCPTimerTimes.003":-1,"m_flCPTimerTimes.004":-1,"m_flCPTimerTimes.005":-1,"m_flCPTimerTimes.006":-1,"m_flCPTimerTimes.007":-1,"m_iNumTeamMembers.000":0,"m_iNumTeamMembers.001":0,"m_iNumTeamMembers.002":0,"m_iNumTeamMembers.003":0,"m_iNumTeamMembers.004":0,"m_iNumTeamMembers.005":0,"m_iNumTeamMembers.006":0,"m_iNumTeamMembers.007":0,"m_iNumTeamMembers.008":0,"m_iNumTeamMembers.009":0,"m_iNumTeamMembers.010":0,"m_iNumTeamMembers.011":0,"m_iNumTeamMembers.012":0,"m_iNumTeamMembers.013":0,"m_iNumTeamMembers.014":0,"m_iNumTeamMembers.015":0,"m_iNumTeamMembers.016":0,"m_iNumTeamMembers.017":0,"m_iNumTeamMembers.018":0,"m_iNumTeamMembers.019":0,"m_iNumTeamMembers.020":0,"m_iNumTeamMembers.021":0,"m_iNumTeamMembers.022":0,"m_iNumTeamMembers.023":0,"m_iNumTeamMembers.024":0,"m_iNumTeamMembers.025":0,"m_iNumTeamMembers.026":0,"m_iNumTeamMembers.027":0,"m_iNumTeamMembers.028":0,"m_iNumTeamMembers.029":0,"m_iNumTeamMembers.030":0,"m_iNumTeamMembers.031":0,"m_iNumTeamMembers.032":0,"m_iNumTeamMembers.033":0,"m_iNumTeamMembers.034":0,"m_iNumTeamMembers.035":0,"m_iNumTeamMembers.036":0,"m_iNumTeamMembers.037":0,"m_iNumTeamMembers.038":0,"m_iNumTeamMembers.039":0,"m_iNumTeamMembers.040":0,"m_iNumTeamMembers.041":0,"m_iNumTeamMembers.042":0,"m_iNumTeamMembers.043":0,"m_iNumTeamMembers.044":0,"m_iNumTeamMembers.045":0,"m_iNumTeamMembers.046":0,"m_iNumTeamMembers.047":0,"m_iNumTeamMembers.048":0,"m_iNumTeamMembers.049":0,"m_iNumTeamMembers.050":0,"m_iNumTeamMembers.051":0,"m_iNumTeamMembers.052":0,"m_iNumTeamMembers.053":0,"m_iNumTeamMembers.054":0,"m_iNumTeamMembers.055":0,"m_iNumTeamMembers.056":0,"m_iNumTeamMembers.057":0,"m_iNumTeamMembers.058":0,"m_iNumTeamMembers.059":0,"m_iNumTeamMembers.060":0,"m_iNumTeamMembers.061":0,"m_iNumTeamMembers.062":0,"m_iNumTeamMembers.063":0,"m_iCappingTeam.000":0,"m_iCappingTeam.001":0,"m_iCappingTeam.002":0,"m_iCappingTeam.003":0,"m_iCappingTeam.004":0,"m_iCappingTeam.005":0,"m_iCappingTeam.006":0,"m_iCappingTeam.007":0,"m_iTeamInZone.000":0,"m_iTeamInZone.001":0,"m_iTeamInZone.002":0,"m_iTeamInZone.003":0,"m_iTeamInZone.004":0,"m_iTeamInZone.005":0,"m_iTeamInZone.006":0,"m_iTeamInZone.007":0,"m_bBlocked.000":0,"m_bBlocked.001":0,"m_bBlocked.002":0,"m_bBlocked.003":0,"m_bBlocked.004":0,"m_bBlocked.005":0,"m_bBlocked.006":0,"m_bBlocked.007":0,"m_iOwner.000":3,"m_iOwner.001":3,"m_iOwner.002":0,"m_iOwner.003":2,"m_iOwner.004":2,"m_iOwner.005":0,"m_iOwner.006":0,"m_iOwner.007":0,"m_bCPCapRateScalesWithPlayers.000":1,"m_bCPCapRateScalesWithPlayers.001":1,"m_bCPCapRateScalesWithPlayers.002":1,"m_bCPCapRateScalesWithPlayers.003":1,"m_bCPCapRateScalesWithPlayers.004":1,"m_bCPCapRateScalesWithPlayers.005":1,"m_bCPCapRateScalesWithPlayers.006":1,"m_bCPCapRateScalesWithPlayers.007":1,"m_nMannVsMachineWaveClassCounts.000":0,"m_nMannVsMachineWaveClassCounts.001":0,"m_nMannVsMachineWaveClassCounts.002":0,"m_nMannVsMachineWaveClassCounts.003":0,"m_nMannVsMachineWaveClassCounts.004":0,"m_nMannVsMachineWaveClassCounts.005":0,"m_nMannVsMachineWaveClassCounts.006":0,"m_nMannVsMachineWaveClassCounts.007":0,"m_nMannVsMachineWaveClassCounts.008":0,"m_nMannVsMachineWaveClassCounts.009":0,"m_nMannVsMachineWaveClassCounts.010":0,"m_nMannVsMachineWaveClassCounts.011":0,"m_nMannVsMachineWaveClassFlags.000":0,"m_nMannVsMachineWaveClassFlags.001":0,"m_nMannVsMachineWaveClassFlags.002":0,"m_nMannVsMachineWaveClassFlags.003":0,"m_nMannVsMachineWaveClassFlags.004":0,"m_nMannVsMachineWaveClassFlags.005":0,"m_nMannVsMachineWaveClassFlags.006":0,"m_nMannVsMachineWaveClassFlags.007":0,"m_nMannVsMachineWaveClassFlags.008":0,"m_nMannVsMachineWaveClassFlags.009":0,"m_nMannVsMachineWaveClassFlags.010":0,"m_nMannVsMachineWaveClassFlags.011":0,"m_nMannVsMachineWaveClassCounts2.000":0,"m_nMannVsMachineWaveClassCounts2.001":0,"m_nMannVsMachineWaveClassCounts2.002":0,"m_nMannVsMachineWaveClassCounts2.003":0,"m_nMannVsMachineWaveClassCounts2.004":0,"m_nMannVsMachineWaveClassCounts2.005":0,"m_nMannVsMachineWaveClassCounts2.006":0,"m_nMannVsMachineWaveClassCounts2.007":0,"m_nMannVsMachineWaveClassCounts2.008":0,"m_nMannVsMachineWaveClassCounts2.009":0,"m_nMannVsMachineWaveClassCounts2.010":0,"m_nMannVsMachineWaveClassCounts2.011":0,"m_nMannVsMachineWaveClassFlags2.000":0,"m_nMannVsMachineWaveClassFlags2.001":0,"m_nMannVsMachineWaveClassFlags2.002":0,"m_nMannVsMachineWaveClassFlags2.003":0,"m_nMannVsMachineWaveClassFlags2.004":0,"m_nMannVsMachineWaveClassFlags2.005":0,"m_nMannVsMachineWaveClassFlags2.006":0,"m_nMannVsMachineWaveClassFlags2.007":0,"m_nMannVsMachineWaveClassFlags2.008":0,"m_nMannVsMachineWaveClassFlags2.009":0,"m_nMannVsMachineWaveClassFlags2.010":0,"m_nMannVsMachineWaveClassFlags2.011":0,"m_bMannVsMachineWaveClassActive.000":0,"m_bMannVsMachineWaveClassActive.001":0,"m_bMannVsMachineWaveClassActive.002":0,"m_bMannVsMachineWaveClassActive.003":0,"m_bMannVsMachineWaveClassActive.004":0,"m_bMannVsMachineWaveClassActive.005":0,"m_bMannVsMachineWaveClassActive.006":0,"m_bMannVsMachineWaveClassActive.007":0,"m_bMannVsMachineWaveClassActive.008":0,"m_bMannVsMachineWaveClassActive.009":0,"m_bMannVsMachineWaveClassActive.010":0,"m_bMannVsMachineWaveClassActive.011":0,"m_bMannVsMachineWaveClassActive2.000":0,"m_bMannVsMachineWaveClassActive2.001":0,"m_bMannVsMachineWaveClassActive2.002":0,"m_bMannVsMachineWaveClassActive2.003":0,"m_bMannVsMachineWaveClassActive2.004":0,"m_bMannVsMachineWaveClassActive2.005":0,"m_bMannVsMachineWaveClassActive2.006":0,"m_bMannVsMachineWaveClassActive2.007":0,"m_bMannVsMachineWaveClassActive2.008":0,"m_bMannVsMachineWaveClassActive2.009":0,"m_bMannVsMachineWaveClassActive2.010":0,"m_bMannVsMachineWaveClassActive2.011":0,"DT_BaseTeamObjectiveResource.m_iTimerToShowInHUD":144,"DT_BaseTeamObjectiveResource.m_iStopWatchTimer":0,"DT_BaseTeamObjectiveResource.m_iNumControlPoints":5,"DT_BaseTeamObjectiveResource.m_bPlayingMiniRounds":0,"DT_BaseTeamObjectiveResource.m_bControlPointsReset":0,"DT_BaseTeamObjectiveResource.m_iUpdateCapHudParity":47,"DT_BaseTeamObjectiveResource.m_vCPPositions":[{"x":4502,"y":-1042,"z":163.75},{"x":1723.3125,"y":-1893,"z":170},{"x":690.78125,"y":-296.9375,"z":390},{"x":-358,"y":1317,"z":170},{"x":-3139,"y":454.3125,"z":162},{"x":0,"y":0,"z":0},{"x":0,"y":0,"z":0},{"x":0,"y":0,"z":0}],"DT_BaseTeamObjectiveResource.m_iszWarnSound":["ControlPoint.CaptureWarn","ControlPoint.CaptureWarn","ControlPoint.CaptureWarn","ControlPoint.CaptureWarn","ControlPoint.CaptureWarn","","",""],"DT_BaseTeamObjectiveResource.m_pszCapLayoutInHUD":"","DT_BaseTeamObjectiveResource.m_flCustomPositionX":-1,"DT_BaseTeamObjectiveResource.m_flCustomPositionY":-1,"DT_TFObjectiveResource.m_nMannVsMachineMaxWaveCount":0,"DT_TFObjectiveResource.m_nMannVsMachineWaveCount":0,"DT_TFObjectiveResource.m_nMannVsMachineWaveEnemyCount":0,"DT_TFObjectiveResource.m_nMvMWorldMoney":0,"DT_TFObjectiveResource.m_flMannVsMachineNextWaveTime":0,"DT_TFObjectiveResource.m_bMannVsMachineBetweenWaves":0,"DT_TFObjectiveResource.m_nFlagCarrierUpgradeLevel":0,"DT_TFObjectiveResource.m_flMvMBaseBombUpgradeTime":0,"DT_TFObjectiveResource.m_flMvMNextBombUpgradeTime":0,"DT_TFObjectiveResource.m_iszMvMPopfileName":"","DT_TFObjectiveResource.m_iChallengeIndex":-1,"DT_TFObjectiveResource.m_nMvMEventPopfileType":0,"DT_TFObjectiveResource.m_iszMannVsMachineWaveClassNames":["","","","","","","","","","","",""],"DT_TFObjectiveResource.m_iszMannVsMachineWaveClassNames2":["","","","","","","","","","","",""]},"pvs":1} -{"tick":0,"serverClass":"CMonsterResource","id":32,"props":{"DT_MonsterResource.m_iBossHealthPercentageByte":0,"DT_MonsterResource.m_iBossStunPercentageByte":0,"DT_MonsterResource.m_iSkillShotCompleteCount":0,"DT_MonsterResource.m_fSkillShotComboEndTime":0,"DT_MonsterResource.m_iBossState":0},"pvs":1} -{"tick":0,"serverClass":"CMannVsMachineStats","id":33,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CMannVsMachineWaveStats.nCreditsDropped":0,"DT_CMannVsMachineWaveStats.nCreditsAcquired":0,"DT_CMannVsMachineWaveStats.nCreditsBonus":0,"DT_CMannVsMachineWaveStats.nPlayerDeaths":0,"DT_CMannVsMachineWaveStats.nBuyBacks":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_MannVsMachineStats.m_iCurrentWaveIdx":0,"DT_MannVsMachineStats.m_iServerWaveID":0,"DT_MannVsMachineStats.m_iCurrencyCollectedForRespec":0,"DT_MannVsMachineStats.m_nRespecsAwardedInWave":0},"pvs":1} -{"tick":0,"serverClass":"CVoteController","id":35,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_nVoteOptionCount.000":0,"m_nVoteOptionCount.001":0,"m_nVoteOptionCount.002":0,"m_nVoteOptionCount.003":0,"m_nVoteOptionCount.004":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_VoteController.m_iActiveIssueIndex":-1,"DT_VoteController.m_iOnlyTeamToVote":0,"DT_VoteController.m_nPotentialVotes":0,"DT_VoteController.m_bIsYesNoVote":1},"pvs":1} -{"tick":0,"serverClass":"CSprite","id":38,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":2609.375,"y":-462.53125,"z":174.8125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":745,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":9,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4287813886,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_Sprite.m_hAttachedToEntity":2097151,"DT_Sprite.m_nAttachment":0,"DT_Sprite.m_flScaleTime":0,"DT_Sprite.m_flSpriteScale":0.75,"DT_Sprite.m_flGlowProxySize":4,"DT_Sprite.m_flHDRColorScale":1,"DT_Sprite.m_flSpriteFramerate":10.078125,"DT_Sprite.m_flFrame":0,"DT_Sprite.m_flBrightnessTime":0,"DT_Sprite.m_nBrightness":255,"DT_Sprite.m_bWorldSpaceScale":0},"pvs":1} -{"tick":0,"serverClass":"CSprite","id":40,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":3949.125,"y":-309.375,"z":376.9375},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":745,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":9,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4287813886,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_Sprite.m_hAttachedToEntity":2097151,"DT_Sprite.m_nAttachment":0,"DT_Sprite.m_flScaleTime":0,"DT_Sprite.m_flSpriteScale":0.75,"DT_Sprite.m_flGlowProxySize":4,"DT_Sprite.m_flHDRColorScale":1,"DT_Sprite.m_flSpriteFramerate":10.078125,"DT_Sprite.m_flFrame":0,"DT_Sprite.m_flBrightnessTime":0,"DT_Sprite.m_nBrightness":255,"DT_Sprite.m_bWorldSpaceScale":0},"pvs":1} -{"tick":0,"serverClass":"CFuncRespawnRoomVisualizer","id":54,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":4511,"y":-711.34375,"z":352},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":5,"y":57,"z":56.989990234375},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-5,"y":-57,"z":-57.010009765625},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":5,"y":57,"z":56.989990234375},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":3,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":3,"DT_BaseEntity.m_CollisionGroup":25,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-5,"y":-57,"z":-57.010009765625},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CFuncRespawnRoomVisualizer","id":57,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":4504,"y":-1379.65625,"z":352},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":5,"y":57,"z":56.989990234375},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-5,"y":-57.010009765625,"z":-57.010009765625},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":5,"y":57,"z":56.989990234375},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":6,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":3,"DT_BaseEntity.m_CollisionGroup":25,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-5,"y":-57.010009765625,"z":-57.010009765625},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CFuncRespawnRoomVisualizer","id":62,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":2298,"y":-1850.96875,"z":215},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":5,"y":56.989990234375,"z":57},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-5,"y":-57.010009765625,"z":-57},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":5,"y":56.989990234375,"z":57},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":8,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":3,"DT_BaseEntity.m_CollisionGroup":25,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-5,"y":-57.010009765625,"z":-57},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":73,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":1537,"y":-1043.25,"z":366.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":0,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":75,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":2437,"y":-2028.65625,"z":292.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":269.9890123306067,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":82,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":-178.96875,"y":457.90625,"z":366.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":84,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":-2310.40625,"y":-197.78125,"z":651},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":85,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":-1941.65625,"y":-201.0625,"z":652},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CBaseDoor","id":90,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3156,"y":115.3125,"z":221.5},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":6.010009765625,"y":99,"z":195.49000549316406},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-3.989990234375,"y":-95,"z":73.49000549316406},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":6.010009765625,"y":99,"z":195.49000549316406},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":13,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":10,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-3.989990234375,"y":-95,"z":73.49000549316406},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseDoor.m_flWaveHeight":0.03125},"pvs":1} -{"tick":0,"serverClass":"CFuncRespawnRoomVisualizer","id":91,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3173.625,"y":371,"z":213.75},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":16.6298828125,"y":-197,"z":195.24000549316406},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":9.6298828125,"y":-311,"z":81.24000549316406},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":16.6298828125,"y":-197,"z":195.24000549316406},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":14,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":25,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":9.6298828125,"y":-311,"z":81.24000549316406},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseDoor","id":93,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3139,"y":784.3125,"z":221.5},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":6.010009765625,"y":99,"z":195.49000549316406},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-3.989990234375,"y":-95,"z":73.49000549316406},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":6.010009765625,"y":99,"z":195.49000549316406},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":16,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":10,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-3.989990234375,"y":-95,"z":73.49000549316406},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseDoor.m_flWaveHeight":0.03125},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":110,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3139,"y":454.3125,"z":162},"DT_BaseEntity.m_angRotation":{"x":0,"y":269.9890123306067,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-37.7890625,"y":-37.91983413696289,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":37.788997650146484,"y":37.91983413696289,"z":192.86782836914062},"DT_CollisionProperty.m_vecMins":{"x":-37.7890625,"y":-37.91983413696289,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":757,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":16,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":37.788997650146484,"y":37.91983413696289,"z":192.86782836914062},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":2,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":111,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3139,"y":454.3125,"z":158},"DT_BaseEntity.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-101.6365966796875,"y":-101.63658905029297,"z":-0.25000444054603577},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":101.63658905029297,"y":101.63655090332031,"z":7.524943828582764},"DT_CollisionProperty.m_vecMins":{"x":-101.6365966796875,"y":-101.63658905029297,"z":-0.25000444054603577},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":758,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":16,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":101.63658905029297,"y":101.63655090332031,"z":7.524943828582764},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":1,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":112,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-26.96875,"y":2,"z":138.46875},"DT_BaseEntity.m_angRotation":{"x":0,"y":90.01098766939323,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-92,"y":-27.332223892211914,"z":-64.25000762939453},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":92.00346374511719,"y":0,"z":54.65977096557617},"DT_CollisionProperty.m_vecMins":{"x":-92,"y":-27.332223892211914,"z":-64.25000762939453},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":778,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":16,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":106586,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":92.00346374511719,"y":0,"z":54.65977096557617},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":113,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-26.96875,"y":2,"z":138.46875},"DT_BaseEntity.m_angRotation":{"x":0,"y":90.01098766939323,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-92,"y":-27.332223892211914,"z":-64.25000762939453},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":92.00346374511719,"y":0,"z":54.65977096557617},"DT_CollisionProperty.m_vecMins":{"x":-92,"y":-27.332223892211914,"z":-64.25000762939453},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":778,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":16,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1265757,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":92.00346374511719,"y":0,"z":54.65977096557617},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":127,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3830,"y":604.3125,"z":296.15625},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-16.250001907348633,"y":-32.25,"z":-0.16006843745708466},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":19.40962028503418,"y":32.25,"z":113.0318832397461},"DT_CollisionProperty.m_vecMins":{"x":-16.250001907348633,"y":-32.25,"z":-0.16006843745708466},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":746,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":19.40962028503418,"y":32.25,"z":113.0318832397461},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":128,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3822,"y":316.3125,"z":296.15625},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-16.250001907348633,"y":-32.25,"z":-0.16006843745708466},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":19.40962028503418,"y":32.25,"z":113.0318832397461},"DT_CollisionProperty.m_vecMins":{"x":-16.250001907348633,"y":-32.25,"z":-0.16006843745708466},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":746,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":19.40962028503418,"y":32.25,"z":113.0318832397461},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CFuncRespawnRoomVisualizer","id":138,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3144,"y":792,"z":351},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":5,"y":57,"z":57},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-5,"y":-57,"z":-57},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":5,"y":57,"z":57},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":27,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":25,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-5,"y":-57,"z":-57},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CTeamRoundTimer","id":144,"props":{"DT_TeamRoundTimer.m_bTimerPaused":0,"DT_TeamRoundTimer.m_flTimeRemaining":600,"DT_TeamRoundTimer.m_flTimerEndTime":668.3399658203125,"DT_TeamRoundTimer.m_nTimerMaxLength":600,"DT_TeamRoundTimer.m_bIsDisabled":0,"DT_TeamRoundTimer.m_bShowInHUD":1,"DT_TeamRoundTimer.m_nTimerLength":600,"DT_TeamRoundTimer.m_nTimerInitialLength":600,"DT_TeamRoundTimer.m_bAutoCountdown":1,"DT_TeamRoundTimer.m_nSetupTimeLength":0,"DT_TeamRoundTimer.m_nState":1,"DT_TeamRoundTimer.m_bStartPaused":0,"DT_TeamRoundTimer.m_bShowTimeRemaining":1,"DT_TeamRoundTimer.m_bStopWatchTimer":0,"DT_TeamRoundTimer.m_bInCaptureWatchState":0,"DT_TeamRoundTimer.m_flTotalTime":0},"pvs":1} -{"tick":0,"serverClass":"CEnvTonemapController","id":146,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":998.46875,"y":-1098.3125,"z":265},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_EnvTonemapController.m_bUseCustomAutoExposureMin":1,"DT_EnvTonemapController.m_bUseCustomAutoExposureMax":1,"DT_EnvTonemapController.m_bUseCustomBloomScale":1,"DT_EnvTonemapController.m_flCustomAutoExposureMin":0.5,"DT_EnvTonemapController.m_flCustomAutoExposureMax":0.8999999761581421,"DT_EnvTonemapController.m_flCustomBloomScale":0.6000000238418579,"DT_EnvTonemapController.m_flCustomBloomScaleMinimum":0.6000000238418579},"pvs":1} -{"tick":0,"serverClass":"CTFViewModel","id":147,"props":{"DT_BaseViewModel.m_nModelIndex":494,"DT_BaseViewModel.m_nBody":0,"DT_BaseViewModel.m_nSkin":0,"DT_BaseViewModel.m_nSequence":25,"DT_BaseViewModel.m_nViewModelIndex":0,"DT_BaseViewModel.m_flPlaybackRate":1,"DT_BaseViewModel.m_fEffects":0,"DT_BaseViewModel.m_nAnimationParity":1,"DT_BaseViewModel.m_hWeapon":1606276,"DT_BaseViewModel.m_hOwner":1972225,"DT_BaseViewModel.m_nNewSequenceParity":1,"DT_BaseViewModel.m_nResetEventsParity":1,"DT_BaseViewModel.m_nMuzzleFlashParity":1,"DT_BaseViewModel.m_flPoseParameter":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"pvs":1} -{"tick":0,"serverClass":"CTFGameRulesProxy","id":148,"props":{"m_flNextRespawnWave.000":0,"m_flNextRespawnWave.001":0,"m_flNextRespawnWave.002":73.11499786376953,"m_flNextRespawnWave.003":73.11499786376953,"m_flNextRespawnWave.004":0,"m_flNextRespawnWave.005":0,"m_flNextRespawnWave.006":0,"m_flNextRespawnWave.007":0,"m_flNextRespawnWave.008":0,"m_flNextRespawnWave.009":0,"m_flNextRespawnWave.010":0,"m_flNextRespawnWave.011":0,"m_flNextRespawnWave.012":0,"m_flNextRespawnWave.013":0,"m_flNextRespawnWave.014":0,"m_flNextRespawnWave.015":0,"m_flNextRespawnWave.016":0,"m_flNextRespawnWave.017":0,"m_flNextRespawnWave.018":0,"m_flNextRespawnWave.019":0,"m_flNextRespawnWave.020":0,"m_flNextRespawnWave.021":0,"m_flNextRespawnWave.022":0,"m_flNextRespawnWave.023":0,"m_flNextRespawnWave.024":0,"m_flNextRespawnWave.025":0,"m_flNextRespawnWave.026":0,"m_flNextRespawnWave.027":0,"m_flNextRespawnWave.028":0,"m_flNextRespawnWave.029":0,"m_flNextRespawnWave.030":0,"m_flNextRespawnWave.031":0,"m_TeamRespawnWaveTimes.000":-1,"m_TeamRespawnWaveTimes.001":-1,"m_TeamRespawnWaveTimes.002":8.5,"m_TeamRespawnWaveTimes.003":8.5,"m_TeamRespawnWaveTimes.004":-1,"m_TeamRespawnWaveTimes.005":-1,"m_TeamRespawnWaveTimes.006":-1,"m_TeamRespawnWaveTimes.007":-1,"m_TeamRespawnWaveTimes.008":-1,"m_TeamRespawnWaveTimes.009":-1,"m_TeamRespawnWaveTimes.010":-1,"m_TeamRespawnWaveTimes.011":-1,"m_TeamRespawnWaveTimes.012":-1,"m_TeamRespawnWaveTimes.013":-1,"m_TeamRespawnWaveTimes.014":-1,"m_TeamRespawnWaveTimes.015":-1,"m_TeamRespawnWaveTimes.016":-1,"m_TeamRespawnWaveTimes.017":-1,"m_TeamRespawnWaveTimes.018":-1,"m_TeamRespawnWaveTimes.019":-1,"m_TeamRespawnWaveTimes.020":-1,"m_TeamRespawnWaveTimes.021":-1,"m_TeamRespawnWaveTimes.022":-1,"m_TeamRespawnWaveTimes.023":-1,"m_TeamRespawnWaveTimes.024":-1,"m_TeamRespawnWaveTimes.025":-1,"m_TeamRespawnWaveTimes.026":-1,"m_TeamRespawnWaveTimes.027":-1,"m_TeamRespawnWaveTimes.028":-1,"m_TeamRespawnWaveTimes.029":-1,"m_TeamRespawnWaveTimes.030":-1,"m_TeamRespawnWaveTimes.031":-1,"m_bTeamReady.000":0,"m_bTeamReady.001":0,"m_bTeamReady.002":0,"m_bTeamReady.003":0,"m_bTeamReady.004":0,"m_bTeamReady.005":0,"m_bTeamReady.006":0,"m_bTeamReady.007":0,"m_bTeamReady.008":0,"m_bTeamReady.009":0,"m_bTeamReady.010":0,"m_bTeamReady.011":0,"m_bTeamReady.012":0,"m_bTeamReady.013":0,"m_bTeamReady.014":0,"m_bTeamReady.015":0,"m_bTeamReady.016":0,"m_bTeamReady.017":0,"m_bTeamReady.018":0,"m_bTeamReady.019":0,"m_bTeamReady.020":0,"m_bTeamReady.021":0,"m_bTeamReady.022":0,"m_bTeamReady.023":0,"m_bTeamReady.024":0,"m_bTeamReady.025":0,"m_bTeamReady.026":0,"m_bTeamReady.027":0,"m_bTeamReady.028":0,"m_bTeamReady.029":0,"m_bTeamReady.030":0,"m_bTeamReady.031":0,"m_bPlayerReady.000":0,"m_bPlayerReady.001":0,"m_bPlayerReady.002":0,"m_bPlayerReady.003":0,"m_bPlayerReady.004":0,"m_bPlayerReady.005":0,"m_bPlayerReady.006":0,"m_bPlayerReady.007":0,"m_bPlayerReady.008":0,"m_bPlayerReady.009":0,"m_bPlayerReady.010":0,"m_bPlayerReady.011":0,"m_bPlayerReady.012":0,"m_bPlayerReady.013":0,"m_bPlayerReady.014":0,"m_bPlayerReady.015":0,"m_bPlayerReady.016":0,"m_bPlayerReady.017":0,"m_bPlayerReady.018":0,"m_bPlayerReady.019":0,"m_bPlayerReady.020":0,"m_bPlayerReady.021":0,"m_bPlayerReady.022":0,"m_bPlayerReady.023":0,"m_bPlayerReady.024":0,"m_bPlayerReady.025":0,"m_bPlayerReady.026":0,"m_bPlayerReady.027":0,"m_bPlayerReady.028":0,"m_bPlayerReady.029":0,"m_bPlayerReady.030":0,"m_bPlayerReady.031":0,"m_bPlayerReady.032":0,"DT_TeamplayRoundBasedRules.m_iRoundState":3,"DT_TeamplayRoundBasedRules.m_bInWaitingForPlayers":0,"DT_TeamplayRoundBasedRules.m_iWinningTeam":0,"DT_TeamplayRoundBasedRules.m_bInOvertime":0,"DT_TeamplayRoundBasedRules.m_bInSetup":0,"DT_TeamplayRoundBasedRules.m_bSwitchedTeamsThisRound":0,"DT_TeamplayRoundBasedRules.m_bAwaitingReadyRestart":0,"DT_TeamplayRoundBasedRules.m_flRestartRoundTime":-1,"DT_TeamplayRoundBasedRules.m_flMapResetTime":68.33999633789062,"DT_TeamplayRoundBasedRules.m_bStopWatch":0,"DT_TeamplayRoundBasedRules.m_bMultipleTrains":0,"DT_TeamplayRoundBasedRules.m_bCheatsEnabledDuringLevel":0,"DT_TFGameRules.m_nGameType":2,"DT_TFGameRules.m_nStopWatchState":0,"DT_TFGameRules.m_pszTeamGoalStringRed":"","DT_TFGameRules.m_pszTeamGoalStringBlue":"","DT_TFGameRules.m_flCapturePointEnableTime":0,"DT_TFGameRules.m_nHudType":0,"DT_TFGameRules.m_bIsInTraining":0,"DT_TFGameRules.m_bAllowTrainingAchievements":0,"DT_TFGameRules.m_bIsWaitingForTrainingContinue":0,"DT_TFGameRules.m_bIsTrainingHUDVisible":0,"DT_TFGameRules.m_bIsInItemTestingMode":0,"DT_TFGameRules.m_hBonusLogic":2097151,"DT_TFGameRules.m_bPlayingKoth":0,"DT_TFGameRules.m_bPlayingMedieval":0,"DT_TFGameRules.m_bPlayingHybrid_CTF_CP":0,"DT_TFGameRules.m_bPlayingSpecialDeliveryMode":0,"DT_TFGameRules.m_bPlayingRobotDestructionMode":0,"DT_TFGameRules.m_hRedKothTimer":2097151,"DT_TFGameRules.m_hBlueKothTimer":2097151,"DT_TFGameRules.m_nMapHolidayType":0,"DT_TFGameRules.m_itHandle":2097151,"DT_TFGameRules.m_bPlayingMannVsMachine":0,"DT_TFGameRules.m_hBirthdayPlayer":2097151,"DT_TFGameRules.m_nBossHealth":0,"DT_TFGameRules.m_nMaxBossHealth":0,"DT_TFGameRules.m_fBossNormalizedTravelDistance":0,"DT_TFGameRules.m_bMannVsMachineAlarmStatus":0,"DT_TFGameRules.m_bHaveMinPlayersToEnableReady":0,"DT_TFGameRules.m_bBountyModeEnabled":0,"DT_TFGameRules.m_nHalloweenEffect":-1,"DT_TFGameRules.m_fHalloweenEffectStartTime":-1,"DT_TFGameRules.m_fHalloweenEffectDuration":-1,"DT_TFGameRules.m_halloweenScenario":0,"DT_TFGameRules.m_bHelltowerPlayersInHell":0,"DT_TFGameRules.m_bIsUsingSpells":0,"DT_TFGameRules.m_bCompetitiveMode":0,"DT_TFGameRules.m_bPowerupMode":0,"DT_TFGameRules.m_pszCustomUpgradesFile":""},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":151,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":157.3125,"y":-447.96875,"z":982.3125},"DT_BaseEntity.m_angRotation":{"x":49.136857526553534,"y":16.12989866927115,"z":0.7471615187400805},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":152,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-730.21875,"y":1738.1875,"z":1011.96875},"DT_BaseEntity.m_angRotation":{"x":37.57782932486876,"y":324.3120498107679,"z":0.7032108411671346},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":154,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2410,"y":1057.3125,"z":541.03125},"DT_BaseEntity.m_angRotation":{"x":17.97582712733488,"y":251.00231961909412,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":155,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":2102,"y":-2306.65625,"z":1011.96875},"DT_BaseEntity.m_angRotation":{"x":37.57782932486876,"y":144.29007447198146,"z":0.7032108411671346},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":156,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":3815,"y":-1624.65625,"z":541.03125},"DT_BaseEntity.m_angRotation":{"x":17.97582712733488,"y":70.98034428030766,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseDoor","id":159,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1799,"y":784.3125,"z":360},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":-4,"y":87.65997314453125,"z":57},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-10,"y":-82.34002685546875,"z":-62},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":-4,"y":87.65997314453125,"z":57},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":29,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-10,"y":-82.34002685546875,"z":-62},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseDoor.m_flWaveHeight":0.03125},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":160,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1779.21875,"y":787.96875,"z":360},"DT_BaseEntity.m_angRotation":{"x":0,"y":269.9890123306067,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-96.00000762939453,"y":-29.08789825439453,"z":-64.00000762939453},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":96.00000762939453,"y":29.08789825439453,"z":64.00000762939453},"DT_CollisionProperty.m_vecMins":{"x":-96.00000762939453,"y":-29.08789825439453,"z":-64.00000762939453},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":760,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":96.00000762939453,"y":29.08789825439453,"z":64.00000762939453},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":161,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2500.28125,"y":434.03125,"z":-30.78125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":12,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":24,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":458,"m_nModelIndexOverrides.001":752,"m_nModelIndexOverrides.002":753,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-8.481677055358887,"y":-8.4414644241333,"z":-0.23517799377441406},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":8.440301895141602,"y":8.45989990234375,"z":19.715791702270508},"DT_CollisionProperty.m_vecMins":{"x":-8.481677055358887,"y":-8.4414644241333,"z":-0.23517799377441406},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":458,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":8.440301895141602,"y":8.45989990234375,"z":19.715791702270508},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":165,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":-1079,"y":1433.8125,"z":292.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":90.01098766939323,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CWaterLODControl","id":170,"props":{"DT_WaterLODControl.m_flCheapWaterStartDistance":1000,"DT_WaterLODControl.m_flCheapWaterEndDistance":2000},"pvs":1} -{"tick":0,"serverClass":"CFunc_LOD","id":171,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":479,"y":2240,"z":437},"DT_CollisionProperty.m_nSolidType":1,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-435.6789855957031,"y":1515.3299560546875,"z":223},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":479,"y":2240,"z":437},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":34,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-435.6789855957031,"y":1515.3299560546875,"z":223},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_Func_LOD.m_fDisappearDist":1782},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":179,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1661.5,"y":485.3125,"z":156.5},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":138.5,"y":-0.329986572265625,"z":-39.5},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-138.5,"y":-10.329986572265625,"z":-52.5},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":138.5,"y":-0.329986572265625,"z":-39.5},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":38,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-138.5,"y":-10.329986572265625,"z":-52.5},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":182,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":392.40625,"y":539.34375,"z":264},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":183,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":974.125,"y":-1144.375,"z":264},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":184,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":4759.25,"y":-1037.5625,"z":306},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":185,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3394.0625,"y":444.53125,"z":306},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CShadowControl","id":186,"props":{"DT_ShadowControl.m_shadowDirection":{"x":-3.348485932974654e-8,"y":2.809714594320667e-8,"z":-1},"DT_ShadowControl.m_shadowColor":7303023,"DT_ShadowControl.m_flShadowMaxDist":75,"DT_ShadowControl.m_bDisableShadows":0},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":189,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1895.6875,"y":448.25,"z":161.21875},"DT_BaseEntity.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":12,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":24,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":458,"m_nModelIndexOverrides.001":752,"m_nModelIndexOverrides.002":753,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-8.481677055358887,"y":-8.4414644241333,"z":-0.23517799377441406},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":8.440301895141602,"y":8.45989990234375,"z":19.715791702270508},"DT_CollisionProperty.m_vecMins":{"x":-8.481677055358887,"y":-8.4414644241333,"z":-0.23517799377441406},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":458,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":8.440301895141602,"y":8.45989990234375,"z":19.715791702270508},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":190,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1935,"y":448.96875,"z":161.25},"DT_BaseEntity.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":12,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":24,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":749,"m_nModelIndexOverrides.001":747,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-9.486648559570312,"y":-9.502421379089355,"z":-0.26128000020980835},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":9.482024192810059,"y":9.49077033996582,"z":14.928135871887207},"DT_CollisionProperty.m_vecMins":{"x":-9.486648559570312,"y":-9.502421379089355,"z":-0.26128000020980835},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":749,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":9.482024192810059,"y":9.49077033996582,"z":14.928135871887207},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":191,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":3301.3125,"y":-377.84375,"z":652},"DT_LightGlow.m_angRotation":{"x":0,"y":0,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":192,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":3670.0625,"y":-381.125,"z":651},"DT_LightGlow.m_angRotation":{"x":0,"y":0,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":194,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":679,"y":-293.15625,"z":205.46875},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":1056,"y":1010.1700439453125,"z":56.52000427246094},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-1056,"y":-1026.8299560546875,"z":-56.52699279785156},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":1056,"y":1010.1700439453125,"z":56.52000427246094},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":41,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-1056,"y":-1026.8299560546875,"z":-56.52699279785156},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":195,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":2552.1875,"y":-622.34375,"z":579.65625},"DT_LightGlow.m_angRotation":{"x":0,"y":0,"z":22.502746917348308},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":196,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":-1195,"y":37.59375,"z":579.90625},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":22.502746917348308},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CFogController","id":228,"props":{"DT_FogController.m_fog.enable":1,"DT_FogController.m_fog.blend":0,"DT_FogController.m_fog.dirPrimary":{"x":1,"y":0,"z":0},"DT_FogController.m_fog.colorPrimary":9335665,"DT_FogController.m_fog.colorSecondary":16777215,"DT_FogController.m_fog.start":50,"DT_FogController.m_fog.end":6000,"DT_FogController.m_fog.maxdensity":1,"DT_FogController.m_fog.farz":-1,"DT_FogController.m_fog.colorPrimaryLerpTo":9335665,"DT_FogController.m_fog.colorSecondaryLerpTo":16777215,"DT_FogController.m_fog.startLerpTo":0,"DT_FogController.m_fog.endLerpTo":0,"DT_FogController.m_fog.lerptime":0,"DT_FogController.m_fog.duration":0},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":236,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":-1676.65625,"y":743.5,"z":501.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":252,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":3026,"y":-1350,"z":501.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CFuncRespawnRoomVisualizer","id":254,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":834.96875,"y":-809,"z":92},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":245.010009765625,"y":57,"z":59.98999786376953},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":235.010009765625,"y":-57,"z":-54.01000213623047},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":245.010009765625,"y":57,"z":59.98999786376953},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":49,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":3,"DT_BaseEntity.m_CollisionGroup":25,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":235.010009765625,"y":-57,"z":-54.01000213623047},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CFuncRespawnRoomVisualizer","id":257,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":283,"y":217.96875,"z":94},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":4.98974609375,"y":57,"z":57},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-5.01025390625,"y":-57,"z":-57},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":4.98974609375,"y":57,"z":57},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":52,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":25,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-5.01025390625,"y":-57,"z":-57},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":265,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1480.1875,"y":465.34375,"z":269.5},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":-45.820068359375,"y":249.64999389648438,"z":11.5},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-512.1800537109375,"y":-15,"z":2.13800048828125},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":-45.820068359375,"y":249.64999389648438,"z":11.5},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":58,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-512.1800537109375,"y":-15,"z":2.13800048828125},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":266,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1531.71875,"y":93.90625,"z":321.25},"DT_BaseEntity.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":12,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":24,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":749,"m_nModelIndexOverrides.001":747,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-9.486648559570312,"y":-9.502421379089355,"z":-0.26128000020980835},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":9.482024192810059,"y":9.49077033996582,"z":14.928135871887207},"DT_CollisionProperty.m_vecMins":{"x":-9.486648559570312,"y":-9.502421379089355,"z":-0.26128000020980835},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":749,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":9.482024192810059,"y":9.49077033996582,"z":14.928135871887207},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":267,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1500.125,"y":217.8125,"z":327},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":126.1300048828125,"y":3.503997802734375,"z":12},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-126.1199951171875,"y":-3.496002197265625,"z":-12},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":126.1300048828125,"y":3.503997802734375,"z":12},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":59,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-126.1199951171875,"y":-3.496002197265625,"z":-12},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CSprite","id":297,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1259,"y":-135,"z":175},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":745,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":9,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4287813886,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_Sprite.m_hAttachedToEntity":2097151,"DT_Sprite.m_nAttachment":0,"DT_Sprite.m_flScaleTime":0,"DT_Sprite.m_flSpriteScale":0.75,"DT_Sprite.m_flGlowProxySize":4,"DT_Sprite.m_flHDRColorScale":1,"DT_Sprite.m_flSpriteFramerate":10.078125,"DT_Sprite.m_flFrame":0,"DT_Sprite.m_flBrightnessTime":0,"DT_Sprite.m_nBrightness":255,"DT_Sprite.m_bWorldSpaceScale":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":298,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":679,"y":-296.8125,"z":353.5},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":3481.669921875,"y":170.17398071289062,"z":210.5},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-3481.679931640625,"y":-170.17001342773438,"z":-210.5},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":3481.669921875,"y":170.17398071289062,"z":210.5},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":61,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-3481.679931640625,"y":-170.17001342773438,"z":-210.5},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CSceneEntity","id":299,"props":{"_LPT_m_hActorList_16.lengthprop16":1,"_ST_m_hActorList_16.000":1972225,"_ST_m_hActorList_16.001":0,"_ST_m_hActorList_16.002":0,"_ST_m_hActorList_16.003":0,"_ST_m_hActorList_16.004":0,"_ST_m_hActorList_16.005":0,"_ST_m_hActorList_16.006":0,"_ST_m_hActorList_16.007":0,"_ST_m_hActorList_16.008":0,"_ST_m_hActorList_16.009":0,"_ST_m_hActorList_16.010":0,"_ST_m_hActorList_16.011":0,"_ST_m_hActorList_16.012":0,"_ST_m_hActorList_16.013":0,"_ST_m_hActorList_16.014":0,"_ST_m_hActorList_16.015":0,"DT_SceneEntity.m_nSceneStringIndex":109,"DT_SceneEntity.m_bIsPlayingBack":1,"DT_SceneEntity.m_bPaused":0,"DT_SceneEntity.m_bMultiplayer":1,"DT_SceneEntity.m_flForceClientTime":0},"pvs":1} -{"tick":0,"serverClass":"CPhysicsPropMultiplayer","id":310,"props":{"DT_AnimTimeMustBeFirst.m_flAnimTime":0,"DT_ServerAnimationData.m_flCycle":0,"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2328.3125,"y":506.375,"z":162.40625},"DT_BaseEntity.m_angRotation":{"x":359.9120986448541,"y":358.81333170553046,"z":0.13185203271883775},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-16.25,"y":-16.25,"z":-0.2500010132789612},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":16.25,"y":16.25,"z":41.25},"DT_CollisionProperty.m_vecMins":{"x":-16.25,"y":-16.25,"z":-0.2500010132789612},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":766,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":16,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":1,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":6,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":16.25,"y":16.25,"z":41.25},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":0,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0.5,"DT_PhysicsProp.m_bAwake":0,"DT_PhysicsPropMultiplayer.m_iPhysicsMode":1,"DT_PhysicsPropMultiplayer.m_fMass":30,"DT_PhysicsPropMultiplayer.m_collisionMins":{"x":-16,"y":-16,"z":-9.999999974752427e-7},"DT_PhysicsPropMultiplayer.m_collisionMaxs":{"x":16,"y":16,"z":41}},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":315,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2487.78125,"y":1155.3125,"z":296.21875},"DT_BaseEntity.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":12,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":24,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":458,"m_nModelIndexOverrides.001":752,"m_nModelIndexOverrides.002":753,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-8.481677055358887,"y":-8.4414644241333,"z":-0.23517799377441406},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":8.440301895141602,"y":8.45989990234375,"z":19.715791702270508},"DT_CollisionProperty.m_vecMins":{"x":-8.481677055358887,"y":-8.4414644241333,"z":-0.23517799377441406},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":458,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":8.440301895141602,"y":8.45989990234375,"z":19.715791702270508},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":316,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2581.96875,"y":1157.875,"z":296.25},"DT_BaseEntity.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":12,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":24,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":749,"m_nModelIndexOverrides.001":747,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-9.486648559570312,"y":-9.502421379089355,"z":-0.26128000020980835},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":9.482024192810059,"y":9.49077033996582,"z":14.928135871887207},"DT_CollisionProperty.m_vecMins":{"x":-9.486648559570312,"y":-9.502421379089355,"z":-0.26128000020980835},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":749,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":9.482024192810059,"y":9.49077033996582,"z":14.928135871887207},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":319,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2251.1875,"y":-393.4375,"z":376.25},"DT_BaseEntity.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":12,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":24,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":749,"m_nModelIndexOverrides.001":747,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-9.486648559570312,"y":-9.502421379089355,"z":-0.26128000020980835},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":9.482024192810059,"y":9.49077033996582,"z":14.928135871887207},"DT_CollisionProperty.m_vecMins":{"x":-9.486648559570312,"y":-9.502421379089355,"z":-0.26128000020980835},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":749,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":9.482024192810059,"y":9.49077033996582,"z":14.928135871887207},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CBaseAnimating","id":321,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2252,"y":-338,"z":376.21875},"DT_BaseEntity.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":12,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":24,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":458,"m_nModelIndexOverrides.001":752,"m_nModelIndexOverrides.002":753,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-8.481677055358887,"y":-8.4414644241333,"z":-0.23517799377441406},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":8.440301895141602,"y":8.45989990234375,"z":19.715791702270508},"DT_CollisionProperty.m_vecMins":{"x":-8.481677055358887,"y":-8.4414644241333,"z":-0.23517799377441406},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":458,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":8.440301895141602,"y":8.45989990234375,"z":19.715791702270508},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":1,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":1,"DT_BaseAnimating.m_nResetEventsParity":1,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":332,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":-206.625,"y":186.25,"z":356.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":333,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":1566.125,"y":-808.0625,"z":362.3125},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":334,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-3379,"y":-228,"z":151},"DT_ParticleSystem.m_angRotation":{"x":0,"y":178.00024417043096,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":335,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-3333.96875,"y":-305,"z":254},"DT_ParticleSystem.m_angRotation":{"x":0,"y":215.0067146868514,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":423,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":339,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":4728.40625,"y":-388,"z":145},"DT_ParticleSystem.m_angRotation":{"x":0,"y":357.97826883164447,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":340,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2017,"y":-15.5,"z":352},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":29,"y":9.5,"z":57},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-29,"y":-9.5,"z":-57},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":29,"y":9.5,"z":57},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":63,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-29,"y":-9.5,"z":-57},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":341,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3262,"y":459,"z":222},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":9,"y":176,"z":67},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-9,"y":-176,"z":-67},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":9,"y":176,"z":67},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":64,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-9,"y":-176,"z":-67},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":348,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":513.375,"y":-425.375,"z":-439.96875},"DT_ParticleSystem.m_angRotation":{"x":304.53424490294225,"y":176.46197045537787,"z":2.9007447198144303},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":349,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":530.65625,"y":-241.84375,"z":-439.96875},"DT_ParticleSystem.m_angRotation":{"x":304.53424490294225,"y":126.97350750824074,"z":2.9007447198144303},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":350,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":833.3125,"y":-231.8125,"z":-439.96875},"DT_ParticleSystem.m_angRotation":{"x":304.53424490294225,"y":356.48394579416436,"z":2.9007447198144303},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":351,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":841.6875,"y":-395.4375,"z":-439.96875},"DT_ParticleSystem.m_angRotation":{"x":304.53424490294225,"y":306.9515321694543,"z":2.9007447198144303},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":352,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":10474.875,"y":565.34375,"z":5030.78125},"DT_ParticleSystem.m_angRotation":{"x":289.50311317299474,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":1865,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":353,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":10159.375,"y":-806.78125,"z":5033.5},"DT_ParticleSystem.m_angRotation":{"x":289.50311317299474,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":1865,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":358,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-2907.875,"y":2,"z":296.6875},"DT_ParticleSystem.m_angRotation":{"x":0,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":430,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":360,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-2908,"y":2.34375,"z":590},"DT_ParticleSystem.m_angRotation":{"x":0,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":428,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":361,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":4326.09375,"y":-612.34375,"z":296.6875},"DT_ParticleSystem.m_angRotation":{"x":0,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":430,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":363,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":4326,"y":-612,"z":590},"DT_ParticleSystem.m_angRotation":{"x":0,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":428,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":367,"props":{"DT_RopeKeyframe.m_hStartPoint":1311087,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":25,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":10,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":2,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":954,"y":1008.65625,"z":760},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":368,"props":{"DT_RopeKeyframe.m_hStartPoint":1632624,"DT_RopeKeyframe.m_hEndPoint":1311087,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":25,"DT_RopeKeyframe.m_RopeLength":117,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":73,"DT_RopeKeyframe.m_nSegments":10,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":442,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":2,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":954,"y":1009.65625,"z":877},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":369,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":695.6875,"y":-403.6875,"z":209.21875},"DT_ParticleSystem.m_angRotation":{"x":0,"y":90.97790257599804,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":428,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":370,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":702.71875,"y":-65.96875,"z":124.90625},"DT_ParticleSystem.m_angRotation":{"x":0,"y":270.9998779147845,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":428,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":372,"props":{"DT_RopeKeyframe.m_hStartPoint":1231220,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":25,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":10,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":2,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":238,"y":-897,"z":995},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":373,"props":{"DT_RopeKeyframe.m_hStartPoint":41333,"DT_RopeKeyframe.m_hEndPoint":1231220,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":25,"DT_RopeKeyframe.m_RopeLength":160,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":73,"DT_RopeKeyframe.m_nSegments":10,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":442,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":2,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":237,"y":-897,"z":1155},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":374,"props":{"DT_RopeKeyframe.m_hStartPoint":303478,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":25,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":10,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":2,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":1103,"y":340,"z":839},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":375,"props":{"DT_RopeKeyframe.m_hStartPoint":1935735,"DT_RopeKeyframe.m_hEndPoint":303478,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":25,"DT_RopeKeyframe.m_RopeLength":282,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":73,"DT_RopeKeyframe.m_nSegments":10,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":442,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":2,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":1105,"y":330.65625,"z":1121},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CSprite","id":377,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2582.0625,"y":-283.78125,"z":397.40625},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":745,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":9,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4287813886,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_Sprite.m_hAttachedToEntity":2097151,"DT_Sprite.m_nAttachment":0,"DT_Sprite.m_flScaleTime":0,"DT_Sprite.m_flSpriteScale":0.75,"DT_Sprite.m_flGlowProxySize":4,"DT_Sprite.m_flHDRColorScale":1,"DT_Sprite.m_flSpriteFramerate":10.078125,"DT_Sprite.m_flFrame":0,"DT_Sprite.m_flBrightnessTime":0,"DT_Sprite.m_nBrightness":255,"DT_Sprite.m_bWorldSpaceScale":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":381,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":4725,"y":-465,"z":145},"DT_ParticleSystem.m_angRotation":{"x":0,"y":357.97826883164447,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CSprite","id":382,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1336.9375,"y":1130,"z":487.1875},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":745,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":9,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4284045823,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_Sprite.m_hAttachedToEntity":2097151,"DT_Sprite.m_nAttachment":0,"DT_Sprite.m_flScaleTime":0,"DT_Sprite.m_flSpriteScale":0.75,"DT_Sprite.m_flGlowProxySize":4,"DT_Sprite.m_flHDRColorScale":1,"DT_Sprite.m_flSpriteFramerate":10.078125,"DT_Sprite.m_flFrame":0,"DT_Sprite.m_flBrightnessTime":0,"DT_Sprite.m_nBrightness":255,"DT_Sprite.m_bWorldSpaceScale":0},"pvs":1} -{"tick":0,"serverClass":"CSprite","id":383,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":2697.28125,"y":-1724,"z":487.1875},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":745,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":9,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4284045823,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_Sprite.m_hAttachedToEntity":2097151,"DT_Sprite.m_nAttachment":0,"DT_Sprite.m_flScaleTime":0,"DT_Sprite.m_flSpriteScale":0.75,"DT_Sprite.m_flGlowProxySize":4,"DT_Sprite.m_flHDRColorScale":1,"DT_Sprite.m_flSpriteFramerate":10.078125,"DT_Sprite.m_flFrame":0,"DT_Sprite.m_flBrightnessTime":0,"DT_Sprite.m_nBrightness":255,"DT_Sprite.m_bWorldSpaceScale":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":390,"props":{"DT_RopeKeyframe.m_hStartPoint":1173894,"DT_RopeKeyframe.m_hEndPoint":1245575,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":328,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":4038,"y":-1388.3125,"z":648},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":391,"props":{"DT_RopeKeyframe.m_hStartPoint":1245575,"DT_RopeKeyframe.m_hEndPoint":313736,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":283,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":4037,"y":-1060,"z":648},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":392,"props":{"DT_RopeKeyframe.m_hStartPoint":313736,"DT_RopeKeyframe.m_hEndPoint":1098124,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":281,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":4038,"y":-777,"z":648},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":394,"props":{"DT_RopeKeyframe.m_hStartPoint":1436042,"DT_RopeKeyframe.m_hEndPoint":1173894,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":323,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":4361,"y":-1394,"z":648},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":395,"props":{"DT_RopeKeyframe.m_hStartPoint":960907,"DT_RopeKeyframe.m_hEndPoint":1436042,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":196,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":4491,"y":-1249,"z":623},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":396,"props":{"DT_RopeKeyframe.m_hStartPoint":1098124,"DT_RopeKeyframe.m_hEndPoint":1847693,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":90,"DT_RopeKeyframe.m_RopeLength":255,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":3801.28125,"y":-859.6875,"z":776.40625},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":397,"props":{"DT_RopeKeyframe.m_hStartPoint":1847693,"DT_RopeKeyframe.m_hEndPoint":1341840,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":140,"DT_RopeKeyframe.m_RopeLength":228,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":3546,"y":-864,"z":776.40625},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":400,"props":{"DT_RopeKeyframe.m_hStartPoint":1341840,"DT_RopeKeyframe.m_hEndPoint":29073,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":140,"DT_RopeKeyframe.m_RopeLength":562,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":3367,"y":-805,"z":647},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":401,"props":{"DT_RopeKeyframe.m_hStartPoint":29073,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":3371,"y":-1367,"z":647},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":402,"props":{"DT_RopeKeyframe.m_hStartPoint":1831314,"DT_RopeKeyframe.m_hEndPoint":1405333,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":328,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-2681,"y":796.3125,"z":647.875},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":403,"props":{"DT_RopeKeyframe.m_hStartPoint":1884563,"DT_RopeKeyframe.m_hEndPoint":1831314,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":323,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-3004,"y":802,"z":647.875},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":404,"props":{"DT_RopeKeyframe.m_hStartPoint":594324,"DT_RopeKeyframe.m_hEndPoint":1884563,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":196,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-3134,"y":657,"z":622.875},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":405,"props":{"DT_RopeKeyframe.m_hStartPoint":1405333,"DT_RopeKeyframe.m_hEndPoint":1137046,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":283,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-2680,"y":468,"z":647.875},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":406,"props":{"DT_RopeKeyframe.m_hStartPoint":1137046,"DT_RopeKeyframe.m_hEndPoint":1261975,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":294,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-2681,"y":185,"z":647.875},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":407,"props":{"DT_RopeKeyframe.m_hStartPoint":1261975,"DT_RopeKeyframe.m_hEndPoint":18840,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":90,"DT_RopeKeyframe.m_RopeLength":255,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-2446.28125,"y":301,"z":782},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":408,"props":{"DT_RopeKeyframe.m_hStartPoint":18840,"DT_RopeKeyframe.m_hEndPoint":1589657,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":140,"DT_RopeKeyframe.m_RopeLength":243,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-2191,"y":305.28125,"z":782},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":409,"props":{"DT_RopeKeyframe.m_hStartPoint":1589657,"DT_RopeKeyframe.m_hEndPoint":1020314,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":140,"DT_RopeKeyframe.m_RopeLength":562,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-2010,"y":213,"z":646.875},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":410,"props":{"DT_RopeKeyframe.m_hStartPoint":1020314,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-2014,"y":775,"z":646.875},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":420,"props":{"DT_RopeKeyframe.m_hStartPoint":1153444,"DT_RopeKeyframe.m_hEndPoint":1659301,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":276,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":2493,"y":-397,"z":777},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":421,"props":{"DT_RopeKeyframe.m_hStartPoint":1659301,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":2768,"y":-400,"z":750},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":422,"props":{"DT_RopeKeyframe.m_hStartPoint":1132966,"DT_RopeKeyframe.m_hEndPoint":1704359,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":276,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-1134,"y":-198.46875,"z":781},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":423,"props":{"DT_RopeKeyframe.m_hStartPoint":1704359,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-1409,"y":-206,"z":750},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":426,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-465.875,"y":-899.46875,"z":103},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":156.2810821533203,"y":65.0116195678711,"z":88.5},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-156.2907257080078,"y":-65.01065063476562,"z":-88.5},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":156.2810821533203,"y":65.0116195678711,"z":88.5},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":67,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1413553,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-156.2907257080078,"y":-65.01065063476562,"z":-88.5},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":427,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-499.1875,"y":-910.90625,"z":103},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":137.29176330566406,"y":120.811767578125,"z":88.5},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-137.29151916503906,"y":-120.80770111083984,"z":-88.5},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":137.29176330566406,"y":120.811767578125,"z":88.5},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":68,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":633262,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-137.29151916503906,"y":-120.80770111083984,"z":-88.5},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CBaseEntity","id":428,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-439.09375,"y":-910.90625,"z":50},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":137.29185485839844,"y":120.811767578125,"z":88.5},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-137.29151916503906,"y":-120.8075180053711,"z":-88.5},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":137.29185485839844,"y":120.811767578125,"z":88.5},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":69,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1018285,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-137.29151916503906,"y":-120.8075180053711,"z":-88.5},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CFuncRotating","id":429,"props":{"DT_FuncRotating.m_vecOrigin":{"x":9967.5,"y":51.5,"z":5252.5},"DT_FuncRotating.m_angRotation[0]":0,"DT_FuncRotating.m_angRotation[1]":0,"DT_FuncRotating.m_angRotation[2]":0,"DT_FuncRotating.m_flSimulationTime":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":70,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-429.5,"y":-879.5,"z":-15.5},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":-406.5,"y":-856.5,"z":15.5},"DT_CollisionProperty.m_vecMins":{"x":-429.5,"y":-879.5,"z":-15.5},"DT_CollisionProperty.m_vecMaxs":{"x":-406.5,"y":-856.5,"z":15.5},"DT_CollisionProperty.m_nSolidType":6},"pvs":1} -{"tick":0,"serverClass":"CFuncRotating","id":430,"props":{"DT_FuncRotating.m_vecOrigin":{"x":10027.5,"y":51.5,"z":5375.5},"DT_FuncRotating.m_angRotation[0]":0,"DT_FuncRotating.m_angRotation[1]":0,"DT_FuncRotating.m_angRotation[2]":0,"DT_FuncRotating.m_flSimulationTime":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":71,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-429.5,"y":-879.5,"z":-15.5},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":-406.5,"y":-856.5,"z":15.5},"DT_CollisionProperty.m_vecMins":{"x":-429.5,"y":-879.5,"z":-15.5},"DT_CollisionProperty.m_vecMaxs":{"x":-406.5,"y":-856.5,"z":15.5},"DT_CollisionProperty.m_nSolidType":6},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":431,"props":{"DT_RopeKeyframe.m_hStartPoint":940463,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":25,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":10,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":2,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":401,"y":-1601,"z":796},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":432,"props":{"DT_RopeKeyframe.m_hStartPoint":1450416,"DT_RopeKeyframe.m_hEndPoint":940463,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":25,"DT_RopeKeyframe.m_RopeLength":117,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":73,"DT_RopeKeyframe.m_nSegments":10,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":442,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":2,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":401,"y":-1600,"z":913},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CFuncRotating","id":433,"props":{"DT_FuncRotating.m_vecOrigin":{"x":10271.5,"y":-114.5,"z":5375.5},"DT_FuncRotating.m_angRotation[0]":0,"DT_FuncRotating.m_angRotation[1]":0,"DT_FuncRotating.m_angRotation[2]":0,"DT_FuncRotating.m_flSimulationTime":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":72,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":80,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-429.5,"y":-879.5,"z":-15.5},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":-406.5,"y":-856.5,"z":15.5},"DT_CollisionProperty.m_vecMins":{"x":-429.5,"y":-879.5,"z":-15.5},"DT_CollisionProperty.m_vecMaxs":{"x":-406.5,"y":-856.5,"z":15.5},"DT_CollisionProperty.m_nSolidType":6},"pvs":1} -{"tick":0,"serverClass":"CFuncRespawnRoomVisualizer","id":434,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-933,"y":1259,"z":213},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":5,"y":57,"z":57},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-5,"y":-57,"z":-57},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":5,"y":57,"z":57},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":73,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":25,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":-5,"y":-57,"z":-57},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":436,"props":{"DT_RopeKeyframe.m_hStartPoint":336308,"DT_RopeKeyframe.m_hEndPoint":868789,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":638,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":563,"y":354,"z":654},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":437,"props":{"DT_RopeKeyframe.m_hStartPoint":868789,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":80,"y":-8,"z":862},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":438,"props":{"DT_RopeKeyframe.m_hStartPoint":1497526,"DT_RopeKeyframe.m_hEndPoint":430519,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":609,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":1275,"y":-598.09375,"z":800},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":439,"props":{"DT_RopeKeyframe.m_hStartPoint":430519,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":795,"y":-945,"z":655},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CPhysicsPropMultiplayer","id":450,"props":{"DT_AnimTimeMustBeFirst.m_flAnimTime":0,"DT_ServerAnimationData.m_flCycle":0,"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1444.09375,"y":17.5,"z":288.15625},"DT_BaseEntity.m_angRotation":{"x":355.25332682212183,"y":69.04651446709804,"z":358.5496276400928},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-7.382093906402588,"y":-8.016119956970215,"z":-0.0000021048861071903957},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":6.901711940765381,"y":1.1713509559631348,"z":43.40745162963867},"DT_CollisionProperty.m_vecMins":{"x":-7.382093906402588,"y":-8.016119956970215,"z":-0.0000021048861071903957},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":768,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":6,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":6.901711940765381,"y":1.1713509559631348,"z":43.40745162963867},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":0,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_PhysicsProp.m_bAwake":0,"DT_PhysicsPropMultiplayer.m_iPhysicsMode":1,"DT_PhysicsPropMultiplayer.m_fMass":22.135684967041016,"DT_PhysicsPropMultiplayer.m_collisionMins":{"x":-7.132093906402588,"y":-7.766119956970215,"z":32.902923583984375},"DT_PhysicsPropMultiplayer.m_collisionMaxs":{"x":6.651711940765381,"y":0.9213509559631348,"z":43.15745162963867}},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":493,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-3378.5625,"y":-188,"z":151},"DT_ParticleSystem.m_angRotation":{"x":0,"y":155.98095470638506,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":494,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-3365.5625,"y":-143,"z":151},"DT_ParticleSystem.m_angRotation":{"x":0,"y":155.98095470638506,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":496,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-3342,"y":-95,"z":151},"DT_ParticleSystem.m_angRotation":{"x":0,"y":130.006104260774,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":497,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":4703,"y":-520,"z":145},"DT_ParticleSystem.m_angRotation":{"x":0,"y":325.9821755585399,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":503,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3825,"y":485,"z":322},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-4.950438976287842,"y":-4.468822956085205,"z":-1.1461483240127563},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":9.267196655273438,"y":5.1231255531311035,"z":9.5661039352417},"DT_CollisionProperty.m_vecMins":{"x":-4.950438976287842,"y":-4.468822956085205,"z":-1.1461483240127563},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":771,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":9.267196655273438,"y":5.1231255531311035,"z":9.5661039352417},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":505,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1591,"y":575,"z":336.3125},"DT_BaseEntity.m_angRotation":{"x":17.00891222073007,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":3,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-2.6904664039611816,"y":-3.687159538269043,"z":70.71379089355469},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":9.074974060058594,"y":3.4371604919433594,"z":83.84548950195312},"DT_CollisionProperty.m_vecMins":{"x":-2.6904664039611816,"y":-3.687159538269043,"z":70.71379089355469},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":772,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":9.074974060058594,"y":3.4371604919433594,"z":83.84548950195312},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CDynamicProp","id":506,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3549.5625,"y":148,"z":243.65625},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-5.580965995788574,"y":-5.463497638702393,"z":76.17117309570312},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":6.901773452758789,"y":5.461130142211914,"z":87.54560089111328},"DT_CollisionProperty.m_vecMins":{"x":-5.580965995788574,"y":-5.463497638702393,"z":76.17117309570312},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":773,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":7,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":6.901773452758789,"y":5.461130142211914,"z":87.54560089111328},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":-1,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_DynamicProp.m_bUseHitboxesForRenderBox":0},"pvs":1} -{"tick":0,"serverClass":"CPhysicsPropMultiplayer","id":509,"props":{"DT_AnimTimeMustBeFirst.m_flAnimTime":0,"DT_ServerAnimationData.m_flCycle":0,"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2519.15625,"y":604.34375,"z":701.125},"DT_BaseEntity.m_angRotation":{"x":355.42912953241364,"y":215.79782688316445,"z":358.63752899523865},"DT_CollisionProperty.m_nSolidType":6,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":4,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-7.382093906402588,"y":-8.016119956970215,"z":-0.0000021048861071903957},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":6.901711940765381,"y":1.1713509559631348,"z":43.40745162963867},"DT_CollisionProperty.m_vecMins":{"x":-7.382093906402588,"y":-8.016119956970215,"z":-0.0000021048861071903957},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":768,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2097151,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":6,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":6.901711940765381,"y":1.1713509559631348,"z":43.40745162963867},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":0,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":1,"DT_PhysicsProp.m_bAwake":0,"DT_PhysicsPropMultiplayer.m_iPhysicsMode":1,"DT_PhysicsPropMultiplayer.m_fMass":22.135684967041016,"DT_PhysicsPropMultiplayer.m_collisionMins":{"x":-7.132093906402588,"y":-7.766119956970215,"z":32.902923583984375},"DT_PhysicsPropMultiplayer.m_collisionMaxs":{"x":6.651711940765381,"y":0.9213509559631348,"z":43.15745162963867}},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":521,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-492,"y":78.34375,"z":457},"DT_ParticleSystem.m_angRotation":{"x":0,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":428,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":523,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":-492.1875,"y":78,"z":171.25},"DT_ParticleSystem.m_angRotation":{"x":0,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":430,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":524,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":1850.09375,"y":-498.53125,"z":172.1875},"DT_ParticleSystem.m_angRotation":{"x":0,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":430,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":526,"props":{"DT_RopeKeyframe.m_hStartPoint":545294,"DT_RopeKeyframe.m_hEndPoint":877071,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":206,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-179,"y":457.5,"z":422},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":527,"props":{"DT_RopeKeyframe.m_hStartPoint":877071,"DT_RopeKeyframe.m_hEndPoint":686609,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":208,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":5,"y":396.90625,"z":351},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":528,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":1850.25,"y":-498.1875,"z":458.96875},"DT_ParticleSystem.m_angRotation":{"x":0,"y":0,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":428,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":529,"props":{"DT_RopeKeyframe.m_hStartPoint":686609,"DT_RopeKeyframe.m_hEndPoint":1894930,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":144,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":107,"y":552.5,"z":444},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":530,"props":{"DT_RopeKeyframe.m_hStartPoint":1894930,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":100,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":196,"y":438.125,"z":443},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":531,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":107,"y":550.59375,"z":411.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":532,"props":{"DT_RopeKeyframe.m_hStartPoint":1188372,"DT_RopeKeyframe.m_hEndPoint":451093,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":100,"DT_RopeKeyframe.m_RopeLength":143,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":1161,"y":-1030.96875,"z":443},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":533,"props":{"DT_RopeKeyframe.m_hStartPoint":451093,"DT_RopeKeyframe.m_hEndPoint":43542,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":213,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":1248,"y":-1145.09375,"z":444},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":534,"props":{"DT_RopeKeyframe.m_hStartPoint":43542,"DT_RopeKeyframe.m_hEndPoint":1823255,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":207,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":1352,"y":-984.40625,"z":350},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":535,"props":{"DT_RopeKeyframe.m_hStartPoint":1823255,"DT_RopeKeyframe.m_hEndPoint":786972,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":238,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":1536.625,"y":-1043.65625,"z":423.09375},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":536,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":834,"y":-310,"z":-439.96875},"DT_ParticleSystem.m_angRotation":{"x":304.53424490294225,"y":0.96691490660481,"z":2.9007447198144303},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CLightGlow","id":537,"props":{"DT_LightGlow.m_clrRender":2425393407,"DT_LightGlow.m_nHorizontalSize":30,"DT_LightGlow.m_nVerticalSize":30,"DT_LightGlow.m_nMinDist":16,"DT_LightGlow.m_nMaxDist":256,"DT_LightGlow.m_nOuterMaxDist":800,"DT_LightGlow.m_spawnflags":0,"DT_LightGlow.m_vecOrigin":{"x":1249.3125,"y":-1143.90625,"z":411.8125},"DT_LightGlow.m_angRotation":{"x":0,"y":180.02197533878646,"z":0},"DT_LightGlow.moveparent":2097151,"DT_LightGlow.m_flGlowProxySize":8,"DT_LightGlow.HDRColorScale":1},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":538,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":4721,"y":-323,"z":145},"DT_ParticleSystem.m_angRotation":{"x":0,"y":50.01587107801245,"z":0},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":539,"props":{"DT_RopeKeyframe.m_hStartPoint":1499675,"DT_RopeKeyframe.m_hEndPoint":545294,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":271,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":72,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":-207,"y":187,"z":421},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CRopeKeyframe","id":540,"props":{"DT_RopeKeyframe.m_hStartPoint":786972,"DT_RopeKeyframe.m_hEndPoint":2097151,"DT_RopeKeyframe.m_iStartAttachment":0,"DT_RopeKeyframe.m_iEndAttachment":0,"DT_RopeKeyframe.m_Slack":130,"DT_RopeKeyframe.m_RopeLength":0,"DT_RopeKeyframe.m_fLockedPoints":3,"DT_RopeKeyframe.m_RopeFlags":64,"DT_RopeKeyframe.m_nSegments":5,"DT_RopeKeyframe.m_bConstrainBetweenEndpoints":0,"DT_RopeKeyframe.m_iRopeMaterialModelIndex":439,"DT_RopeKeyframe.m_Subdiv":2,"DT_RopeKeyframe.m_TextureScale":1.000000001354651,"DT_RopeKeyframe.m_Width":1.7999999523162842,"DT_RopeKeyframe.m_flScrollSpeed":0,"DT_RopeKeyframe.m_vecOrigin":{"x":1566,"y":-807,"z":425},"DT_RopeKeyframe.moveparent":2097151,"DT_RopeKeyframe.m_iParentAttachment":0},"pvs":1} -{"tick":0,"serverClass":"CParticleSystem","id":541,"props":{"DT_ParticleSystem.m_vecOrigin":{"x":534,"y":-313,"z":-439.96875},"DT_ParticleSystem.m_angRotation":{"x":304.53424490294225,"y":204.98596020021975,"z":2.9007447198144303},"m_hControlPointEnts.002":2097151,"m_hControlPointEnts.003":2097151,"m_hControlPointEnts.004":2097151,"m_hControlPointEnts.005":2097151,"m_hControlPointEnts.006":2097151,"m_hControlPointEnts.007":2097151,"m_hControlPointEnts.008":2097151,"m_hControlPointEnts.009":2097151,"m_hControlPointEnts.010":2097151,"m_hControlPointEnts.011":2097151,"m_hControlPointEnts.012":2097151,"m_hControlPointEnts.013":2097151,"m_hControlPointEnts.014":2097151,"m_hControlPointEnts.015":2097151,"m_hControlPointEnts.016":2097151,"m_hControlPointEnts.017":2097151,"m_hControlPointEnts.018":2097151,"m_hControlPointEnts.019":2097151,"m_hControlPointEnts.020":2097151,"m_hControlPointEnts.021":2097151,"m_hControlPointEnts.022":2097151,"m_hControlPointEnts.023":2097151,"m_hControlPointEnts.024":2097151,"m_hControlPointEnts.025":2097151,"m_hControlPointEnts.026":2097151,"m_hControlPointEnts.027":2097151,"m_hControlPointEnts.028":2097151,"m_hControlPointEnts.029":2097151,"m_hControlPointEnts.030":2097151,"m_hControlPointEnts.031":2097151,"m_hControlPointEnts.032":2097151,"m_hControlPointEnts.033":2097151,"m_hControlPointEnts.034":2097151,"m_hControlPointEnts.035":2097151,"m_hControlPointEnts.036":2097151,"m_hControlPointEnts.037":2097151,"m_hControlPointEnts.038":2097151,"m_hControlPointEnts.039":2097151,"m_hControlPointEnts.040":2097151,"m_hControlPointEnts.041":2097151,"m_hControlPointEnts.042":2097151,"m_hControlPointEnts.043":2097151,"m_hControlPointEnts.044":2097151,"m_hControlPointEnts.045":2097151,"m_hControlPointEnts.046":2097151,"m_hControlPointEnts.047":2097151,"m_hControlPointEnts.048":2097151,"m_hControlPointEnts.049":2097151,"m_hControlPointEnts.050":2097151,"m_hControlPointEnts.051":2097151,"m_hControlPointEnts.052":2097151,"m_hControlPointEnts.053":2097151,"m_hControlPointEnts.054":2097151,"m_hControlPointEnts.055":2097151,"m_hControlPointEnts.056":2097151,"m_hControlPointEnts.057":2097151,"m_hControlPointEnts.058":2097151,"m_hControlPointEnts.059":2097151,"m_hControlPointEnts.060":2097151,"m_hControlPointEnts.061":2097151,"m_hControlPointEnts.062":2097151,"m_iControlPointParents.000":0,"m_iControlPointParents.001":0,"m_iControlPointParents.002":0,"m_iControlPointParents.003":0,"m_iControlPointParents.004":0,"m_iControlPointParents.005":0,"m_iControlPointParents.006":0,"m_iControlPointParents.007":0,"m_iControlPointParents.008":0,"m_iControlPointParents.009":0,"m_iControlPointParents.010":0,"m_iControlPointParents.011":0,"m_iControlPointParents.012":0,"m_iControlPointParents.013":0,"m_iControlPointParents.014":0,"m_iControlPointParents.015":0,"m_iControlPointParents.016":0,"m_iControlPointParents.017":0,"m_iControlPointParents.018":0,"m_iControlPointParents.019":0,"m_iControlPointParents.020":0,"m_iControlPointParents.021":0,"m_iControlPointParents.022":0,"m_iControlPointParents.023":0,"m_iControlPointParents.024":0,"m_iControlPointParents.025":0,"m_iControlPointParents.026":0,"m_iControlPointParents.027":0,"m_iControlPointParents.028":0,"m_iControlPointParents.029":0,"m_iControlPointParents.030":0,"m_iControlPointParents.031":0,"m_iControlPointParents.032":0,"m_iControlPointParents.033":0,"m_iControlPointParents.034":0,"m_iControlPointParents.035":0,"m_iControlPointParents.036":0,"m_iControlPointParents.037":0,"m_iControlPointParents.038":0,"m_iControlPointParents.039":0,"m_iControlPointParents.040":0,"m_iControlPointParents.041":0,"m_iControlPointParents.042":0,"m_iControlPointParents.043":0,"m_iControlPointParents.044":0,"m_iControlPointParents.045":0,"m_iControlPointParents.046":0,"m_iControlPointParents.047":0,"m_iControlPointParents.048":0,"m_iControlPointParents.049":0,"m_iControlPointParents.050":0,"m_iControlPointParents.051":0,"m_iControlPointParents.052":0,"m_iControlPointParents.053":0,"m_iControlPointParents.054":0,"m_iControlPointParents.055":0,"m_iControlPointParents.056":0,"m_iControlPointParents.057":0,"m_iControlPointParents.058":0,"m_iControlPointParents.059":0,"m_iControlPointParents.060":0,"m_iControlPointParents.061":0,"m_iControlPointParents.062":0,"m_hControlPointEnts.000":2097151,"DT_ParticleSystem.m_hOwnerEntity":2097151,"DT_ParticleSystem.moveparent":2097151,"DT_ParticleSystem.m_iParentAttachment":0,"m_hControlPointEnts.001":2097151,"DT_ParticleSystem.m_iEffectIndex":417,"DT_ParticleSystem.m_bActive":1,"DT_ParticleSystem.m_flStartTime":68.33999633789062,"DT_ParticleSystem.m_bWeatherEffect":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":560,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-1522.15625,"y":125.78125,"z":321.03125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1593431,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":561,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-1522.1591532881794,"y":125.7814899091536,"z":501.34470623913876},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":32.46826268732548,"DT_Beam.m_fFadeLength":180.30374145507812,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-1522.15625,"y":125.78125,"z":321.03125},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":564,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3081.03125,"y":567.4375,"z":384},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":10727164,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":368837,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":110},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":565,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1084468988,"DT_Beam.m_vecOrigin":{"x":-3081.037126611951,"y":567.4698323628072,"z":164.03156286537705},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":29.970704019069675,"DT_Beam.m_fEndWidth":60.041310384869576,"DT_Beam.m_fFadeLength":110,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-3081.03125,"y":567.4375,"z":274},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":566,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3209.6875,"y":567.375,"z":384},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":10727164,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":438470,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":110},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":567,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1084468988,"DT_Beam.m_vecOrigin":{"x":-3209.7248720643456,"y":567.4073322435979,"z":164.03156286537705},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":29.970704019069675,"DT_Beam.m_fEndWidth":60.041310384869576,"DT_Beam.m_fFadeLength":110,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-3209.6875,"y":567.375,"z":274},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":568,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3209.0625,"y":343.375,"z":384},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":10727164,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1282247,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":110},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":569,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1084468988,"DT_Beam.m_vecOrigin":{"x":-3209.099870872251,"y":343.40690499668926,"z":164.03156286537705},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":29.970704019069675,"DT_Beam.m_fEndWidth":60.041310384869576,"DT_Beam.m_fFadeLength":110,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-3209.0625,"y":343.375,"z":274},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":570,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3080.4375,"y":343.28125,"z":384},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":10727164,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1982664,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":110},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":571,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1084468988,"DT_Beam.m_vecOrigin":{"x":-3080.4746255390655,"y":343.2819047582707,"z":164.03156286537705},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":29.970704019069675,"DT_Beam.m_fEndWidth":60.041310384869576,"DT_Beam.m_fFadeLength":110,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-3080.4375,"y":343.28125,"z":274},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":580,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2290.71875,"y":718.40625,"z":162.03125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":192728,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":581,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-2290.7231192076088,"y":718.4076202537908,"z":585.6573670527796},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":76.2254905551672,"DT_Beam.m_fFadeLength":423.63568115234375,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-2290.71875,"y":718.40625,"z":162.03125},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":608,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3726.53125,"y":-266,"z":605.53125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":10727164,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2031960,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":110},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":609,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1084468988,"DT_Beam.m_vecOrigin":{"x":-3726.5383578078417,"y":-266.0317574153087,"z":385.53198534390685},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":29.970704019069675,"DT_Beam.m_fEndWidth":60.041310384869576,"DT_Beam.m_fFadeLength":110,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-3726.53125,"y":-266,"z":495.53125},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":610,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3723.625,"y":-74.78125,"z":475},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":27504380,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":921945,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":110},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":611,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1084468988,"DT_Beam.m_vecOrigin":{"x":-3723.6633523242035,"y":-74.7813926341878,"z":385.53198534390685},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":29.970704019069675,"DT_Beam.m_fEndWidth":24.376172602176666,"DT_Beam.m_fFadeLength":89.4735107421875,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-3723.625,"y":-74.78125,"z":475},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":622,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3008.21875,"y":132.8125,"z":296.03125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":2036123,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":623,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-3008.224487732863,"y":132.8440033798288,"z":587.344870271434},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":52.448732033371925,"DT_Beam.m_fFadeLength":291.30377197265625,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-3008.21875,"y":132.8125,"z":296.03125},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":624,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2680.75,"y":184.71875,"z":254.03125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":74144,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":625,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-2680.7238630749944,"y":184.7191023237283,"z":585.6573670527796},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":59.741603344678886,"DT_Beam.m_fFadeLength":331.624755859375,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-2680.75,"y":184.71875,"z":254.03125},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":626,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2679.78125,"y":466.9375,"z":161.84375},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1601949,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":627,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-2679.786361286853,"y":466.9696406739058,"z":585.6573670527796},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":76.32539290189743,"DT_Beam.m_fFadeLength":423.8047180175781,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-2679.78125,"y":466.9375,"z":161.84375},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":628,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2680.59375,"y":796.28125,"z":254.0625},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":258462,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":629,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-2680.598862836576,"y":796.2827687888494,"z":585.6573670527796},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":59.641700997948654,"DT_Beam.m_fFadeLength":331.5787353515625,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-2680.59375,"y":796.28125,"z":254.0625},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":630,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-3003.6875,"y":799.1875,"z":296.03125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":27039,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":631,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-3003.724479149778,"y":799.2202743916969,"z":587.344870271434},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":52.448732033371925,"DT_Beam.m_fFadeLength":291.30377197265625,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-3003.6875,"y":799.1875,"z":296.03125},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":632,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2010.375,"y":212.3125,"z":297.03125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":768417,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":633,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-2010.4100845529265,"y":212.3441550143325,"z":585.6573670527796},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":51.949220299720764,"DT_Beam.m_fFadeLength":288.6357421875,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-2010.375,"y":212.3125,"z":297.03125},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CSpotlightEnd","id":634,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":-2015,"y":774.75,"z":296.03125},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxs":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":0,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":0,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":0,"DT_BaseEntity.m_clrRender":26251408,"DT_BaseEntity.m_iTeamNum":0,"DT_BaseEntity.m_CollisionGroup":0,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1722792,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":2097151,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMins":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":1,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_SpotlightEnd.m_flLightScale":0,"DT_SpotlightEnd.m_Radius":500},"pvs":1} -{"tick":0,"serverClass":"CBeam","id":635,"props":{"DT_Beam.m_flFrame":0,"DT_Beam.m_clrRender":1083216016,"DT_Beam.m_vecOrigin":{"x":-2015.0350933744303,"y":774.7827277807773,"z":585.6573670527796},"m_hAttachEntity.003":2097151,"m_hAttachEntity.004":2097151,"m_hAttachEntity.005":2097151,"m_hAttachEntity.006":2097151,"m_hAttachEntity.007":2097151,"m_hAttachEntity.008":2097151,"m_hAttachEntity.009":2097151,"m_nAttachIndex.000":0,"m_nAttachIndex.001":0,"m_nAttachIndex.002":0,"m_nAttachIndex.003":0,"m_nAttachIndex.004":0,"m_nAttachIndex.005":0,"m_nAttachIndex.006":0,"m_nAttachIndex.007":0,"m_nAttachIndex.008":0,"m_nAttachIndex.009":0,"DT_Beam.m_nBeamType":0,"DT_Beam.m_nBeamFlags":640,"DT_Beam.m_nNumBeamEnts":2,"DT_Beam.m_nHaloIndex":750,"DT_Beam.m_fHaloScale":60,"DT_Beam.m_fWidth":90.01201440393925,"DT_Beam.m_fEndWidth":52.14902499318123,"DT_Beam.m_fFadeLength":289.6357421875,"DT_Beam.m_fAmplitude":0,"DT_Beam.m_fStartFrame":0,"DT_Beam.m_fSpeed":0,"DT_Beam.m_nRenderFX":0,"DT_Beam.m_nRenderMode":2,"DT_Beam.m_flFrameRate":0,"DT_Beam.m_flHDRColorScale":1,"m_hAttachEntity.000":2097151,"m_hAttachEntity.001":2097151,"DT_Beam.m_vecEndPos":{"x":-2015,"y":774.75,"z":296.03125},"DT_Beam.m_nModelIndex":751,"m_hAttachEntity.002":2097151,"DT_Beam.moveparent":2097151,"DT_Beam.m_nMinDXLevel":0},"pvs":1} -{"tick":0,"serverClass":"CTFViewModel","id":642,"props":{"DT_BaseViewModel.m_nModelIndex":0,"DT_BaseViewModel.m_nBody":0,"DT_BaseViewModel.m_nSkin":0,"DT_BaseViewModel.m_nSequence":0,"DT_BaseViewModel.m_nViewModelIndex":1,"DT_BaseViewModel.m_flPlaybackRate":1,"DT_BaseViewModel.m_fEffects":0,"DT_BaseViewModel.m_nAnimationParity":0,"DT_BaseViewModel.m_hWeapon":2097151,"DT_BaseViewModel.m_hOwner":1972225,"DT_BaseViewModel.m_nNewSequenceParity":0,"DT_BaseViewModel.m_nResetEventsParity":0,"DT_BaseViewModel.m_nMuzzleFlashParity":1,"DT_BaseViewModel.m_flPoseParameter":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"pvs":1} -{"tick":0,"serverClass":"CTFScatterGun","id":644,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":2,"DT_CollisionProperty.m_usSolidFlags":132,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":36,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-12.161678314208984,"y":-18.36384391784668,"z":26.586605072021484},"_LPT_m_Attributes_15.lengthprop15":0,"DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex":0,"DT_ScriptCreatedAttribute.m_iRawValue32":0,"DT_ScriptCreatedAttribute.m_nRefundableCurrency":0,"DT_ScriptCreatedItem.m_iItemDefinitionIndex":200,"DT_ScriptCreatedItem.m_iEntityLevel":1,"DT_ScriptCreatedItem.m_iItemIDHigh":0,"DT_ScriptCreatedItem.m_iItemIDLow":2130260295,"DT_ScriptCreatedItem.m_iAccountID":64229260,"DT_ScriptCreatedItem.m_iEntityQuality":11,"DT_ScriptCreatedItem.m_bInitialized":1,"DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes":0,"DT_AttributeContainer.m_hOuter":1606276,"DT_AttributeContainer.m_ProviderType":1,"DT_AttributeContainer.m_iReapplyProvisionParity":3,"DT_LocalWeaponData.m_iClip1":7,"DT_LocalWeaponData.m_iClip2":0,"DT_LocalWeaponData.m_iPrimaryAmmoType":1,"DT_LocalWeaponData.m_iSecondaryAmmoType":-1,"DT_LocalWeaponData.m_nViewModelIndex":0,"DT_LocalWeaponData.m_bFlipViewModel":0,"DT_LocalActiveWeaponData.m_flNextPrimaryAttack":69.00999450683594,"DT_LocalActiveWeaponData.m_flNextSecondaryAttack":69.00999450683594,"DT_LocalActiveWeaponData.m_nNextThinkTick":0,"DT_LocalActiveWeaponData.m_flTimeWeaponIdle":69.33999633789062,"DT_LocalTFWeaponData.m_flLastCritCheckTime":0,"DT_LocalTFWeaponData.m_flReloadPriorNextFire":49.415000915527344,"DT_LocalTFWeaponData.m_flLastFireTime":48.584999084472656,"DT_LocalTFWeaponData.m_flEffectBarRegenTime":0,"DT_LocalTFWeaponData.m_flObservedCritChance":0,"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":2.894726037979126,"y":16.616233825683594,"z":69.1546401977539},"DT_CollisionProperty.m_vecMins":{"x":-12.161678314208984,"y":-18.36384391784668,"z":26.586605072021484},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":494,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":129,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1972225,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1972225,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":2.894726037979126,"y":16.616233825683594,"z":69.1546401977539},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":25,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":1,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0,"DT_BaseCombatWeapon.m_iViewModelIndex":494,"DT_BaseCombatWeapon.m_iWorldModelIndex":121,"DT_BaseCombatWeapon.m_iState":2,"DT_BaseCombatWeapon.m_hOwner":1972225,"DT_TFWeaponBase.m_bLowered":0,"DT_TFWeaponBase.m_bResetParity":0,"DT_TFWeaponBase.m_iReloadMode":0,"DT_TFWeaponBase.m_bReloadedThroughAnimEvent":0,"DT_TFWeaponBase.m_bDisguiseWeapon":0,"DT_TFWeaponBase.m_flEnergy":20,"DT_TFWeaponBase.m_hExtraWearable":2097151,"DT_TFWeaponBase.m_hExtraWearableViewModel":2097151,"DT_TFWeaponBase.m_bBeingRepurposedForTaunt":0,"DT_TFWeaponBase.m_nKillComboClass":0,"DT_TFWeaponBase.m_nKillComboCount":0},"pvs":1} -{"tick":0,"serverClass":"CTFJarMilk","id":645,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":2,"DT_CollisionProperty.m_usSolidFlags":132,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":36,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-12.161678314208984,"y":-18.36384391784668,"z":26.586605072021484},"_LPT_m_Attributes_15.lengthprop15":0,"DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex":0,"DT_ScriptCreatedAttribute.m_iRawValue32":0,"DT_ScriptCreatedAttribute.m_nRefundableCurrency":0,"DT_ScriptCreatedItem.m_iItemDefinitionIndex":222,"DT_ScriptCreatedItem.m_iEntityLevel":5,"DT_ScriptCreatedItem.m_iItemIDHigh":0,"DT_ScriptCreatedItem.m_iItemIDLow":694438999,"DT_ScriptCreatedItem.m_iAccountID":64229260,"DT_ScriptCreatedItem.m_iEntityQuality":11,"DT_ScriptCreatedItem.m_bInitialized":1,"DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes":0,"DT_AttributeContainer.m_hOuter":1587845,"DT_AttributeContainer.m_ProviderType":1,"DT_AttributeContainer.m_iReapplyProvisionParity":3,"DT_LocalWeaponData.m_iClip1":0,"DT_LocalWeaponData.m_iClip2":0,"DT_LocalWeaponData.m_iPrimaryAmmoType":5,"DT_LocalWeaponData.m_iSecondaryAmmoType":-1,"DT_LocalWeaponData.m_nViewModelIndex":0,"DT_LocalWeaponData.m_bFlipViewModel":0,"DT_LocalActiveWeaponData.m_flNextPrimaryAttack":38.69499588012695,"DT_LocalActiveWeaponData.m_flNextSecondaryAttack":38.69499588012695,"DT_LocalActiveWeaponData.m_nNextThinkTick":0,"DT_LocalActiveWeaponData.m_flTimeWeaponIdle":39.35832977294922,"DT_LocalTFWeaponData.m_flLastCritCheckTime":0,"DT_LocalTFWeaponData.m_flReloadPriorNextFire":0,"DT_LocalTFWeaponData.m_flLastFireTime":0,"DT_LocalTFWeaponData.m_flEffectBarRegenTime":0,"DT_LocalTFWeaponData.m_flObservedCritChance":0,"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":2.894726037979126,"y":16.616233825683594,"z":69.1546401977539},"DT_CollisionProperty.m_vecMins":{"x":-12.161678314208984,"y":-18.36384391784668,"z":26.586605072021484},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":494,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":129,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1972225,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1972225,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":2.894726037979126,"y":16.616233825683594,"z":69.1546401977539},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":31,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0,"DT_BaseCombatWeapon.m_iViewModelIndex":494,"DT_BaseCombatWeapon.m_iWorldModelIndex":184,"DT_BaseCombatWeapon.m_iState":1,"DT_BaseCombatWeapon.m_hOwner":1972225,"DT_TFWeaponBase.m_bLowered":0,"DT_TFWeaponBase.m_bResetParity":0,"DT_TFWeaponBase.m_iReloadMode":0,"DT_TFWeaponBase.m_bReloadedThroughAnimEvent":0,"DT_TFWeaponBase.m_bDisguiseWeapon":0,"DT_TFWeaponBase.m_flEnergy":20,"DT_TFWeaponBase.m_hExtraWearable":2097151,"DT_TFWeaponBase.m_hExtraWearableViewModel":2097151,"DT_TFWeaponBase.m_bBeingRepurposedForTaunt":0,"DT_TFWeaponBase.m_nKillComboClass":0,"DT_TFWeaponBase.m_nKillComboCount":0},"pvs":1} -{"tick":0,"serverClass":"CTFBat","id":646,"props":{"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":2,"DT_CollisionProperty.m_usSolidFlags":132,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":36,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-12.161678314208984,"y":-18.36384391784668,"z":26.586605072021484},"_LPT_m_Attributes_15.lengthprop15":0,"DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex":0,"DT_ScriptCreatedAttribute.m_iRawValue32":0,"DT_ScriptCreatedAttribute.m_nRefundableCurrency":0,"DT_ScriptCreatedItem.m_iItemDefinitionIndex":355,"DT_ScriptCreatedItem.m_iEntityLevel":5,"DT_ScriptCreatedItem.m_iItemIDHigh":0,"DT_ScriptCreatedItem.m_iItemIDLow":3543126689,"DT_ScriptCreatedItem.m_iAccountID":64229260,"DT_ScriptCreatedItem.m_iEntityQuality":11,"DT_ScriptCreatedItem.m_bInitialized":1,"DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes":0,"DT_AttributeContainer.m_hOuter":1211014,"DT_AttributeContainer.m_ProviderType":1,"DT_AttributeContainer.m_iReapplyProvisionParity":3,"DT_LocalWeaponData.m_iClip1":0,"DT_LocalWeaponData.m_iClip2":0,"DT_LocalWeaponData.m_iPrimaryAmmoType":-1,"DT_LocalWeaponData.m_iSecondaryAmmoType":-1,"DT_LocalWeaponData.m_nViewModelIndex":0,"DT_LocalWeaponData.m_bFlipViewModel":0,"DT_LocalActiveWeaponData.m_flNextPrimaryAttack":38.02499771118164,"DT_LocalActiveWeaponData.m_flNextSecondaryAttack":38.02499771118164,"DT_LocalActiveWeaponData.m_nNextThinkTick":0,"DT_LocalActiveWeaponData.m_flTimeWeaponIdle":0,"DT_LocalTFWeaponData.m_flLastCritCheckTime":0,"DT_LocalTFWeaponData.m_flReloadPriorNextFire":0,"DT_LocalTFWeaponData.m_flLastFireTime":0,"DT_LocalTFWeaponData.m_flEffectBarRegenTime":0,"DT_LocalTFWeaponData.m_flObservedCritChance":0,"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":2.894726037979126,"y":16.616233825683594,"z":69.1546401977539},"DT_CollisionProperty.m_vecMins":{"x":-12.161678314208984,"y":-18.36384391784668,"z":26.586605072021484},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":494,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":161,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1972225,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1972225,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":2.894726037979126,"y":16.616233825683594,"z":69.1546401977539},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":1,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0,"DT_BaseCombatWeapon.m_iViewModelIndex":494,"DT_BaseCombatWeapon.m_iWorldModelIndex":217,"DT_BaseCombatWeapon.m_iState":1,"DT_BaseCombatWeapon.m_hOwner":1972225,"DT_TFWeaponBase.m_bLowered":0,"DT_TFWeaponBase.m_bResetParity":1,"DT_TFWeaponBase.m_iReloadMode":0,"DT_TFWeaponBase.m_bReloadedThroughAnimEvent":0,"DT_TFWeaponBase.m_bDisguiseWeapon":0,"DT_TFWeaponBase.m_flEnergy":20,"DT_TFWeaponBase.m_hExtraWearable":2097151,"DT_TFWeaponBase.m_hExtraWearableViewModel":2097151,"DT_TFWeaponBase.m_bBeingRepurposedForTaunt":0,"DT_TFWeaponBase.m_nKillComboClass":0,"DT_TFWeaponBase.m_nKillComboCount":0},"pvs":1} -{"tick":0,"serverClass":"CTFWearable","id":647,"props":{"DT_AnimTimeMustBeFirst.m_flAnimTime":0,"DT_ServerAnimationData.m_flCycle":0,"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-15.241737365722656,"y":-4.182711601257324,"z":56.754451751708984},"_LPT_m_Attributes_15.lengthprop15":0,"DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex":0,"DT_ScriptCreatedAttribute.m_iRawValue32":0,"DT_ScriptCreatedAttribute.m_nRefundableCurrency":0,"DT_ScriptCreatedItem.m_iItemDefinitionIndex":30394,"DT_ScriptCreatedItem.m_iEntityLevel":58,"DT_ScriptCreatedItem.m_iItemIDHigh":0,"DT_ScriptCreatedItem.m_iItemIDLow":2860606118,"DT_ScriptCreatedItem.m_iAccountID":64229260,"DT_ScriptCreatedItem.m_iEntityQuality":6,"DT_ScriptCreatedItem.m_bInitialized":1,"DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes":0,"DT_AttributeContainer.m_hOuter":578183,"DT_AttributeContainer.m_ProviderType":1,"DT_AttributeContainer.m_iReapplyProvisionParity":3,"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":5.3979644775390625,"y":4.182711601257324,"z":82.09893798828125},"DT_CollisionProperty.m_vecMins":{"x":-15.241737365722656,"y":-4.182711601257324,"z":56.754451751708984},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":-2,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":129,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1972225,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1972225,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":5.3979644775390625,"y":4.182711601257324,"z":82.09893798828125},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":0,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0,"DT_TFWearable.m_bDisguiseWearable":0,"DT_TFWearable.m_hWeaponAssociatedWith":2097151},"pvs":1} -{"tick":0,"serverClass":"CTFWearable","id":648,"props":{"DT_AnimTimeMustBeFirst.m_flAnimTime":0,"DT_ServerAnimationData.m_flCycle":0,"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-11.094779014587402,"y":-15.330585479736328,"z":25.254676818847656},"_LPT_m_Attributes_15.lengthprop15":0,"DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex":0,"DT_ScriptCreatedAttribute.m_iRawValue32":0,"DT_ScriptCreatedAttribute.m_nRefundableCurrency":0,"DT_ScriptCreatedItem.m_iItemDefinitionIndex":30395,"DT_ScriptCreatedItem.m_iEntityLevel":86,"DT_ScriptCreatedItem.m_iItemIDHigh":0,"DT_ScriptCreatedItem.m_iItemIDLow":3564724039,"DT_ScriptCreatedItem.m_iAccountID":64229260,"DT_ScriptCreatedItem.m_iEntityQuality":6,"DT_ScriptCreatedItem.m_bInitialized":1,"DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes":0,"DT_AttributeContainer.m_hOuter":1645192,"DT_AttributeContainer.m_ProviderType":1,"DT_AttributeContainer.m_iReapplyProvisionParity":3,"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":8.59468936920166,"y":13.705314636230469,"z":72.51782989501953},"DT_CollisionProperty.m_vecMins":{"x":-11.094779014587402,"y":-15.330585479736328,"z":25.254676818847656},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":-4,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":129,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1972225,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1972225,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":8.59468936920166,"y":13.705314636230469,"z":72.51782989501953},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":0,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0,"DT_TFWearable.m_bDisguiseWearable":0,"DT_TFWearable.m_hWeaponAssociatedWith":2097151},"pvs":1} -{"tick":0,"serverClass":"CTFWearable","id":649,"props":{"DT_AnimTimeMustBeFirst.m_flAnimTime":0,"DT_ServerAnimationData.m_flCycle":0,"DT_BaseEntity.m_flSimulationTime":0,"DT_BaseEntity.m_vecOrigin":{"x":0,"y":0,"z":0},"DT_BaseEntity.m_angRotation":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_nSolidType":0,"DT_CollisionProperty.m_usSolidFlags":4,"DT_CollisionProperty.m_nSurroundType":0,"DT_CollisionProperty.m_triggerBloat":0,"DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMins":{"x":0,"y":0,"z":0},"DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs":{"x":0,"y":0,"z":0},"m_nModelIndexOverrides.000":0,"m_nModelIndexOverrides.001":0,"m_nModelIndexOverrides.002":0,"m_nModelIndexOverrides.003":0,"m_flPoseParameter.000":0,"m_flPoseParameter.001":0,"m_flPoseParameter.002":0,"m_flPoseParameter.003":0,"m_flPoseParameter.004":0,"m_flPoseParameter.005":0,"m_flPoseParameter.006":0,"m_flPoseParameter.007":0,"m_flPoseParameter.008":0,"m_flPoseParameter.009":0,"m_flPoseParameter.010":0,"m_flPoseParameter.011":0,"m_flPoseParameter.012":0,"m_flPoseParameter.013":0,"m_flPoseParameter.014":0,"m_flPoseParameter.015":0,"m_flPoseParameter.016":0,"m_flPoseParameter.017":0,"m_flPoseParameter.018":0,"m_flPoseParameter.019":0,"m_flPoseParameter.020":0,"m_flPoseParameter.021":0,"m_flPoseParameter.022":0,"m_flPoseParameter.023":0,"m_flEncodedController.000":0,"m_flEncodedController.001":0,"m_flEncodedController.002":0,"m_flEncodedController.003":0,"DT_CollisionProperty.m_vecMinsPreScaled":{"x":-3.0455095767974854,"y":-2.040450794993376e-7,"z":-9.108909606933594},"_LPT_m_Attributes_15.lengthprop15":0,"DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex":0,"DT_ScriptCreatedAttribute.m_iRawValue32":0,"DT_ScriptCreatedAttribute.m_nRefundableCurrency":0,"DT_ScriptCreatedItem.m_iItemDefinitionIndex":1011,"DT_ScriptCreatedItem.m_iEntityLevel":96,"DT_ScriptCreatedItem.m_iItemIDHigh":0,"DT_ScriptCreatedItem.m_iItemIDLow":1462689349,"DT_ScriptCreatedItem.m_iAccountID":64229260,"DT_ScriptCreatedItem.m_iEntityQuality":6,"DT_ScriptCreatedItem.m_bInitialized":1,"DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes":0,"DT_AttributeContainer.m_hOuter":1688201,"DT_AttributeContainer.m_ProviderType":1,"DT_AttributeContainer.m_iReapplyProvisionParity":3,"DT_CollisionProperty.m_vecMaxsPreScaled":{"x":6.290505409240723,"y":12.970368385314941,"z":3.4577503204345703},"DT_CollisionProperty.m_vecMins":{"x":-3.0455095767974854,"y":-2.040450794993376e-7,"z":-9.108909606933594},"DT_BaseEntity.m_ubInterpolationFrame":0,"DT_BaseEntity.m_nModelIndex":-6,"DT_BaseEntity.m_nRenderFX":0,"DT_BaseEntity.m_nRenderMode":0,"DT_BaseEntity.m_fEffects":129,"DT_BaseEntity.m_clrRender":4294967295,"DT_BaseEntity.m_iTeamNum":2,"DT_BaseEntity.m_CollisionGroup":11,"DT_BaseEntity.m_flElasticity":1,"DT_BaseEntity.m_flShadowCastDistance":0,"DT_BaseEntity.m_hOwnerEntity":1972225,"DT_BaseEntity.m_hEffectEntity":2097151,"DT_BaseEntity.moveparent":1972225,"DT_BaseEntity.m_iParentAttachment":0,"DT_BaseEntity.movetype":0,"DT_BaseEntity.movecollide":0,"DT_CollisionProperty.m_vecMaxs":{"x":6.290505409240723,"y":12.970368385314941,"z":3.4577503204345703},"DT_BaseEntity.m_iTextureFrameIndex":0,"DT_BaseEntity.m_bSimulatedEveryTick":0,"DT_BaseEntity.m_bAnimatedEveryTick":0,"DT_BaseEntity.m_bAlternateSorting":0,"DT_BaseAnimating.m_nForceBone":0,"DT_BaseAnimating.m_vecForce":{"x":0,"y":0,"z":0},"DT_BaseAnimating.m_nSkin":0,"DT_BaseAnimating.m_nBody":0,"DT_BaseAnimating.m_nHitboxSet":0,"DT_BaseAnimating.m_flModelScale":1,"DT_BaseAnimating.m_nSequence":0,"DT_BaseAnimating.m_flPlaybackRate":0,"DT_BaseAnimating.m_bClientSideAnimation":0,"DT_BaseAnimating.m_bClientSideFrameReset":0,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0,"DT_BaseAnimating.m_nMuzzleFlashParity":0,"DT_BaseAnimating.m_hLightingOrigin":2097151,"DT_BaseAnimating.m_hLightingOriginRelative":2097151,"DT_BaseAnimating.m_fadeMinDist":0,"DT_BaseAnimating.m_fadeMaxDist":0,"DT_BaseAnimating.m_flFadeScale":0,"DT_TFWearable.m_bDisguiseWearable":0,"DT_TFWearable.m_hWeaponAssociatedWith":2097151},"pvs":1} -{"tick":4,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4868,"DT_BaseEntity.m_flSimulationTime":67},"pvs":0} -{"tick":4,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4869,"DT_BaseEntity.m_flSimulationTime":68},"pvs":0} -{"tick":5,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4870,"DT_BaseEntity.m_flSimulationTime":69},"pvs":0} -{"tick":6,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4871,"DT_BaseEntity.m_flSimulationTime":70},"pvs":0} -{"tick":7,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4872,"DT_BaseEntity.m_flSimulationTime":71},"pvs":0} -{"tick":8,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4873,"DT_BaseEntity.m_flSimulationTime":72},"pvs":0} -{"tick":9,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4874,"DT_BaseEntity.m_flSimulationTime":73},"pvs":0} -{"tick":10,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4875,"DT_BaseEntity.m_flSimulationTime":74},"pvs":0} -{"tick":11,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4876,"DT_BaseEntity.m_flSimulationTime":75},"pvs":0} -{"tick":12,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4877,"DT_BaseEntity.m_flSimulationTime":76},"pvs":0} -{"tick":14,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4878,"DT_BaseEntity.m_flSimulationTime":77},"pvs":0} -{"tick":14,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4879,"DT_BaseEntity.m_flSimulationTime":78},"pvs":0} -{"tick":15,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4880,"DT_BaseEntity.m_flSimulationTime":79},"pvs":0} -{"tick":15,"serverClass":"CTFGameRulesProxy","id":148,"props":{"m_flNextRespawnWave.002":0,"m_flNextRespawnWave.003":0},"pvs":0} -{"tick":16,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4881,"DT_BaseEntity.m_flSimulationTime":80},"pvs":0} -{"tick":17,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4882,"DT_BaseEntity.m_flSimulationTime":81},"pvs":0} -{"tick":19,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4883,"DT_BaseEntity.m_flSimulationTime":82},"pvs":0} -{"tick":19,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4884,"DT_BaseEntity.m_flSimulationTime":83},"pvs":0} -{"tick":20,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4885,"DT_BaseEntity.m_flSimulationTime":84},"pvs":0} -{"tick":21,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4886,"DT_BaseEntity.m_flSimulationTime":85},"pvs":0} -{"tick":22,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4887,"DT_BaseEntity.m_flSimulationTime":86},"pvs":0} -{"tick":23,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4888,"DT_BaseEntity.m_flSimulationTime":87},"pvs":0} -{"tick":24,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4889,"DT_BaseEntity.m_flSimulationTime":88},"pvs":0} -{"tick":25,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4890,"DT_BaseEntity.m_flSimulationTime":89},"pvs":0} -{"tick":26,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4891,"DT_BaseEntity.m_flSimulationTime":90},"pvs":0} -{"tick":27,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4892,"DT_BaseEntity.m_flSimulationTime":91},"pvs":0} -{"tick":28,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4893,"DT_BaseEntity.m_flSimulationTime":92},"pvs":0} -{"tick":30,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4894,"DT_BaseEntity.m_flSimulationTime":93},"pvs":0} -{"tick":30,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4895,"DT_BaseEntity.m_flSimulationTime":94,"DT_BasePlayer.m_flMaxspeed":400},"pvs":0} -{"tick":30,"serverClass":"CTFGameRulesProxy","id":148,"props":{"m_flNextRespawnWave.002":78.3499984741211,"m_flNextRespawnWave.003":78.3499984741211,"DT_TeamplayRoundBasedRules.m_iRoundState":4},"pvs":0} -{"tick":31,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4896,"DT_BaseEntity.m_flSimulationTime":95},"pvs":0} -{"tick":32,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4897,"DT_BaseEntity.m_flSimulationTime":96},"pvs":0} -{"tick":33,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4898,"DT_BaseEntity.m_flSimulationTime":97},"pvs":0} -{"tick":35,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4899,"DT_BaseEntity.m_flSimulationTime":98},"pvs":0} -{"tick":36,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4901,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-87.74998474121094,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3432.822509765625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":100,"DT_BaseAnimating.m_nNewSequenceParity":7,"DT_BaseAnimating.m_nResetEventsParity":7},"pvs":0} -{"tick":37,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4902,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-141.74993896484375,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3434.94873046875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":101},"pvs":0} -{"tick":38,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4903,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-193.24490356445312,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3437.847412109375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":102},"pvs":0} -{"tick":39,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4904,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-241.650146484375,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3441.47216796875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":103},"pvs":0} -{"tick":40,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4905,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-287.15106201171875,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3445.779541015625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":104},"pvs":0} -{"tick":41,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4906,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-329.9219055175781,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3450.728271484375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":5},"pvs":0} -{"tick":42,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4907,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-360,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3456.128173828125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":6},"pvs":0} -{"tick":43,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4908,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3461.528076171875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":7},"pvs":0} -{"tick":44,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4909,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3466.927978515625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":8},"pvs":0} -{"tick":46,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4910,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3472.327880859375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":9},"pvs":0} -{"tick":46,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4911,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3477.727783203125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":10},"pvs":0} -{"tick":47,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4912,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3483.127685546875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":11},"pvs":0} -{"tick":48,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4913,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3488.527587890625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":12},"pvs":0} -{"tick":49,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4914,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3493.927490234375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":13},"pvs":0} -{"tick":50,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4915,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3499.327392578125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":14},"pvs":0} -{"tick":51,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4916,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3504.727294921875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":15},"pvs":0} -{"tick":52,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4917,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3510.127197265625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":16},"pvs":0} -{"tick":53,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4918,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3515.527099609375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":17},"pvs":0} -{"tick":54,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4919,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3520.927001953125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":18},"pvs":0} -{"tick":55,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4920,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3526.326904296875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":19},"pvs":0} -{"tick":56,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4921,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-338.3999328613281,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3531.40283203125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":20},"pvs":0} -{"tick":57,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4922,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-318.09588623046875,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3536.17431640625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":21},"pvs":0} -{"tick":58,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4923,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-299.01007080078125,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3540.659423828125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":22},"pvs":0} -{"tick":59,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4924,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-281.06939697265625,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3544.87548828125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":23},"pvs":0} -{"tick":60,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4925,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-264.2051696777344,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3548.838623046875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":24},"pvs":0} -{"tick":62,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4926,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-248.3528289794922,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3552.56396484375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":25},"pvs":0} -{"tick":62,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4927,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-233.45162963867188,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3556.065673828125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":26},"pvs":0} -{"tick":63,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4928,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-219.4445037841797,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3559.357421875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":27},"pvs":0} -{"tick":64,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4929,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-206.27780151367188,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3562.45166015625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":28},"pvs":0} -{"tick":65,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4930,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-193.90110778808594,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3565.360107421875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":29},"pvs":0} -{"tick":66,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4931,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-182.2670135498047,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3568.093994140625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":30},"pvs":0} -{"tick":67,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4932,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-171.33096313476562,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3570.6640625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":31},"pvs":0} -{"tick":68,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4933,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-161.0510711669922,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3573.079833984375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":32},"pvs":0} -{"tick":69,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4934,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-151.38796997070312,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3575.3505859375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":33},"pvs":0} -{"tick":70,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4935,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-142.30465698242188,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3577.485107421875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":34},"pvs":0} -{"tick":71,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4936,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-133.76634216308594,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3579.49169921875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":35},"pvs":0} -{"tick":73,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4937,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-125.74034881591797,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3581.377685546875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":36},"pvs":0} -{"tick":73,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4938,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-118.19591522216797,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3583.150634765625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":37},"pvs":0} -{"tick":74,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4939,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-111.10414123535156,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3584.817138671875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":38},"pvs":0} -{"tick":75,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4940,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-104.43788146972656,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3586.3837890625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":39},"pvs":0} -{"tick":76,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4941,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-98.1716079711914,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3587.8564453125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":40},"pvs":0} -{"tick":78,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4942,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-92.1716079711914,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3589.239013671875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":41},"pvs":0} -{"tick":78,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4943,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-86.1716079711914,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3590.531494140625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":42},"pvs":0} -{"tick":79,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4944,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-80.1716079711914,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3591.734130859375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":43},"pvs":0} -{"tick":80,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4945,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-74.1716079711914,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3592.8466796875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":44},"pvs":0} -{"tick":81,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4946,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-68.1716079711914,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3593.869140625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":45},"pvs":0} -{"tick":83,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4947,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-62.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3594.8017578125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":46},"pvs":0} -{"tick":83,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4948,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-56.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3595.644287109375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":47},"pvs":0} -{"tick":84,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4949,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-50.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3596.39697265625,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":48},"pvs":0} -{"tick":85,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4950,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-44.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3597.0595703125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":49},"pvs":0} -{"tick":86,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4951,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-38.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3597.632080078125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":50},"pvs":0} -{"tick":87,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4952,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-32.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3598.11474609375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":51},"pvs":0} -{"tick":88,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4953,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-26.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3598.50732421875,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":52},"pvs":0} -{"tick":89,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4954,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-20.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3598.809814453125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":53},"pvs":0} -{"tick":90,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4955,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-14.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3599.0224609375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":54},"pvs":0} -{"tick":91,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4956,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-8.171607971191406,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3599.14501953125,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":55},"pvs":0} -{"tick":92,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4957,"DT_LocalPlayerExclusive.m_vecVelocity[0]":-2.1716079711914062,"DT_TFLocalPlayerExclusive.m_vecOrigin":{"x":-3599.177490234375,"y":421.33099365234375,"z":0},"DT_BaseEntity.m_flSimulationTime":56},"pvs":0} -{"tick":94,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4959,"DT_LocalPlayerExclusive.m_vecVelocity[0]":0,"DT_BaseEntity.m_flSimulationTime":58,"DT_BaseAnimating.m_nNewSequenceParity":0,"DT_BaseAnimating.m_nResetEventsParity":0},"pvs":0} -{"tick":95,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4960,"DT_BaseEntity.m_flSimulationTime":59},"pvs":0} -{"tick":96,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4961,"DT_BaseEntity.m_flSimulationTime":60},"pvs":0} -{"tick":97,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4962,"DT_BaseEntity.m_flSimulationTime":61},"pvs":0} -{"tick":99,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4963,"DT_BaseEntity.m_flSimulationTime":62},"pvs":0} -{"tick":99,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4964,"DT_BaseEntity.m_flSimulationTime":63},"pvs":0} -{"tick":100,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4965,"DT_BaseEntity.m_flSimulationTime":64},"pvs":0} -{"tick":101,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4966,"DT_BaseEntity.m_flSimulationTime":65},"pvs":0} -{"tick":102,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4967,"DT_BaseEntity.m_flSimulationTime":66},"pvs":0} -{"tick":103,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4968,"DT_BaseEntity.m_flSimulationTime":67},"pvs":0} -{"tick":104,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4969,"DT_BaseEntity.m_flSimulationTime":68},"pvs":0} -{"tick":105,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4970,"DT_BaseEntity.m_flSimulationTime":69},"pvs":0} -{"tick":106,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4971,"DT_BaseEntity.m_flSimulationTime":70},"pvs":0} -{"tick":107,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4972,"DT_BaseEntity.m_flSimulationTime":71},"pvs":0} -{"tick":108,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4973,"DT_BaseEntity.m_flSimulationTime":72},"pvs":0} -{"tick":110,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4974,"DT_BaseEntity.m_flSimulationTime":73},"pvs":0} -{"tick":110,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4975,"DT_BaseEntity.m_flSimulationTime":74},"pvs":0} -{"tick":111,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4976,"DT_BaseEntity.m_flSimulationTime":75},"pvs":0} -{"tick":112,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4977,"DT_BaseEntity.m_flSimulationTime":76},"pvs":0} -{"tick":113,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4978,"DT_BaseEntity.m_flSimulationTime":77},"pvs":0} -{"tick":115,"serverClass":"CTFPlayer","id":1,"props":{"DT_LocalPlayerExclusive.m_nTickBase":4979,"DT_BaseEntity.m_flSimulationTime":78},"pvs":0} diff --git a/tests/entity.rs b/tests/entity.rs index a999b20..184a524 100644 --- a/tests/entity.rs +++ b/tests/entity.rs @@ -1,11 +1,10 @@ use serde::{Deserialize, Serialize}; use serde_repr::{Deserialize_repr, Serialize_repr}; -use std::fs::{self, File}; +use std::fs; use test_case::test_case; use fnv::FnvHashMap; use std::collections::HashMap; -use std::io::{BufRead, BufReader}; use tf_demo_parser::demo::data::DemoTick; use tf_demo_parser::demo::message::packetentities::{EntityId, PacketEntity, UpdateType}; use tf_demo_parser::demo::message::Message; @@ -134,86 +133,15 @@ impl MessageHandler for EntityDumper { } } -#[test_case("test_data/small.dem", "test_data/small_entities.json"; "small.dem")] -fn entity_test(input_file: &str, snapshot_file: &str) { +#[test_case("test_data/small.dem")] +fn entity_test(input_file: &str) { let file = fs::read(input_file).expect("Unable to read file"); let demo = Demo::new(&file); let (_, entities) = DemoParser::new_with_analyser(demo.get_stream(), EntityDumper::new()) .parse() .unwrap(); - let json_file = File::open(snapshot_file).expect("Unable to read file"); - let mut reader = BufReader::new(json_file); - let mut buffer = String::new(); - - let mut expected = Vec::with_capacity(128); - - while reader.read_line(&mut buffer).expect("failed to read line") > 0 { - let entity: EntityDump = - serde_json::from_str(buffer.trim_end()).expect("failed to parse json"); - expected.push(entity); - buffer.clear(); - } - - pretty_assertions::assert_eq!(expected.len(), entities.len()); - - let entity_ids: Vec<_> = entities.iter().map(|entity| entity.id).collect(); - let expected_ids: Vec<_> = expected.iter().map(|entity| entity.id).collect(); - - pretty_assertions::assert_eq!(expected_ids, entity_ids); - - for (expected_entity, entity) in expected.into_iter().zip(entities.into_iter()) { - pretty_assertions::assert_eq!( - expected_entity.tick, - entity.tick, - "Failed comparing entity {}", - entity.id - ); - pretty_assertions::assert_eq!( - expected_entity.id, - entity.id, - "Failed comparing entity {}", - entity.id - ); - pretty_assertions::assert_eq!( - expected_entity.server_class, - entity.server_class, - "Failed comparing entity {}", - entity.id - ); - pretty_assertions::assert_eq!( - expected_entity.pvs, - entity.pvs, - "Failed comparing entity {}", - entity.id - ); - let mut prop_names: Vec<_> = entity.props.keys().collect(); - let mut expected_prop_names: Vec<_> = expected_entity.props.keys().collect(); - prop_names.sort(); - expected_prop_names.sort(); - - pretty_assertions::assert_eq!( - expected_prop_names, - prop_names, - "Failed comparing entity {}", - entity.id - ); - - for prop_name in expected_prop_names { - pretty_assertions::assert_eq!( - expected_entity.props.get(prop_name), - entity.props.get(prop_name), - "Failed comparing entity {} prop {}", - entity.id, - prop_name - ); - } - - pretty_assertions::assert_eq!( - expected_entity, - entity, - "Failed comparing entity {}", - entity.id - ); - } + insta::with_settings!({sort_maps =>true}, { + insta::assert_json_snapshot!(entities); + }); } diff --git a/tests/sendprops.rs b/tests/sendprops.rs index 52b356e..e38a0a5 100644 --- a/tests/sendprops.rs +++ b/tests/sendprops.rs @@ -2,7 +2,7 @@ use std::fs; use test_case::test_case; use fnv::FnvHashMap; -use std::collections::{HashMap, HashSet}; +use std::collections::HashMap; use tf_demo_parser::demo::packet::datatable::{ParseSendTable, SendTableName, ServerClass}; use tf_demo_parser::demo::parser::MessageHandler; use tf_demo_parser::demo::sendprop::{SendPropIdentifier, SendPropName}; @@ -53,8 +53,8 @@ impl MessageHandler for SendPropAnalyser { } } -#[test_case("test_data/gully.dem", "test_data/gully_props.json"; "gully.dem")] -fn flatten_test(input_file: &str, snapshot_file: &str) { +#[test_case("test_data/gully.dem")] +fn flatten_test(input_file: &str) { let file = fs::read(input_file).expect("Unable to read file"); let demo = Demo::new(&file); let (_, (send_tables, prop_names)) = @@ -79,18 +79,7 @@ fn flatten_test(input_file: &str, snapshot_file: &str) { }) .collect(); - let expected: HashMap> = serde_json::from_slice( - fs::read(snapshot_file) - .expect("Unable to read file") - .as_slice(), - ) - .unwrap(); - - let expected_tables: HashSet<_> = expected.keys().collect(); - let actual_tables: HashSet<_> = flat_props.keys().collect(); - - pretty_assertions::assert_eq!(expected_tables, actual_tables); - for table in expected_tables { - pretty_assertions::assert_eq!(expected[table], flat_props[table]); - } + insta::with_settings!({sort_maps =>true}, { + insta::assert_json_snapshot!(flat_props); + }); } diff --git a/tests/snapshots/entity__entity_test.snap b/tests/snapshots/entity__entity_test.snap new file mode 100644 index 0000000..027e7eb --- /dev/null +++ b/tests/snapshots/entity__entity_test.snap @@ -0,0 +1,20417 @@ +--- +source: tests/entity.rs +expression: entities +--- +[ + { + "tick": 0, + "serverClass": "CWorld", + "id": 0, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 1, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 1, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_WORLD.m_WorldMaxs": { + "x": 5240.0, + "y": 3936.0, + "z": 1641.0 + }, + "DT_WORLD.m_WorldMins": { + "x": -3882.0, + "y": -4570.0, + "z": -560.0 + }, + "DT_WORLD.m_bColdWorld": 0, + "DT_WORLD.m_bStartDark": 0, + "DT_WORLD.m_flMaxOccludeeArea": 0.0, + "DT_WORLD.m_flMaxPropScreenSpaceWidth": -1.0, + "DT_WORLD.m_flMinOccluderArea": 0.0, + "DT_WORLD.m_flMinPropScreenSpaceWidth": 0.0, + "DT_WORLD.m_flWaveHeight": 0.03125, + "DT_WORLD.m_iszDetailSpriteMaterial": "detail/detailsprites", + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_AttributeManager.m_ProviderType": 0, + "DT_AttributeManager.m_hOuter": 1972225, + "DT_AttributeManager.m_iReapplyProvisionParity": 9, + "DT_BCCLocalPlayerExclusive.m_flNextAttack": 69.34, + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 6, + "DT_BaseAnimating.m_nResetEventsParity": 6, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseCombatCharacter.m_bGlowEnabled": 0, + "DT_BaseCombatCharacter.m_hActiveWeapon": 1606276, + "DT_BaseEntity.m_CollisionGroup": 5, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 1, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 58, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 2, + "DT_BasePlayer.m_fFlags": 257, + "DT_BasePlayer.m_flFOVTime": 68.34, + "DT_BasePlayer.m_flMaxspeed": 1.0, + "DT_BasePlayer.m_hObserverTarget": 2097151, + "DT_BasePlayer.m_hUseEntity": 2097151, + "DT_BasePlayer.m_hVehicle": 2097151, + "DT_BasePlayer.m_hViewModel": [ + 1724563, + 453250 + ], + "DT_BasePlayer.m_hZoomOwner": 2097151, + "DT_BasePlayer.m_iBonusChallenge": 0, + "DT_BasePlayer.m_iBonusProgress": 0, + "DT_BasePlayer.m_iDefaultFOV": 90, + "DT_BasePlayer.m_iFOV": 0, + "DT_BasePlayer.m_iFOVStart": 90, + "DT_BasePlayer.m_iHealth": 125, + "DT_BasePlayer.m_iObserverMode": 0, + "DT_BasePlayer.m_lifeState": 0, + "DT_BasePlayer.m_szLastPlaceName": "", + "DT_CollisionProperty.m_nSolidType": 2, + "DT_CollisionProperty.m_nSurroundType": 3, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 16, + "DT_CollisionProperty.m_vecMaxs": { + "x": 24.0, + "y": 24.0, + "z": 82.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 24.0, + "y": 24.0, + "z": 82.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -24.0, + "y": -24.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -24.0, + "y": -24.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 24.0, + "y": 24.0, + "z": 82.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 24.0, + "y": 24.0, + "z": 82.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": -24.0, + "y": -24.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": -24.0, + "y": -24.0, + "z": 0.0 + }, + "DT_Local.m_PlayerFog.m_hCtrl": 1667300, + "DT_Local.m_audio.ent": 2037945, + "DT_Local.m_audio.localBits": 0, + "DT_Local.m_audio.localSound[0]": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_audio.localSound[1]": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_audio.localSound[2]": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_audio.localSound[3]": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_audio.localSound[4]": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_audio.localSound[5]": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_audio.localSound[6]": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_audio.localSound[7]": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_audio.soundscapeIndex": -1, + "DT_Local.m_bAllowAutoMovement": 1, + "DT_Local.m_bDrawViewmodel": 1, + "DT_Local.m_bDucked": 0, + "DT_Local.m_bDucking": 0, + "DT_Local.m_bInDuckJump": 0, + "DT_Local.m_bPoisoned": 0, + "DT_Local.m_bWearingSuit": 1, + "DT_Local.m_flDuckJumpTime": 0.0, + "DT_Local.m_flDucktime": 0.0, + "DT_Local.m_flFOVRate": 0.0, + "DT_Local.m_flFallVelocity": 0.03125, + "DT_Local.m_flJumpTime": 0.0, + "DT_Local.m_flStepSize": 18.0, + "DT_Local.m_iHideHUD": 2050, + "DT_Local.m_skybox3d.area": 1, + "DT_Local.m_skybox3d.fog.blend": 0, + "DT_Local.m_skybox3d.fog.colorPrimary": 9335665, + "DT_Local.m_skybox3d.fog.colorSecondary": 16777215, + "DT_Local.m_skybox3d.fog.dirPrimary": { + "x": 1.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_skybox3d.fog.enable": 1, + "DT_Local.m_skybox3d.fog.end": 14200.0, + "DT_Local.m_skybox3d.fog.maxdensity": 1.0, + "DT_Local.m_skybox3d.fog.start": 50.0, + "DT_Local.m_skybox3d.origin": { + "x": 10271.0, + "y": -113.78125, + "z": 4947.0 + }, + "DT_Local.m_skybox3d.scale": 16, + "DT_Local.m_vecPunchAngle": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Local.m_vecPunchAngleVel": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_LocalPlayerExclusive.m_fOnTarget": 0, + "DT_LocalPlayerExclusive.m_flConstraintRadius": 0.0, + "DT_LocalPlayerExclusive.m_flConstraintSpeedFactor": 0.0, + "DT_LocalPlayerExclusive.m_flConstraintWidth": 0.0, + "DT_LocalPlayerExclusive.m_flDeathTime": 0.0, + "DT_LocalPlayerExclusive.m_flFriction": 1.0, + "DT_LocalPlayerExclusive.m_flLaggedMovementValue": 1.0, + "DT_LocalPlayerExclusive.m_hConstraintEntity": 2097151, + "DT_LocalPlayerExclusive.m_hGroundEntity": 1032192, + "DT_LocalPlayerExclusive.m_hLastWeapon": 1587845, + "DT_LocalPlayerExclusive.m_nNextThinkTick": 0, + "DT_LocalPlayerExclusive.m_nTickBase": 4859, + "DT_LocalPlayerExclusive.m_nWaterLevel": 0, + "DT_LocalPlayerExclusive.m_vecBaseVelocity": { + "x": -0.0009765625, + "y": -0.0009765625, + "z": -0.0009765625 + }, + "DT_LocalPlayerExclusive.m_vecConstraintCenter": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": 0.0, + "DT_LocalPlayerExclusive.m_vecVelocity[1]": 0.0, + "DT_LocalPlayerExclusive.m_vecVelocity[2]": 0.0, + "DT_LocalPlayerExclusive.m_vecViewOffset[0]": 0.0, + "DT_LocalPlayerExclusive.m_vecViewOffset[1]": 0.0, + "DT_LocalPlayerExclusive.m_vecViewOffset[2]": 65.00006, + "DT_PlayerState.deadflag": 0, + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex": 0, + "DT_ScriptCreatedAttribute.m_iRawValue32": 0, + "DT_ScriptCreatedAttribute.m_nRefundableCurrency": 0, + "DT_TFLocalPlayerExclusive.\"player_object_array\"": [], + "DT_TFLocalPlayerExclusive.m_angEyeAngles[0]": 0.35294342, + "DT_TFLocalPlayerExclusive.m_bIsCoaching": 0, + "DT_TFLocalPlayerExclusive.m_hCoach": 2097151, + "DT_TFLocalPlayerExclusive.m_hStudent": 2097151, + "DT_TFLocalPlayerExclusive.m_nCurrency": 0, + "DT_TFLocalPlayerExclusive.m_nExperienceLevel": 1, + "DT_TFLocalPlayerExclusive.m_nExperienceLevelProgress": 0, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3431.0, + "y": 421.331 + }, + "DT_TFLocalPlayerExclusive.m_vecOrigin[2]": 298.03125, + "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[0]": 0.35294342, + "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[1]": 0.0, + "DT_TFNonLocalPlayerExclusive.m_vecOrigin": { + "x": -3431.0, + "y": 421.25 + }, + "DT_TFNonLocalPlayerExclusive.m_vecOrigin[2]": 298.0, + "DT_TFPlayer.m_bAllowMoveDuringTaunt": 0, + "DT_TFPlayer.m_bArenaSpectator": 0, + "DT_TFPlayer.m_bForcedSkin": 0, + "DT_TFPlayer.m_bInPowerPlay": 0, + "DT_TFPlayer.m_bIsABot": 0, + "DT_TFPlayer.m_bIsMiniBoss": 0, + "DT_TFPlayer.m_bIsReadyToHighFive": 0, + "DT_TFPlayer.m_bSaveMeParity": 0, + "DT_TFPlayer.m_bUseBossHealthBar": 0, + "DT_TFPlayer.m_bUsingActionSlot": 0, + "DT_TFPlayer.m_bUsingVRHeadset": 0, + "DT_TFPlayer.m_flCurrentTauntMoveSpeed": 0.0, + "DT_TFPlayer.m_flHandScale": 1.0, + "DT_TFPlayer.m_flHeadScale": 1.0, + "DT_TFPlayer.m_flKartNextAvailableBoost": 0.0, + "DT_TFPlayer.m_flLastDamageTime": 1.0, + "DT_TFPlayer.m_flTauntYaw": 0.0, + "DT_TFPlayer.m_flTorsoScale": 1.0, + "DT_TFPlayer.m_flVehicleReverseTime": 340282350000000000000000000000000000000.0, + "DT_TFPlayer.m_hGrapplingHookTarget": 2097151, + "DT_TFPlayer.m_hHighFivePartner": 2097151, + "DT_TFPlayer.m_hItem": 2097151, + "DT_TFPlayer.m_hRagdoll": 2097151, + "DT_TFPlayer.m_hSecondaryLastWeapon": 2097151, + "DT_TFPlayer.m_iKartHealth": 0, + "DT_TFPlayer.m_iKartState": 0, + "DT_TFPlayer.m_iSpawnCounter": 0, + "DT_TFPlayer.m_iTauntItemDefIndex": -1, + "DT_TFPlayer.m_nActiveTauntSlot": -1, + "DT_TFPlayer.m_nBotSkill": 0, + "DT_TFPlayer.m_nForceTauntCam": 0, + "DT_TFPlayer.m_nForcedSkin": 0, + "DT_TFPlayer.m_nWaterLevel": 0, + "DT_TFPlayerClassShared.m_angCustomModelRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_TFPlayerClassShared.m_bCustomModelRotates": 1, + "DT_TFPlayerClassShared.m_bCustomModelRotationSet": 0, + "DT_TFPlayerClassShared.m_bCustomModelVisibleToSelf": 1, + "DT_TFPlayerClassShared.m_bUseClassAnimations": 0, + "DT_TFPlayerClassShared.m_iClass": 1, + "DT_TFPlayerClassShared.m_iClassModelParity": 0, + "DT_TFPlayerClassShared.m_iszClassIcon": "scout", + "DT_TFPlayerClassShared.m_iszCustomModel": "", + "DT_TFPlayerClassShared.m_vecCustomModelOffset": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_TFPlayerConditionListExclusive._condition_bits": 0, + "DT_TFPlayerScoringDataExclusive.m_iBackstabs": 0, + "DT_TFPlayerScoringDataExclusive.m_iBonusPoints": 0, + "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt": 0, + "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed": 0, + "DT_TFPlayerScoringDataExclusive.m_iCaptures": 0, + "DT_TFPlayerScoringDataExclusive.m_iCrits": 0, + "DT_TFPlayerScoringDataExclusive.m_iDamageDone": 0, + "DT_TFPlayerScoringDataExclusive.m_iDeaths": 0, + "DT_TFPlayerScoringDataExclusive.m_iDefenses": 0, + "DT_TFPlayerScoringDataExclusive.m_iDominations": 0, + "DT_TFPlayerScoringDataExclusive.m_iHeadshots": 0, + "DT_TFPlayerScoringDataExclusive.m_iHealPoints": 0, + "DT_TFPlayerScoringDataExclusive.m_iInvulns": 0, + "DT_TFPlayerScoringDataExclusive.m_iKillAssists": 0, + "DT_TFPlayerScoringDataExclusive.m_iKills": 0, + "DT_TFPlayerScoringDataExclusive.m_iPoints": 0, + "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints": 0, + "DT_TFPlayerScoringDataExclusive.m_iRevenge": 0, + "DT_TFPlayerScoringDataExclusive.m_iSuicides": 0, + "DT_TFPlayerScoringDataExclusive.m_iTeleports": 0, + "DT_TFPlayerShared.m_bArenaFirstBloodBoost": 0, + "DT_TFPlayerShared.m_bCarryingObject": 0, + "DT_TFPlayerShared.m_bFeignDeathReady": 0, + "DT_TFPlayerShared.m_bJumping": 0, + "DT_TFPlayerShared.m_bLoadoutUnavailable": 0, + "DT_TFPlayerShared.m_bShieldEquipped": 0, + "DT_TFPlayerShared.m_flChargeMeter": 100.0, + "DT_TFPlayerShared.m_flCloakMeter": 100.0, + "DT_TFPlayerShared.m_flDuckTimer": 51.78, + "DT_TFPlayerShared.m_flEnergyDrinkMeter": 100.0, + "DT_TFPlayerShared.m_flFirstPrimaryAttack": 69.009995, + "DT_TFPlayerShared.m_flHypeMeter": 0.0, + "DT_TFPlayerShared.m_flInvisChangeCompleteTime": 68.53999, + "DT_TFPlayerShared.m_flMovementStunTime": 0.0, + "DT_TFPlayerShared.m_flNextNoiseMakerTime": 0.0, + "DT_TFPlayerShared.m_flSpyTranqBuffDuration": 0.0, + "DT_TFPlayerShared.m_hCarriedObject": 2097151, + "DT_TFPlayerShared.m_hDisguiseWeapon": 2097151, + "DT_TFPlayerShared.m_hStunner": 2097151, + "DT_TFPlayerShared.m_iAirDash": 0, + "DT_TFPlayerShared.m_iCritMult": 0, + "DT_TFPlayerShared.m_iDecapitations": 0, + "DT_TFPlayerShared.m_iDesiredPlayerClass": 1, + "DT_TFPlayerShared.m_iDisguiseBody": 0, + "DT_TFPlayerShared.m_iDisguiseHealth": 0, + "DT_TFPlayerShared.m_iDisguiseTargetIndex": 0, + "DT_TFPlayerShared.m_iItemFindBonus": 0, + "DT_TFPlayerShared.m_iKillCountSinceLastDeploy": 0, + "DT_TFPlayerShared.m_iMovementStunAmount": 0, + "DT_TFPlayerShared.m_iMovementStunParity": 0, + "DT_TFPlayerShared.m_iNextMeleeCrit": 0, + "DT_TFPlayerShared.m_iRevengeCrits": 0, + "DT_TFPlayerShared.m_iStunFlags": 0, + "DT_TFPlayerShared.m_iStunIndex": -1, + "DT_TFPlayerShared.m_iTauntConcept": 0, + "DT_TFPlayerShared.m_iTauntIndex": 0, + "DT_TFPlayerShared.m_iWeaponKnockbackID": -1, + "DT_TFPlayerShared.m_nAirDucked": 0, + "DT_TFPlayerShared.m_nArenaNumChanges": 0, + "DT_TFPlayerShared.m_nDisguiseClass": 0, + "DT_TFPlayerShared.m_nDisguiseTeam": 0, + "DT_TFPlayerShared.m_nHalloweenBombHeadStage": 0, + "DT_TFPlayerShared.m_nMaskClass": 0, + "DT_TFPlayerShared.m_nNumHealers": 0, + "DT_TFPlayerShared.m_nPlayerCond": 0, + "DT_TFPlayerShared.m_nPlayerCondEx": 0, + "DT_TFPlayerShared.m_nPlayerCondEx2": 0, + "DT_TFPlayerShared.m_nPlayerCondEx3": 0, + "DT_TFPlayerShared.m_nPlayerState": 0, + "DT_TFPlayerShared.m_nTeamTeleporterUsed": 0, + "DT_TFPlayerShared.m_unTauntSourceItemID_High": 0, + "DT_TFPlayerShared.m_unTauntSourceItemID_Low": 0, + "DT_TFPlayerSharedLocal.m_bInUpgradeZone": 0, + "DT_TFPlayerSharedLocal.m_bLastDisguisedAsOwnTeam": 0, + "DT_TFPlayerSharedLocal.m_bRageDraining": 0, + "DT_TFPlayerSharedLocal.m_flNextRageEarnTime": 0.0, + "DT_TFPlayerSharedLocal.m_flRageMeter": 0.0, + "DT_TFPlayerSharedLocal.m_flStealthNextChangeTime": 0.0, + "DT_TFPlayerSharedLocal.m_flStealthNoAttackExpire": 68.53999, + "DT_TFPlayerSharedLocal.m_nDesiredDisguiseClass": 0, + "DT_TFPlayerSharedLocal.m_nDesiredDisguiseTeam": 0, + "_LPT_m_Attributes_15.lengthprop15": 0, + "_LPT_m_hMyWearables_8.lengthprop8": 3, + "_ST_m_hMyWearables_8.000": 1688201, + "_ST_m_hMyWearables_8.001": 1645192, + "_ST_m_hMyWearables_8.002": 578183, + "_ST_m_hMyWearables_8.003": 0, + "_ST_m_hMyWearables_8.004": 0, + "_ST_m_hMyWearables_8.005": 0, + "_ST_m_hMyWearables_8.006": 0, + "_ST_m_hMyWearables_8.007": 0, + "m_bPlayerDominated.000": 0, + "m_bPlayerDominated.001": 0, + "m_bPlayerDominated.002": 0, + "m_bPlayerDominated.003": 0, + "m_bPlayerDominated.004": 0, + "m_bPlayerDominated.005": 0, + "m_bPlayerDominated.006": 0, + "m_bPlayerDominated.007": 0, + "m_bPlayerDominated.008": 0, + "m_bPlayerDominated.009": 0, + "m_bPlayerDominated.010": 0, + "m_bPlayerDominated.011": 0, + "m_bPlayerDominated.012": 0, + "m_bPlayerDominated.013": 0, + "m_bPlayerDominated.014": 0, + "m_bPlayerDominated.015": 0, + "m_bPlayerDominated.016": 0, + "m_bPlayerDominated.017": 0, + "m_bPlayerDominated.018": 0, + "m_bPlayerDominated.019": 0, + "m_bPlayerDominated.020": 0, + "m_bPlayerDominated.021": 0, + "m_bPlayerDominated.022": 0, + "m_bPlayerDominated.023": 0, + "m_bPlayerDominated.024": 0, + "m_bPlayerDominated.025": 0, + "m_bPlayerDominated.026": 0, + "m_bPlayerDominated.027": 0, + "m_bPlayerDominated.028": 0, + "m_bPlayerDominated.029": 0, + "m_bPlayerDominated.030": 0, + "m_bPlayerDominated.031": 0, + "m_bPlayerDominated.032": 0, + "m_bPlayerDominated.033": 0, + "m_bPlayerDominatingMe.000": 0, + "m_bPlayerDominatingMe.001": 0, + "m_bPlayerDominatingMe.002": 0, + "m_bPlayerDominatingMe.003": 0, + "m_bPlayerDominatingMe.004": 0, + "m_bPlayerDominatingMe.005": 0, + "m_bPlayerDominatingMe.006": 0, + "m_bPlayerDominatingMe.007": 0, + "m_bPlayerDominatingMe.008": 0, + "m_bPlayerDominatingMe.009": 0, + "m_bPlayerDominatingMe.010": 0, + "m_bPlayerDominatingMe.011": 0, + "m_bPlayerDominatingMe.012": 0, + "m_bPlayerDominatingMe.013": 0, + "m_bPlayerDominatingMe.014": 0, + "m_bPlayerDominatingMe.015": 0, + "m_bPlayerDominatingMe.016": 0, + "m_bPlayerDominatingMe.017": 0, + "m_bPlayerDominatingMe.018": 0, + "m_bPlayerDominatingMe.019": 0, + "m_bPlayerDominatingMe.020": 0, + "m_bPlayerDominatingMe.021": 0, + "m_bPlayerDominatingMe.022": 0, + "m_bPlayerDominatingMe.023": 0, + "m_bPlayerDominatingMe.024": 0, + "m_bPlayerDominatingMe.025": 0, + "m_bPlayerDominatingMe.026": 0, + "m_bPlayerDominatingMe.027": 0, + "m_bPlayerDominatingMe.028": 0, + "m_bPlayerDominatingMe.029": 0, + "m_bPlayerDominatingMe.030": 0, + "m_bPlayerDominatingMe.031": 0, + "m_bPlayerDominatingMe.032": 0, + "m_bPlayerDominatingMe.033": 0, + "m_chAreaBits.000": 248, + "m_chAreaBits.001": 102, + "m_chAreaBits.002": 0, + "m_chAreaBits.003": 0, + "m_chAreaBits.004": 0, + "m_chAreaBits.005": 0, + "m_chAreaBits.006": 0, + "m_chAreaBits.007": 0, + "m_chAreaBits.008": 0, + "m_chAreaBits.009": 0, + "m_chAreaBits.010": 0, + "m_chAreaBits.011": 0, + "m_chAreaBits.012": 0, + "m_chAreaBits.013": 0, + "m_chAreaBits.014": 0, + "m_chAreaBits.015": 0, + "m_chAreaBits.016": 0, + "m_chAreaBits.017": 0, + "m_chAreaBits.018": 0, + "m_chAreaBits.019": 0, + "m_chAreaBits.020": 0, + "m_chAreaBits.021": 0, + "m_chAreaBits.022": 0, + "m_chAreaBits.023": 0, + "m_chAreaBits.024": 0, + "m_chAreaBits.025": 0, + "m_chAreaBits.026": 0, + "m_chAreaBits.027": 0, + "m_chAreaBits.028": 0, + "m_chAreaBits.029": 0, + "m_chAreaBits.030": 0, + "m_chAreaBits.031": 0, + "m_chAreaPortalBits.000": 230, + "m_chAreaPortalBits.001": 255, + "m_chAreaPortalBits.002": 219, + "m_chAreaPortalBits.003": 121, + "m_chAreaPortalBits.004": 0, + "m_chAreaPortalBits.005": 0, + "m_chAreaPortalBits.006": 0, + "m_chAreaPortalBits.007": 0, + "m_chAreaPortalBits.008": 0, + "m_chAreaPortalBits.009": 0, + "m_chAreaPortalBits.010": 0, + "m_chAreaPortalBits.011": 0, + "m_chAreaPortalBits.012": 0, + "m_chAreaPortalBits.013": 0, + "m_chAreaPortalBits.014": 0, + "m_chAreaPortalBits.015": 0, + "m_chAreaPortalBits.016": 0, + "m_chAreaPortalBits.017": 0, + "m_chAreaPortalBits.018": 0, + "m_chAreaPortalBits.019": 0, + "m_chAreaPortalBits.020": 0, + "m_chAreaPortalBits.021": 0, + "m_chAreaPortalBits.022": 0, + "m_chAreaPortalBits.023": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_hMyWeapons.000": 1606276, + "m_hMyWeapons.001": 1587845, + "m_hMyWeapons.002": 1211014, + "m_hMyWeapons.003": 2097151, + "m_hMyWeapons.004": 2097151, + "m_hMyWeapons.005": 2097151, + "m_hMyWeapons.006": 2097151, + "m_hMyWeapons.007": 2097151, + "m_hMyWeapons.008": 2097151, + "m_hMyWeapons.009": 2097151, + "m_hMyWeapons.010": 2097151, + "m_hMyWeapons.011": 2097151, + "m_hMyWeapons.012": 2097151, + "m_hMyWeapons.013": 2097151, + "m_hMyWeapons.014": 2097151, + "m_hMyWeapons.015": 2097151, + "m_hMyWeapons.016": 2097151, + "m_hMyWeapons.017": 2097151, + "m_hMyWeapons.018": 2097151, + "m_hMyWeapons.019": 2097151, + "m_hMyWeapons.020": 2097151, + "m_hMyWeapons.021": 2097151, + "m_hMyWeapons.022": 2097151, + "m_hMyWeapons.023": 2097151, + "m_hMyWeapons.024": 2097151, + "m_hMyWeapons.025": 2097151, + "m_hMyWeapons.026": 2097151, + "m_hMyWeapons.027": 2097151, + "m_hMyWeapons.028": 2097151, + "m_hMyWeapons.029": 2097151, + "m_hMyWeapons.030": 2097151, + "m_hMyWeapons.031": 2097151, + "m_hMyWeapons.032": 2097151, + "m_hMyWeapons.033": 2097151, + "m_hMyWeapons.034": 2097151, + "m_hMyWeapons.035": 2097151, + "m_hMyWeapons.036": 2097151, + "m_hMyWeapons.037": 2097151, + "m_hMyWeapons.038": 2097151, + "m_hMyWeapons.039": 2097151, + "m_hMyWeapons.040": 2097151, + "m_hMyWeapons.041": 2097151, + "m_hMyWeapons.042": 2097151, + "m_hMyWeapons.043": 2097151, + "m_hMyWeapons.044": 2097151, + "m_hMyWeapons.045": 2097151, + "m_hMyWeapons.046": 2097151, + "m_hMyWeapons.047": 2097151, + "m_iAmmo.000": 0, + "m_iAmmo.001": 32, + "m_iAmmo.002": 36, + "m_iAmmo.003": 100, + "m_iAmmo.004": 1, + "m_iAmmo.005": 1, + "m_iAmmo.006": 1, + "m_iAmmo.007": 0, + "m_iAmmo.008": 0, + "m_iAmmo.009": 0, + "m_iAmmo.010": 0, + "m_iAmmo.011": 0, + "m_iAmmo.012": 0, + "m_iAmmo.013": 0, + "m_iAmmo.014": 0, + "m_iAmmo.015": 0, + "m_iAmmo.016": 0, + "m_iAmmo.017": 0, + "m_iAmmo.018": 0, + "m_iAmmo.019": 0, + "m_iAmmo.020": 0, + "m_iAmmo.021": 0, + "m_iAmmo.022": 0, + "m_iAmmo.023": 0, + "m_iAmmo.024": 0, + "m_iAmmo.025": 0, + "m_iAmmo.026": 0, + "m_iAmmo.027": 0, + "m_iAmmo.028": 0, + "m_iAmmo.029": 0, + "m_iAmmo.030": 0, + "m_iAmmo.031": 0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0, + "m_nStreaks.000": 0, + "m_nStreaks.001": 0, + "m_nStreaks.002": 0, + "m_nStreaks.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFTeam", + "id": 25, + "props": { + "DT_TFTeam.\"team_object_array\"": [], + "DT_TFTeam.m_hLeader": 2097151, + "DT_TFTeam.m_iRole": 0, + "DT_TFTeam.m_nFlagCaptures": 0, + "DT_Team.\"player_array\"": [], + "DT_Team.m_iRoundsWon": 0, + "DT_Team.m_iScore": 0, + "DT_Team.m_iTeamNum": 0, + "DT_Team.m_szTeamname": "Unassigned" + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFTeam", + "id": 26, + "props": { + "DT_TFTeam.\"team_object_array\"": [], + "DT_TFTeam.m_hLeader": 2097151, + "DT_TFTeam.m_iRole": 0, + "DT_TFTeam.m_nFlagCaptures": 0, + "DT_Team.\"player_array\"": [], + "DT_Team.m_iRoundsWon": 0, + "DT_Team.m_iScore": 0, + "DT_Team.m_iTeamNum": 1, + "DT_Team.m_szTeamname": "Spectator" + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFTeam", + "id": 27, + "props": { + "DT_TFTeam.\"team_object_array\"": [], + "DT_TFTeam.m_hLeader": 1972225, + "DT_TFTeam.m_iRole": 0, + "DT_TFTeam.m_nFlagCaptures": 0, + "DT_Team.\"player_array\"": [ + 1 + ], + "DT_Team.m_iRoundsWon": 0, + "DT_Team.m_iScore": 0, + "DT_Team.m_iTeamNum": 2, + "DT_Team.m_szTeamname": "Red" + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFTeam", + "id": 28, + "props": { + "DT_TFTeam.\"team_object_array\"": [], + "DT_TFTeam.m_hLeader": 2097151, + "DT_TFTeam.m_iRole": 0, + "DT_TFTeam.m_nFlagCaptures": 0, + "DT_Team.\"player_array\"": [], + "DT_Team.m_iRoundsWon": 0, + "DT_Team.m_iScore": 0, + "DT_Team.m_iTeamNum": 3, + "DT_Team.m_szTeamname": "Blue" + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFPlayerResource", + "id": 30, + "props": { + "m_bAlive.000": 0, + "m_bAlive.001": 1, + "m_bAlive.002": 0, + "m_bAlive.003": 0, + "m_bAlive.004": 0, + "m_bAlive.005": 0, + "m_bAlive.006": 0, + "m_bAlive.007": 0, + "m_bAlive.008": 0, + "m_bAlive.009": 0, + "m_bAlive.010": 0, + "m_bAlive.011": 0, + "m_bAlive.012": 0, + "m_bAlive.013": 0, + "m_bAlive.014": 0, + "m_bAlive.015": 0, + "m_bAlive.016": 0, + "m_bAlive.017": 0, + "m_bAlive.018": 0, + "m_bAlive.019": 0, + "m_bAlive.020": 0, + "m_bAlive.021": 0, + "m_bAlive.022": 0, + "m_bAlive.023": 0, + "m_bAlive.024": 0, + "m_bAlive.025": 0, + "m_bAlive.026": 0, + "m_bAlive.027": 0, + "m_bAlive.028": 0, + "m_bAlive.029": 0, + "m_bAlive.030": 0, + "m_bAlive.031": 0, + "m_bAlive.032": 0, + "m_bAlive.033": 0, + "m_bArenaSpectator.000": 0, + "m_bArenaSpectator.001": 0, + "m_bArenaSpectator.002": 0, + "m_bArenaSpectator.003": 0, + "m_bArenaSpectator.004": 0, + "m_bArenaSpectator.005": 0, + "m_bArenaSpectator.006": 0, + "m_bArenaSpectator.007": 0, + "m_bArenaSpectator.008": 0, + "m_bArenaSpectator.009": 0, + "m_bArenaSpectator.010": 0, + "m_bArenaSpectator.011": 0, + "m_bArenaSpectator.012": 0, + "m_bArenaSpectator.013": 0, + "m_bArenaSpectator.014": 0, + "m_bArenaSpectator.015": 0, + "m_bArenaSpectator.016": 0, + "m_bArenaSpectator.017": 0, + "m_bArenaSpectator.018": 0, + "m_bArenaSpectator.019": 0, + "m_bArenaSpectator.020": 0, + "m_bArenaSpectator.021": 0, + "m_bArenaSpectator.022": 0, + "m_bArenaSpectator.023": 0, + "m_bArenaSpectator.024": 0, + "m_bArenaSpectator.025": 0, + "m_bArenaSpectator.026": 0, + "m_bArenaSpectator.027": 0, + "m_bArenaSpectator.028": 0, + "m_bArenaSpectator.029": 0, + "m_bArenaSpectator.030": 0, + "m_bArenaSpectator.031": 0, + "m_bArenaSpectator.032": 0, + "m_bArenaSpectator.033": 0, + "m_bConnected.000": 0, + "m_bConnected.001": 1, + "m_bConnected.002": 0, + "m_bConnected.003": 0, + "m_bConnected.004": 0, + "m_bConnected.005": 0, + "m_bConnected.006": 0, + "m_bConnected.007": 0, + "m_bConnected.008": 0, + "m_bConnected.009": 0, + "m_bConnected.010": 0, + "m_bConnected.011": 0, + "m_bConnected.012": 0, + "m_bConnected.013": 0, + "m_bConnected.014": 0, + "m_bConnected.015": 0, + "m_bConnected.016": 0, + "m_bConnected.017": 0, + "m_bConnected.018": 0, + "m_bConnected.019": 0, + "m_bConnected.020": 0, + "m_bConnected.021": 0, + "m_bConnected.022": 0, + "m_bConnected.023": 0, + "m_bConnected.024": 0, + "m_bConnected.025": 0, + "m_bConnected.026": 0, + "m_bConnected.027": 0, + "m_bConnected.028": 0, + "m_bConnected.029": 0, + "m_bConnected.030": 0, + "m_bConnected.031": 0, + "m_bConnected.032": 0, + "m_bConnected.033": 0, + "m_flNextRespawnTime.000": 0.0, + "m_flNextRespawnTime.001": 0.0, + "m_flNextRespawnTime.002": 0.0, + "m_flNextRespawnTime.003": 0.0, + "m_flNextRespawnTime.004": 0.0, + "m_flNextRespawnTime.005": 0.0, + "m_flNextRespawnTime.006": 0.0, + "m_flNextRespawnTime.007": 0.0, + "m_flNextRespawnTime.008": 0.0, + "m_flNextRespawnTime.009": 0.0, + "m_flNextRespawnTime.010": 0.0, + "m_flNextRespawnTime.011": 0.0, + "m_flNextRespawnTime.012": 0.0, + "m_flNextRespawnTime.013": 0.0, + "m_flNextRespawnTime.014": 0.0, + "m_flNextRespawnTime.015": 0.0, + "m_flNextRespawnTime.016": 0.0, + "m_flNextRespawnTime.017": 0.0, + "m_flNextRespawnTime.018": 0.0, + "m_flNextRespawnTime.019": 0.0, + "m_flNextRespawnTime.020": 0.0, + "m_flNextRespawnTime.021": 0.0, + "m_flNextRespawnTime.022": 0.0, + "m_flNextRespawnTime.023": 0.0, + "m_flNextRespawnTime.024": 0.0, + "m_flNextRespawnTime.025": 0.0, + "m_flNextRespawnTime.026": 0.0, + "m_flNextRespawnTime.027": 0.0, + "m_flNextRespawnTime.028": 0.0, + "m_flNextRespawnTime.029": 0.0, + "m_flNextRespawnTime.030": 0.0, + "m_flNextRespawnTime.031": 0.0, + "m_flNextRespawnTime.032": 0.0, + "m_flNextRespawnTime.033": 0.0, + "m_iActiveDominations.000": 0, + "m_iActiveDominations.001": 0, + "m_iActiveDominations.002": 0, + "m_iActiveDominations.003": 0, + "m_iActiveDominations.004": 0, + "m_iActiveDominations.005": 0, + "m_iActiveDominations.006": 0, + "m_iActiveDominations.007": 0, + "m_iActiveDominations.008": 0, + "m_iActiveDominations.009": 0, + "m_iActiveDominations.010": 0, + "m_iActiveDominations.011": 0, + "m_iActiveDominations.012": 0, + "m_iActiveDominations.013": 0, + "m_iActiveDominations.014": 0, + "m_iActiveDominations.015": 0, + "m_iActiveDominations.016": 0, + "m_iActiveDominations.017": 0, + "m_iActiveDominations.018": 0, + "m_iActiveDominations.019": 0, + "m_iActiveDominations.020": 0, + "m_iActiveDominations.021": 0, + "m_iActiveDominations.022": 0, + "m_iActiveDominations.023": 0, + "m_iActiveDominations.024": 0, + "m_iActiveDominations.025": 0, + "m_iActiveDominations.026": 0, + "m_iActiveDominations.027": 0, + "m_iActiveDominations.028": 0, + "m_iActiveDominations.029": 0, + "m_iActiveDominations.030": 0, + "m_iActiveDominations.031": 0, + "m_iActiveDominations.032": 0, + "m_iActiveDominations.033": 0, + "m_iBonusPoints.000": 0, + "m_iBonusPoints.001": 0, + "m_iBonusPoints.002": 0, + "m_iBonusPoints.003": 0, + "m_iBonusPoints.004": 0, + "m_iBonusPoints.005": 0, + "m_iBonusPoints.006": 0, + "m_iBonusPoints.007": 0, + "m_iBonusPoints.008": 0, + "m_iBonusPoints.009": 0, + "m_iBonusPoints.010": 0, + "m_iBonusPoints.011": 0, + "m_iBonusPoints.012": 0, + "m_iBonusPoints.013": 0, + "m_iBonusPoints.014": 0, + "m_iBonusPoints.015": 0, + "m_iBonusPoints.016": 0, + "m_iBonusPoints.017": 0, + "m_iBonusPoints.018": 0, + "m_iBonusPoints.019": 0, + "m_iBonusPoints.020": 0, + "m_iBonusPoints.021": 0, + "m_iBonusPoints.022": 0, + "m_iBonusPoints.023": 0, + "m_iBonusPoints.024": 0, + "m_iBonusPoints.025": 0, + "m_iBonusPoints.026": 0, + "m_iBonusPoints.027": 0, + "m_iBonusPoints.028": 0, + "m_iBonusPoints.029": 0, + "m_iBonusPoints.030": 0, + "m_iBonusPoints.031": 0, + "m_iBonusPoints.032": 0, + "m_iBonusPoints.033": 0, + "m_iChargeLevel.000": 0, + "m_iChargeLevel.001": 0, + "m_iChargeLevel.002": 0, + "m_iChargeLevel.003": 0, + "m_iChargeLevel.004": 0, + "m_iChargeLevel.005": 0, + "m_iChargeLevel.006": 0, + "m_iChargeLevel.007": 0, + "m_iChargeLevel.008": 0, + "m_iChargeLevel.009": 0, + "m_iChargeLevel.010": 0, + "m_iChargeLevel.011": 0, + "m_iChargeLevel.012": 0, + "m_iChargeLevel.013": 0, + "m_iChargeLevel.014": 0, + "m_iChargeLevel.015": 0, + "m_iChargeLevel.016": 0, + "m_iChargeLevel.017": 0, + "m_iChargeLevel.018": 0, + "m_iChargeLevel.019": 0, + "m_iChargeLevel.020": 0, + "m_iChargeLevel.021": 0, + "m_iChargeLevel.022": 0, + "m_iChargeLevel.023": 0, + "m_iChargeLevel.024": 0, + "m_iChargeLevel.025": 0, + "m_iChargeLevel.026": 0, + "m_iChargeLevel.027": 0, + "m_iChargeLevel.028": 0, + "m_iChargeLevel.029": 0, + "m_iChargeLevel.030": 0, + "m_iChargeLevel.031": 0, + "m_iChargeLevel.032": 0, + "m_iChargeLevel.033": 0, + "m_iCurrencyCollected.000": 0, + "m_iCurrencyCollected.001": 0, + "m_iCurrencyCollected.002": 0, + "m_iCurrencyCollected.003": 0, + "m_iCurrencyCollected.004": 0, + "m_iCurrencyCollected.005": 0, + "m_iCurrencyCollected.006": 0, + "m_iCurrencyCollected.007": 0, + "m_iCurrencyCollected.008": 0, + "m_iCurrencyCollected.009": 0, + "m_iCurrencyCollected.010": 0, + "m_iCurrencyCollected.011": 0, + "m_iCurrencyCollected.012": 0, + "m_iCurrencyCollected.013": 0, + "m_iCurrencyCollected.014": 0, + "m_iCurrencyCollected.015": 0, + "m_iCurrencyCollected.016": 0, + "m_iCurrencyCollected.017": 0, + "m_iCurrencyCollected.018": 0, + "m_iCurrencyCollected.019": 0, + "m_iCurrencyCollected.020": 0, + "m_iCurrencyCollected.021": 0, + "m_iCurrencyCollected.022": 0, + "m_iCurrencyCollected.023": 0, + "m_iCurrencyCollected.024": 0, + "m_iCurrencyCollected.025": 0, + "m_iCurrencyCollected.026": 0, + "m_iCurrencyCollected.027": 0, + "m_iCurrencyCollected.028": 0, + "m_iCurrencyCollected.029": 0, + "m_iCurrencyCollected.030": 0, + "m_iCurrencyCollected.031": 0, + "m_iCurrencyCollected.032": 0, + "m_iCurrencyCollected.033": 0, + "m_iDamage.000": 0, + "m_iDamage.001": 0, + "m_iDamage.002": 0, + "m_iDamage.003": 0, + "m_iDamage.004": 0, + "m_iDamage.005": 0, + "m_iDamage.006": 0, + "m_iDamage.007": 0, + "m_iDamage.008": 0, + "m_iDamage.009": 0, + "m_iDamage.010": 0, + "m_iDamage.011": 0, + "m_iDamage.012": 0, + "m_iDamage.013": 0, + "m_iDamage.014": 0, + "m_iDamage.015": 0, + "m_iDamage.016": 0, + "m_iDamage.017": 0, + "m_iDamage.018": 0, + "m_iDamage.019": 0, + "m_iDamage.020": 0, + "m_iDamage.021": 0, + "m_iDamage.022": 0, + "m_iDamage.023": 0, + "m_iDamage.024": 0, + "m_iDamage.025": 0, + "m_iDamage.026": 0, + "m_iDamage.027": 0, + "m_iDamage.028": 0, + "m_iDamage.029": 0, + "m_iDamage.030": 0, + "m_iDamage.031": 0, + "m_iDamage.032": 0, + "m_iDamage.033": 0, + "m_iDamageAssist.000": 0, + "m_iDamageAssist.001": 0, + "m_iDamageAssist.002": 0, + "m_iDamageAssist.003": 0, + "m_iDamageAssist.004": 0, + "m_iDamageAssist.005": 0, + "m_iDamageAssist.006": 0, + "m_iDamageAssist.007": 0, + "m_iDamageAssist.008": 0, + "m_iDamageAssist.009": 0, + "m_iDamageAssist.010": 0, + "m_iDamageAssist.011": 0, + "m_iDamageAssist.012": 0, + "m_iDamageAssist.013": 0, + "m_iDamageAssist.014": 0, + "m_iDamageAssist.015": 0, + "m_iDamageAssist.016": 0, + "m_iDamageAssist.017": 0, + "m_iDamageAssist.018": 0, + "m_iDamageAssist.019": 0, + "m_iDamageAssist.020": 0, + "m_iDamageAssist.021": 0, + "m_iDamageAssist.022": 0, + "m_iDamageAssist.023": 0, + "m_iDamageAssist.024": 0, + "m_iDamageAssist.025": 0, + "m_iDamageAssist.026": 0, + "m_iDamageAssist.027": 0, + "m_iDamageAssist.028": 0, + "m_iDamageAssist.029": 0, + "m_iDamageAssist.030": 0, + "m_iDamageAssist.031": 0, + "m_iDamageAssist.032": 0, + "m_iDamageAssist.033": 0, + "m_iDamageBlocked.000": 0, + "m_iDamageBlocked.001": 0, + "m_iDamageBlocked.002": 0, + "m_iDamageBlocked.003": 0, + "m_iDamageBlocked.004": 0, + "m_iDamageBlocked.005": 0, + "m_iDamageBlocked.006": 0, + "m_iDamageBlocked.007": 0, + "m_iDamageBlocked.008": 0, + "m_iDamageBlocked.009": 0, + "m_iDamageBlocked.010": 0, + "m_iDamageBlocked.011": 0, + "m_iDamageBlocked.012": 0, + "m_iDamageBlocked.013": 0, + "m_iDamageBlocked.014": 0, + "m_iDamageBlocked.015": 0, + "m_iDamageBlocked.016": 0, + "m_iDamageBlocked.017": 0, + "m_iDamageBlocked.018": 0, + "m_iDamageBlocked.019": 0, + "m_iDamageBlocked.020": 0, + "m_iDamageBlocked.021": 0, + "m_iDamageBlocked.022": 0, + "m_iDamageBlocked.023": 0, + "m_iDamageBlocked.024": 0, + "m_iDamageBlocked.025": 0, + "m_iDamageBlocked.026": 0, + "m_iDamageBlocked.027": 0, + "m_iDamageBlocked.028": 0, + "m_iDamageBlocked.029": 0, + "m_iDamageBlocked.030": 0, + "m_iDamageBlocked.031": 0, + "m_iDamageBlocked.032": 0, + "m_iDamageBlocked.033": 0, + "m_iDamageBoss.000": 0, + "m_iDamageBoss.001": 0, + "m_iDamageBoss.002": 0, + "m_iDamageBoss.003": 0, + "m_iDamageBoss.004": 0, + "m_iDamageBoss.005": 0, + "m_iDamageBoss.006": 0, + "m_iDamageBoss.007": 0, + "m_iDamageBoss.008": 0, + "m_iDamageBoss.009": 0, + "m_iDamageBoss.010": 0, + "m_iDamageBoss.011": 0, + "m_iDamageBoss.012": 0, + "m_iDamageBoss.013": 0, + "m_iDamageBoss.014": 0, + "m_iDamageBoss.015": 0, + "m_iDamageBoss.016": 0, + "m_iDamageBoss.017": 0, + "m_iDamageBoss.018": 0, + "m_iDamageBoss.019": 0, + "m_iDamageBoss.020": 0, + "m_iDamageBoss.021": 0, + "m_iDamageBoss.022": 0, + "m_iDamageBoss.023": 0, + "m_iDamageBoss.024": 0, + "m_iDamageBoss.025": 0, + "m_iDamageBoss.026": 0, + "m_iDamageBoss.027": 0, + "m_iDamageBoss.028": 0, + "m_iDamageBoss.029": 0, + "m_iDamageBoss.030": 0, + "m_iDamageBoss.031": 0, + "m_iDamageBoss.032": 0, + "m_iDamageBoss.033": 0, + "m_iDeaths.000": 0, + "m_iDeaths.001": 0, + "m_iDeaths.002": 0, + "m_iDeaths.003": 0, + "m_iDeaths.004": 0, + "m_iDeaths.005": 0, + "m_iDeaths.006": 0, + "m_iDeaths.007": 0, + "m_iDeaths.008": 0, + "m_iDeaths.009": 0, + "m_iDeaths.010": 0, + "m_iDeaths.011": 0, + "m_iDeaths.012": 0, + "m_iDeaths.013": 0, + "m_iDeaths.014": 0, + "m_iDeaths.015": 0, + "m_iDeaths.016": 0, + "m_iDeaths.017": 0, + "m_iDeaths.018": 0, + "m_iDeaths.019": 0, + "m_iDeaths.020": 0, + "m_iDeaths.021": 0, + "m_iDeaths.022": 0, + "m_iDeaths.023": 0, + "m_iDeaths.024": 0, + "m_iDeaths.025": 0, + "m_iDeaths.026": 0, + "m_iDeaths.027": 0, + "m_iDeaths.028": 0, + "m_iDeaths.029": 0, + "m_iDeaths.030": 0, + "m_iDeaths.031": 0, + "m_iDeaths.032": 0, + "m_iDeaths.033": 0, + "m_iHealing.000": 0, + "m_iHealing.001": 0, + "m_iHealing.002": 0, + "m_iHealing.003": 0, + "m_iHealing.004": 0, + "m_iHealing.005": 0, + "m_iHealing.006": 0, + "m_iHealing.007": 0, + "m_iHealing.008": 0, + "m_iHealing.009": 0, + "m_iHealing.010": 0, + "m_iHealing.011": 0, + "m_iHealing.012": 0, + "m_iHealing.013": 0, + "m_iHealing.014": 0, + "m_iHealing.015": 0, + "m_iHealing.016": 0, + "m_iHealing.017": 0, + "m_iHealing.018": 0, + "m_iHealing.019": 0, + "m_iHealing.020": 0, + "m_iHealing.021": 0, + "m_iHealing.022": 0, + "m_iHealing.023": 0, + "m_iHealing.024": 0, + "m_iHealing.025": 0, + "m_iHealing.026": 0, + "m_iHealing.027": 0, + "m_iHealing.028": 0, + "m_iHealing.029": 0, + "m_iHealing.030": 0, + "m_iHealing.031": 0, + "m_iHealing.032": 0, + "m_iHealing.033": 0, + "m_iHealingAssist.000": 0, + "m_iHealingAssist.001": 0, + "m_iHealingAssist.002": 0, + "m_iHealingAssist.003": 0, + "m_iHealingAssist.004": 0, + "m_iHealingAssist.005": 0, + "m_iHealingAssist.006": 0, + "m_iHealingAssist.007": 0, + "m_iHealingAssist.008": 0, + "m_iHealingAssist.009": 0, + "m_iHealingAssist.010": 0, + "m_iHealingAssist.011": 0, + "m_iHealingAssist.012": 0, + "m_iHealingAssist.013": 0, + "m_iHealingAssist.014": 0, + "m_iHealingAssist.015": 0, + "m_iHealingAssist.016": 0, + "m_iHealingAssist.017": 0, + "m_iHealingAssist.018": 0, + "m_iHealingAssist.019": 0, + "m_iHealingAssist.020": 0, + "m_iHealingAssist.021": 0, + "m_iHealingAssist.022": 0, + "m_iHealingAssist.023": 0, + "m_iHealingAssist.024": 0, + "m_iHealingAssist.025": 0, + "m_iHealingAssist.026": 0, + "m_iHealingAssist.027": 0, + "m_iHealingAssist.028": 0, + "m_iHealingAssist.029": 0, + "m_iHealingAssist.030": 0, + "m_iHealingAssist.031": 0, + "m_iHealingAssist.032": 0, + "m_iHealingAssist.033": 0, + "m_iHealth.000": 0, + "m_iHealth.001": 125, + "m_iHealth.002": 0, + "m_iHealth.003": 0, + "m_iHealth.004": 0, + "m_iHealth.005": 0, + "m_iHealth.006": 0, + "m_iHealth.007": 0, + "m_iHealth.008": 0, + "m_iHealth.009": 0, + "m_iHealth.010": 0, + "m_iHealth.011": 0, + "m_iHealth.012": 0, + "m_iHealth.013": 0, + "m_iHealth.014": 0, + "m_iHealth.015": 0, + "m_iHealth.016": 0, + "m_iHealth.017": 0, + "m_iHealth.018": 0, + "m_iHealth.019": 0, + "m_iHealth.020": 0, + "m_iHealth.021": 0, + "m_iHealth.022": 0, + "m_iHealth.023": 0, + "m_iHealth.024": 0, + "m_iHealth.025": 0, + "m_iHealth.026": 0, + "m_iHealth.027": 0, + "m_iHealth.028": 0, + "m_iHealth.029": 0, + "m_iHealth.030": 0, + "m_iHealth.031": 0, + "m_iHealth.032": 0, + "m_iHealth.033": 0, + "m_iMaxBuffedHealth.000": 1, + "m_iMaxBuffedHealth.001": 125, + "m_iMaxBuffedHealth.002": 1, + "m_iMaxBuffedHealth.003": 1, + "m_iMaxBuffedHealth.004": 1, + "m_iMaxBuffedHealth.005": 1, + "m_iMaxBuffedHealth.006": 1, + "m_iMaxBuffedHealth.007": 1, + "m_iMaxBuffedHealth.008": 1, + "m_iMaxBuffedHealth.009": 1, + "m_iMaxBuffedHealth.010": 1, + "m_iMaxBuffedHealth.011": 1, + "m_iMaxBuffedHealth.012": 1, + "m_iMaxBuffedHealth.013": 1, + "m_iMaxBuffedHealth.014": 1, + "m_iMaxBuffedHealth.015": 1, + "m_iMaxBuffedHealth.016": 1, + "m_iMaxBuffedHealth.017": 1, + "m_iMaxBuffedHealth.018": 1, + "m_iMaxBuffedHealth.019": 1, + "m_iMaxBuffedHealth.020": 1, + "m_iMaxBuffedHealth.021": 1, + "m_iMaxBuffedHealth.022": 1, + "m_iMaxBuffedHealth.023": 1, + "m_iMaxBuffedHealth.024": 1, + "m_iMaxBuffedHealth.025": 1, + "m_iMaxBuffedHealth.026": 1, + "m_iMaxBuffedHealth.027": 1, + "m_iMaxBuffedHealth.028": 1, + "m_iMaxBuffedHealth.029": 1, + "m_iMaxBuffedHealth.030": 1, + "m_iMaxBuffedHealth.031": 1, + "m_iMaxBuffedHealth.032": 1, + "m_iMaxBuffedHealth.033": 1, + "m_iMaxHealth.000": 1, + "m_iMaxHealth.001": 125, + "m_iMaxHealth.002": 1, + "m_iMaxHealth.003": 1, + "m_iMaxHealth.004": 1, + "m_iMaxHealth.005": 1, + "m_iMaxHealth.006": 1, + "m_iMaxHealth.007": 1, + "m_iMaxHealth.008": 1, + "m_iMaxHealth.009": 1, + "m_iMaxHealth.010": 1, + "m_iMaxHealth.011": 1, + "m_iMaxHealth.012": 1, + "m_iMaxHealth.013": 1, + "m_iMaxHealth.014": 1, + "m_iMaxHealth.015": 1, + "m_iMaxHealth.016": 1, + "m_iMaxHealth.017": 1, + "m_iMaxHealth.018": 1, + "m_iMaxHealth.019": 1, + "m_iMaxHealth.020": 1, + "m_iMaxHealth.021": 1, + "m_iMaxHealth.022": 1, + "m_iMaxHealth.023": 1, + "m_iMaxHealth.024": 1, + "m_iMaxHealth.025": 1, + "m_iMaxHealth.026": 1, + "m_iMaxHealth.027": 1, + "m_iMaxHealth.028": 1, + "m_iMaxHealth.029": 1, + "m_iMaxHealth.030": 1, + "m_iMaxHealth.031": 1, + "m_iMaxHealth.032": 1, + "m_iMaxHealth.033": 1, + "m_iPing.000": 0, + "m_iPing.001": 5, + "m_iPing.002": 0, + "m_iPing.003": 0, + "m_iPing.004": 0, + "m_iPing.005": 0, + "m_iPing.006": 0, + "m_iPing.007": 0, + "m_iPing.008": 0, + "m_iPing.009": 0, + "m_iPing.010": 0, + "m_iPing.011": 0, + "m_iPing.012": 0, + "m_iPing.013": 0, + "m_iPing.014": 0, + "m_iPing.015": 0, + "m_iPing.016": 0, + "m_iPing.017": 0, + "m_iPing.018": 0, + "m_iPing.019": 0, + "m_iPing.020": 0, + "m_iPing.021": 0, + "m_iPing.022": 0, + "m_iPing.023": 0, + "m_iPing.024": 0, + "m_iPing.025": 0, + "m_iPing.026": 0, + "m_iPing.027": 0, + "m_iPing.028": 0, + "m_iPing.029": 0, + "m_iPing.030": 0, + "m_iPing.031": 0, + "m_iPing.032": 0, + "m_iPing.033": 0, + "m_iPlayerClass.000": 0, + "m_iPlayerClass.001": 1, + "m_iPlayerClass.002": 0, + "m_iPlayerClass.003": 0, + "m_iPlayerClass.004": 0, + "m_iPlayerClass.005": 0, + "m_iPlayerClass.006": 0, + "m_iPlayerClass.007": 0, + "m_iPlayerClass.008": 0, + "m_iPlayerClass.009": 0, + "m_iPlayerClass.010": 0, + "m_iPlayerClass.011": 0, + "m_iPlayerClass.012": 0, + "m_iPlayerClass.013": 0, + "m_iPlayerClass.014": 0, + "m_iPlayerClass.015": 0, + "m_iPlayerClass.016": 0, + "m_iPlayerClass.017": 0, + "m_iPlayerClass.018": 0, + "m_iPlayerClass.019": 0, + "m_iPlayerClass.020": 0, + "m_iPlayerClass.021": 0, + "m_iPlayerClass.022": 0, + "m_iPlayerClass.023": 0, + "m_iPlayerClass.024": 0, + "m_iPlayerClass.025": 0, + "m_iPlayerClass.026": 0, + "m_iPlayerClass.027": 0, + "m_iPlayerClass.028": 0, + "m_iPlayerClass.029": 0, + "m_iPlayerClass.030": 0, + "m_iPlayerClass.031": 0, + "m_iPlayerClass.032": 0, + "m_iPlayerClass.033": 0, + "m_iPlayerLevel.000": 0, + "m_iPlayerLevel.001": 1, + "m_iPlayerLevel.002": 0, + "m_iPlayerLevel.003": 0, + "m_iPlayerLevel.004": 0, + "m_iPlayerLevel.005": 0, + "m_iPlayerLevel.006": 0, + "m_iPlayerLevel.007": 0, + "m_iPlayerLevel.008": 0, + "m_iPlayerLevel.009": 0, + "m_iPlayerLevel.010": 0, + "m_iPlayerLevel.011": 0, + "m_iPlayerLevel.012": 0, + "m_iPlayerLevel.013": 0, + "m_iPlayerLevel.014": 0, + "m_iPlayerLevel.015": 0, + "m_iPlayerLevel.016": 0, + "m_iPlayerLevel.017": 0, + "m_iPlayerLevel.018": 0, + "m_iPlayerLevel.019": 0, + "m_iPlayerLevel.020": 0, + "m_iPlayerLevel.021": 0, + "m_iPlayerLevel.022": 0, + "m_iPlayerLevel.023": 0, + "m_iPlayerLevel.024": 0, + "m_iPlayerLevel.025": 0, + "m_iPlayerLevel.026": 0, + "m_iPlayerLevel.027": 0, + "m_iPlayerLevel.028": 0, + "m_iPlayerLevel.029": 0, + "m_iPlayerLevel.030": 0, + "m_iPlayerLevel.031": 0, + "m_iPlayerLevel.032": 0, + "m_iPlayerLevel.033": 0, + "m_iScore.000": 0, + "m_iScore.001": 0, + "m_iScore.002": 0, + "m_iScore.003": 0, + "m_iScore.004": 0, + "m_iScore.005": 0, + "m_iScore.006": 0, + "m_iScore.007": 0, + "m_iScore.008": 0, + "m_iScore.009": 0, + "m_iScore.010": 0, + "m_iScore.011": 0, + "m_iScore.012": 0, + "m_iScore.013": 0, + "m_iScore.014": 0, + "m_iScore.015": 0, + "m_iScore.016": 0, + "m_iScore.017": 0, + "m_iScore.018": 0, + "m_iScore.019": 0, + "m_iScore.020": 0, + "m_iScore.021": 0, + "m_iScore.022": 0, + "m_iScore.023": 0, + "m_iScore.024": 0, + "m_iScore.025": 0, + "m_iScore.026": 0, + "m_iScore.027": 0, + "m_iScore.028": 0, + "m_iScore.029": 0, + "m_iScore.030": 0, + "m_iScore.031": 0, + "m_iScore.032": 0, + "m_iScore.033": 0, + "m_iStreaks.000": 0, + "m_iStreaks.001": 0, + "m_iStreaks.002": 0, + "m_iStreaks.003": 0, + "m_iStreaks.004": 0, + "m_iStreaks.005": 0, + "m_iStreaks.006": 0, + "m_iStreaks.007": 0, + "m_iStreaks.008": 0, + "m_iStreaks.009": 0, + "m_iStreaks.010": 0, + "m_iStreaks.011": 0, + "m_iStreaks.012": 0, + "m_iStreaks.013": 0, + "m_iStreaks.014": 0, + "m_iStreaks.015": 0, + "m_iStreaks.016": 0, + "m_iStreaks.017": 0, + "m_iStreaks.018": 0, + "m_iStreaks.019": 0, + "m_iStreaks.020": 0, + "m_iStreaks.021": 0, + "m_iStreaks.022": 0, + "m_iStreaks.023": 0, + "m_iStreaks.024": 0, + "m_iStreaks.025": 0, + "m_iStreaks.026": 0, + "m_iStreaks.027": 0, + "m_iStreaks.028": 0, + "m_iStreaks.029": 0, + "m_iStreaks.030": 0, + "m_iStreaks.031": 0, + "m_iStreaks.032": 0, + "m_iStreaks.033": 0, + "m_iStreaks.034": 0, + "m_iStreaks.035": 0, + "m_iStreaks.036": 0, + "m_iStreaks.037": 0, + "m_iStreaks.038": 0, + "m_iStreaks.039": 0, + "m_iStreaks.040": 0, + "m_iStreaks.041": 0, + "m_iStreaks.042": 0, + "m_iStreaks.043": 0, + "m_iStreaks.044": 0, + "m_iStreaks.045": 0, + "m_iStreaks.046": 0, + "m_iStreaks.047": 0, + "m_iStreaks.048": 0, + "m_iStreaks.049": 0, + "m_iStreaks.050": 0, + "m_iStreaks.051": 0, + "m_iStreaks.052": 0, + "m_iStreaks.053": 0, + "m_iStreaks.054": 0, + "m_iStreaks.055": 0, + "m_iStreaks.056": 0, + "m_iStreaks.057": 0, + "m_iStreaks.058": 0, + "m_iStreaks.059": 0, + "m_iStreaks.060": 0, + "m_iStreaks.061": 0, + "m_iStreaks.062": 0, + "m_iStreaks.063": 0, + "m_iStreaks.064": 0, + "m_iStreaks.065": 0, + "m_iStreaks.066": 0, + "m_iStreaks.067": 0, + "m_iStreaks.068": 0, + "m_iStreaks.069": 0, + "m_iStreaks.070": 0, + "m_iStreaks.071": 0, + "m_iStreaks.072": 0, + "m_iStreaks.073": 0, + "m_iStreaks.074": 0, + "m_iStreaks.075": 0, + "m_iStreaks.076": 0, + "m_iStreaks.077": 0, + "m_iStreaks.078": 0, + "m_iStreaks.079": 0, + "m_iStreaks.080": 0, + "m_iStreaks.081": 0, + "m_iStreaks.082": 0, + "m_iStreaks.083": 0, + "m_iStreaks.084": 0, + "m_iStreaks.085": 0, + "m_iStreaks.086": 0, + "m_iStreaks.087": 0, + "m_iStreaks.088": 0, + "m_iStreaks.089": 0, + "m_iStreaks.090": 0, + "m_iStreaks.091": 0, + "m_iStreaks.092": 0, + "m_iStreaks.093": 0, + "m_iStreaks.094": 0, + "m_iStreaks.095": 0, + "m_iStreaks.096": 0, + "m_iStreaks.097": 0, + "m_iStreaks.098": 0, + "m_iStreaks.099": 0, + "m_iStreaks.100": 0, + "m_iStreaks.101": 0, + "m_iStreaks.102": 0, + "m_iStreaks.103": 0, + "m_iStreaks.104": 0, + "m_iStreaks.105": 0, + "m_iStreaks.106": 0, + "m_iStreaks.107": 0, + "m_iStreaks.108": 0, + "m_iStreaks.109": 0, + "m_iStreaks.110": 0, + "m_iStreaks.111": 0, + "m_iStreaks.112": 0, + "m_iStreaks.113": 0, + "m_iStreaks.114": 0, + "m_iStreaks.115": 0, + "m_iStreaks.116": 0, + "m_iStreaks.117": 0, + "m_iStreaks.118": 0, + "m_iStreaks.119": 0, + "m_iStreaks.120": 0, + "m_iStreaks.121": 0, + "m_iStreaks.122": 0, + "m_iStreaks.123": 0, + "m_iStreaks.124": 0, + "m_iStreaks.125": 0, + "m_iStreaks.126": 0, + "m_iStreaks.127": 0, + "m_iStreaks.128": 0, + "m_iStreaks.129": 0, + "m_iStreaks.130": 0, + "m_iStreaks.131": 0, + "m_iStreaks.132": 0, + "m_iStreaks.133": 0, + "m_iStreaks.134": 0, + "m_iStreaks.135": 0, + "m_iTeam.000": 0, + "m_iTeam.001": 2, + "m_iTeam.002": 0, + "m_iTeam.003": 0, + "m_iTeam.004": 0, + "m_iTeam.005": 0, + "m_iTeam.006": 0, + "m_iTeam.007": 0, + "m_iTeam.008": 0, + "m_iTeam.009": 0, + "m_iTeam.010": 0, + "m_iTeam.011": 0, + "m_iTeam.012": 0, + "m_iTeam.013": 0, + "m_iTeam.014": 0, + "m_iTeam.015": 0, + "m_iTeam.016": 0, + "m_iTeam.017": 0, + "m_iTeam.018": 0, + "m_iTeam.019": 0, + "m_iTeam.020": 0, + "m_iTeam.021": 0, + "m_iTeam.022": 0, + "m_iTeam.023": 0, + "m_iTeam.024": 0, + "m_iTeam.025": 0, + "m_iTeam.026": 0, + "m_iTeam.027": 0, + "m_iTeam.028": 0, + "m_iTeam.029": 0, + "m_iTeam.030": 0, + "m_iTeam.031": 0, + "m_iTeam.032": 0, + "m_iTeam.033": 0, + "m_iTotalScore.000": 0, + "m_iTotalScore.001": 0, + "m_iTotalScore.002": 0, + "m_iTotalScore.003": 0, + "m_iTotalScore.004": 0, + "m_iTotalScore.005": 0, + "m_iTotalScore.006": 0, + "m_iTotalScore.007": 0, + "m_iTotalScore.008": 0, + "m_iTotalScore.009": 0, + "m_iTotalScore.010": 0, + "m_iTotalScore.011": 0, + "m_iTotalScore.012": 0, + "m_iTotalScore.013": 0, + "m_iTotalScore.014": 0, + "m_iTotalScore.015": 0, + "m_iTotalScore.016": 0, + "m_iTotalScore.017": 0, + "m_iTotalScore.018": 0, + "m_iTotalScore.019": 0, + "m_iTotalScore.020": 0, + "m_iTotalScore.021": 0, + "m_iTotalScore.022": 0, + "m_iTotalScore.023": 0, + "m_iTotalScore.024": 0, + "m_iTotalScore.025": 0, + "m_iTotalScore.026": 0, + "m_iTotalScore.027": 0, + "m_iTotalScore.028": 0, + "m_iTotalScore.029": 0, + "m_iTotalScore.030": 0, + "m_iTotalScore.031": 0, + "m_iTotalScore.032": 0, + "m_iTotalScore.033": 0, + "m_iUpgradeRefundCredits.000": 0, + "m_iUpgradeRefundCredits.001": 0, + "m_iUpgradeRefundCredits.002": 0, + "m_iUpgradeRefundCredits.003": 0, + "m_iUpgradeRefundCredits.004": 0, + "m_iUpgradeRefundCredits.005": 0, + "m_iUpgradeRefundCredits.006": 0, + "m_iUpgradeRefundCredits.007": 0, + "m_iUpgradeRefundCredits.008": 0, + "m_iUpgradeRefundCredits.009": 0, + "m_iUpgradeRefundCredits.010": 0, + "m_iUpgradeRefundCredits.011": 0, + "m_iUpgradeRefundCredits.012": 0, + "m_iUpgradeRefundCredits.013": 0, + "m_iUpgradeRefundCredits.014": 0, + "m_iUpgradeRefundCredits.015": 0, + "m_iUpgradeRefundCredits.016": 0, + "m_iUpgradeRefundCredits.017": 0, + "m_iUpgradeRefundCredits.018": 0, + "m_iUpgradeRefundCredits.019": 0, + "m_iUpgradeRefundCredits.020": 0, + "m_iUpgradeRefundCredits.021": 0, + "m_iUpgradeRefundCredits.022": 0, + "m_iUpgradeRefundCredits.023": 0, + "m_iUpgradeRefundCredits.024": 0, + "m_iUpgradeRefundCredits.025": 0, + "m_iUpgradeRefundCredits.026": 0, + "m_iUpgradeRefundCredits.027": 0, + "m_iUpgradeRefundCredits.028": 0, + "m_iUpgradeRefundCredits.029": 0, + "m_iUpgradeRefundCredits.030": 0, + "m_iUpgradeRefundCredits.031": 0, + "m_iUpgradeRefundCredits.032": 0, + "m_iUpgradeRefundCredits.033": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFObjectiveResource", + "id": 31, + "props": { + "DT_BaseTeamObjectiveResource.m_bControlPointsReset": 0, + "DT_BaseTeamObjectiveResource.m_bPlayingMiniRounds": 0, + "DT_BaseTeamObjectiveResource.m_flCustomPositionX": -1.0, + "DT_BaseTeamObjectiveResource.m_flCustomPositionY": -1.0, + "DT_BaseTeamObjectiveResource.m_iNumControlPoints": 5, + "DT_BaseTeamObjectiveResource.m_iStopWatchTimer": 0, + "DT_BaseTeamObjectiveResource.m_iTimerToShowInHUD": 144, + "DT_BaseTeamObjectiveResource.m_iUpdateCapHudParity": 47, + "DT_BaseTeamObjectiveResource.m_iszWarnSound": [ + "ControlPoint.CaptureWarn", + "ControlPoint.CaptureWarn", + "ControlPoint.CaptureWarn", + "ControlPoint.CaptureWarn", + "ControlPoint.CaptureWarn", + "", + "", + "" + ], + "DT_BaseTeamObjectiveResource.m_pszCapLayoutInHUD": "", + "DT_BaseTeamObjectiveResource.m_vCPPositions": [ + { + "x": 4502.0, + "y": -1042.0, + "z": 163.75 + }, + { + "x": 1723.3125, + "y": -1893.0, + "z": 170.0 + }, + { + "x": 690.78125, + "y": -296.9375, + "z": 390.0 + }, + { + "x": -358.0, + "y": 1317.0, + "z": 170.0 + }, + { + "x": -3139.0, + "y": 454.3125, + "z": 162.0 + }, + { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + { + "x": 0.0, + "y": 0.0, + "z": 0.0 + } + ], + "DT_TFObjectiveResource.m_bMannVsMachineBetweenWaves": 0, + "DT_TFObjectiveResource.m_flMannVsMachineNextWaveTime": 0.0, + "DT_TFObjectiveResource.m_flMvMBaseBombUpgradeTime": 0.0, + "DT_TFObjectiveResource.m_flMvMNextBombUpgradeTime": 0.0, + "DT_TFObjectiveResource.m_iChallengeIndex": -1, + "DT_TFObjectiveResource.m_iszMannVsMachineWaveClassNames": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "DT_TFObjectiveResource.m_iszMannVsMachineWaveClassNames2": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "DT_TFObjectiveResource.m_iszMvMPopfileName": "", + "DT_TFObjectiveResource.m_nFlagCarrierUpgradeLevel": 0, + "DT_TFObjectiveResource.m_nMannVsMachineMaxWaveCount": 0, + "DT_TFObjectiveResource.m_nMannVsMachineWaveCount": 0, + "DT_TFObjectiveResource.m_nMannVsMachineWaveEnemyCount": 0, + "DT_TFObjectiveResource.m_nMvMEventPopfileType": 0, + "DT_TFObjectiveResource.m_nMvMWorldMoney": 0, + "m_bBlocked.000": 0, + "m_bBlocked.001": 0, + "m_bBlocked.002": 0, + "m_bBlocked.003": 0, + "m_bBlocked.004": 0, + "m_bBlocked.005": 0, + "m_bBlocked.006": 0, + "m_bBlocked.007": 0, + "m_bCPCapRateScalesWithPlayers.000": 1, + "m_bCPCapRateScalesWithPlayers.001": 1, + "m_bCPCapRateScalesWithPlayers.002": 1, + "m_bCPCapRateScalesWithPlayers.003": 1, + "m_bCPCapRateScalesWithPlayers.004": 1, + "m_bCPCapRateScalesWithPlayers.005": 1, + "m_bCPCapRateScalesWithPlayers.006": 1, + "m_bCPCapRateScalesWithPlayers.007": 1, + "m_bCPIsVisible.000": 1, + "m_bCPIsVisible.001": 1, + "m_bCPIsVisible.002": 1, + "m_bCPIsVisible.003": 1, + "m_bCPIsVisible.004": 1, + "m_bCPIsVisible.005": 1, + "m_bCPIsVisible.006": 1, + "m_bCPIsVisible.007": 1, + "m_bCPLocked.000": 0, + "m_bCPLocked.001": 0, + "m_bCPLocked.002": 0, + "m_bCPLocked.003": 0, + "m_bCPLocked.004": 0, + "m_bCPLocked.005": 0, + "m_bCPLocked.006": 0, + "m_bCPLocked.007": 0, + "m_bHillIsDownhill.000": 0, + "m_bHillIsDownhill.001": 0, + "m_bHillIsDownhill.002": 0, + "m_bHillIsDownhill.003": 0, + "m_bHillIsDownhill.004": 0, + "m_bHillIsDownhill.005": 0, + "m_bHillIsDownhill.006": 0, + "m_bHillIsDownhill.007": 0, + "m_bHillIsDownhill.008": 0, + "m_bHillIsDownhill.009": 0, + "m_bHillIsDownhill.010": 0, + "m_bHillIsDownhill.011": 0, + "m_bHillIsDownhill.012": 0, + "m_bHillIsDownhill.013": 0, + "m_bHillIsDownhill.014": 0, + "m_bHillIsDownhill.015": 0, + "m_bHillIsDownhill.016": 0, + "m_bHillIsDownhill.017": 0, + "m_bHillIsDownhill.018": 0, + "m_bHillIsDownhill.019": 0, + "m_bInMiniRound.000": 1, + "m_bInMiniRound.001": 1, + "m_bInMiniRound.002": 1, + "m_bInMiniRound.003": 1, + "m_bInMiniRound.004": 1, + "m_bInMiniRound.005": 1, + "m_bInMiniRound.006": 1, + "m_bInMiniRound.007": 1, + "m_bMannVsMachineWaveClassActive.000": 0, + "m_bMannVsMachineWaveClassActive.001": 0, + "m_bMannVsMachineWaveClassActive.002": 0, + "m_bMannVsMachineWaveClassActive.003": 0, + "m_bMannVsMachineWaveClassActive.004": 0, + "m_bMannVsMachineWaveClassActive.005": 0, + "m_bMannVsMachineWaveClassActive.006": 0, + "m_bMannVsMachineWaveClassActive.007": 0, + "m_bMannVsMachineWaveClassActive.008": 0, + "m_bMannVsMachineWaveClassActive.009": 0, + "m_bMannVsMachineWaveClassActive.010": 0, + "m_bMannVsMachineWaveClassActive.011": 0, + "m_bMannVsMachineWaveClassActive2.000": 0, + "m_bMannVsMachineWaveClassActive2.001": 0, + "m_bMannVsMachineWaveClassActive2.002": 0, + "m_bMannVsMachineWaveClassActive2.003": 0, + "m_bMannVsMachineWaveClassActive2.004": 0, + "m_bMannVsMachineWaveClassActive2.005": 0, + "m_bMannVsMachineWaveClassActive2.006": 0, + "m_bMannVsMachineWaveClassActive2.007": 0, + "m_bMannVsMachineWaveClassActive2.008": 0, + "m_bMannVsMachineWaveClassActive2.009": 0, + "m_bMannVsMachineWaveClassActive2.010": 0, + "m_bMannVsMachineWaveClassActive2.011": 0, + "m_bTeamCanCap.000": 0, + "m_bTeamCanCap.001": 0, + "m_bTeamCanCap.002": 0, + "m_bTeamCanCap.003": 0, + "m_bTeamCanCap.004": 0, + "m_bTeamCanCap.005": 0, + "m_bTeamCanCap.006": 0, + "m_bTeamCanCap.007": 0, + "m_bTeamCanCap.008": 0, + "m_bTeamCanCap.009": 0, + "m_bTeamCanCap.010": 0, + "m_bTeamCanCap.011": 0, + "m_bTeamCanCap.012": 0, + "m_bTeamCanCap.013": 0, + "m_bTeamCanCap.014": 0, + "m_bTeamCanCap.015": 0, + "m_bTeamCanCap.016": 1, + "m_bTeamCanCap.017": 1, + "m_bTeamCanCap.018": 1, + "m_bTeamCanCap.019": 1, + "m_bTeamCanCap.020": 1, + "m_bTeamCanCap.021": 0, + "m_bTeamCanCap.022": 0, + "m_bTeamCanCap.023": 0, + "m_bTeamCanCap.024": 1, + "m_bTeamCanCap.025": 1, + "m_bTeamCanCap.026": 1, + "m_bTeamCanCap.027": 1, + "m_bTeamCanCap.028": 1, + "m_bTeamCanCap.029": 0, + "m_bTeamCanCap.030": 0, + "m_bTeamCanCap.031": 0, + "m_bTeamCanCap.032": 0, + "m_bTeamCanCap.033": 0, + "m_bTeamCanCap.034": 0, + "m_bTeamCanCap.035": 0, + "m_bTeamCanCap.036": 0, + "m_bTeamCanCap.037": 0, + "m_bTeamCanCap.038": 0, + "m_bTeamCanCap.039": 0, + "m_bTeamCanCap.040": 0, + "m_bTeamCanCap.041": 0, + "m_bTeamCanCap.042": 0, + "m_bTeamCanCap.043": 0, + "m_bTeamCanCap.044": 0, + "m_bTeamCanCap.045": 0, + "m_bTeamCanCap.046": 0, + "m_bTeamCanCap.047": 0, + "m_bTeamCanCap.048": 0, + "m_bTeamCanCap.049": 0, + "m_bTeamCanCap.050": 0, + "m_bTeamCanCap.051": 0, + "m_bTeamCanCap.052": 0, + "m_bTeamCanCap.053": 0, + "m_bTeamCanCap.054": 0, + "m_bTeamCanCap.055": 0, + "m_bTeamCanCap.056": 0, + "m_bTeamCanCap.057": 0, + "m_bTeamCanCap.058": 0, + "m_bTeamCanCap.059": 0, + "m_bTeamCanCap.060": 0, + "m_bTeamCanCap.061": 0, + "m_bTeamCanCap.062": 0, + "m_bTeamCanCap.063": 0, + "m_bTrackAlarm.000": 0, + "m_bTrackAlarm.001": 0, + "m_bTrackAlarm.002": 0, + "m_bTrackAlarm.003": 0, + "m_flCPTimerTimes.000": -1.0, + "m_flCPTimerTimes.001": -1.0, + "m_flCPTimerTimes.002": -1.0, + "m_flCPTimerTimes.003": -1.0, + "m_flCPTimerTimes.004": -1.0, + "m_flCPTimerTimes.005": -1.0, + "m_flCPTimerTimes.006": -1.0, + "m_flCPTimerTimes.007": -1.0, + "m_flLazyCapPerc.000": 0.0, + "m_flLazyCapPerc.001": 0.0, + "m_flLazyCapPerc.002": 0.0, + "m_flLazyCapPerc.003": 0.0, + "m_flLazyCapPerc.004": 0.0, + "m_flLazyCapPerc.005": 0.0, + "m_flLazyCapPerc.006": 0.0, + "m_flLazyCapPerc.007": 0.0, + "m_flNodeHillData.000": 0.0, + "m_flNodeHillData.001": 0.0, + "m_flNodeHillData.002": 0.0, + "m_flNodeHillData.003": 0.0, + "m_flNodeHillData.004": 0.0, + "m_flNodeHillData.005": 0.0, + "m_flNodeHillData.006": 0.0, + "m_flNodeHillData.007": 0.0, + "m_flNodeHillData.008": 0.0, + "m_flNodeHillData.009": 0.0, + "m_flNodeHillData.010": 0.0, + "m_flNodeHillData.011": 0.0, + "m_flNodeHillData.012": 0.0, + "m_flNodeHillData.013": 0.0, + "m_flNodeHillData.014": 0.0, + "m_flNodeHillData.015": 0.0, + "m_flNodeHillData.016": 0.0, + "m_flNodeHillData.017": 0.0, + "m_flNodeHillData.018": 0.0, + "m_flNodeHillData.019": 0.0, + "m_flNodeHillData.020": 0.0, + "m_flNodeHillData.021": 0.0, + "m_flNodeHillData.022": 0.0, + "m_flNodeHillData.023": 0.0, + "m_flNodeHillData.024": 0.0, + "m_flNodeHillData.025": 0.0, + "m_flNodeHillData.026": 0.0, + "m_flNodeHillData.027": 0.0, + "m_flNodeHillData.028": 0.0, + "m_flNodeHillData.029": 0.0, + "m_flNodeHillData.030": 0.0, + "m_flNodeHillData.031": 0.0, + "m_flNodeHillData.032": 0.0, + "m_flNodeHillData.033": 0.0, + "m_flNodeHillData.034": 0.0, + "m_flNodeHillData.035": 0.0, + "m_flNodeHillData.036": 0.0, + "m_flNodeHillData.037": 0.0, + "m_flNodeHillData.038": 0.0, + "m_flNodeHillData.039": 0.0, + "m_flPathDistance.000": 0.0, + "m_flPathDistance.001": 0.0, + "m_flPathDistance.002": 0.0, + "m_flPathDistance.003": 0.0, + "m_flPathDistance.004": 0.0, + "m_flPathDistance.005": 0.0, + "m_flPathDistance.006": 0.0, + "m_flPathDistance.007": 0.0, + "m_flTeamCapTime.000": 0.0, + "m_flTeamCapTime.001": 0.0, + "m_flTeamCapTime.002": 0.0, + "m_flTeamCapTime.003": 0.0, + "m_flTeamCapTime.004": 0.0, + "m_flTeamCapTime.005": 0.0, + "m_flTeamCapTime.006": 0.0, + "m_flTeamCapTime.007": 0.0, + "m_flTeamCapTime.008": 0.0, + "m_flTeamCapTime.009": 0.0, + "m_flTeamCapTime.010": 0.0, + "m_flTeamCapTime.011": 0.0, + "m_flTeamCapTime.012": 0.0, + "m_flTeamCapTime.013": 0.0, + "m_flTeamCapTime.014": 0.0, + "m_flTeamCapTime.015": 0.0, + "m_flTeamCapTime.016": 3.8, + "m_flTeamCapTime.017": 17.4, + "m_flTeamCapTime.018": 22.0, + "m_flTeamCapTime.019": 17.4, + "m_flTeamCapTime.020": 3.8, + "m_flTeamCapTime.021": 0.0, + "m_flTeamCapTime.022": 0.0, + "m_flTeamCapTime.023": 0.0, + "m_flTeamCapTime.024": 3.8, + "m_flTeamCapTime.025": 17.4, + "m_flTeamCapTime.026": 22.0, + "m_flTeamCapTime.027": 17.4, + "m_flTeamCapTime.028": 3.8, + "m_flTeamCapTime.029": 0.0, + "m_flTeamCapTime.030": 0.0, + "m_flTeamCapTime.031": 0.0, + "m_flTeamCapTime.032": 0.0, + "m_flTeamCapTime.033": 0.0, + "m_flTeamCapTime.034": 0.0, + "m_flTeamCapTime.035": 0.0, + "m_flTeamCapTime.036": 0.0, + "m_flTeamCapTime.037": 0.0, + "m_flTeamCapTime.038": 0.0, + "m_flTeamCapTime.039": 0.0, + "m_flTeamCapTime.040": 0.0, + "m_flTeamCapTime.041": 0.0, + "m_flTeamCapTime.042": 0.0, + "m_flTeamCapTime.043": 0.0, + "m_flTeamCapTime.044": 0.0, + "m_flTeamCapTime.045": 0.0, + "m_flTeamCapTime.046": 0.0, + "m_flTeamCapTime.047": 0.0, + "m_flTeamCapTime.048": 0.0, + "m_flTeamCapTime.049": 0.0, + "m_flTeamCapTime.050": 0.0, + "m_flTeamCapTime.051": 0.0, + "m_flTeamCapTime.052": 0.0, + "m_flTeamCapTime.053": 0.0, + "m_flTeamCapTime.054": 0.0, + "m_flTeamCapTime.055": 0.0, + "m_flTeamCapTime.056": 0.0, + "m_flTeamCapTime.057": 0.0, + "m_flTeamCapTime.058": 0.0, + "m_flTeamCapTime.059": 0.0, + "m_flTeamCapTime.060": 0.0, + "m_flTeamCapTime.061": 0.0, + "m_flTeamCapTime.062": 0.0, + "m_flTeamCapTime.063": 0.0, + "m_flUnlockTimes.000": 0.0, + "m_flUnlockTimes.001": 0.0, + "m_flUnlockTimes.002": 0.0, + "m_flUnlockTimes.003": 0.0, + "m_flUnlockTimes.004": 0.0, + "m_flUnlockTimes.005": 0.0, + "m_flUnlockTimes.006": 0.0, + "m_flUnlockTimes.007": 0.0, + "m_iBaseControlPoints.000": -1, + "m_iBaseControlPoints.001": -1, + "m_iBaseControlPoints.002": 4, + "m_iBaseControlPoints.003": 0, + "m_iBaseControlPoints.004": -1, + "m_iBaseControlPoints.005": -1, + "m_iBaseControlPoints.006": -1, + "m_iBaseControlPoints.007": -1, + "m_iBaseControlPoints.008": -1, + "m_iBaseControlPoints.009": -1, + "m_iBaseControlPoints.010": -1, + "m_iBaseControlPoints.011": -1, + "m_iBaseControlPoints.012": -1, + "m_iBaseControlPoints.013": -1, + "m_iBaseControlPoints.014": -1, + "m_iBaseControlPoints.015": -1, + "m_iBaseControlPoints.016": -1, + "m_iBaseControlPoints.017": -1, + "m_iBaseControlPoints.018": -1, + "m_iBaseControlPoints.019": -1, + "m_iBaseControlPoints.020": -1, + "m_iBaseControlPoints.021": -1, + "m_iBaseControlPoints.022": -1, + "m_iBaseControlPoints.023": -1, + "m_iBaseControlPoints.024": -1, + "m_iBaseControlPoints.025": -1, + "m_iBaseControlPoints.026": -1, + "m_iBaseControlPoints.027": -1, + "m_iBaseControlPoints.028": -1, + "m_iBaseControlPoints.029": -1, + "m_iBaseControlPoints.030": -1, + "m_iBaseControlPoints.031": -1, + "m_iCPGroup.000": 0, + "m_iCPGroup.001": 0, + "m_iCPGroup.002": 0, + "m_iCPGroup.003": 0, + "m_iCPGroup.004": 0, + "m_iCPGroup.005": -1, + "m_iCPGroup.006": -1, + "m_iCPGroup.007": -1, + "m_iCappingTeam.000": 0, + "m_iCappingTeam.001": 0, + "m_iCappingTeam.002": 0, + "m_iCappingTeam.003": 0, + "m_iCappingTeam.004": 0, + "m_iCappingTeam.005": 0, + "m_iCappingTeam.006": 0, + "m_iCappingTeam.007": 0, + "m_iNumTeamMembers.000": 0, + "m_iNumTeamMembers.001": 0, + "m_iNumTeamMembers.002": 0, + "m_iNumTeamMembers.003": 0, + "m_iNumTeamMembers.004": 0, + "m_iNumTeamMembers.005": 0, + "m_iNumTeamMembers.006": 0, + "m_iNumTeamMembers.007": 0, + "m_iNumTeamMembers.008": 0, + "m_iNumTeamMembers.009": 0, + "m_iNumTeamMembers.010": 0, + "m_iNumTeamMembers.011": 0, + "m_iNumTeamMembers.012": 0, + "m_iNumTeamMembers.013": 0, + "m_iNumTeamMembers.014": 0, + "m_iNumTeamMembers.015": 0, + "m_iNumTeamMembers.016": 0, + "m_iNumTeamMembers.017": 0, + "m_iNumTeamMembers.018": 0, + "m_iNumTeamMembers.019": 0, + "m_iNumTeamMembers.020": 0, + "m_iNumTeamMembers.021": 0, + "m_iNumTeamMembers.022": 0, + "m_iNumTeamMembers.023": 0, + "m_iNumTeamMembers.024": 0, + "m_iNumTeamMembers.025": 0, + "m_iNumTeamMembers.026": 0, + "m_iNumTeamMembers.027": 0, + "m_iNumTeamMembers.028": 0, + "m_iNumTeamMembers.029": 0, + "m_iNumTeamMembers.030": 0, + "m_iNumTeamMembers.031": 0, + "m_iNumTeamMembers.032": 0, + "m_iNumTeamMembers.033": 0, + "m_iNumTeamMembers.034": 0, + "m_iNumTeamMembers.035": 0, + "m_iNumTeamMembers.036": 0, + "m_iNumTeamMembers.037": 0, + "m_iNumTeamMembers.038": 0, + "m_iNumTeamMembers.039": 0, + "m_iNumTeamMembers.040": 0, + "m_iNumTeamMembers.041": 0, + "m_iNumTeamMembers.042": 0, + "m_iNumTeamMembers.043": 0, + "m_iNumTeamMembers.044": 0, + "m_iNumTeamMembers.045": 0, + "m_iNumTeamMembers.046": 0, + "m_iNumTeamMembers.047": 0, + "m_iNumTeamMembers.048": 0, + "m_iNumTeamMembers.049": 0, + "m_iNumTeamMembers.050": 0, + "m_iNumTeamMembers.051": 0, + "m_iNumTeamMembers.052": 0, + "m_iNumTeamMembers.053": 0, + "m_iNumTeamMembers.054": 0, + "m_iNumTeamMembers.055": 0, + "m_iNumTeamMembers.056": 0, + "m_iNumTeamMembers.057": 0, + "m_iNumTeamMembers.058": 0, + "m_iNumTeamMembers.059": 0, + "m_iNumTeamMembers.060": 0, + "m_iNumTeamMembers.061": 0, + "m_iNumTeamMembers.062": 0, + "m_iNumTeamMembers.063": 0, + "m_iOwner.000": 3, + "m_iOwner.001": 3, + "m_iOwner.002": 0, + "m_iOwner.003": 2, + "m_iOwner.004": 2, + "m_iOwner.005": 0, + "m_iOwner.006": 0, + "m_iOwner.007": 0, + "m_iPreviousPoints.000": -1, + "m_iPreviousPoints.001": -1, + "m_iPreviousPoints.002": -1, + "m_iPreviousPoints.003": -1, + "m_iPreviousPoints.004": -1, + "m_iPreviousPoints.005": -1, + "m_iPreviousPoints.006": -1, + "m_iPreviousPoints.007": -1, + "m_iPreviousPoints.008": -1, + "m_iPreviousPoints.009": -1, + "m_iPreviousPoints.010": -1, + "m_iPreviousPoints.011": -1, + "m_iPreviousPoints.012": -1, + "m_iPreviousPoints.013": -1, + "m_iPreviousPoints.014": -1, + "m_iPreviousPoints.015": -1, + "m_iPreviousPoints.016": -1, + "m_iPreviousPoints.017": -1, + "m_iPreviousPoints.018": -1, + "m_iPreviousPoints.019": -1, + "m_iPreviousPoints.020": -1, + "m_iPreviousPoints.021": -1, + "m_iPreviousPoints.022": -1, + "m_iPreviousPoints.023": -1, + "m_iPreviousPoints.024": -1, + "m_iPreviousPoints.025": -1, + "m_iPreviousPoints.026": -1, + "m_iPreviousPoints.027": -1, + "m_iPreviousPoints.028": -1, + "m_iPreviousPoints.029": -1, + "m_iPreviousPoints.030": -1, + "m_iPreviousPoints.031": -1, + "m_iPreviousPoints.032": -1, + "m_iPreviousPoints.033": -1, + "m_iPreviousPoints.034": -1, + "m_iPreviousPoints.035": -1, + "m_iPreviousPoints.036": -1, + "m_iPreviousPoints.037": -1, + "m_iPreviousPoints.038": -1, + "m_iPreviousPoints.039": -1, + "m_iPreviousPoints.040": -1, + "m_iPreviousPoints.041": -1, + "m_iPreviousPoints.042": -1, + "m_iPreviousPoints.043": -1, + "m_iPreviousPoints.044": -1, + "m_iPreviousPoints.045": -1, + "m_iPreviousPoints.046": -1, + "m_iPreviousPoints.047": -1, + "m_iPreviousPoints.048": -1, + "m_iPreviousPoints.049": -1, + "m_iPreviousPoints.050": -1, + "m_iPreviousPoints.051": -1, + "m_iPreviousPoints.052": -1, + "m_iPreviousPoints.053": -1, + "m_iPreviousPoints.054": -1, + "m_iPreviousPoints.055": -1, + "m_iPreviousPoints.056": -1, + "m_iPreviousPoints.057": -1, + "m_iPreviousPoints.058": -1, + "m_iPreviousPoints.059": -1, + "m_iPreviousPoints.060": -1, + "m_iPreviousPoints.061": -1, + "m_iPreviousPoints.062": -1, + "m_iPreviousPoints.063": -1, + "m_iPreviousPoints.064": -1, + "m_iPreviousPoints.065": -1, + "m_iPreviousPoints.066": -1, + "m_iPreviousPoints.067": -1, + "m_iPreviousPoints.068": -1, + "m_iPreviousPoints.069": -1, + "m_iPreviousPoints.070": -1, + "m_iPreviousPoints.071": -1, + "m_iPreviousPoints.072": -1, + "m_iPreviousPoints.073": -1, + "m_iPreviousPoints.074": -1, + "m_iPreviousPoints.075": -1, + "m_iPreviousPoints.076": -1, + "m_iPreviousPoints.077": -1, + "m_iPreviousPoints.078": -1, + "m_iPreviousPoints.079": -1, + "m_iPreviousPoints.080": -1, + "m_iPreviousPoints.081": -1, + "m_iPreviousPoints.082": -1, + "m_iPreviousPoints.083": -1, + "m_iPreviousPoints.084": -1, + "m_iPreviousPoints.085": -1, + "m_iPreviousPoints.086": -1, + "m_iPreviousPoints.087": -1, + "m_iPreviousPoints.088": -1, + "m_iPreviousPoints.089": -1, + "m_iPreviousPoints.090": -1, + "m_iPreviousPoints.091": -1, + "m_iPreviousPoints.092": -1, + "m_iPreviousPoints.093": -1, + "m_iPreviousPoints.094": -1, + "m_iPreviousPoints.095": -1, + "m_iPreviousPoints.096": -1, + "m_iPreviousPoints.097": -1, + "m_iPreviousPoints.098": -1, + "m_iPreviousPoints.099": -1, + "m_iPreviousPoints.100": -1, + "m_iPreviousPoints.101": -1, + "m_iPreviousPoints.102": -1, + "m_iPreviousPoints.103": -1, + "m_iPreviousPoints.104": -1, + "m_iPreviousPoints.105": -1, + "m_iPreviousPoints.106": -1, + "m_iPreviousPoints.107": -1, + "m_iPreviousPoints.108": -1, + "m_iPreviousPoints.109": -1, + "m_iPreviousPoints.110": -1, + "m_iPreviousPoints.111": -1, + "m_iPreviousPoints.112": -1, + "m_iPreviousPoints.113": -1, + "m_iPreviousPoints.114": -1, + "m_iPreviousPoints.115": -1, + "m_iPreviousPoints.116": -1, + "m_iPreviousPoints.117": -1, + "m_iPreviousPoints.118": -1, + "m_iPreviousPoints.119": -1, + "m_iPreviousPoints.120": -1, + "m_iPreviousPoints.121": -1, + "m_iPreviousPoints.122": -1, + "m_iPreviousPoints.123": -1, + "m_iPreviousPoints.124": -1, + "m_iPreviousPoints.125": -1, + "m_iPreviousPoints.126": -1, + "m_iPreviousPoints.127": -1, + "m_iPreviousPoints.128": -1, + "m_iPreviousPoints.129": -1, + "m_iPreviousPoints.130": -1, + "m_iPreviousPoints.131": -1, + "m_iPreviousPoints.132": -1, + "m_iPreviousPoints.133": -1, + "m_iPreviousPoints.134": -1, + "m_iPreviousPoints.135": -1, + "m_iPreviousPoints.136": -1, + "m_iPreviousPoints.137": -1, + "m_iPreviousPoints.138": -1, + "m_iPreviousPoints.139": -1, + "m_iPreviousPoints.140": -1, + "m_iPreviousPoints.141": -1, + "m_iPreviousPoints.142": -1, + "m_iPreviousPoints.143": -1, + "m_iPreviousPoints.144": -1, + "m_iPreviousPoints.145": -1, + "m_iPreviousPoints.146": -1, + "m_iPreviousPoints.147": -1, + "m_iPreviousPoints.148": -1, + "m_iPreviousPoints.149": -1, + "m_iPreviousPoints.150": -1, + "m_iPreviousPoints.151": -1, + "m_iPreviousPoints.152": -1, + "m_iPreviousPoints.153": -1, + "m_iPreviousPoints.154": -1, + "m_iPreviousPoints.155": -1, + "m_iPreviousPoints.156": -1, + "m_iPreviousPoints.157": -1, + "m_iPreviousPoints.158": -1, + "m_iPreviousPoints.159": -1, + "m_iPreviousPoints.160": -1, + "m_iPreviousPoints.161": -1, + "m_iPreviousPoints.162": -1, + "m_iPreviousPoints.163": -1, + "m_iPreviousPoints.164": -1, + "m_iPreviousPoints.165": -1, + "m_iPreviousPoints.166": -1, + "m_iPreviousPoints.167": -1, + "m_iPreviousPoints.168": -1, + "m_iPreviousPoints.169": -1, + "m_iPreviousPoints.170": -1, + "m_iPreviousPoints.171": -1, + "m_iPreviousPoints.172": -1, + "m_iPreviousPoints.173": -1, + "m_iPreviousPoints.174": -1, + "m_iPreviousPoints.175": -1, + "m_iPreviousPoints.176": -1, + "m_iPreviousPoints.177": -1, + "m_iPreviousPoints.178": -1, + "m_iPreviousPoints.179": -1, + "m_iPreviousPoints.180": -1, + "m_iPreviousPoints.181": -1, + "m_iPreviousPoints.182": -1, + "m_iPreviousPoints.183": -1, + "m_iPreviousPoints.184": -1, + "m_iPreviousPoints.185": -1, + "m_iPreviousPoints.186": -1, + "m_iPreviousPoints.187": -1, + "m_iPreviousPoints.188": -1, + "m_iPreviousPoints.189": -1, + "m_iPreviousPoints.190": -1, + "m_iPreviousPoints.191": -1, + "m_iTeamBaseIcons.000": 0, + "m_iTeamBaseIcons.001": 0, + "m_iTeamBaseIcons.002": 5, + "m_iTeamBaseIcons.003": 6, + "m_iTeamBaseIcons.004": 0, + "m_iTeamBaseIcons.005": 0, + "m_iTeamBaseIcons.006": 0, + "m_iTeamBaseIcons.007": 0, + "m_iTeamBaseIcons.008": 0, + "m_iTeamBaseIcons.009": 0, + "m_iTeamBaseIcons.010": 0, + "m_iTeamBaseIcons.011": 0, + "m_iTeamBaseIcons.012": 0, + "m_iTeamBaseIcons.013": 0, + "m_iTeamBaseIcons.014": 0, + "m_iTeamBaseIcons.015": 0, + "m_iTeamBaseIcons.016": 0, + "m_iTeamBaseIcons.017": 0, + "m_iTeamBaseIcons.018": 0, + "m_iTeamBaseIcons.019": 0, + "m_iTeamBaseIcons.020": 0, + "m_iTeamBaseIcons.021": 0, + "m_iTeamBaseIcons.022": 0, + "m_iTeamBaseIcons.023": 0, + "m_iTeamBaseIcons.024": 0, + "m_iTeamBaseIcons.025": 0, + "m_iTeamBaseIcons.026": 0, + "m_iTeamBaseIcons.027": 0, + "m_iTeamBaseIcons.028": 0, + "m_iTeamBaseIcons.029": 0, + "m_iTeamBaseIcons.030": 0, + "m_iTeamBaseIcons.031": 0, + "m_iTeamIcons.000": 2, + "m_iTeamIcons.001": 2, + "m_iTeamIcons.002": 2, + "m_iTeamIcons.003": 2, + "m_iTeamIcons.004": 2, + "m_iTeamIcons.005": 0, + "m_iTeamIcons.006": 0, + "m_iTeamIcons.007": 0, + "m_iTeamIcons.008": 0, + "m_iTeamIcons.009": 0, + "m_iTeamIcons.010": 0, + "m_iTeamIcons.011": 0, + "m_iTeamIcons.012": 0, + "m_iTeamIcons.013": 0, + "m_iTeamIcons.014": 0, + "m_iTeamIcons.015": 0, + "m_iTeamIcons.016": 3, + "m_iTeamIcons.017": 3, + "m_iTeamIcons.018": 3, + "m_iTeamIcons.019": 3, + "m_iTeamIcons.020": 3, + "m_iTeamIcons.021": 0, + "m_iTeamIcons.022": 0, + "m_iTeamIcons.023": 0, + "m_iTeamIcons.024": 4, + "m_iTeamIcons.025": 4, + "m_iTeamIcons.026": 4, + "m_iTeamIcons.027": 4, + "m_iTeamIcons.028": 4, + "m_iTeamIcons.029": 0, + "m_iTeamIcons.030": 0, + "m_iTeamIcons.031": 0, + "m_iTeamIcons.032": 0, + "m_iTeamIcons.033": 0, + "m_iTeamIcons.034": 0, + "m_iTeamIcons.035": 0, + "m_iTeamIcons.036": 0, + "m_iTeamIcons.037": 0, + "m_iTeamIcons.038": 0, + "m_iTeamIcons.039": 0, + "m_iTeamIcons.040": 0, + "m_iTeamIcons.041": 0, + "m_iTeamIcons.042": 0, + "m_iTeamIcons.043": 0, + "m_iTeamIcons.044": 0, + "m_iTeamIcons.045": 0, + "m_iTeamIcons.046": 0, + "m_iTeamIcons.047": 0, + "m_iTeamIcons.048": 0, + "m_iTeamIcons.049": 0, + "m_iTeamIcons.050": 0, + "m_iTeamIcons.051": 0, + "m_iTeamIcons.052": 0, + "m_iTeamIcons.053": 0, + "m_iTeamIcons.054": 0, + "m_iTeamIcons.055": 0, + "m_iTeamIcons.056": 0, + "m_iTeamIcons.057": 0, + "m_iTeamIcons.058": 0, + "m_iTeamIcons.059": 0, + "m_iTeamIcons.060": 0, + "m_iTeamIcons.061": 0, + "m_iTeamIcons.062": 0, + "m_iTeamIcons.063": 0, + "m_iTeamInZone.000": 0, + "m_iTeamInZone.001": 0, + "m_iTeamInZone.002": 0, + "m_iTeamInZone.003": 0, + "m_iTeamInZone.004": 0, + "m_iTeamInZone.005": 0, + "m_iTeamInZone.006": 0, + "m_iTeamInZone.007": 0, + "m_iTeamOverlays.000": 0, + "m_iTeamOverlays.001": 0, + "m_iTeamOverlays.002": 0, + "m_iTeamOverlays.003": 0, + "m_iTeamOverlays.004": 0, + "m_iTeamOverlays.005": 0, + "m_iTeamOverlays.006": 0, + "m_iTeamOverlays.007": 0, + "m_iTeamOverlays.008": 0, + "m_iTeamOverlays.009": 0, + "m_iTeamOverlays.010": 0, + "m_iTeamOverlays.011": 0, + "m_iTeamOverlays.012": 0, + "m_iTeamOverlays.013": 0, + "m_iTeamOverlays.014": 0, + "m_iTeamOverlays.015": 0, + "m_iTeamOverlays.016": 0, + "m_iTeamOverlays.017": 0, + "m_iTeamOverlays.018": 0, + "m_iTeamOverlays.019": 0, + "m_iTeamOverlays.020": 0, + "m_iTeamOverlays.021": 0, + "m_iTeamOverlays.022": 0, + "m_iTeamOverlays.023": 0, + "m_iTeamOverlays.024": 0, + "m_iTeamOverlays.025": 0, + "m_iTeamOverlays.026": 0, + "m_iTeamOverlays.027": 0, + "m_iTeamOverlays.028": 0, + "m_iTeamOverlays.029": 0, + "m_iTeamOverlays.030": 0, + "m_iTeamOverlays.031": 0, + "m_iTeamOverlays.032": 0, + "m_iTeamOverlays.033": 0, + "m_iTeamOverlays.034": 0, + "m_iTeamOverlays.035": 0, + "m_iTeamOverlays.036": 0, + "m_iTeamOverlays.037": 0, + "m_iTeamOverlays.038": 0, + "m_iTeamOverlays.039": 0, + "m_iTeamOverlays.040": 0, + "m_iTeamOverlays.041": 0, + "m_iTeamOverlays.042": 0, + "m_iTeamOverlays.043": 0, + "m_iTeamOverlays.044": 0, + "m_iTeamOverlays.045": 0, + "m_iTeamOverlays.046": 0, + "m_iTeamOverlays.047": 0, + "m_iTeamOverlays.048": 0, + "m_iTeamOverlays.049": 0, + "m_iTeamOverlays.050": 0, + "m_iTeamOverlays.051": 0, + "m_iTeamOverlays.052": 0, + "m_iTeamOverlays.053": 0, + "m_iTeamOverlays.054": 0, + "m_iTeamOverlays.055": 0, + "m_iTeamOverlays.056": 0, + "m_iTeamOverlays.057": 0, + "m_iTeamOverlays.058": 0, + "m_iTeamOverlays.059": 0, + "m_iTeamOverlays.060": 0, + "m_iTeamOverlays.061": 0, + "m_iTeamOverlays.062": 0, + "m_iTeamOverlays.063": 0, + "m_iTeamReqCappers.000": 0, + "m_iTeamReqCappers.001": 0, + "m_iTeamReqCappers.002": 0, + "m_iTeamReqCappers.003": 0, + "m_iTeamReqCappers.004": 0, + "m_iTeamReqCappers.005": 0, + "m_iTeamReqCappers.006": 0, + "m_iTeamReqCappers.007": 0, + "m_iTeamReqCappers.008": 0, + "m_iTeamReqCappers.009": 0, + "m_iTeamReqCappers.010": 0, + "m_iTeamReqCappers.011": 0, + "m_iTeamReqCappers.012": 0, + "m_iTeamReqCappers.013": 0, + "m_iTeamReqCappers.014": 0, + "m_iTeamReqCappers.015": 0, + "m_iTeamReqCappers.016": 1, + "m_iTeamReqCappers.017": 1, + "m_iTeamReqCappers.018": 1, + "m_iTeamReqCappers.019": 1, + "m_iTeamReqCappers.020": 1, + "m_iTeamReqCappers.021": 0, + "m_iTeamReqCappers.022": 0, + "m_iTeamReqCappers.023": 0, + "m_iTeamReqCappers.024": 1, + "m_iTeamReqCappers.025": 1, + "m_iTeamReqCappers.026": 1, + "m_iTeamReqCappers.027": 1, + "m_iTeamReqCappers.028": 1, + "m_iTeamReqCappers.029": 0, + "m_iTeamReqCappers.030": 0, + "m_iTeamReqCappers.031": 0, + "m_iTeamReqCappers.032": 0, + "m_iTeamReqCappers.033": 0, + "m_iTeamReqCappers.034": 0, + "m_iTeamReqCappers.035": 0, + "m_iTeamReqCappers.036": 0, + "m_iTeamReqCappers.037": 0, + "m_iTeamReqCappers.038": 0, + "m_iTeamReqCappers.039": 0, + "m_iTeamReqCappers.040": 0, + "m_iTeamReqCappers.041": 0, + "m_iTeamReqCappers.042": 0, + "m_iTeamReqCappers.043": 0, + "m_iTeamReqCappers.044": 0, + "m_iTeamReqCappers.045": 0, + "m_iTeamReqCappers.046": 0, + "m_iTeamReqCappers.047": 0, + "m_iTeamReqCappers.048": 0, + "m_iTeamReqCappers.049": 0, + "m_iTeamReqCappers.050": 0, + "m_iTeamReqCappers.051": 0, + "m_iTeamReqCappers.052": 0, + "m_iTeamReqCappers.053": 0, + "m_iTeamReqCappers.054": 0, + "m_iTeamReqCappers.055": 0, + "m_iTeamReqCappers.056": 0, + "m_iTeamReqCappers.057": 0, + "m_iTeamReqCappers.058": 0, + "m_iTeamReqCappers.059": 0, + "m_iTeamReqCappers.060": 0, + "m_iTeamReqCappers.061": 0, + "m_iTeamReqCappers.062": 0, + "m_iTeamReqCappers.063": 0, + "m_iWarnOnCap.000": 0, + "m_iWarnOnCap.001": 0, + "m_iWarnOnCap.002": 0, + "m_iWarnOnCap.003": 0, + "m_iWarnOnCap.004": 0, + "m_iWarnOnCap.005": 0, + "m_iWarnOnCap.006": 0, + "m_iWarnOnCap.007": 0, + "m_nMannVsMachineWaveClassCounts.000": 0, + "m_nMannVsMachineWaveClassCounts.001": 0, + "m_nMannVsMachineWaveClassCounts.002": 0, + "m_nMannVsMachineWaveClassCounts.003": 0, + "m_nMannVsMachineWaveClassCounts.004": 0, + "m_nMannVsMachineWaveClassCounts.005": 0, + "m_nMannVsMachineWaveClassCounts.006": 0, + "m_nMannVsMachineWaveClassCounts.007": 0, + "m_nMannVsMachineWaveClassCounts.008": 0, + "m_nMannVsMachineWaveClassCounts.009": 0, + "m_nMannVsMachineWaveClassCounts.010": 0, + "m_nMannVsMachineWaveClassCounts.011": 0, + "m_nMannVsMachineWaveClassCounts2.000": 0, + "m_nMannVsMachineWaveClassCounts2.001": 0, + "m_nMannVsMachineWaveClassCounts2.002": 0, + "m_nMannVsMachineWaveClassCounts2.003": 0, + "m_nMannVsMachineWaveClassCounts2.004": 0, + "m_nMannVsMachineWaveClassCounts2.005": 0, + "m_nMannVsMachineWaveClassCounts2.006": 0, + "m_nMannVsMachineWaveClassCounts2.007": 0, + "m_nMannVsMachineWaveClassCounts2.008": 0, + "m_nMannVsMachineWaveClassCounts2.009": 0, + "m_nMannVsMachineWaveClassCounts2.010": 0, + "m_nMannVsMachineWaveClassCounts2.011": 0, + "m_nMannVsMachineWaveClassFlags.000": 0, + "m_nMannVsMachineWaveClassFlags.001": 0, + "m_nMannVsMachineWaveClassFlags.002": 0, + "m_nMannVsMachineWaveClassFlags.003": 0, + "m_nMannVsMachineWaveClassFlags.004": 0, + "m_nMannVsMachineWaveClassFlags.005": 0, + "m_nMannVsMachineWaveClassFlags.006": 0, + "m_nMannVsMachineWaveClassFlags.007": 0, + "m_nMannVsMachineWaveClassFlags.008": 0, + "m_nMannVsMachineWaveClassFlags.009": 0, + "m_nMannVsMachineWaveClassFlags.010": 0, + "m_nMannVsMachineWaveClassFlags.011": 0, + "m_nMannVsMachineWaveClassFlags2.000": 0, + "m_nMannVsMachineWaveClassFlags2.001": 0, + "m_nMannVsMachineWaveClassFlags2.002": 0, + "m_nMannVsMachineWaveClassFlags2.003": 0, + "m_nMannVsMachineWaveClassFlags2.004": 0, + "m_nMannVsMachineWaveClassFlags2.005": 0, + "m_nMannVsMachineWaveClassFlags2.006": 0, + "m_nMannVsMachineWaveClassFlags2.007": 0, + "m_nMannVsMachineWaveClassFlags2.008": 0, + "m_nMannVsMachineWaveClassFlags2.009": 0, + "m_nMannVsMachineWaveClassFlags2.010": 0, + "m_nMannVsMachineWaveClassFlags2.011": 0, + "m_nNumNodeHillData.000": 0, + "m_nNumNodeHillData.001": 0, + "m_nNumNodeHillData.002": 0, + "m_nNumNodeHillData.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CMonsterResource", + "id": 32, + "props": { + "DT_MonsterResource.m_fSkillShotComboEndTime": 0.0, + "DT_MonsterResource.m_iBossHealthPercentageByte": 0, + "DT_MonsterResource.m_iBossState": 0, + "DT_MonsterResource.m_iBossStunPercentageByte": 0, + "DT_MonsterResource.m_iSkillShotCompleteCount": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CMannVsMachineStats", + "id": 33, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CMannVsMachineWaveStats.nBuyBacks": 0, + "DT_CMannVsMachineWaveStats.nCreditsAcquired": 0, + "DT_CMannVsMachineWaveStats.nCreditsBonus": 0, + "DT_CMannVsMachineWaveStats.nCreditsDropped": 0, + "DT_CMannVsMachineWaveStats.nPlayerDeaths": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_MannVsMachineStats.m_iCurrencyCollectedForRespec": 0, + "DT_MannVsMachineStats.m_iCurrentWaveIdx": 0, + "DT_MannVsMachineStats.m_iServerWaveID": 0, + "DT_MannVsMachineStats.m_nRespecsAwardedInWave": 0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CVoteController", + "id": 35, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_VoteController.m_bIsYesNoVote": 1, + "DT_VoteController.m_iActiveIssueIndex": -1, + "DT_VoteController.m_iOnlyTeamToVote": 0, + "DT_VoteController.m_nPotentialVotes": 0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0, + "m_nVoteOptionCount.000": 0, + "m_nVoteOptionCount.001": 0, + "m_nVoteOptionCount.002": 0, + "m_nVoteOptionCount.003": 0, + "m_nVoteOptionCount.004": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSprite", + "id": 38, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4287813886, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 745, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 9, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 2609.375, + "y": -462.53125, + "z": 174.8125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Sprite.m_bWorldSpaceScale": 0, + "DT_Sprite.m_flBrightnessTime": 0.0, + "DT_Sprite.m_flFrame": 0.0, + "DT_Sprite.m_flGlowProxySize": 4.0, + "DT_Sprite.m_flHDRColorScale": 1.0, + "DT_Sprite.m_flScaleTime": 0.0, + "DT_Sprite.m_flSpriteFramerate": 10.078125, + "DT_Sprite.m_flSpriteScale": 0.75, + "DT_Sprite.m_hAttachedToEntity": 2097151, + "DT_Sprite.m_nAttachment": 0, + "DT_Sprite.m_nBrightness": 255, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSprite", + "id": 40, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4287813886, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 745, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 9, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 3949.125, + "y": -309.375, + "z": 376.9375 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Sprite.m_bWorldSpaceScale": 0, + "DT_Sprite.m_flBrightnessTime": 0.0, + "DT_Sprite.m_flFrame": 0.0, + "DT_Sprite.m_flGlowProxySize": 4.0, + "DT_Sprite.m_flHDRColorScale": 1.0, + "DT_Sprite.m_flScaleTime": 0.0, + "DT_Sprite.m_flSpriteFramerate": 10.078125, + "DT_Sprite.m_flSpriteScale": 0.75, + "DT_Sprite.m_hAttachedToEntity": 2097151, + "DT_Sprite.m_nAttachment": 0, + "DT_Sprite.m_nBrightness": 255, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRespawnRoomVisualizer", + "id": 54, + "props": { + "DT_BaseEntity.m_CollisionGroup": 25, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 3, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 3, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 4511.0, + "y": -711.34375, + "z": 352.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 5.0, + "y": 57.0, + "z": 56.98999 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 5.0, + "y": 57.0, + "z": 56.98999 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -5.0, + "y": -57.0, + "z": -57.01001 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -5.0, + "y": -57.0, + "z": -57.01001 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRespawnRoomVisualizer", + "id": 57, + "props": { + "DT_BaseEntity.m_CollisionGroup": 25, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 3, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 6, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 4504.0, + "y": -1379.6563, + "z": 352.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 5.0, + "y": 57.0, + "z": 56.98999 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 5.0, + "y": 57.0, + "z": 56.98999 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -5.0, + "y": -57.01001, + "z": -57.01001 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -5.0, + "y": -57.01001, + "z": -57.01001 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRespawnRoomVisualizer", + "id": 62, + "props": { + "DT_BaseEntity.m_CollisionGroup": 25, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 3, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 8, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 2298.0, + "y": -1850.9688, + "z": 215.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 5.0, + "y": 56.98999, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 5.0, + "y": 56.98999, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -5.0, + "y": -57.01001, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -5.0, + "y": -57.01001, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 73, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 1537.0, + "y": -1043.25, + "z": 366.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 75, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 269.989, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 2437.0, + "y": -2028.6563, + "z": 292.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 82, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": -178.96875, + "y": 457.90625, + "z": 366.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 84, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": -2310.4063, + "y": -197.78125, + "z": 651.0 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 85, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": -1941.6563, + "y": -201.0625, + "z": 652.0 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseDoor", + "id": 90, + "props": { + "DT_BaseDoor.m_flWaveHeight": 0.03125, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 13, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 10, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3156.0, + "y": 115.3125, + "z": 221.5 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 6.01001, + "y": 99.0, + "z": 195.49 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 6.01001, + "y": 99.0, + "z": 195.49 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -3.9899902, + "y": -95.0, + "z": 73.490005 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -3.9899902, + "y": -95.0, + "z": 73.490005 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRespawnRoomVisualizer", + "id": 91, + "props": { + "DT_BaseEntity.m_CollisionGroup": 25, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 14, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3173.625, + "y": 371.0, + "z": 213.75 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 16.629883, + "y": -197.0, + "z": 195.24 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 16.629883, + "y": -197.0, + "z": 195.24 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 9.629883, + "y": -311.0, + "z": 81.240005 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 9.629883, + "y": -311.0, + "z": 81.240005 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseDoor", + "id": 93, + "props": { + "DT_BaseDoor.m_flWaveHeight": 0.03125, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 16, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 10, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3139.0, + "y": 784.3125, + "z": 221.5 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 6.01001, + "y": 99.0, + "z": 195.49 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 6.01001, + "y": 99.0, + "z": 195.49 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -3.9899902, + "y": -95.0, + "z": 73.490005 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -3.9899902, + "y": -95.0, + "z": 73.490005 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 110, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 2, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 269.989, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 16, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 757, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3139.0, + "y": 454.3125, + "z": 162.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 37.788998, + "y": 37.919834, + "z": 192.86783 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 37.788998, + "y": 37.919834, + "z": 192.86783 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -37.789063, + "y": -37.919834, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -37.789063, + "y": -37.919834, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 111, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 1, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 16, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 758, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3139.0, + "y": 454.3125, + "z": 158.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 101.63659, + "y": 101.63655, + "z": 7.524944 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 101.63659, + "y": 101.63655, + "z": 7.524944 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -101.6366, + "y": -101.63659, + "z": -0.25000444 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -101.6366, + "y": -101.63659, + "z": -0.25000444 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 112, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 90.01099, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 16, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 778, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -26.96875, + "y": 2.0, + "z": 138.46875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 106586, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 92.00346, + "y": 0.0, + "z": 54.65977 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 92.00346, + "y": 0.0, + "z": 54.65977 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -92.0, + "y": -27.332224, + "z": -64.25001 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -92.0, + "y": -27.332224, + "z": -64.25001 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 113, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 90.01099, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 16, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 778, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -26.96875, + "y": 2.0, + "z": 138.46875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1265757, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 92.00346, + "y": 0.0, + "z": 54.65977 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 92.00346, + "y": 0.0, + "z": 54.65977 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -92.0, + "y": -27.332224, + "z": -64.25001 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -92.0, + "y": -27.332224, + "z": -64.25001 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 127, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 746, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3830.0, + "y": 604.3125, + "z": 296.15625 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 19.40962, + "y": 32.25, + "z": 113.03188 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 19.40962, + "y": 32.25, + "z": 113.03188 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -16.250002, + "y": -32.25, + "z": -0.16006844 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -16.250002, + "y": -32.25, + "z": -0.16006844 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 128, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 746, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3822.0, + "y": 316.3125, + "z": 296.15625 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 19.40962, + "y": 32.25, + "z": 113.03188 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 19.40962, + "y": 32.25, + "z": 113.03188 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -16.250002, + "y": -32.25, + "z": -0.16006844 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -16.250002, + "y": -32.25, + "z": -0.16006844 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRespawnRoomVisualizer", + "id": 138, + "props": { + "DT_BaseEntity.m_CollisionGroup": 25, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 27, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3144.0, + "y": 792.0, + "z": 351.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 5.0, + "y": 57.0, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 5.0, + "y": 57.0, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -5.0, + "y": -57.0, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -5.0, + "y": -57.0, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTeamRoundTimer", + "id": 144, + "props": { + "DT_TeamRoundTimer.m_bAutoCountdown": 1, + "DT_TeamRoundTimer.m_bInCaptureWatchState": 0, + "DT_TeamRoundTimer.m_bIsDisabled": 0, + "DT_TeamRoundTimer.m_bShowInHUD": 1, + "DT_TeamRoundTimer.m_bShowTimeRemaining": 1, + "DT_TeamRoundTimer.m_bStartPaused": 0, + "DT_TeamRoundTimer.m_bStopWatchTimer": 0, + "DT_TeamRoundTimer.m_bTimerPaused": 0, + "DT_TeamRoundTimer.m_flTimeRemaining": 600.0, + "DT_TeamRoundTimer.m_flTimerEndTime": 668.33997, + "DT_TeamRoundTimer.m_flTotalTime": 0.0, + "DT_TeamRoundTimer.m_nSetupTimeLength": 0, + "DT_TeamRoundTimer.m_nState": 1, + "DT_TeamRoundTimer.m_nTimerInitialLength": 600, + "DT_TeamRoundTimer.m_nTimerLength": 600, + "DT_TeamRoundTimer.m_nTimerMaxLength": 600 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CEnvTonemapController", + "id": 146, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 998.46875, + "y": -1098.3125, + "z": 265.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_EnvTonemapController.m_bUseCustomAutoExposureMax": 1, + "DT_EnvTonemapController.m_bUseCustomAutoExposureMin": 1, + "DT_EnvTonemapController.m_bUseCustomBloomScale": 1, + "DT_EnvTonemapController.m_flCustomAutoExposureMax": 0.9, + "DT_EnvTonemapController.m_flCustomAutoExposureMin": 0.5, + "DT_EnvTonemapController.m_flCustomBloomScale": 0.6, + "DT_EnvTonemapController.m_flCustomBloomScaleMinimum": 0.6, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFViewModel", + "id": 147, + "props": { + "DT_BaseViewModel.m_fEffects": 0, + "DT_BaseViewModel.m_flPlaybackRate": 1.0, + "DT_BaseViewModel.m_flPoseParameter": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "DT_BaseViewModel.m_hOwner": 1972225, + "DT_BaseViewModel.m_hWeapon": 1606276, + "DT_BaseViewModel.m_nAnimationParity": 1, + "DT_BaseViewModel.m_nBody": 0, + "DT_BaseViewModel.m_nModelIndex": 494, + "DT_BaseViewModel.m_nMuzzleFlashParity": 1, + "DT_BaseViewModel.m_nNewSequenceParity": 1, + "DT_BaseViewModel.m_nResetEventsParity": 1, + "DT_BaseViewModel.m_nSequence": 25, + "DT_BaseViewModel.m_nSkin": 0, + "DT_BaseViewModel.m_nViewModelIndex": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFGameRulesProxy", + "id": 148, + "props": { + "DT_TFGameRules.m_bAllowTrainingAchievements": 0, + "DT_TFGameRules.m_bBountyModeEnabled": 0, + "DT_TFGameRules.m_bCompetitiveMode": 0, + "DT_TFGameRules.m_bHaveMinPlayersToEnableReady": 0, + "DT_TFGameRules.m_bHelltowerPlayersInHell": 0, + "DT_TFGameRules.m_bIsInItemTestingMode": 0, + "DT_TFGameRules.m_bIsInTraining": 0, + "DT_TFGameRules.m_bIsTrainingHUDVisible": 0, + "DT_TFGameRules.m_bIsUsingSpells": 0, + "DT_TFGameRules.m_bIsWaitingForTrainingContinue": 0, + "DT_TFGameRules.m_bMannVsMachineAlarmStatus": 0, + "DT_TFGameRules.m_bPlayingHybrid_CTF_CP": 0, + "DT_TFGameRules.m_bPlayingKoth": 0, + "DT_TFGameRules.m_bPlayingMannVsMachine": 0, + "DT_TFGameRules.m_bPlayingMedieval": 0, + "DT_TFGameRules.m_bPlayingRobotDestructionMode": 0, + "DT_TFGameRules.m_bPlayingSpecialDeliveryMode": 0, + "DT_TFGameRules.m_bPowerupMode": 0, + "DT_TFGameRules.m_fBossNormalizedTravelDistance": 0, + "DT_TFGameRules.m_fHalloweenEffectDuration": -1.0, + "DT_TFGameRules.m_fHalloweenEffectStartTime": -1.0, + "DT_TFGameRules.m_flCapturePointEnableTime": 0.0, + "DT_TFGameRules.m_hBirthdayPlayer": 2097151, + "DT_TFGameRules.m_hBlueKothTimer": 2097151, + "DT_TFGameRules.m_hBonusLogic": 2097151, + "DT_TFGameRules.m_hRedKothTimer": 2097151, + "DT_TFGameRules.m_halloweenScenario": 0, + "DT_TFGameRules.m_itHandle": 2097151, + "DT_TFGameRules.m_nBossHealth": 0, + "DT_TFGameRules.m_nGameType": 2, + "DT_TFGameRules.m_nHalloweenEffect": -1, + "DT_TFGameRules.m_nHudType": 0, + "DT_TFGameRules.m_nMapHolidayType": 0, + "DT_TFGameRules.m_nMaxBossHealth": 0, + "DT_TFGameRules.m_nStopWatchState": 0, + "DT_TFGameRules.m_pszCustomUpgradesFile": "", + "DT_TFGameRules.m_pszTeamGoalStringBlue": "", + "DT_TFGameRules.m_pszTeamGoalStringRed": "", + "DT_TeamplayRoundBasedRules.m_bAwaitingReadyRestart": 0, + "DT_TeamplayRoundBasedRules.m_bCheatsEnabledDuringLevel": 0, + "DT_TeamplayRoundBasedRules.m_bInOvertime": 0, + "DT_TeamplayRoundBasedRules.m_bInSetup": 0, + "DT_TeamplayRoundBasedRules.m_bInWaitingForPlayers": 0, + "DT_TeamplayRoundBasedRules.m_bMultipleTrains": 0, + "DT_TeamplayRoundBasedRules.m_bStopWatch": 0, + "DT_TeamplayRoundBasedRules.m_bSwitchedTeamsThisRound": 0, + "DT_TeamplayRoundBasedRules.m_flMapResetTime": 68.34, + "DT_TeamplayRoundBasedRules.m_flRestartRoundTime": -1.0, + "DT_TeamplayRoundBasedRules.m_iRoundState": 3, + "DT_TeamplayRoundBasedRules.m_iWinningTeam": 0, + "m_TeamRespawnWaveTimes.000": -1.0, + "m_TeamRespawnWaveTimes.001": -1.0, + "m_TeamRespawnWaveTimes.002": 8.5, + "m_TeamRespawnWaveTimes.003": 8.5, + "m_TeamRespawnWaveTimes.004": -1.0, + "m_TeamRespawnWaveTimes.005": -1.0, + "m_TeamRespawnWaveTimes.006": -1.0, + "m_TeamRespawnWaveTimes.007": -1.0, + "m_TeamRespawnWaveTimes.008": -1.0, + "m_TeamRespawnWaveTimes.009": -1.0, + "m_TeamRespawnWaveTimes.010": -1.0, + "m_TeamRespawnWaveTimes.011": -1.0, + "m_TeamRespawnWaveTimes.012": -1.0, + "m_TeamRespawnWaveTimes.013": -1.0, + "m_TeamRespawnWaveTimes.014": -1.0, + "m_TeamRespawnWaveTimes.015": -1.0, + "m_TeamRespawnWaveTimes.016": -1.0, + "m_TeamRespawnWaveTimes.017": -1.0, + "m_TeamRespawnWaveTimes.018": -1.0, + "m_TeamRespawnWaveTimes.019": -1.0, + "m_TeamRespawnWaveTimes.020": -1.0, + "m_TeamRespawnWaveTimes.021": -1.0, + "m_TeamRespawnWaveTimes.022": -1.0, + "m_TeamRespawnWaveTimes.023": -1.0, + "m_TeamRespawnWaveTimes.024": -1.0, + "m_TeamRespawnWaveTimes.025": -1.0, + "m_TeamRespawnWaveTimes.026": -1.0, + "m_TeamRespawnWaveTimes.027": -1.0, + "m_TeamRespawnWaveTimes.028": -1.0, + "m_TeamRespawnWaveTimes.029": -1.0, + "m_TeamRespawnWaveTimes.030": -1.0, + "m_TeamRespawnWaveTimes.031": -1.0, + "m_bPlayerReady.000": 0, + "m_bPlayerReady.001": 0, + "m_bPlayerReady.002": 0, + "m_bPlayerReady.003": 0, + "m_bPlayerReady.004": 0, + "m_bPlayerReady.005": 0, + "m_bPlayerReady.006": 0, + "m_bPlayerReady.007": 0, + "m_bPlayerReady.008": 0, + "m_bPlayerReady.009": 0, + "m_bPlayerReady.010": 0, + "m_bPlayerReady.011": 0, + "m_bPlayerReady.012": 0, + "m_bPlayerReady.013": 0, + "m_bPlayerReady.014": 0, + "m_bPlayerReady.015": 0, + "m_bPlayerReady.016": 0, + "m_bPlayerReady.017": 0, + "m_bPlayerReady.018": 0, + "m_bPlayerReady.019": 0, + "m_bPlayerReady.020": 0, + "m_bPlayerReady.021": 0, + "m_bPlayerReady.022": 0, + "m_bPlayerReady.023": 0, + "m_bPlayerReady.024": 0, + "m_bPlayerReady.025": 0, + "m_bPlayerReady.026": 0, + "m_bPlayerReady.027": 0, + "m_bPlayerReady.028": 0, + "m_bPlayerReady.029": 0, + "m_bPlayerReady.030": 0, + "m_bPlayerReady.031": 0, + "m_bPlayerReady.032": 0, + "m_bTeamReady.000": 0, + "m_bTeamReady.001": 0, + "m_bTeamReady.002": 0, + "m_bTeamReady.003": 0, + "m_bTeamReady.004": 0, + "m_bTeamReady.005": 0, + "m_bTeamReady.006": 0, + "m_bTeamReady.007": 0, + "m_bTeamReady.008": 0, + "m_bTeamReady.009": 0, + "m_bTeamReady.010": 0, + "m_bTeamReady.011": 0, + "m_bTeamReady.012": 0, + "m_bTeamReady.013": 0, + "m_bTeamReady.014": 0, + "m_bTeamReady.015": 0, + "m_bTeamReady.016": 0, + "m_bTeamReady.017": 0, + "m_bTeamReady.018": 0, + "m_bTeamReady.019": 0, + "m_bTeamReady.020": 0, + "m_bTeamReady.021": 0, + "m_bTeamReady.022": 0, + "m_bTeamReady.023": 0, + "m_bTeamReady.024": 0, + "m_bTeamReady.025": 0, + "m_bTeamReady.026": 0, + "m_bTeamReady.027": 0, + "m_bTeamReady.028": 0, + "m_bTeamReady.029": 0, + "m_bTeamReady.030": 0, + "m_bTeamReady.031": 0, + "m_flNextRespawnWave.000": 0.0, + "m_flNextRespawnWave.001": 0.0, + "m_flNextRespawnWave.002": 73.115, + "m_flNextRespawnWave.003": 73.115, + "m_flNextRespawnWave.004": 0.0, + "m_flNextRespawnWave.005": 0.0, + "m_flNextRespawnWave.006": 0.0, + "m_flNextRespawnWave.007": 0.0, + "m_flNextRespawnWave.008": 0.0, + "m_flNextRespawnWave.009": 0.0, + "m_flNextRespawnWave.010": 0.0, + "m_flNextRespawnWave.011": 0.0, + "m_flNextRespawnWave.012": 0.0, + "m_flNextRespawnWave.013": 0.0, + "m_flNextRespawnWave.014": 0.0, + "m_flNextRespawnWave.015": 0.0, + "m_flNextRespawnWave.016": 0.0, + "m_flNextRespawnWave.017": 0.0, + "m_flNextRespawnWave.018": 0.0, + "m_flNextRespawnWave.019": 0.0, + "m_flNextRespawnWave.020": 0.0, + "m_flNextRespawnWave.021": 0.0, + "m_flNextRespawnWave.022": 0.0, + "m_flNextRespawnWave.023": 0.0, + "m_flNextRespawnWave.024": 0.0, + "m_flNextRespawnWave.025": 0.0, + "m_flNextRespawnWave.026": 0.0, + "m_flNextRespawnWave.027": 0.0, + "m_flNextRespawnWave.028": 0.0, + "m_flNextRespawnWave.029": 0.0, + "m_flNextRespawnWave.030": 0.0, + "m_flNextRespawnWave.031": 0.0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 151, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 49.136856, + "y": 16.129898, + "z": 0.7471615 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 157.3125, + "y": -447.96875, + "z": 982.3125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 152, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 37.577827, + "y": 324.31204, + "z": 0.70321083 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -730.21875, + "y": 1738.1875, + "z": 1011.96875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 154, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 17.975826, + "y": 251.00232, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2410.0, + "y": 1057.3125, + "z": 541.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 155, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 37.577827, + "y": 144.29008, + "z": 0.70321083 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 2102.0, + "y": -2306.6563, + "z": 1011.96875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 156, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 17.975826, + "y": 70.98035, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 3815.0, + "y": -1624.6563, + "z": 541.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseDoor", + "id": 159, + "props": { + "DT_BaseDoor.m_flWaveHeight": 0.03125, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 29, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1799.0, + "y": 784.3125, + "z": 360.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": -4.0, + "y": 87.65997, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": -4.0, + "y": 87.65997, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -10.0, + "y": -82.34003, + "z": -62.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -10.0, + "y": -82.34003, + "z": -62.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 160, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 269.989, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 760, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1779.2188, + "y": 787.96875, + "z": 360.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 96.00001, + "y": 29.087898, + "z": 64.00001 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 96.00001, + "y": 29.087898, + "z": 64.00001 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -96.00001, + "y": -29.087898, + "z": -64.00001 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -96.00001, + "y": -29.087898, + "z": -64.00001 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 161, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 458, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2500.2813, + "y": 434.03125, + "z": -30.78125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 24, + "DT_CollisionProperty.m_usSolidFlags": 12, + "DT_CollisionProperty.m_vecMaxs": { + "x": 8.440302, + "y": 8.4599, + "z": 19.715792 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 8.440302, + "y": 8.4599, + "z": 19.715792 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -8.481677, + "y": -8.441464, + "z": -0.235178 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -8.481677, + "y": -8.441464, + "z": -0.235178 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 458, + "m_nModelIndexOverrides.001": 752, + "m_nModelIndexOverrides.002": 753, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 165, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 90.01099, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": -1079.0, + "y": 1433.8125, + "z": 292.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CWaterLODControl", + "id": 170, + "props": { + "DT_WaterLODControl.m_flCheapWaterEndDistance": 2000.0, + "DT_WaterLODControl.m_flCheapWaterStartDistance": 1000.0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFunc_LOD", + "id": 171, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 34, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 1, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 479.0, + "y": 2240.0, + "z": 437.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 479.0, + "y": 2240.0, + "z": 437.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -435.679, + "y": 1515.33, + "z": 223.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -435.679, + "y": 1515.33, + "z": 223.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Func_LOD.m_fDisappearDist": 1782.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 179, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 38, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1661.5, + "y": 485.3125, + "z": 156.5 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 138.5, + "y": -0.32998657, + "z": -39.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 138.5, + "y": -0.32998657, + "z": -39.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -138.5, + "y": -10.329987, + "z": -52.5 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -138.5, + "y": -10.329987, + "z": -52.5 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 182, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 392.40625, + "y": 539.34375, + "z": 264.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 183, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 974.125, + "y": -1144.375, + "z": 264.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 184, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 4759.25, + "y": -1037.5625, + "z": 306.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 185, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3394.0625, + "y": 444.53125, + "z": 306.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CShadowControl", + "id": 186, + "props": { + "DT_ShadowControl.m_bDisableShadows": 0, + "DT_ShadowControl.m_flShadowMaxDist": 75.0, + "DT_ShadowControl.m_shadowColor": 7303023, + "DT_ShadowControl.m_shadowDirection": { + "x": -0.00000003348486, + "y": 0.000000028097146, + "z": -1.0 + } + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 189, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 458, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1895.6875, + "y": 448.25, + "z": 161.21875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 24, + "DT_CollisionProperty.m_usSolidFlags": 12, + "DT_CollisionProperty.m_vecMaxs": { + "x": 8.440302, + "y": 8.4599, + "z": 19.715792 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 8.440302, + "y": 8.4599, + "z": 19.715792 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -8.481677, + "y": -8.441464, + "z": -0.235178 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -8.481677, + "y": -8.441464, + "z": -0.235178 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 458, + "m_nModelIndexOverrides.001": 752, + "m_nModelIndexOverrides.002": 753, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 190, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 749, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1935.0, + "y": 448.96875, + "z": 161.25 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 24, + "DT_CollisionProperty.m_usSolidFlags": 12, + "DT_CollisionProperty.m_vecMaxs": { + "x": 9.482024, + "y": 9.49077, + "z": 14.928136 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 9.482024, + "y": 9.49077, + "z": 14.928136 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -9.486649, + "y": -9.502421, + "z": -0.26128 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -9.486649, + "y": -9.502421, + "z": -0.26128 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 749, + "m_nModelIndexOverrides.001": 747, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 191, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 3301.3125, + "y": -377.84375, + "z": 652.0 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 192, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 3670.0625, + "y": -381.125, + "z": 651.0 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 194, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 41, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 679.0, + "y": -293.15625, + "z": 205.46875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 1056.0, + "y": 1010.17004, + "z": 56.520004 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 1056.0, + "y": 1010.17004, + "z": 56.520004 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -1056.0, + "y": -1026.83, + "z": -56.526993 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -1056.0, + "y": -1026.83, + "z": -56.526993 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 195, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 22.502747 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 2552.1875, + "y": -622.34375, + "z": 579.65625 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 196, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 22.502747 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": -1195.0, + "y": 37.59375, + "z": 579.90625 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFogController", + "id": 228, + "props": { + "DT_FogController.m_fog.blend": 0, + "DT_FogController.m_fog.colorPrimary": 9335665, + "DT_FogController.m_fog.colorPrimaryLerpTo": 9335665, + "DT_FogController.m_fog.colorSecondary": 16777215, + "DT_FogController.m_fog.colorSecondaryLerpTo": 16777215, + "DT_FogController.m_fog.dirPrimary": { + "x": 1.0, + "y": 0.0, + "z": 0.0 + }, + "DT_FogController.m_fog.duration": 0.0, + "DT_FogController.m_fog.enable": 1, + "DT_FogController.m_fog.end": 6000.0, + "DT_FogController.m_fog.endLerpTo": 0.0, + "DT_FogController.m_fog.farz": -1.0, + "DT_FogController.m_fog.lerptime": 0.0, + "DT_FogController.m_fog.maxdensity": 1.0, + "DT_FogController.m_fog.start": 50.0, + "DT_FogController.m_fog.startLerpTo": 0.0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 236, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": -1676.6563, + "y": 743.5, + "z": 501.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 252, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 3026.0, + "y": -1350.0, + "z": 501.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRespawnRoomVisualizer", + "id": 254, + "props": { + "DT_BaseEntity.m_CollisionGroup": 25, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 3, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 49, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 834.96875, + "y": -809.0, + "z": 92.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 245.01001, + "y": 57.0, + "z": 59.989998 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 245.01001, + "y": 57.0, + "z": 59.989998 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 235.01001, + "y": -57.0, + "z": -54.010002 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 235.01001, + "y": -57.0, + "z": -54.010002 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRespawnRoomVisualizer", + "id": 257, + "props": { + "DT_BaseEntity.m_CollisionGroup": 25, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 52, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 283.0, + "y": 217.96875, + "z": 94.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 4.989746, + "y": 57.0, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 4.989746, + "y": 57.0, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -5.010254, + "y": -57.0, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -5.010254, + "y": -57.0, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 265, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 58, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1480.1875, + "y": 465.34375, + "z": 269.5 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": -45.82007, + "y": 249.65, + "z": 11.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": -45.82007, + "y": 249.65, + "z": 11.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -512.18005, + "y": -15.0, + "z": 2.1380005 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -512.18005, + "y": -15.0, + "z": 2.1380005 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 266, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 749, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1531.7188, + "y": 93.90625, + "z": 321.25 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 24, + "DT_CollisionProperty.m_usSolidFlags": 12, + "DT_CollisionProperty.m_vecMaxs": { + "x": 9.482024, + "y": 9.49077, + "z": 14.928136 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 9.482024, + "y": 9.49077, + "z": 14.928136 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -9.486649, + "y": -9.502421, + "z": -0.26128 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -9.486649, + "y": -9.502421, + "z": -0.26128 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 749, + "m_nModelIndexOverrides.001": 747, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 267, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 59, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1500.125, + "y": 217.8125, + "z": 327.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 126.130005, + "y": 3.5039978, + "z": 12.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 126.130005, + "y": 3.5039978, + "z": 12.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -126.119995, + "y": -3.4960022, + "z": -12.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -126.119995, + "y": -3.4960022, + "z": -12.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSprite", + "id": 297, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4287813886, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 745, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 9, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1259.0, + "y": -135.0, + "z": 175.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Sprite.m_bWorldSpaceScale": 0, + "DT_Sprite.m_flBrightnessTime": 0.0, + "DT_Sprite.m_flFrame": 0.0, + "DT_Sprite.m_flGlowProxySize": 4.0, + "DT_Sprite.m_flHDRColorScale": 1.0, + "DT_Sprite.m_flScaleTime": 0.0, + "DT_Sprite.m_flSpriteFramerate": 10.078125, + "DT_Sprite.m_flSpriteScale": 0.75, + "DT_Sprite.m_hAttachedToEntity": 2097151, + "DT_Sprite.m_nAttachment": 0, + "DT_Sprite.m_nBrightness": 255, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 298, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 61, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 679.0, + "y": -296.8125, + "z": 353.5 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 3481.67, + "y": 170.17398, + "z": 210.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 3481.67, + "y": 170.17398, + "z": 210.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -3481.68, + "y": -170.17001, + "z": -210.5 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -3481.68, + "y": -170.17001, + "z": -210.5 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSceneEntity", + "id": 299, + "props": { + "DT_SceneEntity.m_bIsPlayingBack": 1, + "DT_SceneEntity.m_bMultiplayer": 1, + "DT_SceneEntity.m_bPaused": 0, + "DT_SceneEntity.m_flForceClientTime": 0.0, + "DT_SceneEntity.m_nSceneStringIndex": 109, + "_LPT_m_hActorList_16.lengthprop16": 1, + "_ST_m_hActorList_16.000": 1972225, + "_ST_m_hActorList_16.001": 0, + "_ST_m_hActorList_16.002": 0, + "_ST_m_hActorList_16.003": 0, + "_ST_m_hActorList_16.004": 0, + "_ST_m_hActorList_16.005": 0, + "_ST_m_hActorList_16.006": 0, + "_ST_m_hActorList_16.007": 0, + "_ST_m_hActorList_16.008": 0, + "_ST_m_hActorList_16.009": 0, + "_ST_m_hActorList_16.010": 0, + "_ST_m_hActorList_16.011": 0, + "_ST_m_hActorList_16.012": 0, + "_ST_m_hActorList_16.013": 0, + "_ST_m_hActorList_16.014": 0, + "_ST_m_hActorList_16.015": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CPhysicsPropMultiplayer", + "id": 310, + "props": { + "DT_AnimTimeMustBeFirst.m_flAnimTime": 0, + "DT_BaseAnimating.m_bClientSideAnimation": 0, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 0.5, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 1, + "DT_BaseEntity.m_angRotation": { + "x": 359.91208, + "y": 358.81332, + "z": 0.13185203 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 16, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 766, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2328.3125, + "y": 506.375, + "z": 162.40625 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 6, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 16.25, + "y": 16.25, + "z": 41.25 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 16.25, + "y": 16.25, + "z": 41.25 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -16.25, + "y": -16.25, + "z": -0.250001 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -16.25, + "y": -16.25, + "z": -0.250001 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_PhysicsProp.m_bAwake": 0, + "DT_PhysicsPropMultiplayer.m_collisionMaxs": { + "x": 16.0, + "y": 16.0, + "z": 41.0 + }, + "DT_PhysicsPropMultiplayer.m_collisionMins": { + "x": -16.0, + "y": -16.0, + "z": -0.000001 + }, + "DT_PhysicsPropMultiplayer.m_fMass": 30.0, + "DT_PhysicsPropMultiplayer.m_iPhysicsMode": 1, + "DT_ServerAnimationData.m_flCycle": 0.0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 315, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 458, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2487.7813, + "y": 1155.3125, + "z": 296.21875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 24, + "DT_CollisionProperty.m_usSolidFlags": 12, + "DT_CollisionProperty.m_vecMaxs": { + "x": 8.440302, + "y": 8.4599, + "z": 19.715792 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 8.440302, + "y": 8.4599, + "z": 19.715792 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -8.481677, + "y": -8.441464, + "z": -0.235178 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -8.481677, + "y": -8.441464, + "z": -0.235178 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 458, + "m_nModelIndexOverrides.001": 752, + "m_nModelIndexOverrides.002": 753, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 316, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 749, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2581.9688, + "y": 1157.875, + "z": 296.25 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 24, + "DT_CollisionProperty.m_usSolidFlags": 12, + "DT_CollisionProperty.m_vecMaxs": { + "x": 9.482024, + "y": 9.49077, + "z": 14.928136 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 9.482024, + "y": 9.49077, + "z": 14.928136 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -9.486649, + "y": -9.502421, + "z": -0.26128 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -9.486649, + "y": -9.502421, + "z": -0.26128 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 749, + "m_nModelIndexOverrides.001": 747, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 319, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 749, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2251.1875, + "y": -393.4375, + "z": 376.25 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 24, + "DT_CollisionProperty.m_usSolidFlags": 12, + "DT_CollisionProperty.m_vecMaxs": { + "x": 9.482024, + "y": 9.49077, + "z": 14.928136 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 9.482024, + "y": 9.49077, + "z": 14.928136 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -9.486649, + "y": -9.502421, + "z": -0.26128 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -9.486649, + "y": -9.502421, + "z": -0.26128 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 749, + "m_nModelIndexOverrides.001": 747, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseAnimating", + "id": 321, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 1.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 1, + "DT_BaseAnimating.m_nResetEventsParity": 1, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 458, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2252.0, + "y": -338.0, + "z": 376.21875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 24, + "DT_CollisionProperty.m_usSolidFlags": 12, + "DT_CollisionProperty.m_vecMaxs": { + "x": 8.440302, + "y": 8.4599, + "z": 19.715792 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 8.440302, + "y": 8.4599, + "z": 19.715792 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -8.481677, + "y": -8.441464, + "z": -0.235178 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -8.481677, + "y": -8.441464, + "z": -0.235178 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 458, + "m_nModelIndexOverrides.001": 752, + "m_nModelIndexOverrides.002": 753, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 332, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": -206.625, + "y": 186.25, + "z": 356.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 333, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 1566.125, + "y": -808.0625, + "z": 362.3125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 334, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 178.00024, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -3379.0, + "y": -228.0, + "z": 151.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 335, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 215.00671, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 423, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -3333.9688, + "y": -305.0, + "z": 254.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 339, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 357.97827, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 4728.4063, + "y": -388.0, + "z": 145.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 340, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 63, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2017.0, + "y": -15.5, + "z": 352.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 29.0, + "y": 9.5, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 29.0, + "y": 9.5, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -29.0, + "y": -9.5, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -29.0, + "y": -9.5, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 341, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 64, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3262.0, + "y": 459.0, + "z": 222.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 9.0, + "y": 176.0, + "z": 67.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 9.0, + "y": 176.0, + "z": 67.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -9.0, + "y": -176.0, + "z": -67.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -9.0, + "y": -176.0, + "z": -67.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 348, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 304.53424, + "y": 176.46198, + "z": 2.9007447 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 513.375, + "y": -425.375, + "z": -439.96875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 349, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 304.53424, + "y": 126.97351, + "z": 2.9007447 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 530.65625, + "y": -241.84375, + "z": -439.96875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 350, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 304.53424, + "y": 356.48395, + "z": 2.9007447 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 833.3125, + "y": -231.8125, + "z": -439.96875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 351, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 304.53424, + "y": 306.95154, + "z": 2.9007447 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 841.6875, + "y": -395.4375, + "z": -439.96875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 352, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 289.5031, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 1865, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 10474.875, + "y": 565.34375, + "z": 5030.7813 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 353, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 289.5031, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 1865, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 10159.375, + "y": -806.78125, + "z": 5033.5 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 358, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 430, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -2907.875, + "y": 2.0, + "z": 296.6875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 360, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 428, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -2908.0, + "y": 2.34375, + "z": 590.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 361, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 430, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 4326.0938, + "y": -612.34375, + "z": 296.6875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 363, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 428, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 4326.0, + "y": -612.0, + "z": 590.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 367, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 25, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 2.0, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 1311087, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 10, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 954.0, + "y": 1008.65625, + "z": 760.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 368, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 73, + "DT_RopeKeyframe.m_RopeLength": 117, + "DT_RopeKeyframe.m_Slack": 25, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 2.0, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1311087, + "DT_RopeKeyframe.m_hStartPoint": 1632624, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 442, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 10, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 954.0, + "y": 1009.65625, + "z": 877.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 369, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 90.9779, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 428, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 695.6875, + "y": -403.6875, + "z": 209.21875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 370, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 270.99988, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 428, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 702.71875, + "y": -65.96875, + "z": 124.90625 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 372, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 25, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 2.0, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 1231220, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 10, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 238.0, + "y": -897.0, + "z": 995.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 373, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 73, + "DT_RopeKeyframe.m_RopeLength": 160, + "DT_RopeKeyframe.m_Slack": 25, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 2.0, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1231220, + "DT_RopeKeyframe.m_hStartPoint": 41333, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 442, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 10, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 237.0, + "y": -897.0, + "z": 1155.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 374, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 25, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 2.0, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 303478, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 10, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 1103.0, + "y": 340.0, + "z": 839.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 375, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 73, + "DT_RopeKeyframe.m_RopeLength": 282, + "DT_RopeKeyframe.m_Slack": 25, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 2.0, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 303478, + "DT_RopeKeyframe.m_hStartPoint": 1935735, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 442, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 10, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 1105.0, + "y": 330.65625, + "z": 1121.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSprite", + "id": 377, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4287813886, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 745, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 9, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2582.0625, + "y": -283.78125, + "z": 397.40625 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Sprite.m_bWorldSpaceScale": 0, + "DT_Sprite.m_flBrightnessTime": 0.0, + "DT_Sprite.m_flFrame": 0.0, + "DT_Sprite.m_flGlowProxySize": 4.0, + "DT_Sprite.m_flHDRColorScale": 1.0, + "DT_Sprite.m_flScaleTime": 0.0, + "DT_Sprite.m_flSpriteFramerate": 10.078125, + "DT_Sprite.m_flSpriteScale": 0.75, + "DT_Sprite.m_hAttachedToEntity": 2097151, + "DT_Sprite.m_nAttachment": 0, + "DT_Sprite.m_nBrightness": 255, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 381, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 357.97827, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 4725.0, + "y": -465.0, + "z": 145.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSprite", + "id": 382, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4284045823, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 745, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 9, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1336.9375, + "y": 1130.0, + "z": 487.1875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Sprite.m_bWorldSpaceScale": 0, + "DT_Sprite.m_flBrightnessTime": 0.0, + "DT_Sprite.m_flFrame": 0.0, + "DT_Sprite.m_flGlowProxySize": 4.0, + "DT_Sprite.m_flHDRColorScale": 1.0, + "DT_Sprite.m_flScaleTime": 0.0, + "DT_Sprite.m_flSpriteFramerate": 10.078125, + "DT_Sprite.m_flSpriteScale": 0.75, + "DT_Sprite.m_hAttachedToEntity": 2097151, + "DT_Sprite.m_nAttachment": 0, + "DT_Sprite.m_nBrightness": 255, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSprite", + "id": 383, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4284045823, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 745, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 9, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 2697.2813, + "y": -1724.0, + "z": 487.1875 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_Sprite.m_bWorldSpaceScale": 0, + "DT_Sprite.m_flBrightnessTime": 0.0, + "DT_Sprite.m_flFrame": 0.0, + "DT_Sprite.m_flGlowProxySize": 4.0, + "DT_Sprite.m_flHDRColorScale": 1.0, + "DT_Sprite.m_flScaleTime": 0.0, + "DT_Sprite.m_flSpriteFramerate": 10.078125, + "DT_Sprite.m_flSpriteScale": 0.75, + "DT_Sprite.m_hAttachedToEntity": 2097151, + "DT_Sprite.m_nAttachment": 0, + "DT_Sprite.m_nBrightness": 255, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 390, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 328, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1245575, + "DT_RopeKeyframe.m_hStartPoint": 1173894, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 4038.0, + "y": -1388.3125, + "z": 648.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 391, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 283, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 313736, + "DT_RopeKeyframe.m_hStartPoint": 1245575, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 4037.0, + "y": -1060.0, + "z": 648.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 392, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 281, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1098124, + "DT_RopeKeyframe.m_hStartPoint": 313736, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 4038.0, + "y": -777.0, + "z": 648.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 394, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 323, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1173894, + "DT_RopeKeyframe.m_hStartPoint": 1436042, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 4361.0, + "y": -1394.0, + "z": 648.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 395, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 196, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1436042, + "DT_RopeKeyframe.m_hStartPoint": 960907, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 4491.0, + "y": -1249.0, + "z": 623.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 396, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 255, + "DT_RopeKeyframe.m_Slack": 90, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1847693, + "DT_RopeKeyframe.m_hStartPoint": 1098124, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 3801.2813, + "y": -859.6875, + "z": 776.40625 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 397, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 228, + "DT_RopeKeyframe.m_Slack": 140, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1341840, + "DT_RopeKeyframe.m_hStartPoint": 1847693, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 3546.0, + "y": -864.0, + "z": 776.40625 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 400, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 562, + "DT_RopeKeyframe.m_Slack": 140, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 29073, + "DT_RopeKeyframe.m_hStartPoint": 1341840, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 3367.0, + "y": -805.0, + "z": 647.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 401, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 29073, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 3371.0, + "y": -1367.0, + "z": 647.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 402, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 328, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1405333, + "DT_RopeKeyframe.m_hStartPoint": 1831314, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -2681.0, + "y": 796.3125, + "z": 647.875 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 403, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 323, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1831314, + "DT_RopeKeyframe.m_hStartPoint": 1884563, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -3004.0, + "y": 802.0, + "z": 647.875 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 404, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 196, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1884563, + "DT_RopeKeyframe.m_hStartPoint": 594324, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -3134.0, + "y": 657.0, + "z": 622.875 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 405, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 283, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1137046, + "DT_RopeKeyframe.m_hStartPoint": 1405333, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -2680.0, + "y": 468.0, + "z": 647.875 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 406, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 294, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1261975, + "DT_RopeKeyframe.m_hStartPoint": 1137046, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -2681.0, + "y": 185.0, + "z": 647.875 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 407, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 255, + "DT_RopeKeyframe.m_Slack": 90, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 18840, + "DT_RopeKeyframe.m_hStartPoint": 1261975, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -2446.2813, + "y": 301.0, + "z": 782.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 408, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 243, + "DT_RopeKeyframe.m_Slack": 140, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1589657, + "DT_RopeKeyframe.m_hStartPoint": 18840, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -2191.0, + "y": 305.28125, + "z": 782.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 409, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 562, + "DT_RopeKeyframe.m_Slack": 140, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1020314, + "DT_RopeKeyframe.m_hStartPoint": 1589657, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -2010.0, + "y": 213.0, + "z": 646.875 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 410, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 1020314, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -2014.0, + "y": 775.0, + "z": 646.875 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 420, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 276, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1659301, + "DT_RopeKeyframe.m_hStartPoint": 1153444, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 2493.0, + "y": -397.0, + "z": 777.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 421, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 1659301, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 2768.0, + "y": -400.0, + "z": 750.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 422, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 276, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1704359, + "DT_RopeKeyframe.m_hStartPoint": 1132966, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -1134.0, + "y": -198.46875, + "z": 781.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 423, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 1704359, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -1409.0, + "y": -206.0, + "z": 750.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 426, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 67, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -465.875, + "y": -899.46875, + "z": 103.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1413553, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 156.28108, + "y": 65.01162, + "z": 88.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 156.28108, + "y": 65.01162, + "z": 88.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -156.29073, + "y": -65.01065, + "z": -88.5 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -156.29073, + "y": -65.01065, + "z": -88.5 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 427, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 68, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -499.1875, + "y": -910.90625, + "z": 103.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 633262, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 137.29176, + "y": 120.81177, + "z": 88.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 137.29176, + "y": 120.81177, + "z": 88.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -137.29152, + "y": -120.8077, + "z": -88.5 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -137.29152, + "y": -120.8077, + "z": -88.5 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBaseEntity", + "id": 428, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 69, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -439.09375, + "y": -910.90625, + "z": 50.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1018285, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 137.29185, + "y": 120.81177, + "z": 88.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 137.29185, + "y": 120.81177, + "z": 88.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -137.29152, + "y": -120.80752, + "z": -88.5 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -137.29152, + "y": -120.80752, + "z": -88.5 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRotating", + "id": 429, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 70, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": -406.5, + "y": -856.5, + "z": 15.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": -406.5, + "y": -856.5, + "z": 15.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -429.5, + "y": -879.5, + "z": -15.5 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -429.5, + "y": -879.5, + "z": -15.5 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_FuncRotating.m_angRotation[0]": 0.0, + "DT_FuncRotating.m_angRotation[1]": 0.0, + "DT_FuncRotating.m_angRotation[2]": 0.0, + "DT_FuncRotating.m_flSimulationTime": 0, + "DT_FuncRotating.m_vecOrigin": { + "x": 9967.5, + "y": 51.5, + "z": 5252.5 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRotating", + "id": 430, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 71, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": -406.5, + "y": -856.5, + "z": 15.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": -406.5, + "y": -856.5, + "z": 15.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -429.5, + "y": -879.5, + "z": -15.5 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -429.5, + "y": -879.5, + "z": -15.5 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_FuncRotating.m_angRotation[0]": 0.0, + "DT_FuncRotating.m_angRotation[1]": 0.0, + "DT_FuncRotating.m_angRotation[2]": 0.0, + "DT_FuncRotating.m_flSimulationTime": 0, + "DT_FuncRotating.m_vecOrigin": { + "x": 10027.5, + "y": 51.5, + "z": 5375.5 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 431, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 25, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 2.0, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 940463, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 10, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 401.0, + "y": -1601.0, + "z": 796.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 432, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 73, + "DT_RopeKeyframe.m_RopeLength": 117, + "DT_RopeKeyframe.m_Slack": 25, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 2.0, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 940463, + "DT_RopeKeyframe.m_hStartPoint": 1450416, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 442, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 10, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 401.0, + "y": -1600.0, + "z": 913.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRotating", + "id": 433, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 80, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 72, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": -406.5, + "y": -856.5, + "z": 15.5 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": -406.5, + "y": -856.5, + "z": 15.5 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -429.5, + "y": -879.5, + "z": -15.5 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -429.5, + "y": -879.5, + "z": -15.5 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_FuncRotating.m_angRotation[0]": 0.0, + "DT_FuncRotating.m_angRotation[1]": 0.0, + "DT_FuncRotating.m_angRotation[2]": 0.0, + "DT_FuncRotating.m_flSimulationTime": 0, + "DT_FuncRotating.m_vecOrigin": { + "x": 10271.5, + "y": -114.5, + "z": 5375.5 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CFuncRespawnRoomVisualizer", + "id": 434, + "props": { + "DT_BaseEntity.m_CollisionGroup": 25, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 73, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -933.0, + "y": 1259.0, + "z": 213.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 5.0, + "y": 57.0, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 5.0, + "y": 57.0, + "z": 57.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -5.0, + "y": -57.0, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -5.0, + "y": -57.0, + "z": -57.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 436, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 638, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 868789, + "DT_RopeKeyframe.m_hStartPoint": 336308, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 563.0, + "y": 354.0, + "z": 654.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 437, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 868789, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 80.0, + "y": -8.0, + "z": 862.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 438, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 609, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 430519, + "DT_RopeKeyframe.m_hStartPoint": 1497526, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 1275.0, + "y": -598.09375, + "z": 800.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 439, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 430519, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 795.0, + "y": -945.0, + "z": 655.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CPhysicsPropMultiplayer", + "id": 450, + "props": { + "DT_AnimTimeMustBeFirst.m_flAnimTime": 0, + "DT_BaseAnimating.m_bClientSideAnimation": 0, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 355.25333, + "y": 69.04652, + "z": 358.54962 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 768, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1444.0938, + "y": 17.5, + "z": 288.15625 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 6, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 6.901712, + "y": 1.171351, + "z": 43.40745 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 6.901712, + "y": 1.171351, + "z": 43.40745 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -7.382094, + "y": -8.01612, + "z": -0.000002104886 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -7.382094, + "y": -8.01612, + "z": -0.000002104886 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_PhysicsProp.m_bAwake": 0, + "DT_PhysicsPropMultiplayer.m_collisionMaxs": { + "x": 6.651712, + "y": 0.92135096, + "z": 43.15745 + }, + "DT_PhysicsPropMultiplayer.m_collisionMins": { + "x": -7.132094, + "y": -7.76612, + "z": 32.902924 + }, + "DT_PhysicsPropMultiplayer.m_fMass": 22.135685, + "DT_PhysicsPropMultiplayer.m_iPhysicsMode": 1, + "DT_ServerAnimationData.m_flCycle": 0.0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 493, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 155.98096, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -3378.5625, + "y": -188.0, + "z": 151.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 494, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 155.98096, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -3365.5625, + "y": -143.0, + "z": 151.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 496, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 130.0061, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -3342.0, + "y": -95.0, + "z": 151.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 497, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 325.98218, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 4703.0, + "y": -520.0, + "z": 145.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 503, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 771, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3825.0, + "y": 485.0, + "z": 322.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 9.267197, + "y": 5.1231256, + "z": 9.566104 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 9.267197, + "y": 5.1231256, + "z": 9.566104 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -4.950439, + "y": -4.468823, + "z": -1.1461483 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -4.950439, + "y": -4.468823, + "z": -1.1461483 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 505, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 17.008911, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 772, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1591.0, + "y": 575.0, + "z": 336.3125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 3, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 9.074974, + "y": 3.4371605, + "z": 83.84549 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 9.074974, + "y": 3.4371605, + "z": 83.84549 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -2.6904664, + "y": -3.6871595, + "z": 70.71379 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -2.6904664, + "y": -3.6871595, + "z": 70.71379 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CDynamicProp", + "id": 506, + "props": { + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": -1.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 773, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3549.5625, + "y": 148.0, + "z": 243.65625 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 7, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 6.9017735, + "y": 5.46113, + "z": 87.5456 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 6.9017735, + "y": 5.46113, + "z": 87.5456 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -5.580966, + "y": -5.4634976, + "z": 76.17117 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -5.580966, + "y": -5.4634976, + "z": 76.17117 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_DynamicProp.m_bUseHitboxesForRenderBox": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CPhysicsPropMultiplayer", + "id": 509, + "props": { + "DT_AnimTimeMustBeFirst.m_flAnimTime": 0, + "DT_BaseAnimating.m_bClientSideAnimation": 0, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 1.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 355.42914, + "y": 215.79784, + "z": 358.6375 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2097151, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 768, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2519.1563, + "y": 604.34375, + "z": 701.125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 6, + "DT_CollisionProperty.m_nSolidType": 6, + "DT_CollisionProperty.m_nSurroundType": 4, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 6.901712, + "y": 1.171351, + "z": 43.40745 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 6.901712, + "y": 1.171351, + "z": 43.40745 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -7.382094, + "y": -8.01612, + "z": -0.000002104886 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -7.382094, + "y": -8.01612, + "z": -0.000002104886 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_PhysicsProp.m_bAwake": 0, + "DT_PhysicsPropMultiplayer.m_collisionMaxs": { + "x": 6.651712, + "y": 0.92135096, + "z": 43.15745 + }, + "DT_PhysicsPropMultiplayer.m_collisionMins": { + "x": -7.132094, + "y": -7.76612, + "z": 32.902924 + }, + "DT_PhysicsPropMultiplayer.m_fMass": 22.135685, + "DT_PhysicsPropMultiplayer.m_iPhysicsMode": 1, + "DT_ServerAnimationData.m_flCycle": 0.0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 521, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 428, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -492.0, + "y": 78.34375, + "z": 457.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 523, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 430, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": -492.1875, + "y": 78.0, + "z": 171.25 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 524, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 430, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 1850.0938, + "y": -498.53125, + "z": 172.1875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 526, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 206, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 877071, + "DT_RopeKeyframe.m_hStartPoint": 545294, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -179.0, + "y": 457.5, + "z": 422.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 527, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 208, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 686609, + "DT_RopeKeyframe.m_hStartPoint": 877071, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 5.0, + "y": 396.90625, + "z": 351.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 528, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 428, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 1850.25, + "y": -498.1875, + "z": 458.96875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 529, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 144, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1894930, + "DT_RopeKeyframe.m_hStartPoint": 686609, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 107.0, + "y": 552.5, + "z": 444.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 530, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 100, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 1894930, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 196.0, + "y": 438.125, + "z": 443.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 531, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 107.0, + "y": 550.59375, + "z": 411.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 532, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 143, + "DT_RopeKeyframe.m_Slack": 100, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 451093, + "DT_RopeKeyframe.m_hStartPoint": 1188372, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 1161.0, + "y": -1030.9688, + "z": 443.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 533, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 213, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 43542, + "DT_RopeKeyframe.m_hStartPoint": 451093, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 1248.0, + "y": -1145.0938, + "z": 444.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 534, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 207, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 1823255, + "DT_RopeKeyframe.m_hStartPoint": 43542, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 1352.0, + "y": -984.40625, + "z": 350.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 535, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 238, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 786972, + "DT_RopeKeyframe.m_hStartPoint": 1823255, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 1536.625, + "y": -1043.6563, + "z": 423.09375 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 536, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 304.53424, + "y": 0.9669149, + "z": 2.9007447 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 834.0, + "y": -310.0, + "z": -439.96875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CLightGlow", + "id": 537, + "props": { + "DT_LightGlow.HDRColorScale": 1.0, + "DT_LightGlow.m_angRotation": { + "x": 0.0, + "y": 180.02197, + "z": 0.0 + }, + "DT_LightGlow.m_clrRender": 2425393407, + "DT_LightGlow.m_flGlowProxySize": 8.0, + "DT_LightGlow.m_nHorizontalSize": 30, + "DT_LightGlow.m_nMaxDist": 256, + "DT_LightGlow.m_nMinDist": 16, + "DT_LightGlow.m_nOuterMaxDist": 800, + "DT_LightGlow.m_nVerticalSize": 30, + "DT_LightGlow.m_spawnflags": 0, + "DT_LightGlow.m_vecOrigin": { + "x": 1249.3125, + "y": -1143.9063, + "z": 411.8125 + }, + "DT_LightGlow.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 538, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 0.0, + "y": 50.01587, + "z": 0.0 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 4721.0, + "y": -323.0, + "z": 145.0 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 539, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 72, + "DT_RopeKeyframe.m_RopeLength": 271, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 545294, + "DT_RopeKeyframe.m_hStartPoint": 1499675, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": -207.0, + "y": 187.0, + "z": 421.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CRopeKeyframe", + "id": 540, + "props": { + "DT_RopeKeyframe.m_RopeFlags": 64, + "DT_RopeKeyframe.m_RopeLength": 0, + "DT_RopeKeyframe.m_Slack": 130, + "DT_RopeKeyframe.m_Subdiv": 2, + "DT_RopeKeyframe.m_TextureScale": 1.0, + "DT_RopeKeyframe.m_Width": 1.8, + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints": 0, + "DT_RopeKeyframe.m_fLockedPoints": 3, + "DT_RopeKeyframe.m_flScrollSpeed": 0.0, + "DT_RopeKeyframe.m_hEndPoint": 2097151, + "DT_RopeKeyframe.m_hStartPoint": 786972, + "DT_RopeKeyframe.m_iEndAttachment": 0, + "DT_RopeKeyframe.m_iParentAttachment": 0, + "DT_RopeKeyframe.m_iRopeMaterialModelIndex": 439, + "DT_RopeKeyframe.m_iStartAttachment": 0, + "DT_RopeKeyframe.m_nSegments": 5, + "DT_RopeKeyframe.m_vecOrigin": { + "x": 1566.0, + "y": -807.0, + "z": 425.0 + }, + "DT_RopeKeyframe.moveparent": 2097151 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CParticleSystem", + "id": 541, + "props": { + "DT_ParticleSystem.m_angRotation": { + "x": 304.53424, + "y": 204.98596, + "z": 2.9007447 + }, + "DT_ParticleSystem.m_bActive": 1, + "DT_ParticleSystem.m_bWeatherEffect": 0, + "DT_ParticleSystem.m_flStartTime": 68.34, + "DT_ParticleSystem.m_hOwnerEntity": 2097151, + "DT_ParticleSystem.m_iEffectIndex": 417, + "DT_ParticleSystem.m_iParentAttachment": 0, + "DT_ParticleSystem.m_vecOrigin": { + "x": 534.0, + "y": -313.0, + "z": -439.96875 + }, + "DT_ParticleSystem.moveparent": 2097151, + "m_hControlPointEnts.000": 2097151, + "m_hControlPointEnts.001": 2097151, + "m_hControlPointEnts.002": 2097151, + "m_hControlPointEnts.003": 2097151, + "m_hControlPointEnts.004": 2097151, + "m_hControlPointEnts.005": 2097151, + "m_hControlPointEnts.006": 2097151, + "m_hControlPointEnts.007": 2097151, + "m_hControlPointEnts.008": 2097151, + "m_hControlPointEnts.009": 2097151, + "m_hControlPointEnts.010": 2097151, + "m_hControlPointEnts.011": 2097151, + "m_hControlPointEnts.012": 2097151, + "m_hControlPointEnts.013": 2097151, + "m_hControlPointEnts.014": 2097151, + "m_hControlPointEnts.015": 2097151, + "m_hControlPointEnts.016": 2097151, + "m_hControlPointEnts.017": 2097151, + "m_hControlPointEnts.018": 2097151, + "m_hControlPointEnts.019": 2097151, + "m_hControlPointEnts.020": 2097151, + "m_hControlPointEnts.021": 2097151, + "m_hControlPointEnts.022": 2097151, + "m_hControlPointEnts.023": 2097151, + "m_hControlPointEnts.024": 2097151, + "m_hControlPointEnts.025": 2097151, + "m_hControlPointEnts.026": 2097151, + "m_hControlPointEnts.027": 2097151, + "m_hControlPointEnts.028": 2097151, + "m_hControlPointEnts.029": 2097151, + "m_hControlPointEnts.030": 2097151, + "m_hControlPointEnts.031": 2097151, + "m_hControlPointEnts.032": 2097151, + "m_hControlPointEnts.033": 2097151, + "m_hControlPointEnts.034": 2097151, + "m_hControlPointEnts.035": 2097151, + "m_hControlPointEnts.036": 2097151, + "m_hControlPointEnts.037": 2097151, + "m_hControlPointEnts.038": 2097151, + "m_hControlPointEnts.039": 2097151, + "m_hControlPointEnts.040": 2097151, + "m_hControlPointEnts.041": 2097151, + "m_hControlPointEnts.042": 2097151, + "m_hControlPointEnts.043": 2097151, + "m_hControlPointEnts.044": 2097151, + "m_hControlPointEnts.045": 2097151, + "m_hControlPointEnts.046": 2097151, + "m_hControlPointEnts.047": 2097151, + "m_hControlPointEnts.048": 2097151, + "m_hControlPointEnts.049": 2097151, + "m_hControlPointEnts.050": 2097151, + "m_hControlPointEnts.051": 2097151, + "m_hControlPointEnts.052": 2097151, + "m_hControlPointEnts.053": 2097151, + "m_hControlPointEnts.054": 2097151, + "m_hControlPointEnts.055": 2097151, + "m_hControlPointEnts.056": 2097151, + "m_hControlPointEnts.057": 2097151, + "m_hControlPointEnts.058": 2097151, + "m_hControlPointEnts.059": 2097151, + "m_hControlPointEnts.060": 2097151, + "m_hControlPointEnts.061": 2097151, + "m_hControlPointEnts.062": 2097151, + "m_iControlPointParents.000": 0, + "m_iControlPointParents.001": 0, + "m_iControlPointParents.002": 0, + "m_iControlPointParents.003": 0, + "m_iControlPointParents.004": 0, + "m_iControlPointParents.005": 0, + "m_iControlPointParents.006": 0, + "m_iControlPointParents.007": 0, + "m_iControlPointParents.008": 0, + "m_iControlPointParents.009": 0, + "m_iControlPointParents.010": 0, + "m_iControlPointParents.011": 0, + "m_iControlPointParents.012": 0, + "m_iControlPointParents.013": 0, + "m_iControlPointParents.014": 0, + "m_iControlPointParents.015": 0, + "m_iControlPointParents.016": 0, + "m_iControlPointParents.017": 0, + "m_iControlPointParents.018": 0, + "m_iControlPointParents.019": 0, + "m_iControlPointParents.020": 0, + "m_iControlPointParents.021": 0, + "m_iControlPointParents.022": 0, + "m_iControlPointParents.023": 0, + "m_iControlPointParents.024": 0, + "m_iControlPointParents.025": 0, + "m_iControlPointParents.026": 0, + "m_iControlPointParents.027": 0, + "m_iControlPointParents.028": 0, + "m_iControlPointParents.029": 0, + "m_iControlPointParents.030": 0, + "m_iControlPointParents.031": 0, + "m_iControlPointParents.032": 0, + "m_iControlPointParents.033": 0, + "m_iControlPointParents.034": 0, + "m_iControlPointParents.035": 0, + "m_iControlPointParents.036": 0, + "m_iControlPointParents.037": 0, + "m_iControlPointParents.038": 0, + "m_iControlPointParents.039": 0, + "m_iControlPointParents.040": 0, + "m_iControlPointParents.041": 0, + "m_iControlPointParents.042": 0, + "m_iControlPointParents.043": 0, + "m_iControlPointParents.044": 0, + "m_iControlPointParents.045": 0, + "m_iControlPointParents.046": 0, + "m_iControlPointParents.047": 0, + "m_iControlPointParents.048": 0, + "m_iControlPointParents.049": 0, + "m_iControlPointParents.050": 0, + "m_iControlPointParents.051": 0, + "m_iControlPointParents.052": 0, + "m_iControlPointParents.053": 0, + "m_iControlPointParents.054": 0, + "m_iControlPointParents.055": 0, + "m_iControlPointParents.056": 0, + "m_iControlPointParents.057": 0, + "m_iControlPointParents.058": 0, + "m_iControlPointParents.059": 0, + "m_iControlPointParents.060": 0, + "m_iControlPointParents.061": 0, + "m_iControlPointParents.062": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 560, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1593431, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -1522.1563, + "y": 125.78125, + "z": 321.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 561, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 32.468266, + "DT_Beam.m_fFadeLength": 180.30374, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -1522.1563, + "y": 125.78125, + "z": 321.03125 + }, + "DT_Beam.m_vecOrigin": { + "x": -1522.1592, + "y": 125.78125, + "z": 501.34375 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 564, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 10727164, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 368837, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3081.0313, + "y": 567.4375, + "z": 384.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 110.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 565, + "props": { + "DT_Beam.m_clrRender": 1084468988, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 60.04131, + "DT_Beam.m_fFadeLength": 110.0, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 29.970705, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -3081.0313, + "y": 567.4375, + "z": 274.0 + }, + "DT_Beam.m_vecOrigin": { + "x": -3081.037, + "y": 567.4707, + "z": 164.03125 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 566, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 10727164, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 438470, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3209.6875, + "y": 567.375, + "z": 384.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 110.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 567, + "props": { + "DT_Beam.m_clrRender": 1084468988, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 60.04131, + "DT_Beam.m_fFadeLength": 110.0, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 29.970705, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -3209.6875, + "y": 567.375, + "z": 274.0 + }, + "DT_Beam.m_vecOrigin": { + "x": -3209.7246, + "y": 567.4082, + "z": 164.03125 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 568, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 10727164, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1282247, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3209.0625, + "y": 343.375, + "z": 384.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 110.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 569, + "props": { + "DT_Beam.m_clrRender": 1084468988, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 60.04131, + "DT_Beam.m_fFadeLength": 110.0, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 29.970705, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -3209.0625, + "y": 343.375, + "z": 274.0 + }, + "DT_Beam.m_vecOrigin": { + "x": -3209.0996, + "y": 343.40625, + "z": 164.03125 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 570, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 10727164, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1982664, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3080.4375, + "y": 343.28125, + "z": 384.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 110.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 571, + "props": { + "DT_Beam.m_clrRender": 1084468988, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 60.04131, + "DT_Beam.m_fFadeLength": 110.0, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 29.970705, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -3080.4375, + "y": 343.28125, + "z": 274.0 + }, + "DT_Beam.m_vecOrigin": { + "x": -3080.4746, + "y": 343.28125, + "z": 164.03125 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 580, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 192728, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2290.7188, + "y": 718.40625, + "z": 162.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 581, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 76.22549, + "DT_Beam.m_fFadeLength": 423.63568, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -2290.7188, + "y": 718.40625, + "z": 162.03125 + }, + "DT_Beam.m_vecOrigin": { + "x": -2290.7227, + "y": 718.4082, + "z": 585.6582 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 608, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 10727164, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2031960, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3726.5313, + "y": -266.0, + "z": 605.53125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 110.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 609, + "props": { + "DT_Beam.m_clrRender": 1084468988, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 60.04131, + "DT_Beam.m_fFadeLength": 110.0, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 29.970705, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -3726.5313, + "y": -266.0, + "z": 495.53125 + }, + "DT_Beam.m_vecOrigin": { + "x": -3726.538, + "y": -266.03223, + "z": 385.53125 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 610, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 27504380, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 921945, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3723.625, + "y": -74.78125, + "z": 475.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 110.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 611, + "props": { + "DT_Beam.m_clrRender": 1084468988, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 24.376173, + "DT_Beam.m_fFadeLength": 89.47351, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 29.970705, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -3723.625, + "y": -74.78125, + "z": 475.0 + }, + "DT_Beam.m_vecOrigin": { + "x": -3723.663, + "y": -74.78125, + "z": 385.53125 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 622, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 2036123, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3008.2188, + "y": 132.8125, + "z": 296.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 623, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 52.448734, + "DT_Beam.m_fFadeLength": 291.30377, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -3008.2188, + "y": 132.8125, + "z": 296.03125 + }, + "DT_Beam.m_vecOrigin": { + "x": -3008.2246, + "y": 132.84375, + "z": 587.3457 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 624, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 74144, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2680.75, + "y": 184.71875, + "z": 254.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 625, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 59.741604, + "DT_Beam.m_fFadeLength": 331.62476, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -2680.75, + "y": 184.71875, + "z": 254.03125 + }, + "DT_Beam.m_vecOrigin": { + "x": -2680.7236, + "y": 184.71875, + "z": 585.6582 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 626, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1601949, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2679.7813, + "y": 466.9375, + "z": 161.84375 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 627, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 76.32539, + "DT_Beam.m_fFadeLength": 423.80472, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -2679.7813, + "y": 466.9375, + "z": 161.84375 + }, + "DT_Beam.m_vecOrigin": { + "x": -2679.7861, + "y": 466.96875, + "z": 585.6582 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 628, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 258462, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2680.5938, + "y": 796.28125, + "z": 254.0625 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 629, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 59.6417, + "DT_Beam.m_fFadeLength": 331.57874, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -2680.5938, + "y": 796.28125, + "z": 254.0625 + }, + "DT_Beam.m_vecOrigin": { + "x": -2680.5986, + "y": 796.2832, + "z": 585.6582 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 630, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 27039, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -3003.6875, + "y": 799.1875, + "z": 296.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 631, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 52.448734, + "DT_Beam.m_fFadeLength": 291.30377, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -3003.6875, + "y": 799.1875, + "z": 296.03125 + }, + "DT_Beam.m_vecOrigin": { + "x": -3003.7246, + "y": 799.2207, + "z": 587.3457 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 632, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 768417, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2010.375, + "y": 212.3125, + "z": 297.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 633, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 51.949223, + "DT_Beam.m_fFadeLength": 288.63574, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -2010.375, + "y": 212.3125, + "z": 297.03125 + }, + "DT_Beam.m_vecOrigin": { + "x": -2010.4102, + "y": 212.34375, + "z": 585.6582 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CSpotlightEnd", + "id": 634, + "props": { + "DT_BaseEntity.m_CollisionGroup": 0, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 1, + "DT_BaseEntity.m_clrRender": 26251408, + "DT_BaseEntity.m_fEffects": 0, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1722792, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 0, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 0, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": -2015.0, + "y": 774.75, + "z": 296.03125 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 2097151, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 0, + "DT_CollisionProperty.m_vecMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_SpotlightEnd.m_Radius": 500.0, + "DT_SpotlightEnd.m_flLightScale": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CBeam", + "id": 635, + "props": { + "DT_Beam.m_clrRender": 1083216016, + "DT_Beam.m_fAmplitude": 0.0, + "DT_Beam.m_fEndWidth": 52.149025, + "DT_Beam.m_fFadeLength": 289.63574, + "DT_Beam.m_fHaloScale": 60.0, + "DT_Beam.m_fSpeed": 0.0, + "DT_Beam.m_fStartFrame": 0.0, + "DT_Beam.m_fWidth": 90.01202, + "DT_Beam.m_flFrame": 0.0, + "DT_Beam.m_flFrameRate": 0.0, + "DT_Beam.m_flHDRColorScale": 1.0, + "DT_Beam.m_nBeamFlags": 640, + "DT_Beam.m_nBeamType": 0, + "DT_Beam.m_nHaloIndex": 750, + "DT_Beam.m_nMinDXLevel": 0, + "DT_Beam.m_nModelIndex": 751, + "DT_Beam.m_nNumBeamEnts": 2, + "DT_Beam.m_nRenderFX": 0, + "DT_Beam.m_nRenderMode": 2, + "DT_Beam.m_vecEndPos": { + "x": -2015.0, + "y": 774.75, + "z": 296.03125 + }, + "DT_Beam.m_vecOrigin": { + "x": -2015.0352, + "y": 774.7832, + "z": 585.6582 + }, + "DT_Beam.moveparent": 2097151, + "m_hAttachEntity.000": 2097151, + "m_hAttachEntity.001": 2097151, + "m_hAttachEntity.002": 2097151, + "m_hAttachEntity.003": 2097151, + "m_hAttachEntity.004": 2097151, + "m_hAttachEntity.005": 2097151, + "m_hAttachEntity.006": 2097151, + "m_hAttachEntity.007": 2097151, + "m_hAttachEntity.008": 2097151, + "m_hAttachEntity.009": 2097151, + "m_nAttachIndex.000": 0, + "m_nAttachIndex.001": 0, + "m_nAttachIndex.002": 0, + "m_nAttachIndex.003": 0, + "m_nAttachIndex.004": 0, + "m_nAttachIndex.005": 0, + "m_nAttachIndex.006": 0, + "m_nAttachIndex.007": 0, + "m_nAttachIndex.008": 0, + "m_nAttachIndex.009": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFViewModel", + "id": 642, + "props": { + "DT_BaseViewModel.m_fEffects": 0, + "DT_BaseViewModel.m_flPlaybackRate": 1.0, + "DT_BaseViewModel.m_flPoseParameter": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "DT_BaseViewModel.m_hOwner": 1972225, + "DT_BaseViewModel.m_hWeapon": 2097151, + "DT_BaseViewModel.m_nAnimationParity": 0, + "DT_BaseViewModel.m_nBody": 0, + "DT_BaseViewModel.m_nModelIndex": 0, + "DT_BaseViewModel.m_nMuzzleFlashParity": 1, + "DT_BaseViewModel.m_nNewSequenceParity": 0, + "DT_BaseViewModel.m_nResetEventsParity": 0, + "DT_BaseViewModel.m_nSequence": 0, + "DT_BaseViewModel.m_nSkin": 0, + "DT_BaseViewModel.m_nViewModelIndex": 1 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFScatterGun", + "id": 644, + "props": { + "DT_AttributeContainer.m_ProviderType": 1, + "DT_AttributeContainer.m_hOuter": 1606276, + "DT_AttributeContainer.m_iReapplyProvisionParity": 3, + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 1, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 25, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseCombatWeapon.m_hOwner": 1972225, + "DT_BaseCombatWeapon.m_iState": 2, + "DT_BaseCombatWeapon.m_iViewModelIndex": 494, + "DT_BaseCombatWeapon.m_iWorldModelIndex": 121, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 129, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1972225, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 494, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1972225, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 2, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 36, + "DT_CollisionProperty.m_usSolidFlags": 132, + "DT_CollisionProperty.m_vecMaxs": { + "x": 2.894726, + "y": 16.616234, + "z": 69.15464 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 2.894726, + "y": 16.616234, + "z": 69.15464 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -12.161678, + "y": -18.363844, + "z": 26.586605 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -12.161678, + "y": -18.363844, + "z": 26.586605 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack": 69.009995, + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack": 69.009995, + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle": 69.34, + "DT_LocalActiveWeaponData.m_nNextThinkTick": 0, + "DT_LocalTFWeaponData.m_flEffectBarRegenTime": 0.0, + "DT_LocalTFWeaponData.m_flLastCritCheckTime": 0.0, + "DT_LocalTFWeaponData.m_flLastFireTime": 48.585, + "DT_LocalTFWeaponData.m_flObservedCritChance": 0.0, + "DT_LocalTFWeaponData.m_flReloadPriorNextFire": 49.415, + "DT_LocalWeaponData.m_bFlipViewModel": 0, + "DT_LocalWeaponData.m_iClip1": 7, + "DT_LocalWeaponData.m_iClip2": 0, + "DT_LocalWeaponData.m_iPrimaryAmmoType": 1, + "DT_LocalWeaponData.m_iSecondaryAmmoType": -1, + "DT_LocalWeaponData.m_nViewModelIndex": 0, + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex": 0, + "DT_ScriptCreatedAttribute.m_iRawValue32": 0, + "DT_ScriptCreatedAttribute.m_nRefundableCurrency": 0, + "DT_ScriptCreatedItem.m_bInitialized": 1, + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes": 0, + "DT_ScriptCreatedItem.m_iAccountID": 64229260, + "DT_ScriptCreatedItem.m_iEntityLevel": 1, + "DT_ScriptCreatedItem.m_iEntityQuality": 11, + "DT_ScriptCreatedItem.m_iItemDefinitionIndex": 200, + "DT_ScriptCreatedItem.m_iItemIDHigh": 0, + "DT_ScriptCreatedItem.m_iItemIDLow": 2130260295, + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt": 0, + "DT_TFWeaponBase.m_bDisguiseWeapon": 0, + "DT_TFWeaponBase.m_bLowered": 0, + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent": 0, + "DT_TFWeaponBase.m_bResetParity": 0, + "DT_TFWeaponBase.m_flEnergy": 20.0, + "DT_TFWeaponBase.m_hExtraWearable": 2097151, + "DT_TFWeaponBase.m_hExtraWearableViewModel": 2097151, + "DT_TFWeaponBase.m_iReloadMode": 0, + "DT_TFWeaponBase.m_nKillComboClass": 0, + "DT_TFWeaponBase.m_nKillComboCount": 0, + "_LPT_m_Attributes_15.lengthprop15": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFJarMilk", + "id": 645, + "props": { + "DT_AttributeContainer.m_ProviderType": 1, + "DT_AttributeContainer.m_hOuter": 1587845, + "DT_AttributeContainer.m_iReapplyProvisionParity": 3, + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 31, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseCombatWeapon.m_hOwner": 1972225, + "DT_BaseCombatWeapon.m_iState": 1, + "DT_BaseCombatWeapon.m_iViewModelIndex": 494, + "DT_BaseCombatWeapon.m_iWorldModelIndex": 184, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 129, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1972225, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 494, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1972225, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 2, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 36, + "DT_CollisionProperty.m_usSolidFlags": 132, + "DT_CollisionProperty.m_vecMaxs": { + "x": 2.894726, + "y": 16.616234, + "z": 69.15464 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 2.894726, + "y": 16.616234, + "z": 69.15464 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -12.161678, + "y": -18.363844, + "z": 26.586605 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -12.161678, + "y": -18.363844, + "z": 26.586605 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack": 38.694996, + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack": 38.694996, + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle": 39.35833, + "DT_LocalActiveWeaponData.m_nNextThinkTick": 0, + "DT_LocalTFWeaponData.m_flEffectBarRegenTime": 0.0, + "DT_LocalTFWeaponData.m_flLastCritCheckTime": 0.0, + "DT_LocalTFWeaponData.m_flLastFireTime": 0.0, + "DT_LocalTFWeaponData.m_flObservedCritChance": 0.0, + "DT_LocalTFWeaponData.m_flReloadPriorNextFire": 0.0, + "DT_LocalWeaponData.m_bFlipViewModel": 0, + "DT_LocalWeaponData.m_iClip1": 0, + "DT_LocalWeaponData.m_iClip2": 0, + "DT_LocalWeaponData.m_iPrimaryAmmoType": 5, + "DT_LocalWeaponData.m_iSecondaryAmmoType": -1, + "DT_LocalWeaponData.m_nViewModelIndex": 0, + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex": 0, + "DT_ScriptCreatedAttribute.m_iRawValue32": 0, + "DT_ScriptCreatedAttribute.m_nRefundableCurrency": 0, + "DT_ScriptCreatedItem.m_bInitialized": 1, + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes": 0, + "DT_ScriptCreatedItem.m_iAccountID": 64229260, + "DT_ScriptCreatedItem.m_iEntityLevel": 5, + "DT_ScriptCreatedItem.m_iEntityQuality": 11, + "DT_ScriptCreatedItem.m_iItemDefinitionIndex": 222, + "DT_ScriptCreatedItem.m_iItemIDHigh": 0, + "DT_ScriptCreatedItem.m_iItemIDLow": 694438999, + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt": 0, + "DT_TFWeaponBase.m_bDisguiseWeapon": 0, + "DT_TFWeaponBase.m_bLowered": 0, + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent": 0, + "DT_TFWeaponBase.m_bResetParity": 0, + "DT_TFWeaponBase.m_flEnergy": 20.0, + "DT_TFWeaponBase.m_hExtraWearable": 2097151, + "DT_TFWeaponBase.m_hExtraWearableViewModel": 2097151, + "DT_TFWeaponBase.m_iReloadMode": 0, + "DT_TFWeaponBase.m_nKillComboClass": 0, + "DT_TFWeaponBase.m_nKillComboCount": 0, + "_LPT_m_Attributes_15.lengthprop15": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFBat", + "id": 646, + "props": { + "DT_AttributeContainer.m_ProviderType": 1, + "DT_AttributeContainer.m_hOuter": 1211014, + "DT_AttributeContainer.m_iReapplyProvisionParity": 3, + "DT_BaseAnimating.m_bClientSideAnimation": 1, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseCombatWeapon.m_hOwner": 1972225, + "DT_BaseCombatWeapon.m_iState": 1, + "DT_BaseCombatWeapon.m_iViewModelIndex": 494, + "DT_BaseCombatWeapon.m_iWorldModelIndex": 217, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 161, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1972225, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": 494, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1972225, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 2, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 36, + "DT_CollisionProperty.m_usSolidFlags": 132, + "DT_CollisionProperty.m_vecMaxs": { + "x": 2.894726, + "y": 16.616234, + "z": 69.15464 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 2.894726, + "y": 16.616234, + "z": 69.15464 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -12.161678, + "y": -18.363844, + "z": 26.586605 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -12.161678, + "y": -18.363844, + "z": 26.586605 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack": 38.024998, + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack": 38.024998, + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle": 0.0, + "DT_LocalActiveWeaponData.m_nNextThinkTick": 0, + "DT_LocalTFWeaponData.m_flEffectBarRegenTime": 0.0, + "DT_LocalTFWeaponData.m_flLastCritCheckTime": 0.0, + "DT_LocalTFWeaponData.m_flLastFireTime": 0.0, + "DT_LocalTFWeaponData.m_flObservedCritChance": 0.0, + "DT_LocalTFWeaponData.m_flReloadPriorNextFire": 0.0, + "DT_LocalWeaponData.m_bFlipViewModel": 0, + "DT_LocalWeaponData.m_iClip1": 0, + "DT_LocalWeaponData.m_iClip2": 0, + "DT_LocalWeaponData.m_iPrimaryAmmoType": -1, + "DT_LocalWeaponData.m_iSecondaryAmmoType": -1, + "DT_LocalWeaponData.m_nViewModelIndex": 0, + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex": 0, + "DT_ScriptCreatedAttribute.m_iRawValue32": 0, + "DT_ScriptCreatedAttribute.m_nRefundableCurrency": 0, + "DT_ScriptCreatedItem.m_bInitialized": 1, + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes": 0, + "DT_ScriptCreatedItem.m_iAccountID": 64229260, + "DT_ScriptCreatedItem.m_iEntityLevel": 5, + "DT_ScriptCreatedItem.m_iEntityQuality": 11, + "DT_ScriptCreatedItem.m_iItemDefinitionIndex": 355, + "DT_ScriptCreatedItem.m_iItemIDHigh": 0, + "DT_ScriptCreatedItem.m_iItemIDLow": 3543126689, + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt": 0, + "DT_TFWeaponBase.m_bDisguiseWeapon": 0, + "DT_TFWeaponBase.m_bLowered": 0, + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent": 0, + "DT_TFWeaponBase.m_bResetParity": 1, + "DT_TFWeaponBase.m_flEnergy": 20.0, + "DT_TFWeaponBase.m_hExtraWearable": 2097151, + "DT_TFWeaponBase.m_hExtraWearableViewModel": 2097151, + "DT_TFWeaponBase.m_iReloadMode": 0, + "DT_TFWeaponBase.m_nKillComboClass": 0, + "DT_TFWeaponBase.m_nKillComboCount": 0, + "_LPT_m_Attributes_15.lengthprop15": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFWearable", + "id": 647, + "props": { + "DT_AnimTimeMustBeFirst.m_flAnimTime": 0, + "DT_AttributeContainer.m_ProviderType": 1, + "DT_AttributeContainer.m_hOuter": 578183, + "DT_AttributeContainer.m_iReapplyProvisionParity": 3, + "DT_BaseAnimating.m_bClientSideAnimation": 0, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 129, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1972225, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": -2, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1972225, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 5.3979645, + "y": 4.1827116, + "z": 82.09894 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 5.3979645, + "y": 4.1827116, + "z": 82.09894 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -15.241737, + "y": -4.1827116, + "z": 56.75445 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -15.241737, + "y": -4.1827116, + "z": 56.75445 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex": 0, + "DT_ScriptCreatedAttribute.m_iRawValue32": 0, + "DT_ScriptCreatedAttribute.m_nRefundableCurrency": 0, + "DT_ScriptCreatedItem.m_bInitialized": 1, + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes": 0, + "DT_ScriptCreatedItem.m_iAccountID": 64229260, + "DT_ScriptCreatedItem.m_iEntityLevel": 58, + "DT_ScriptCreatedItem.m_iEntityQuality": 6, + "DT_ScriptCreatedItem.m_iItemDefinitionIndex": 30394, + "DT_ScriptCreatedItem.m_iItemIDHigh": 0, + "DT_ScriptCreatedItem.m_iItemIDLow": 2860606118, + "DT_ServerAnimationData.m_flCycle": 0.0, + "DT_TFWearable.m_bDisguiseWearable": 0, + "DT_TFWearable.m_hWeaponAssociatedWith": 2097151, + "_LPT_m_Attributes_15.lengthprop15": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFWearable", + "id": 648, + "props": { + "DT_AnimTimeMustBeFirst.m_flAnimTime": 0, + "DT_AttributeContainer.m_ProviderType": 1, + "DT_AttributeContainer.m_hOuter": 1645192, + "DT_AttributeContainer.m_iReapplyProvisionParity": 3, + "DT_BaseAnimating.m_bClientSideAnimation": 0, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 129, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1972225, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": -4, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1972225, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 8.594689, + "y": 13.705315, + "z": 72.51783 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 8.594689, + "y": 13.705315, + "z": 72.51783 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -11.094779, + "y": -15.3305855, + "z": 25.254677 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -11.094779, + "y": -15.3305855, + "z": 25.254677 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex": 0, + "DT_ScriptCreatedAttribute.m_iRawValue32": 0, + "DT_ScriptCreatedAttribute.m_nRefundableCurrency": 0, + "DT_ScriptCreatedItem.m_bInitialized": 1, + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes": 0, + "DT_ScriptCreatedItem.m_iAccountID": 64229260, + "DT_ScriptCreatedItem.m_iEntityLevel": 86, + "DT_ScriptCreatedItem.m_iEntityQuality": 6, + "DT_ScriptCreatedItem.m_iItemDefinitionIndex": 30395, + "DT_ScriptCreatedItem.m_iItemIDHigh": 0, + "DT_ScriptCreatedItem.m_iItemIDLow": 3564724039, + "DT_ServerAnimationData.m_flCycle": 0.0, + "DT_TFWearable.m_bDisguiseWearable": 0, + "DT_TFWearable.m_hWeaponAssociatedWith": 2097151, + "_LPT_m_Attributes_15.lengthprop15": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 0, + "serverClass": "CTFWearable", + "id": 649, + "props": { + "DT_AnimTimeMustBeFirst.m_flAnimTime": 0, + "DT_AttributeContainer.m_ProviderType": 1, + "DT_AttributeContainer.m_hOuter": 1688201, + "DT_AttributeContainer.m_iReapplyProvisionParity": 3, + "DT_BaseAnimating.m_bClientSideAnimation": 0, + "DT_BaseAnimating.m_bClientSideFrameReset": 0, + "DT_BaseAnimating.m_fadeMaxDist": 0.0, + "DT_BaseAnimating.m_fadeMinDist": 0.0, + "DT_BaseAnimating.m_flFadeScale": 0.0, + "DT_BaseAnimating.m_flModelScale": 1.0, + "DT_BaseAnimating.m_flPlaybackRate": 0.0, + "DT_BaseAnimating.m_hLightingOrigin": 2097151, + "DT_BaseAnimating.m_hLightingOriginRelative": 2097151, + "DT_BaseAnimating.m_nBody": 0, + "DT_BaseAnimating.m_nForceBone": 0, + "DT_BaseAnimating.m_nHitboxSet": 0, + "DT_BaseAnimating.m_nMuzzleFlashParity": 0, + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseAnimating.m_nSequence": 0, + "DT_BaseAnimating.m_nSkin": 0, + "DT_BaseAnimating.m_vecForce": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_CollisionGroup": 11, + "DT_BaseEntity.m_angRotation": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.m_bAlternateSorting": 0, + "DT_BaseEntity.m_bAnimatedEveryTick": 0, + "DT_BaseEntity.m_bSimulatedEveryTick": 0, + "DT_BaseEntity.m_clrRender": 4294967295, + "DT_BaseEntity.m_fEffects": 129, + "DT_BaseEntity.m_flElasticity": 1.0, + "DT_BaseEntity.m_flShadowCastDistance": 0.0, + "DT_BaseEntity.m_flSimulationTime": 0, + "DT_BaseEntity.m_hEffectEntity": 2097151, + "DT_BaseEntity.m_hOwnerEntity": 1972225, + "DT_BaseEntity.m_iParentAttachment": 0, + "DT_BaseEntity.m_iTeamNum": 2, + "DT_BaseEntity.m_iTextureFrameIndex": 0, + "DT_BaseEntity.m_nModelIndex": -6, + "DT_BaseEntity.m_nRenderFX": 0, + "DT_BaseEntity.m_nRenderMode": 0, + "DT_BaseEntity.m_ubInterpolationFrame": 0, + "DT_BaseEntity.m_vecOrigin": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_BaseEntity.movecollide": 0, + "DT_BaseEntity.moveparent": 1972225, + "DT_BaseEntity.movetype": 0, + "DT_CollisionProperty.m_nSolidType": 0, + "DT_CollisionProperty.m_nSurroundType": 0, + "DT_CollisionProperty.m_triggerBloat": 0, + "DT_CollisionProperty.m_usSolidFlags": 4, + "DT_CollisionProperty.m_vecMaxs": { + "x": 6.2905054, + "y": 12.970368, + "z": 3.4577503 + }, + "DT_CollisionProperty.m_vecMaxsPreScaled": { + "x": 6.2905054, + "y": 12.970368, + "z": 3.4577503 + }, + "DT_CollisionProperty.m_vecMins": { + "x": -3.0455096, + "y": -0.00000020404508, + "z": -9.10891 + }, + "DT_CollisionProperty.m_vecMinsPreScaled": { + "x": -3.0455096, + "y": -0.00000020404508, + "z": -9.10891 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled": { + "x": 0.0, + "y": 0.0, + "z": 0.0 + }, + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex": 0, + "DT_ScriptCreatedAttribute.m_iRawValue32": 0, + "DT_ScriptCreatedAttribute.m_nRefundableCurrency": 0, + "DT_ScriptCreatedItem.m_bInitialized": 1, + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes": 0, + "DT_ScriptCreatedItem.m_iAccountID": 64229260, + "DT_ScriptCreatedItem.m_iEntityLevel": 96, + "DT_ScriptCreatedItem.m_iEntityQuality": 6, + "DT_ScriptCreatedItem.m_iItemDefinitionIndex": 1011, + "DT_ScriptCreatedItem.m_iItemIDHigh": 0, + "DT_ScriptCreatedItem.m_iItemIDLow": 1462689349, + "DT_ServerAnimationData.m_flCycle": 0.0, + "DT_TFWearable.m_bDisguiseWearable": 0, + "DT_TFWearable.m_hWeaponAssociatedWith": 2097151, + "_LPT_m_Attributes_15.lengthprop15": 0, + "m_flEncodedController.000": 0.0, + "m_flEncodedController.001": 0.0, + "m_flEncodedController.002": 0.0, + "m_flEncodedController.003": 0.0, + "m_flPoseParameter.000": 0.0, + "m_flPoseParameter.001": 0.0, + "m_flPoseParameter.002": 0.0, + "m_flPoseParameter.003": 0.0, + "m_flPoseParameter.004": 0.0, + "m_flPoseParameter.005": 0.0, + "m_flPoseParameter.006": 0.0, + "m_flPoseParameter.007": 0.0, + "m_flPoseParameter.008": 0.0, + "m_flPoseParameter.009": 0.0, + "m_flPoseParameter.010": 0.0, + "m_flPoseParameter.011": 0.0, + "m_flPoseParameter.012": 0.0, + "m_flPoseParameter.013": 0.0, + "m_flPoseParameter.014": 0.0, + "m_flPoseParameter.015": 0.0, + "m_flPoseParameter.016": 0.0, + "m_flPoseParameter.017": 0.0, + "m_flPoseParameter.018": 0.0, + "m_flPoseParameter.019": 0.0, + "m_flPoseParameter.020": 0.0, + "m_flPoseParameter.021": 0.0, + "m_flPoseParameter.022": 0.0, + "m_flPoseParameter.023": 0.0, + "m_nModelIndexOverrides.000": 0, + "m_nModelIndexOverrides.001": 0, + "m_nModelIndexOverrides.002": 0, + "m_nModelIndexOverrides.003": 0 + }, + "pvs": 1 + }, + { + "tick": 4, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 67, + "DT_LocalPlayerExclusive.m_nTickBase": 4868 + }, + "pvs": 0 + }, + { + "tick": 4, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 68, + "DT_LocalPlayerExclusive.m_nTickBase": 4869 + }, + "pvs": 0 + }, + { + "tick": 5, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 69, + "DT_LocalPlayerExclusive.m_nTickBase": 4870 + }, + "pvs": 0 + }, + { + "tick": 6, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 70, + "DT_LocalPlayerExclusive.m_nTickBase": 4871 + }, + "pvs": 0 + }, + { + "tick": 7, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 71, + "DT_LocalPlayerExclusive.m_nTickBase": 4872 + }, + "pvs": 0 + }, + { + "tick": 8, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 72, + "DT_LocalPlayerExclusive.m_nTickBase": 4873 + }, + "pvs": 0 + }, + { + "tick": 9, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 73, + "DT_LocalPlayerExclusive.m_nTickBase": 4874 + }, + "pvs": 0 + }, + { + "tick": 10, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 74, + "DT_LocalPlayerExclusive.m_nTickBase": 4875 + }, + "pvs": 0 + }, + { + "tick": 11, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 75, + "DT_LocalPlayerExclusive.m_nTickBase": 4876 + }, + "pvs": 0 + }, + { + "tick": 12, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 76, + "DT_LocalPlayerExclusive.m_nTickBase": 4877 + }, + "pvs": 0 + }, + { + "tick": 14, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 77, + "DT_LocalPlayerExclusive.m_nTickBase": 4878 + }, + "pvs": 0 + }, + { + "tick": 14, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 78, + "DT_LocalPlayerExclusive.m_nTickBase": 4879 + }, + "pvs": 0 + }, + { + "tick": 15, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 79, + "DT_LocalPlayerExclusive.m_nTickBase": 4880 + }, + "pvs": 0 + }, + { + "tick": 15, + "serverClass": "CTFGameRulesProxy", + "id": 148, + "props": { + "m_flNextRespawnWave.002": 0.0, + "m_flNextRespawnWave.003": 0.0 + }, + "pvs": 0 + }, + { + "tick": 16, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 80, + "DT_LocalPlayerExclusive.m_nTickBase": 4881 + }, + "pvs": 0 + }, + { + "tick": 17, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 81, + "DT_LocalPlayerExclusive.m_nTickBase": 4882 + }, + "pvs": 0 + }, + { + "tick": 19, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 82, + "DT_LocalPlayerExclusive.m_nTickBase": 4883 + }, + "pvs": 0 + }, + { + "tick": 19, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 83, + "DT_LocalPlayerExclusive.m_nTickBase": 4884 + }, + "pvs": 0 + }, + { + "tick": 20, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 84, + "DT_LocalPlayerExclusive.m_nTickBase": 4885 + }, + "pvs": 0 + }, + { + "tick": 21, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 85, + "DT_LocalPlayerExclusive.m_nTickBase": 4886 + }, + "pvs": 0 + }, + { + "tick": 22, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 86, + "DT_LocalPlayerExclusive.m_nTickBase": 4887 + }, + "pvs": 0 + }, + { + "tick": 23, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 87, + "DT_LocalPlayerExclusive.m_nTickBase": 4888 + }, + "pvs": 0 + }, + { + "tick": 24, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 88, + "DT_LocalPlayerExclusive.m_nTickBase": 4889 + }, + "pvs": 0 + }, + { + "tick": 25, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 89, + "DT_LocalPlayerExclusive.m_nTickBase": 4890 + }, + "pvs": 0 + }, + { + "tick": 26, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 90, + "DT_LocalPlayerExclusive.m_nTickBase": 4891 + }, + "pvs": 0 + }, + { + "tick": 27, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 91, + "DT_LocalPlayerExclusive.m_nTickBase": 4892 + }, + "pvs": 0 + }, + { + "tick": 28, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 92, + "DT_LocalPlayerExclusive.m_nTickBase": 4893 + }, + "pvs": 0 + }, + { + "tick": 30, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 93, + "DT_LocalPlayerExclusive.m_nTickBase": 4894 + }, + "pvs": 0 + }, + { + "tick": 30, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 94, + "DT_BasePlayer.m_flMaxspeed": 400.0, + "DT_LocalPlayerExclusive.m_nTickBase": 4895 + }, + "pvs": 0 + }, + { + "tick": 30, + "serverClass": "CTFGameRulesProxy", + "id": 148, + "props": { + "DT_TeamplayRoundBasedRules.m_iRoundState": 4, + "m_flNextRespawnWave.002": 78.35, + "m_flNextRespawnWave.003": 78.35 + }, + "pvs": 0 + }, + { + "tick": 31, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 95, + "DT_LocalPlayerExclusive.m_nTickBase": 4896 + }, + "pvs": 0 + }, + { + "tick": 32, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 96, + "DT_LocalPlayerExclusive.m_nTickBase": 4897 + }, + "pvs": 0 + }, + { + "tick": 33, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 97, + "DT_LocalPlayerExclusive.m_nTickBase": 4898 + }, + "pvs": 0 + }, + { + "tick": 35, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 98, + "DT_LocalPlayerExclusive.m_nTickBase": 4899 + }, + "pvs": 0 + }, + { + "tick": 36, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseAnimating.m_nNewSequenceParity": 7, + "DT_BaseAnimating.m_nResetEventsParity": 7, + "DT_BaseEntity.m_flSimulationTime": 100, + "DT_LocalPlayerExclusive.m_nTickBase": 4901, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -87.749985, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3432.8225, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 37, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 101, + "DT_LocalPlayerExclusive.m_nTickBase": 4902, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -141.74994, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3434.9487, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 38, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 102, + "DT_LocalPlayerExclusive.m_nTickBase": 4903, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -193.2449, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3437.8474, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 39, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 103, + "DT_LocalPlayerExclusive.m_nTickBase": 4904, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -241.65015, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3441.4722, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 40, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 104, + "DT_LocalPlayerExclusive.m_nTickBase": 4905, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -287.15106, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3445.7795, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 41, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 5, + "DT_LocalPlayerExclusive.m_nTickBase": 4906, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -329.9219, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3450.7283, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 42, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 6, + "DT_LocalPlayerExclusive.m_nTickBase": 4907, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -360.0, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3456.1282, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 43, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 7, + "DT_LocalPlayerExclusive.m_nTickBase": 4908, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3461.528, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 44, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 8, + "DT_LocalPlayerExclusive.m_nTickBase": 4909, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3466.928, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 46, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 9, + "DT_LocalPlayerExclusive.m_nTickBase": 4910, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3472.328, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 46, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 10, + "DT_LocalPlayerExclusive.m_nTickBase": 4911, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3477.7278, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 47, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 11, + "DT_LocalPlayerExclusive.m_nTickBase": 4912, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3483.1277, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 48, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 12, + "DT_LocalPlayerExclusive.m_nTickBase": 4913, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3488.5276, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 49, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 13, + "DT_LocalPlayerExclusive.m_nTickBase": 4914, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3493.9275, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 50, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 14, + "DT_LocalPlayerExclusive.m_nTickBase": 4915, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3499.3274, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 51, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 15, + "DT_LocalPlayerExclusive.m_nTickBase": 4916, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3504.7273, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 52, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 16, + "DT_LocalPlayerExclusive.m_nTickBase": 4917, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3510.1272, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 53, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 17, + "DT_LocalPlayerExclusive.m_nTickBase": 4918, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3515.527, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 54, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 18, + "DT_LocalPlayerExclusive.m_nTickBase": 4919, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3520.927, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 55, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 19, + "DT_LocalPlayerExclusive.m_nTickBase": 4920, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3526.327, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 56, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 20, + "DT_LocalPlayerExclusive.m_nTickBase": 4921, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -338.39993, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3531.4028, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 57, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 21, + "DT_LocalPlayerExclusive.m_nTickBase": 4922, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -318.0959, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3536.1743, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 58, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 22, + "DT_LocalPlayerExclusive.m_nTickBase": 4923, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -299.01007, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3540.6594, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 59, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 23, + "DT_LocalPlayerExclusive.m_nTickBase": 4924, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -281.0694, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3544.8755, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 60, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 24, + "DT_LocalPlayerExclusive.m_nTickBase": 4925, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -264.20517, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3548.8386, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 62, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 25, + "DT_LocalPlayerExclusive.m_nTickBase": 4926, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -248.35283, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3552.564, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 62, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 26, + "DT_LocalPlayerExclusive.m_nTickBase": 4927, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -233.45163, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3556.0657, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 63, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 27, + "DT_LocalPlayerExclusive.m_nTickBase": 4928, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -219.4445, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3559.3574, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 64, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 28, + "DT_LocalPlayerExclusive.m_nTickBase": 4929, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -206.2778, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3562.4517, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 65, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 29, + "DT_LocalPlayerExclusive.m_nTickBase": 4930, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -193.90111, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3565.36, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 66, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 30, + "DT_LocalPlayerExclusive.m_nTickBase": 4931, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -182.26701, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3568.094, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 67, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 31, + "DT_LocalPlayerExclusive.m_nTickBase": 4932, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -171.33096, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3570.664, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 68, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 32, + "DT_LocalPlayerExclusive.m_nTickBase": 4933, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -161.05107, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3573.0798, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 69, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 33, + "DT_LocalPlayerExclusive.m_nTickBase": 4934, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -151.38797, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3575.3506, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 70, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 34, + "DT_LocalPlayerExclusive.m_nTickBase": 4935, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -142.30466, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3577.485, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 71, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 35, + "DT_LocalPlayerExclusive.m_nTickBase": 4936, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -133.76634, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3579.4917, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 73, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 36, + "DT_LocalPlayerExclusive.m_nTickBase": 4937, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -125.74035, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3581.3777, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 73, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 37, + "DT_LocalPlayerExclusive.m_nTickBase": 4938, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -118.195915, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3583.1506, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 74, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 38, + "DT_LocalPlayerExclusive.m_nTickBase": 4939, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -111.10414, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3584.8171, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 75, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 39, + "DT_LocalPlayerExclusive.m_nTickBase": 4940, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -104.43788, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3586.3838, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 76, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 40, + "DT_LocalPlayerExclusive.m_nTickBase": 4941, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -98.17161, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3587.8564, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 78, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 41, + "DT_LocalPlayerExclusive.m_nTickBase": 4942, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -92.17161, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3589.239, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 78, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 42, + "DT_LocalPlayerExclusive.m_nTickBase": 4943, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -86.17161, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3590.5315, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 79, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 43, + "DT_LocalPlayerExclusive.m_nTickBase": 4944, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -80.17161, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3591.7341, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 80, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 44, + "DT_LocalPlayerExclusive.m_nTickBase": 4945, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -74.17161, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3592.8467, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 81, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 45, + "DT_LocalPlayerExclusive.m_nTickBase": 4946, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -68.17161, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3593.8691, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 83, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 46, + "DT_LocalPlayerExclusive.m_nTickBase": 4947, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -62.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3594.8018, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 83, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 47, + "DT_LocalPlayerExclusive.m_nTickBase": 4948, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -56.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3595.6443, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 84, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 48, + "DT_LocalPlayerExclusive.m_nTickBase": 4949, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -50.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3596.397, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 85, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 49, + "DT_LocalPlayerExclusive.m_nTickBase": 4950, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -44.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3597.0596, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 86, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 50, + "DT_LocalPlayerExclusive.m_nTickBase": 4951, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -38.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3597.632, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 87, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 51, + "DT_LocalPlayerExclusive.m_nTickBase": 4952, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -32.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3598.1147, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 88, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 52, + "DT_LocalPlayerExclusive.m_nTickBase": 4953, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -26.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3598.5073, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 89, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 53, + "DT_LocalPlayerExclusive.m_nTickBase": 4954, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -20.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3598.8098, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 90, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 54, + "DT_LocalPlayerExclusive.m_nTickBase": 4955, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -14.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3599.0225, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 91, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 55, + "DT_LocalPlayerExclusive.m_nTickBase": 4956, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -8.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3599.145, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 92, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 56, + "DT_LocalPlayerExclusive.m_nTickBase": 4957, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": -2.171608, + "DT_TFLocalPlayerExclusive.m_vecOrigin": { + "x": -3599.1775, + "y": 421.331 + } + }, + "pvs": 0 + }, + { + "tick": 94, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseAnimating.m_nNewSequenceParity": 0, + "DT_BaseAnimating.m_nResetEventsParity": 0, + "DT_BaseEntity.m_flSimulationTime": 58, + "DT_LocalPlayerExclusive.m_nTickBase": 4959, + "DT_LocalPlayerExclusive.m_vecVelocity[0]": 0.0 + }, + "pvs": 0 + }, + { + "tick": 95, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 59, + "DT_LocalPlayerExclusive.m_nTickBase": 4960 + }, + "pvs": 0 + }, + { + "tick": 96, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 60, + "DT_LocalPlayerExclusive.m_nTickBase": 4961 + }, + "pvs": 0 + }, + { + "tick": 97, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 61, + "DT_LocalPlayerExclusive.m_nTickBase": 4962 + }, + "pvs": 0 + }, + { + "tick": 99, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 62, + "DT_LocalPlayerExclusive.m_nTickBase": 4963 + }, + "pvs": 0 + }, + { + "tick": 99, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 63, + "DT_LocalPlayerExclusive.m_nTickBase": 4964 + }, + "pvs": 0 + }, + { + "tick": 100, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 64, + "DT_LocalPlayerExclusive.m_nTickBase": 4965 + }, + "pvs": 0 + }, + { + "tick": 101, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 65, + "DT_LocalPlayerExclusive.m_nTickBase": 4966 + }, + "pvs": 0 + }, + { + "tick": 102, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 66, + "DT_LocalPlayerExclusive.m_nTickBase": 4967 + }, + "pvs": 0 + }, + { + "tick": 103, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 67, + "DT_LocalPlayerExclusive.m_nTickBase": 4968 + }, + "pvs": 0 + }, + { + "tick": 104, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 68, + "DT_LocalPlayerExclusive.m_nTickBase": 4969 + }, + "pvs": 0 + }, + { + "tick": 105, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 69, + "DT_LocalPlayerExclusive.m_nTickBase": 4970 + }, + "pvs": 0 + }, + { + "tick": 106, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 70, + "DT_LocalPlayerExclusive.m_nTickBase": 4971 + }, + "pvs": 0 + }, + { + "tick": 107, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 71, + "DT_LocalPlayerExclusive.m_nTickBase": 4972 + }, + "pvs": 0 + }, + { + "tick": 108, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 72, + "DT_LocalPlayerExclusive.m_nTickBase": 4973 + }, + "pvs": 0 + }, + { + "tick": 110, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 73, + "DT_LocalPlayerExclusive.m_nTickBase": 4974 + }, + "pvs": 0 + }, + { + "tick": 110, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 74, + "DT_LocalPlayerExclusive.m_nTickBase": 4975 + }, + "pvs": 0 + }, + { + "tick": 111, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 75, + "DT_LocalPlayerExclusive.m_nTickBase": 4976 + }, + "pvs": 0 + }, + { + "tick": 112, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 76, + "DT_LocalPlayerExclusive.m_nTickBase": 4977 + }, + "pvs": 0 + }, + { + "tick": 113, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 77, + "DT_LocalPlayerExclusive.m_nTickBase": 4978 + }, + "pvs": 0 + }, + { + "tick": 115, + "serverClass": "CTFPlayer", + "id": 1, + "props": { + "DT_BaseEntity.m_flSimulationTime": 78, + "DT_LocalPlayerExclusive.m_nTickBase": 4979 + }, + "pvs": 0 + } +] diff --git a/test_data/gully_props.json b/tests/snapshots/sendprops__flatten_test.snap similarity index 99% rename from test_data/gully_props.json rename to tests/snapshots/sendprops__flatten_test.snap index eacb56e..d1fff7d 100644 --- a/test_data/gully_props.json +++ b/tests/snapshots/sendprops__flatten_test.snap @@ -1,3 +1,7 @@ +--- +source: tests/sendprops.rs +expression: flat_props +--- { "DT_AI_BaseNPC": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", @@ -326,6 +330,226 @@ "DT_AI_BaseNPC.m_bImportanRagdoll", "DT_AI_BaseNPC.m_flTimePingEffect" ], + "DT_AmmoPack": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_AmmoPack.m_angRotation[0]", + "DT_AmmoPack.m_angRotation[1]", + "DT_AmmoPack.m_angRotation[2]", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_AmmoPack.m_vecInitialVelocity", + "DT_AmmoPack.m_nItemDef", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags" + ], + "DT_AnimTimeMustBeFirst": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime" + ], + "DT_Animationlayer": [ + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder" + ], + "DT_AttributeContainer": [ + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity" + ], + "DT_AttributeList": [ + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency" + ], + "DT_AttributeManager": [ + "DT_AttributeManager.m_hOuter", + "DT_AttributeManager.m_ProviderType", + "DT_AttributeManager.m_iReapplyProvisionParity" + ], + "DT_BCCLocalPlayerExclusive": [ + "DT_BCCLocalPlayerExclusive.m_flNextAttack" + ], "DT_BaseAnimating": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", @@ -789,6 +1013,23 @@ "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale" ], + "DT_BaseBeam": [ + "DT_BaseBeam.m_nModelIndex", + "DT_BaseBeam.m_nHaloIndex", + "DT_BaseBeam.m_nStartFrame", + "DT_BaseBeam.m_nFrameRate", + "DT_BaseBeam.m_fLife", + "DT_BaseBeam.m_fWidth", + "DT_BaseBeam.m_fEndWidth", + "DT_BaseBeam.m_nFadeLength", + "DT_BaseBeam.m_fAmplitude", + "DT_BaseBeam.m_nSpeed", + "DT_BaseBeam.r", + "DT_BaseBeam.g", + "DT_BaseBeam.b", + "DT_BaseBeam.a", + "DT_BaseBeam.m_nFlags" + ], "DT_BaseCombatCharacter": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", @@ -4059,6 +4300,10 @@ "DT_Beam.moveparent", "DT_Beam.m_nMinDXLevel" ], + "DT_BeamPredictableId": [ + "DT_BeamPredictableId.m_PredictableID", + "DT_BeamPredictableId.m_bIsPlayerSimulated" + ], "DT_BoneFollower": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", @@ -4105,282 +4350,98 @@ "DT_BoneFollower.m_modelIndex", "DT_BoneFollower.m_solidIndex" ], - "DT_CBonusDuckPickup": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_CBonusDuckPickup.m_bSpecial" - ], - "DT_CBonusPack": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_CurrencyPack.m_bDistributed" - ], - "DT_BonusRoundLogic": [ - "_LPT_m_aBonusPlayerRoll_33.lengthprop33", - "_ST_m_aBonusPlayerRoll_33.000", - "_ST_m_aBonusPlayerRoll_33.001", - "_ST_m_aBonusPlayerRoll_33.002", - "_ST_m_aBonusPlayerRoll_33.003", - "_ST_m_aBonusPlayerRoll_33.004", - "_ST_m_aBonusPlayerRoll_33.005", - "_ST_m_aBonusPlayerRoll_33.006", - "_ST_m_aBonusPlayerRoll_33.007", - "_ST_m_aBonusPlayerRoll_33.008", - "_ST_m_aBonusPlayerRoll_33.009", - "_ST_m_aBonusPlayerRoll_33.010", - "_ST_m_aBonusPlayerRoll_33.011", - "_ST_m_aBonusPlayerRoll_33.012", - "_ST_m_aBonusPlayerRoll_33.013", - "_ST_m_aBonusPlayerRoll_33.014", - "_ST_m_aBonusPlayerRoll_33.015", - "_ST_m_aBonusPlayerRoll_33.016", - "_ST_m_aBonusPlayerRoll_33.017", - "_ST_m_aBonusPlayerRoll_33.018", - "_ST_m_aBonusPlayerRoll_33.019", - "_ST_m_aBonusPlayerRoll_33.020", - "_ST_m_aBonusPlayerRoll_33.021", - "_ST_m_aBonusPlayerRoll_33.022", - "_ST_m_aBonusPlayerRoll_33.023", - "_ST_m_aBonusPlayerRoll_33.024", - "_ST_m_aBonusPlayerRoll_33.025", - "_ST_m_aBonusPlayerRoll_33.026", - "_ST_m_aBonusPlayerRoll_33.027", - "_ST_m_aBonusPlayerRoll_33.028", - "_ST_m_aBonusPlayerRoll_33.029", - "_ST_m_aBonusPlayerRoll_33.030", - "_ST_m_aBonusPlayerRoll_33.031", - "_ST_m_aBonusPlayerRoll_33.032", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_BonusRoundLogic.m_hBonusWinner" - ], - "DT_BreakableProp": [ + "DT_BonusRoundLogic": [ + "_LPT_m_aBonusPlayerRoll_33.lengthprop33", + "_ST_m_aBonusPlayerRoll_33.000", + "_ST_m_aBonusPlayerRoll_33.001", + "_ST_m_aBonusPlayerRoll_33.002", + "_ST_m_aBonusPlayerRoll_33.003", + "_ST_m_aBonusPlayerRoll_33.004", + "_ST_m_aBonusPlayerRoll_33.005", + "_ST_m_aBonusPlayerRoll_33.006", + "_ST_m_aBonusPlayerRoll_33.007", + "_ST_m_aBonusPlayerRoll_33.008", + "_ST_m_aBonusPlayerRoll_33.009", + "_ST_m_aBonusPlayerRoll_33.010", + "_ST_m_aBonusPlayerRoll_33.011", + "_ST_m_aBonusPlayerRoll_33.012", + "_ST_m_aBonusPlayerRoll_33.013", + "_ST_m_aBonusPlayerRoll_33.014", + "_ST_m_aBonusPlayerRoll_33.015", + "_ST_m_aBonusPlayerRoll_33.016", + "_ST_m_aBonusPlayerRoll_33.017", + "_ST_m_aBonusPlayerRoll_33.018", + "_ST_m_aBonusPlayerRoll_33.019", + "_ST_m_aBonusPlayerRoll_33.020", + "_ST_m_aBonusPlayerRoll_33.021", + "_ST_m_aBonusPlayerRoll_33.022", + "_ST_m_aBonusPlayerRoll_33.023", + "_ST_m_aBonusPlayerRoll_33.024", + "_ST_m_aBonusPlayerRoll_33.025", + "_ST_m_aBonusPlayerRoll_33.026", + "_ST_m_aBonusPlayerRoll_33.027", + "_ST_m_aBonusPlayerRoll_33.028", + "_ST_m_aBonusPlayerRoll_33.029", + "_ST_m_aBonusPlayerRoll_33.030", + "_ST_m_aBonusPlayerRoll_33.031", + "_ST_m_aBonusPlayerRoll_33.032", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_BonusRoundLogic.m_hBonusWinner" + ], + "DT_BreakableProp": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -4779,7 +4840,15 @@ "DT_BreakableSurface.m_bIsBroken", "DT_BreakableSurface.m_nSurfaceType" ], - "DT_CaptureFlag": [ + "DT_BuilderLocalData": [ + "m_aBuildableObjectTypes.000", + "m_aBuildableObjectTypes.001", + "m_aBuildableObjectTypes.002", + "m_aBuildableObjectTypes.003", + "DT_BuilderLocalData.m_iObjectType", + "DT_BuilderLocalData.m_hObjectBeingBuilt" + ], + "DT_CBonusDuckPickup": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -4869,29 +4938,14 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_DynamicProp.m_bUseHitboxesForRenderBox", - "DT_CaptureFlag.m_bDisabled", - "DT_CaptureFlag.m_bVisibleWhenDisabled", - "DT_CaptureFlag.m_nType", - "DT_CaptureFlag.m_nFlagStatus", - "DT_CaptureFlag.m_flResetTime", - "DT_CaptureFlag.m_flNeutralTime", - "DT_CaptureFlag.m_flMaxResetTime", - "DT_CaptureFlag.m_hPrevOwner", - "DT_CaptureFlag.m_szModel", - "DT_CaptureFlag.m_szHudIcon", - "DT_CaptureFlag.m_szPaperEffect", - "DT_CaptureFlag.m_szTrailEffect", - "DT_CaptureFlag.m_nUseTrailEffect", - "DT_CaptureFlag.m_nPointValue", - "DT_CaptureFlag.m_flAutoCapTime" + "DT_CBonusDuckPickup.m_bSpecial" ], - "DT_CaptureFlagReturnIcon": [ + "DT_CBonusPack": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -4906,8 +4960,37 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -4924,18 +5007,47 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting" + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_CurrencyPack.m_bDistributed" ], - "DT_CaptureZone": [ + "DT_CFish": [ + "DT_CFish.m_poolOrigin", + "DT_CFish.m_angle", + "DT_CFish.m_x", + "DT_CFish.m_y", + "DT_CFish.m_z", + "DT_CFish.m_nModelIndex", + "DT_CFish.m_lifeState", + "DT_CFish.m_waterLevel" + ], + "DT_CHalloweenPickup": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -4950,8 +5062,37 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -4968,26 +5109,38 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_CaptureZone.m_bDisabled" - ], - "DT_ColorCorrection": [ - "DT_ColorCorrection.m_vecOrigin", - "DT_ColorCorrection.m_MinFalloff", - "DT_ColorCorrection.m_MaxFalloff", - "DT_ColorCorrection.m_flCurWeight", - "DT_ColorCorrection.m_netlookupFilename", - "DT_ColorCorrection.m_bEnabled" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale" ], - "DT_ColorCorrectionVolume": [ - "DT_ColorCorrectionVolume.m_Weight", - "DT_ColorCorrectionVolume.m_lookupFilename" + "DT_CMannVsMachineWaveStats": [ + "DT_CMannVsMachineWaveStats.nCreditsDropped", + "DT_CMannVsMachineWaveStats.nCreditsAcquired", + "DT_CMannVsMachineWaveStats.nCreditsBonus", + "DT_CMannVsMachineWaveStats.nPlayerDeaths", + "DT_CMannVsMachineWaveStats.nBuyBacks" ], - "DT_CurrencyPack": [ + "DT_CaptureFlag": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -5077,9 +5230,24 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_CurrencyPack.m_bDistributed" + "DT_DynamicProp.m_bUseHitboxesForRenderBox", + "DT_CaptureFlag.m_bDisabled", + "DT_CaptureFlag.m_bVisibleWhenDisabled", + "DT_CaptureFlag.m_nType", + "DT_CaptureFlag.m_nFlagStatus", + "DT_CaptureFlag.m_flResetTime", + "DT_CaptureFlag.m_flNeutralTime", + "DT_CaptureFlag.m_flMaxResetTime", + "DT_CaptureFlag.m_hPrevOwner", + "DT_CaptureFlag.m_szModel", + "DT_CaptureFlag.m_szHudIcon", + "DT_CaptureFlag.m_szPaperEffect", + "DT_CaptureFlag.m_szTrailEffect", + "DT_CaptureFlag.m_nUseTrailEffect", + "DT_CaptureFlag.m_nPointValue", + "DT_CaptureFlag.m_flAutoCapTime" ], - "DT_DynamicLight": [ + "DT_CaptureFlagReturnIcon": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -5121,21 +5289,14 @@ "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_DynamicLight.m_Flags", - "DT_DynamicLight.m_LightStyle", - "DT_DynamicLight.m_Radius", - "DT_DynamicLight.m_Exponent", - "DT_DynamicLight.m_InnerAngle", - "DT_DynamicLight.m_OuterAngle", - "DT_DynamicLight.m_SpotRadius" + "DT_BaseEntity.m_bAlternateSorting" ], - "DT_DynamicProp": [ + "DT_CaptureZone": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -5150,37 +5311,8 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -5197,33 +5329,40 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_DynamicProp.m_bUseHitboxesForRenderBox" + "DT_CaptureZone.m_bDisabled" ], - "DT_EconEntity": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_CollisionProperty": [ + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs" + ], + "DT_ColorCorrection": [ + "DT_ColorCorrection.m_vecOrigin", + "DT_ColorCorrection.m_MinFalloff", + "DT_ColorCorrection.m_MaxFalloff", + "DT_ColorCorrection.m_flCurWeight", + "DT_ColorCorrection.m_netlookupFilename", + "DT_ColorCorrection.m_bEnabled" + ], + "DT_ColorCorrectionVolume": [ + "DT_ColorCorrectionVolume.m_Weight", + "DT_ColorCorrectionVolume.m_lookupFilename" + ], + "DT_Crossbow": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -5328,6 +5467,21 @@ "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -5368,9 +5522,320 @@ "DT_BaseAnimating.m_hLightingOriginRelative", "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale" + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_WearableItem": [ + "DT_CurrencyPack": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_CurrencyPack.m_bDistributed" + ], + "DT_DetailController": [ + "DT_DetailController.m_flFadeStartDist", + "DT_DetailController.m_flFadeEndDist" + ], + "DT_DustTrail": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_DustTrail.m_SpawnRate", + "DT_DustTrail.m_Color", + "DT_DustTrail.m_ParticleLifetime", + "DT_DustTrail.m_StopEmitTime", + "DT_DustTrail.m_MinSpeed", + "DT_DustTrail.m_MaxSpeed", + "DT_DustTrail.m_MinDirectedSpeed", + "DT_DustTrail.m_MaxDirectedSpeed", + "DT_DustTrail.m_StartSize", + "DT_DustTrail.m_EndSize", + "DT_DustTrail.m_SpawnRadius", + "DT_DustTrail.m_bEmit", + "DT_DustTrail.m_Opacity" + ], + "DT_DynamicLight": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_DynamicLight.m_Flags", + "DT_DynamicLight.m_LightStyle", + "DT_DynamicLight.m_Radius", + "DT_DynamicLight.m_Exponent", + "DT_DynamicLight.m_InnerAngle", + "DT_DynamicLight.m_OuterAngle", + "DT_DynamicLight.m_SpotRadius" + ], + "DT_DynamicProp": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_DynamicProp.m_bUseHitboxesForRenderBox" + ], + "DT_EconEntity": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -5518,6 +5983,36 @@ "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale" ], + "DT_EffectData": [ + "DT_EffectData.m_vOrigin[0]", + "DT_EffectData.m_vOrigin[1]", + "DT_EffectData.m_vOrigin[2]", + "DT_EffectData.m_vStart[0]", + "DT_EffectData.m_vStart[1]", + "DT_EffectData.m_vStart[2]", + "DT_EffectData.m_vAngles", + "DT_EffectData.m_vNormal", + "DT_EffectData.m_fFlags", + "DT_EffectData.m_flMagnitude", + "DT_EffectData.m_flScale", + "DT_EffectData.m_nAttachmentIndex", + "DT_EffectData.m_nSurfaceProp", + "DT_EffectData.m_iEffectName", + "DT_EffectData.m_nMaterial", + "DT_EffectData.m_nDamageType", + "DT_EffectData.m_nHitBox", + "DT_EffectData.entindex", + "DT_EffectData.m_nColor", + "DT_EffectData.m_flRadius", + "DT_EffectData.m_bCustomColors", + "DT_EffectData.m_CustomColors.m_vecColor1", + "DT_EffectData.m_CustomColors.m_vecColor2", + "DT_EffectData.m_bControlPoint1", + "DT_EffectData.m_ControlPoint1.m_eParticleAttachment", + "DT_EffectData.m_ControlPoint1.m_vecOffset[0]", + "DT_EffectData.m_ControlPoint1.m_vecOffset[1]", + "DT_EffectData.m_ControlPoint1.m_vecOffset[2]" + ], "DT_Embers": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", @@ -5714,9 +6209,10 @@ "DT_EntityParticleTrail.m_iMaterialName", "DT_EntityParticleTrail.m_hConstraintEntity" ], - "DT_DetailController": [ - "DT_DetailController.m_flFadeStartDist", - "DT_DetailController.m_flFadeEndDist" + "DT_EntityParticleTrailInfo": [ + "DT_EntityParticleTrailInfo.m_flLifetime", + "DT_EntityParticleTrailInfo.m_flStartSize", + "DT_EntityParticleTrailInfo.m_flEndSize" ], "DT_EnvParticleScript": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", @@ -5868,54 +6364,6 @@ "DT_EnvProjectedTexture.m_flFarZ", "DT_EnvProjectedTexture.m_nShadowQuality" ], - "DT_QuadraticBeam": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_QuadraticBeam.m_targetPosition", - "DT_QuadraticBeam.m_controlPosition", - "DT_QuadraticBeam.m_scrollRate", - "DT_QuadraticBeam.m_flWidth" - ], "DT_EnvScreenEffect": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", @@ -6076,6 +6524,20 @@ "DT_EnvWindShared.m_flStartTime", "DT_EnvWindShared.m_flGustDuration" ], + "DT_EnvWindShared": [ + "DT_EnvWindShared.m_iMinWind", + "DT_EnvWindShared.m_iMaxWind", + "DT_EnvWindShared.m_iMinGust", + "DT_EnvWindShared.m_iMaxGust", + "DT_EnvWindShared.m_flMinGustDelay", + "DT_EnvWindShared.m_flMaxGustDelay", + "DT_EnvWindShared.m_iGustDirChange", + "DT_EnvWindShared.m_iWindSeed", + "DT_EnvWindShared.m_iInitialWindDir", + "DT_EnvWindShared.m_flInitialWindSpeed", + "DT_EnvWindShared.m_flStartTime", + "DT_EnvWindShared.m_flGustDuration" + ], "DT_EyeballBoss": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", @@ -6489,16 +6951,6 @@ "DT_FireTrail.m_nAttachment", "DT_FireTrail.m_flLifetime" ], - "DT_CFish": [ - "DT_CFish.m_poolOrigin", - "DT_CFish.m_angle", - "DT_CFish.m_x", - "DT_CFish.m_y", - "DT_CFish.m_z", - "DT_CFish.m_nModelIndex", - "DT_CFish.m_lifeState", - "DT_CFish.m_waterLevel" - ], "DT_FogController": [ "DT_FogController.m_fog.enable", "DT_FogController.m_fog.blend", @@ -6516,76 +6968,6 @@ "DT_FogController.m_fog.lerptime", "DT_FogController.m_fog.duration" ], - "DT_Func_Dust": [ - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_Func_Dust.m_Color", - "DT_Func_Dust.m_SpawnRate", - "DT_Func_Dust.m_SpeedMax", - "DT_Func_Dust.m_flSizeMin", - "DT_Func_Dust.m_flSizeMax", - "DT_Func_Dust.m_DistMax", - "DT_Func_Dust.m_LifetimeMin", - "DT_Func_Dust.m_LifetimeMax", - "DT_Func_Dust.m_DustFlags", - "DT_Func_Dust.m_nModelIndex", - "DT_Func_Dust.m_FallSpeed" - ], - "DT_Func_LOD": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_Func_LOD.m_fDisappearDist" - ], "DT_FuncAreaPortalWindow": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", @@ -7095,9 +7477,78 @@ "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting" ], - "DT_GameRulesProxy": [], - "DT_CHalloweenPickup": [ + "DT_Func_Dust": [ + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_Func_Dust.m_Color", + "DT_Func_Dust.m_SpawnRate", + "DT_Func_Dust.m_SpeedMax", + "DT_Func_Dust.m_flSizeMin", + "DT_Func_Dust.m_flSizeMax", + "DT_Func_Dust.m_DistMax", + "DT_Func_Dust.m_LifetimeMin", + "DT_Func_Dust.m_LifetimeMax", + "DT_Func_Dust.m_DustFlags", + "DT_Func_Dust.m_nModelIndex", + "DT_Func_Dust.m_FallSpeed" + ], + "DT_Func_LOD": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_Func_LOD.m_fDisappearDist" + ], + "DT_GameRulesProxy": [], + "DT_GrapplingHook": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -7145,6 +7596,78 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -7185,7 +7708,22 @@ "DT_BaseAnimating.m_hLightingOriginRelative", "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale" + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], "DT_HalloweenSoulPack": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", @@ -7845,177 +8383,452 @@ "DT_LightGlow.m_flGlowProxySize", "DT_LightGlow.HDRColorScale" ], - "DT_MannVsMachineStats": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CMannVsMachineWaveStats.nCreditsDropped", - "DT_CMannVsMachineWaveStats.nCreditsAcquired", - "DT_CMannVsMachineWaveStats.nCreditsBonus", - "DT_CMannVsMachineWaveStats.nPlayerDeaths", - "DT_CMannVsMachineWaveStats.nBuyBacks", - "DT_CMannVsMachineWaveStats.nCreditsDropped", - "DT_CMannVsMachineWaveStats.nCreditsAcquired", - "DT_CMannVsMachineWaveStats.nCreditsBonus", - "DT_CMannVsMachineWaveStats.nPlayerDeaths", - "DT_CMannVsMachineWaveStats.nBuyBacks", - "DT_CMannVsMachineWaveStats.nCreditsDropped", - "DT_CMannVsMachineWaveStats.nCreditsAcquired", - "DT_CMannVsMachineWaveStats.nCreditsBonus", - "DT_CMannVsMachineWaveStats.nPlayerDeaths", - "DT_CMannVsMachineWaveStats.nBuyBacks", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_MannVsMachineStats.m_iCurrentWaveIdx", - "DT_MannVsMachineStats.m_iServerWaveID", - "DT_MannVsMachineStats.m_iCurrencyCollectedForRespec", - "DT_MannVsMachineStats.m_nRespecsAwardedInWave" + "DT_Local": [ + "DT_Local.m_flDucktime", + "DT_Local.m_flFallVelocity", + "DT_Local.m_vecPunchAngle", + "m_chAreaBits.003", + "m_chAreaBits.004", + "m_chAreaBits.005", + "m_chAreaBits.006", + "m_chAreaBits.007", + "m_chAreaBits.008", + "m_chAreaBits.009", + "m_chAreaBits.010", + "m_chAreaBits.011", + "m_chAreaBits.012", + "m_chAreaBits.013", + "m_chAreaBits.014", + "m_chAreaBits.015", + "m_chAreaBits.016", + "m_chAreaBits.017", + "m_chAreaBits.018", + "m_chAreaBits.019", + "m_chAreaBits.020", + "m_chAreaBits.021", + "m_chAreaBits.022", + "m_chAreaBits.023", + "m_chAreaBits.024", + "m_chAreaBits.025", + "m_chAreaBits.026", + "m_chAreaBits.027", + "m_chAreaBits.028", + "m_chAreaBits.029", + "m_chAreaBits.030", + "m_chAreaBits.031", + "m_chAreaPortalBits.000", + "m_chAreaPortalBits.001", + "m_chAreaPortalBits.002", + "m_chAreaPortalBits.003", + "m_chAreaPortalBits.004", + "m_chAreaPortalBits.005", + "m_chAreaPortalBits.006", + "m_chAreaPortalBits.007", + "m_chAreaPortalBits.008", + "m_chAreaPortalBits.009", + "m_chAreaPortalBits.010", + "m_chAreaPortalBits.011", + "m_chAreaPortalBits.012", + "m_chAreaPortalBits.013", + "m_chAreaPortalBits.014", + "m_chAreaPortalBits.015", + "m_chAreaPortalBits.016", + "m_chAreaPortalBits.017", + "m_chAreaPortalBits.018", + "m_chAreaPortalBits.019", + "m_chAreaPortalBits.020", + "m_chAreaPortalBits.021", + "m_chAreaPortalBits.022", + "m_chAreaPortalBits.023", + "DT_Local.m_iHideHUD", + "DT_Local.m_flFOVRate", + "DT_Local.m_bDucked", + "DT_Local.m_bDucking", + "DT_Local.m_bInDuckJump", + "m_chAreaBits.000", + "DT_Local.m_flDuckJumpTime", + "DT_Local.m_flJumpTime", + "m_chAreaBits.001", + "m_chAreaBits.002", + "DT_Local.m_vecPunchAngleVel", + "DT_Local.m_bDrawViewmodel", + "DT_Local.m_bWearingSuit", + "DT_Local.m_bPoisoned", + "DT_Local.m_flStepSize", + "DT_Local.m_bAllowAutoMovement", + "DT_Local.m_skybox3d.scale", + "DT_Local.m_skybox3d.origin", + "DT_Local.m_skybox3d.area", + "DT_Local.m_skybox3d.fog.enable", + "DT_Local.m_skybox3d.fog.blend", + "DT_Local.m_skybox3d.fog.dirPrimary", + "DT_Local.m_skybox3d.fog.colorPrimary", + "DT_Local.m_skybox3d.fog.colorSecondary", + "DT_Local.m_skybox3d.fog.start", + "DT_Local.m_skybox3d.fog.end", + "DT_Local.m_skybox3d.fog.maxdensity", + "DT_Local.m_PlayerFog.m_hCtrl", + "DT_Local.m_audio.localSound[0]", + "DT_Local.m_audio.localSound[1]", + "DT_Local.m_audio.localSound[2]", + "DT_Local.m_audio.localSound[3]", + "DT_Local.m_audio.localSound[4]", + "DT_Local.m_audio.localSound[5]", + "DT_Local.m_audio.localSound[6]", + "DT_Local.m_audio.localSound[7]", + "DT_Local.m_audio.soundscapeIndex", + "DT_Local.m_audio.localBits", + "DT_Local.m_audio.ent" ], - "DT_MaterialModifyControl": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_MaterialModifyControl.m_szMaterialName", - "DT_MaterialModifyControl.m_szMaterialVar", - "DT_MaterialModifyControl.m_szMaterialVarValue", - "DT_MaterialModifyControl.m_iFrameStart", - "DT_MaterialModifyControl.m_iFrameEnd", - "DT_MaterialModifyControl.m_bWrap", - "DT_MaterialModifyControl.m_flFramerate", - "DT_MaterialModifyControl.m_bNewAnimCommandsSemaphore", - "DT_MaterialModifyControl.m_flFloatLerpStartValue", - "DT_MaterialModifyControl.m_flFloatLerpEndValue", - "DT_MaterialModifyControl.m_flFloatLerpTransitionTime", - "DT_MaterialModifyControl.m_nModifyMode" + "DT_LocalActiveWeaponData": [ + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle" ], - "DT_Merasmus": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", + "DT_LocalFlameThrower": [ + "DT_LocalFlameThrower.m_iActiveFlames", + "DT_LocalFlameThrower.m_iDamagingFlames" + ], + "DT_LocalPlayerExclusive": [ + "DT_Local.m_flDucktime", + "DT_Local.m_flFallVelocity", + "DT_Local.m_vecPunchAngle", + "DT_LocalPlayerExclusive.m_vecViewOffset[2]", + "DT_LocalPlayerExclusive.m_nTickBase", + "DT_LocalPlayerExclusive.m_hGroundEntity", + "DT_LocalPlayerExclusive.m_vecVelocity[0]", + "DT_LocalPlayerExclusive.m_vecVelocity[1]", + "DT_LocalPlayerExclusive.m_vecVelocity[2]", + "m_chAreaBits.009", + "m_chAreaBits.010", + "m_chAreaBits.011", + "m_chAreaBits.012", + "m_chAreaBits.013", + "m_chAreaBits.014", + "m_chAreaBits.015", + "m_chAreaBits.016", + "m_chAreaBits.017", + "m_chAreaBits.018", + "m_chAreaBits.019", + "m_chAreaBits.020", + "m_chAreaBits.021", + "m_chAreaBits.022", + "m_chAreaBits.023", + "m_chAreaBits.024", + "m_chAreaBits.025", + "m_chAreaBits.026", + "m_chAreaBits.027", + "m_chAreaBits.028", + "m_chAreaBits.029", + "m_chAreaBits.030", + "m_chAreaBits.031", + "m_chAreaPortalBits.000", + "m_chAreaPortalBits.001", + "m_chAreaPortalBits.002", + "m_chAreaPortalBits.003", + "m_chAreaPortalBits.004", + "m_chAreaPortalBits.005", + "m_chAreaPortalBits.006", + "m_chAreaPortalBits.007", + "m_chAreaPortalBits.008", + "m_chAreaPortalBits.009", + "m_chAreaPortalBits.010", + "m_chAreaPortalBits.011", + "m_chAreaPortalBits.012", + "m_chAreaPortalBits.013", + "m_chAreaPortalBits.014", + "m_chAreaPortalBits.015", + "m_chAreaPortalBits.016", + "m_chAreaPortalBits.017", + "m_chAreaPortalBits.018", + "m_chAreaPortalBits.019", + "m_chAreaPortalBits.020", + "m_chAreaPortalBits.021", + "m_chAreaPortalBits.022", + "m_chAreaPortalBits.023", + "DT_Local.m_iHideHUD", + "DT_Local.m_flFOVRate", + "DT_Local.m_bDucked", + "DT_Local.m_bDucking", + "DT_Local.m_bInDuckJump", + "m_chAreaBits.000", + "DT_Local.m_flDuckJumpTime", + "DT_Local.m_flJumpTime", + "m_chAreaBits.001", + "m_chAreaBits.002", + "DT_Local.m_vecPunchAngleVel", + "DT_Local.m_bDrawViewmodel", + "DT_Local.m_bWearingSuit", + "DT_Local.m_bPoisoned", + "DT_Local.m_flStepSize", + "DT_Local.m_bAllowAutoMovement", + "DT_Local.m_skybox3d.scale", + "DT_Local.m_skybox3d.origin", + "DT_Local.m_skybox3d.area", + "DT_Local.m_skybox3d.fog.enable", + "DT_Local.m_skybox3d.fog.blend", + "DT_Local.m_skybox3d.fog.dirPrimary", + "DT_Local.m_skybox3d.fog.colorPrimary", + "DT_Local.m_skybox3d.fog.colorSecondary", + "DT_Local.m_skybox3d.fog.start", + "DT_Local.m_skybox3d.fog.end", + "DT_Local.m_skybox3d.fog.maxdensity", + "DT_Local.m_PlayerFog.m_hCtrl", + "DT_Local.m_audio.localSound[0]", + "DT_Local.m_audio.localSound[1]", + "DT_Local.m_audio.localSound[2]", + "DT_Local.m_audio.localSound[3]", + "DT_Local.m_audio.localSound[4]", + "DT_Local.m_audio.localSound[5]", + "DT_Local.m_audio.localSound[6]", + "DT_Local.m_audio.localSound[7]", + "DT_Local.m_audio.soundscapeIndex", + "DT_Local.m_audio.localBits", + "DT_Local.m_audio.ent", + "m_iAmmo.000", + "m_iAmmo.001", + "m_iAmmo.002", + "m_iAmmo.003", + "m_iAmmo.004", + "m_iAmmo.005", + "m_iAmmo.006", + "m_iAmmo.007", + "m_iAmmo.008", + "m_iAmmo.009", + "m_iAmmo.010", + "m_iAmmo.011", + "m_iAmmo.012", + "m_iAmmo.013", + "m_iAmmo.014", + "m_iAmmo.015", + "m_iAmmo.016", + "m_iAmmo.017", + "m_iAmmo.018", + "m_iAmmo.019", + "m_iAmmo.020", + "m_iAmmo.021", + "m_iAmmo.022", + "m_iAmmo.023", + "m_iAmmo.024", + "m_iAmmo.025", + "m_iAmmo.026", + "m_iAmmo.027", + "m_iAmmo.028", + "m_iAmmo.029", + "m_iAmmo.030", + "m_iAmmo.031", + "DT_LocalPlayerExclusive.m_vecViewOffset[0]", + "DT_LocalPlayerExclusive.m_vecViewOffset[1]", + "m_chAreaBits.003", + "DT_LocalPlayerExclusive.m_flFriction", + "DT_LocalPlayerExclusive.m_fOnTarget", + "m_chAreaBits.004", + "DT_LocalPlayerExclusive.m_nNextThinkTick", + "DT_LocalPlayerExclusive.m_hLastWeapon", + "m_chAreaBits.005", + "m_chAreaBits.006", + "m_chAreaBits.007", + "m_chAreaBits.008", + "DT_LocalPlayerExclusive.m_vecBaseVelocity", + "DT_LocalPlayerExclusive.m_hConstraintEntity", + "DT_LocalPlayerExclusive.m_vecConstraintCenter", + "DT_LocalPlayerExclusive.m_flConstraintRadius", + "DT_LocalPlayerExclusive.m_flConstraintWidth", + "DT_LocalPlayerExclusive.m_flConstraintSpeedFactor", + "DT_LocalPlayerExclusive.m_flDeathTime", + "DT_LocalPlayerExclusive.m_nWaterLevel", + "DT_LocalPlayerExclusive.m_flLaggedMovementValue" + ], + "DT_LocalTFWeaponData": [ + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance" + ], + "DT_LocalTFWeaponMedigunData": [ + "DT_LocalTFWeaponMedigunData.m_flChargeLevel" + ], + "DT_LocalWeaponData": [ + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel" + ], + "DT_MannVsMachineStats": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CMannVsMachineWaveStats.nCreditsDropped", + "DT_CMannVsMachineWaveStats.nCreditsAcquired", + "DT_CMannVsMachineWaveStats.nCreditsBonus", + "DT_CMannVsMachineWaveStats.nPlayerDeaths", + "DT_CMannVsMachineWaveStats.nBuyBacks", + "DT_CMannVsMachineWaveStats.nCreditsDropped", + "DT_CMannVsMachineWaveStats.nCreditsAcquired", + "DT_CMannVsMachineWaveStats.nCreditsBonus", + "DT_CMannVsMachineWaveStats.nPlayerDeaths", + "DT_CMannVsMachineWaveStats.nBuyBacks", + "DT_CMannVsMachineWaveStats.nCreditsDropped", + "DT_CMannVsMachineWaveStats.nCreditsAcquired", + "DT_CMannVsMachineWaveStats.nCreditsBonus", + "DT_CMannVsMachineWaveStats.nPlayerDeaths", + "DT_CMannVsMachineWaveStats.nBuyBacks", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_MannVsMachineStats.m_iCurrentWaveIdx", + "DT_MannVsMachineStats.m_iServerWaveID", + "DT_MannVsMachineStats.m_iCurrencyCollectedForRespec", + "DT_MannVsMachineStats.m_nRespecsAwardedInWave" + ], + "DT_MaterialModifyControl": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_MaterialModifyControl.m_szMaterialName", + "DT_MaterialModifyControl.m_szMaterialVar", + "DT_MaterialModifyControl.m_szMaterialVarValue", + "DT_MaterialModifyControl.m_iFrameStart", + "DT_MaterialModifyControl.m_iFrameEnd", + "DT_MaterialModifyControl.m_bWrap", + "DT_MaterialModifyControl.m_flFramerate", + "DT_MaterialModifyControl.m_bNewAnimCommandsSemaphore", + "DT_MaterialModifyControl.m_flFloatLerpStartValue", + "DT_MaterialModifyControl.m_flFloatLerpEndValue", + "DT_MaterialModifyControl.m_flFloatLerpTransitionTime", + "DT_MaterialModifyControl.m_nModifyMode" + ], + "DT_Merasmus": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", "DT_Animationlayer.m_flPrevCycle", "DT_Animationlayer.m_flWeight", "DT_Animationlayer.m_nOrder", @@ -8381,7 +9194,51 @@ "DT_MonsterResource.m_fSkillShotComboEndTime", "DT_MonsterResource.m_iBossState" ], - "DT_ObjectCartDispenser": [ + "DT_MovieExplosion": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting" + ], + "DT_NextBot": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -8695,37 +9552,9 @@ "DT_BaseFlex.m_blinktoggle", "DT_BaseFlex.m_viewtarget", "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon", - "DT_BaseObject.m_iHealth", - "DT_BaseObject.m_iMaxHealth", - "DT_BaseObject.m_bHasSapper", - "DT_BaseObject.m_iObjectType", - "DT_BaseObject.m_bBuilding", - "DT_BaseObject.m_bPlacing", - "DT_BaseObject.m_bCarried", - "DT_BaseObject.m_bCarryDeploy", - "DT_BaseObject.m_bMiniBuilding", - "DT_BaseObject.m_flPercentageConstructed", - "DT_BaseObject.m_fObjectFlags", - "DT_BaseObject.m_hBuiltOnEntity", - "DT_BaseObject.m_bDisabled", - "DT_BaseObject.m_hBuilder", - "DT_BaseObject.m_vecBuildMaxs", - "DT_BaseObject.m_vecBuildMins", - "DT_BaseObject.m_iDesiredBuildRotations", - "DT_BaseObject.m_bServerOverridePlacement", - "DT_BaseObject.m_iUpgradeLevel", - "DT_BaseObject.m_iUpgradeMetal", - "DT_BaseObject.m_iUpgradeMetalRequired", - "DT_BaseObject.m_iHighestUpgradeLevel", - "DT_BaseObject.m_iObjectMode", - "DT_BaseObject.m_bDisposableBuilding", - "DT_ObjectDispenser.m_iState", - "DT_ObjectDispenser.m_iAmmoMetal", - "DT_ObjectDispenser.m_iMiniBombCounter", - "DT_ObjectDispenser.\"healing_array\"" + "DT_BaseCombatCharacter.m_hActiveWeapon" ], - "DT_ObjectDispenser": [ + "DT_ObjectCartDispenser": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -9069,7 +9898,7 @@ "DT_ObjectDispenser.m_iMiniBombCounter", "DT_ObjectDispenser.\"healing_array\"" ], - "DT_ObjectSapper": [ + "DT_ObjectDispenser": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -9407,18 +10236,22 @@ "DT_BaseObject.m_iUpgradeMetalRequired", "DT_BaseObject.m_iHighestUpgradeLevel", "DT_BaseObject.m_iObjectMode", - "DT_BaseObject.m_bDisposableBuilding" + "DT_BaseObject.m_bDisposableBuilding", + "DT_ObjectDispenser.m_iState", + "DT_ObjectDispenser.m_iAmmoMetal", + "DT_ObjectDispenser.m_iMiniBombCounter", + "DT_ObjectDispenser.\"healing_array\"" ], - "DT_ObjectSentrygun": [ + "DT_ObjectSapper": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", - "DT_SentrygunLocalData.m_iKills", - "DT_SentrygunLocalData.m_iAssists", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_ObjectSentrygun.m_iAmmoShells", - "DT_ObjectSentrygun.m_iAmmoRockets", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", @@ -9681,8 +10514,6 @@ "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -9699,7 +10530,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -9749,25 +10580,18 @@ "DT_BaseObject.m_iUpgradeMetalRequired", "DT_BaseObject.m_iHighestUpgradeLevel", "DT_BaseObject.m_iObjectMode", - "DT_BaseObject.m_bDisposableBuilding", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_ObjectSentrygun.m_iState", - "DT_ObjectSentrygun.m_bPlayerControlled", - "DT_ObjectSentrygun.m_nShieldLevel", - "DT_ObjectSentrygun.m_hEnemy", - "DT_ObjectSentrygun.m_hAutoAimTarget" + "DT_BaseObject.m_bDisposableBuilding" ], - "DT_ObjectTeleporter": [ + "DT_ObjectSentrygun": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", + "DT_SentrygunLocalData.m_iKills", + "DT_SentrygunLocalData.m_iAssists", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", + "DT_ObjectSentrygun.m_iAmmoShells", + "DT_ObjectSentrygun.m_iAmmoRockets", "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", @@ -10030,6 +10854,8 @@ "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -10046,7 +10872,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_usSolidFlags", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -10097,291 +10923,15 @@ "DT_BaseObject.m_iHighestUpgradeLevel", "DT_BaseObject.m_iObjectMode", "DT_BaseObject.m_bDisposableBuilding", - "DT_ObjectTeleporter.m_iState", - "DT_ObjectTeleporter.m_flRechargeTime", - "DT_ObjectTeleporter.m_flCurrentRechargeDuration", - "DT_ObjectTeleporter.m_iTimesUsed", - "DT_ObjectTeleporter.m_flYawToExit", - "DT_ObjectTeleporter.m_bMatchBuilding" - ], - "DT_ParticleFire": [ - "DT_ParticleFire.m_vOrigin", - "DT_ParticleFire.m_vDirection" - ], - "DT_ParticlePerformanceMonitor": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_ParticlePerformanceMonitor.m_bDisplayPerf", - "DT_ParticlePerformanceMonitor.m_bMeasurePerf" - ], - "DT_ParticleSystem": [ - "DT_ParticleSystem.m_vecOrigin", - "DT_ParticleSystem.m_angRotation", - "m_hControlPointEnts.002", - "m_hControlPointEnts.003", - "m_hControlPointEnts.004", - "m_hControlPointEnts.005", - "m_hControlPointEnts.006", - "m_hControlPointEnts.007", - "m_hControlPointEnts.008", - "m_hControlPointEnts.009", - "m_hControlPointEnts.010", - "m_hControlPointEnts.011", - "m_hControlPointEnts.012", - "m_hControlPointEnts.013", - "m_hControlPointEnts.014", - "m_hControlPointEnts.015", - "m_hControlPointEnts.016", - "m_hControlPointEnts.017", - "m_hControlPointEnts.018", - "m_hControlPointEnts.019", - "m_hControlPointEnts.020", - "m_hControlPointEnts.021", - "m_hControlPointEnts.022", - "m_hControlPointEnts.023", - "m_hControlPointEnts.024", - "m_hControlPointEnts.025", - "m_hControlPointEnts.026", - "m_hControlPointEnts.027", - "m_hControlPointEnts.028", - "m_hControlPointEnts.029", - "m_hControlPointEnts.030", - "m_hControlPointEnts.031", - "m_hControlPointEnts.032", - "m_hControlPointEnts.033", - "m_hControlPointEnts.034", - "m_hControlPointEnts.035", - "m_hControlPointEnts.036", - "m_hControlPointEnts.037", - "m_hControlPointEnts.038", - "m_hControlPointEnts.039", - "m_hControlPointEnts.040", - "m_hControlPointEnts.041", - "m_hControlPointEnts.042", - "m_hControlPointEnts.043", - "m_hControlPointEnts.044", - "m_hControlPointEnts.045", - "m_hControlPointEnts.046", - "m_hControlPointEnts.047", - "m_hControlPointEnts.048", - "m_hControlPointEnts.049", - "m_hControlPointEnts.050", - "m_hControlPointEnts.051", - "m_hControlPointEnts.052", - "m_hControlPointEnts.053", - "m_hControlPointEnts.054", - "m_hControlPointEnts.055", - "m_hControlPointEnts.056", - "m_hControlPointEnts.057", - "m_hControlPointEnts.058", - "m_hControlPointEnts.059", - "m_hControlPointEnts.060", - "m_hControlPointEnts.061", - "m_hControlPointEnts.062", - "m_iControlPointParents.000", - "m_iControlPointParents.001", - "m_iControlPointParents.002", - "m_iControlPointParents.003", - "m_iControlPointParents.004", - "m_iControlPointParents.005", - "m_iControlPointParents.006", - "m_iControlPointParents.007", - "m_iControlPointParents.008", - "m_iControlPointParents.009", - "m_iControlPointParents.010", - "m_iControlPointParents.011", - "m_iControlPointParents.012", - "m_iControlPointParents.013", - "m_iControlPointParents.014", - "m_iControlPointParents.015", - "m_iControlPointParents.016", - "m_iControlPointParents.017", - "m_iControlPointParents.018", - "m_iControlPointParents.019", - "m_iControlPointParents.020", - "m_iControlPointParents.021", - "m_iControlPointParents.022", - "m_iControlPointParents.023", - "m_iControlPointParents.024", - "m_iControlPointParents.025", - "m_iControlPointParents.026", - "m_iControlPointParents.027", - "m_iControlPointParents.028", - "m_iControlPointParents.029", - "m_iControlPointParents.030", - "m_iControlPointParents.031", - "m_iControlPointParents.032", - "m_iControlPointParents.033", - "m_iControlPointParents.034", - "m_iControlPointParents.035", - "m_iControlPointParents.036", - "m_iControlPointParents.037", - "m_iControlPointParents.038", - "m_iControlPointParents.039", - "m_iControlPointParents.040", - "m_iControlPointParents.041", - "m_iControlPointParents.042", - "m_iControlPointParents.043", - "m_iControlPointParents.044", - "m_iControlPointParents.045", - "m_iControlPointParents.046", - "m_iControlPointParents.047", - "m_iControlPointParents.048", - "m_iControlPointParents.049", - "m_iControlPointParents.050", - "m_iControlPointParents.051", - "m_iControlPointParents.052", - "m_iControlPointParents.053", - "m_iControlPointParents.054", - "m_iControlPointParents.055", - "m_iControlPointParents.056", - "m_iControlPointParents.057", - "m_iControlPointParents.058", - "m_iControlPointParents.059", - "m_iControlPointParents.060", - "m_iControlPointParents.061", - "m_iControlPointParents.062", - "m_hControlPointEnts.000", - "DT_ParticleSystem.m_hOwnerEntity", - "DT_ParticleSystem.moveparent", - "DT_ParticleSystem.m_iParentAttachment", - "m_hControlPointEnts.001", - "DT_ParticleSystem.m_iEffectIndex", - "DT_ParticleSystem.m_bActive", - "DT_ParticleSystem.m_flStartTime", - "DT_ParticleSystem.m_bWeatherEffect" - ], - "DT_PhysBox": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting" - ], - "DT_PhysBoxMultiplayer": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_PhysBoxMultiplayer.m_iPhysicsMode", - "DT_PhysBoxMultiplayer.m_fMass" + "DT_ObjectSentrygun.m_iState", + "DT_ObjectSentrygun.m_bPlayerControlled", + "DT_ObjectSentrygun.m_nShieldLevel", + "DT_ObjectSentrygun.m_hEnemy", + "DT_ObjectSentrygun.m_hAutoAimTarget" ], - "DT_PhysicsProp": [ + "DT_ObjectTeleporter": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -10430,6 +10980,227 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "m_flexWeight.000", + "m_flexWeight.001", + "m_flexWeight.002", + "m_flexWeight.003", + "m_flexWeight.004", + "m_flexWeight.005", + "m_flexWeight.006", + "m_flexWeight.007", + "m_flexWeight.008", + "m_flexWeight.009", + "m_flexWeight.010", + "m_flexWeight.011", + "m_flexWeight.012", + "m_flexWeight.013", + "m_flexWeight.014", + "m_flexWeight.015", + "m_flexWeight.016", + "m_flexWeight.017", + "m_flexWeight.018", + "m_flexWeight.019", + "m_flexWeight.020", + "m_flexWeight.021", + "m_flexWeight.022", + "m_flexWeight.023", + "m_flexWeight.024", + "m_flexWeight.025", + "m_flexWeight.026", + "m_flexWeight.027", + "m_flexWeight.028", + "m_flexWeight.029", + "m_flexWeight.030", + "m_flexWeight.031", + "m_flexWeight.032", + "m_flexWeight.033", + "m_flexWeight.034", + "m_flexWeight.035", + "m_flexWeight.036", + "m_flexWeight.037", + "m_flexWeight.038", + "m_flexWeight.039", + "m_flexWeight.040", + "m_flexWeight.041", + "m_flexWeight.042", + "m_flexWeight.043", + "m_flexWeight.044", + "m_flexWeight.045", + "m_flexWeight.046", + "m_flexWeight.047", + "m_flexWeight.048", + "m_flexWeight.049", + "m_flexWeight.050", + "m_flexWeight.051", + "m_flexWeight.052", + "m_flexWeight.053", + "m_flexWeight.054", + "m_flexWeight.055", + "m_flexWeight.056", + "m_flexWeight.057", + "m_flexWeight.058", + "m_flexWeight.059", + "m_flexWeight.060", + "m_flexWeight.061", + "m_flexWeight.062", + "m_flexWeight.063", + "m_flexWeight.064", + "m_flexWeight.065", + "m_flexWeight.066", + "m_flexWeight.067", + "m_flexWeight.068", + "m_flexWeight.069", + "m_flexWeight.070", + "m_flexWeight.071", + "m_flexWeight.072", + "m_flexWeight.073", + "m_flexWeight.074", + "m_flexWeight.075", + "m_flexWeight.076", + "m_flexWeight.077", + "m_flexWeight.078", + "m_flexWeight.079", + "m_flexWeight.080", + "m_flexWeight.081", + "m_flexWeight.082", + "m_flexWeight.083", + "m_flexWeight.084", + "m_flexWeight.085", + "m_flexWeight.086", + "m_flexWeight.087", + "m_flexWeight.088", + "m_flexWeight.089", + "m_flexWeight.090", + "m_flexWeight.091", + "m_flexWeight.092", + "m_flexWeight.093", + "m_flexWeight.094", + "m_flexWeight.095", + "DT_BCCLocalPlayerExclusive.m_flNextAttack", + "m_hMyWeapons.000", + "m_hMyWeapons.001", + "m_hMyWeapons.002", + "m_hMyWeapons.003", + "m_hMyWeapons.004", + "m_hMyWeapons.005", + "m_hMyWeapons.006", + "m_hMyWeapons.007", + "m_hMyWeapons.008", + "m_hMyWeapons.009", + "m_hMyWeapons.010", + "m_hMyWeapons.011", + "m_hMyWeapons.012", + "m_hMyWeapons.013", + "m_hMyWeapons.014", + "m_hMyWeapons.015", + "m_hMyWeapons.016", + "m_hMyWeapons.017", + "m_hMyWeapons.018", + "m_hMyWeapons.019", + "m_hMyWeapons.020", + "m_hMyWeapons.021", + "m_hMyWeapons.022", + "m_hMyWeapons.023", + "m_hMyWeapons.024", + "m_hMyWeapons.025", + "m_hMyWeapons.026", + "m_hMyWeapons.027", + "m_hMyWeapons.028", + "m_hMyWeapons.029", + "m_hMyWeapons.030", + "m_hMyWeapons.031", + "m_hMyWeapons.032", + "m_hMyWeapons.033", + "m_hMyWeapons.034", + "m_hMyWeapons.035", + "m_hMyWeapons.036", + "m_hMyWeapons.037", + "m_hMyWeapons.038", + "m_hMyWeapons.039", + "m_hMyWeapons.040", + "m_hMyWeapons.041", + "m_hMyWeapons.042", + "m_hMyWeapons.043", + "m_hMyWeapons.044", + "m_hMyWeapons.045", + "m_hMyWeapons.046", + "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -10471,10 +11242,120 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_PhysicsProp.m_bAwake" + "DT_BaseFlex.m_blinktoggle", + "DT_BaseFlex.m_viewtarget", + "DT_BaseCombatCharacter.m_bGlowEnabled", + "DT_BaseCombatCharacter.m_hActiveWeapon", + "DT_BaseObject.m_iHealth", + "DT_BaseObject.m_iMaxHealth", + "DT_BaseObject.m_bHasSapper", + "DT_BaseObject.m_iObjectType", + "DT_BaseObject.m_bBuilding", + "DT_BaseObject.m_bPlacing", + "DT_BaseObject.m_bCarried", + "DT_BaseObject.m_bCarryDeploy", + "DT_BaseObject.m_bMiniBuilding", + "DT_BaseObject.m_flPercentageConstructed", + "DT_BaseObject.m_fObjectFlags", + "DT_BaseObject.m_hBuiltOnEntity", + "DT_BaseObject.m_bDisabled", + "DT_BaseObject.m_hBuilder", + "DT_BaseObject.m_vecBuildMaxs", + "DT_BaseObject.m_vecBuildMins", + "DT_BaseObject.m_iDesiredBuildRotations", + "DT_BaseObject.m_bServerOverridePlacement", + "DT_BaseObject.m_iUpgradeLevel", + "DT_BaseObject.m_iUpgradeMetal", + "DT_BaseObject.m_iUpgradeMetalRequired", + "DT_BaseObject.m_iHighestUpgradeLevel", + "DT_BaseObject.m_iObjectMode", + "DT_BaseObject.m_bDisposableBuilding", + "DT_ObjectTeleporter.m_iState", + "DT_ObjectTeleporter.m_flRechargeTime", + "DT_ObjectTeleporter.m_flCurrentRechargeDuration", + "DT_ObjectTeleporter.m_iTimesUsed", + "DT_ObjectTeleporter.m_flYawToExit", + "DT_ObjectTeleporter.m_bMatchBuilding" ], - "DT_PhysicsPropMultiplayer": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_OverlayVars": [ + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder" + ], + "DT_ParticleCannon": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -10522,6 +11403,78 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -10563,18 +11516,34 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_PhysicsProp.m_bAwake", - "DT_PhysicsPropMultiplayer.m_iPhysicsMode", - "DT_PhysicsPropMultiplayer.m_fMass", - "DT_PhysicsPropMultiplayer.m_collisionMins", - "DT_PhysicsPropMultiplayer.m_collisionMaxs" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_ParticleCannon.m_flChargeBeginTime", + "DT_ParticleCannon.m_iChargeEffect" ], - "DT_PhysMagnet": [ + "DT_ParticleFire": [ + "DT_ParticleFire.m_vOrigin", + "DT_ParticleFire.m_vDirection" + ], + "DT_ParticlePerformanceMonitor": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -10589,37 +11558,8 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -10636,31 +11576,15 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale" + "DT_ParticlePerformanceMonitor.m_bDisplayPerf", + "DT_ParticlePerformanceMonitor.m_bMeasurePerf" ], - "DT_Plasma": [ + "DT_ParticleSmokeGrenade": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -10703,254 +11627,193 @@ "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_Plasma.m_flScale", - "DT_Plasma.m_flScaleTime", - "DT_Plasma.m_nFlags", - "DT_Plasma.m_nPlasmaModelIndex", - "DT_Plasma.m_nPlasmaModelIndex2", - "DT_Plasma.m_nGlowModelIndex" + "DT_ParticleSmokeGrenade.m_flSpawnTime", + "DT_ParticleSmokeGrenade.m_FadeStartTime", + "DT_ParticleSmokeGrenade.m_FadeEndTime", + "DT_ParticleSmokeGrenade.m_CurrentStage" ], - "DT_PlayerResource": [ - "m_iPing.000", - "m_iPing.001", - "m_iPing.002", - "m_iPing.003", - "m_iPing.004", - "m_iPing.005", - "m_iPing.006", - "m_iPing.007", - "m_iPing.008", - "m_iPing.009", - "m_iPing.010", - "m_iPing.011", - "m_iPing.012", - "m_iPing.013", - "m_iPing.014", - "m_iPing.015", - "m_iPing.016", - "m_iPing.017", - "m_iPing.018", - "m_iPing.019", - "m_iPing.020", - "m_iPing.021", - "m_iPing.022", - "m_iPing.023", - "m_iPing.024", - "m_iPing.025", - "m_iPing.026", - "m_iPing.027", - "m_iPing.028", - "m_iPing.029", - "m_iPing.030", - "m_iPing.031", - "m_iPing.032", - "m_iPing.033", - "m_iScore.000", - "m_iScore.001", - "m_iScore.002", - "m_iScore.003", - "m_iScore.004", - "m_iScore.005", - "m_iScore.006", - "m_iScore.007", - "m_iScore.008", - "m_iScore.009", - "m_iScore.010", - "m_iScore.011", - "m_iScore.012", - "m_iScore.013", - "m_iScore.014", - "m_iScore.015", - "m_iScore.016", - "m_iScore.017", - "m_iScore.018", - "m_iScore.019", - "m_iScore.020", - "m_iScore.021", - "m_iScore.022", - "m_iScore.023", - "m_iScore.024", - "m_iScore.025", - "m_iScore.026", - "m_iScore.027", - "m_iScore.028", - "m_iScore.029", - "m_iScore.030", - "m_iScore.031", - "m_iScore.032", - "m_iScore.033", - "m_iDeaths.000", - "m_iDeaths.001", - "m_iDeaths.002", - "m_iDeaths.003", - "m_iDeaths.004", - "m_iDeaths.005", - "m_iDeaths.006", - "m_iDeaths.007", - "m_iDeaths.008", - "m_iDeaths.009", - "m_iDeaths.010", - "m_iDeaths.011", - "m_iDeaths.012", - "m_iDeaths.013", - "m_iDeaths.014", - "m_iDeaths.015", - "m_iDeaths.016", - "m_iDeaths.017", - "m_iDeaths.018", - "m_iDeaths.019", - "m_iDeaths.020", - "m_iDeaths.021", - "m_iDeaths.022", - "m_iDeaths.023", - "m_iDeaths.024", - "m_iDeaths.025", - "m_iDeaths.026", - "m_iDeaths.027", - "m_iDeaths.028", - "m_iDeaths.029", - "m_iDeaths.030", - "m_iDeaths.031", - "m_iDeaths.032", - "m_iDeaths.033", - "m_bConnected.000", - "m_bConnected.001", - "m_bConnected.002", - "m_bConnected.003", - "m_bConnected.004", - "m_bConnected.005", - "m_bConnected.006", - "m_bConnected.007", - "m_bConnected.008", - "m_bConnected.009", - "m_bConnected.010", - "m_bConnected.011", - "m_bConnected.012", - "m_bConnected.013", - "m_bConnected.014", - "m_bConnected.015", - "m_bConnected.016", - "m_bConnected.017", - "m_bConnected.018", - "m_bConnected.019", - "m_bConnected.020", - "m_bConnected.021", - "m_bConnected.022", - "m_bConnected.023", - "m_bConnected.024", - "m_bConnected.025", - "m_bConnected.026", - "m_bConnected.027", - "m_bConnected.028", - "m_bConnected.029", - "m_bConnected.030", - "m_bConnected.031", - "m_bConnected.032", - "m_bConnected.033", - "m_iTeam.000", - "m_iTeam.001", - "m_iTeam.002", - "m_iTeam.003", - "m_iTeam.004", - "m_iTeam.005", - "m_iTeam.006", - "m_iTeam.007", - "m_iTeam.008", - "m_iTeam.009", - "m_iTeam.010", - "m_iTeam.011", - "m_iTeam.012", - "m_iTeam.013", - "m_iTeam.014", - "m_iTeam.015", - "m_iTeam.016", - "m_iTeam.017", - "m_iTeam.018", - "m_iTeam.019", - "m_iTeam.020", - "m_iTeam.021", - "m_iTeam.022", - "m_iTeam.023", - "m_iTeam.024", - "m_iTeam.025", - "m_iTeam.026", - "m_iTeam.027", - "m_iTeam.028", - "m_iTeam.029", - "m_iTeam.030", - "m_iTeam.031", - "m_iTeam.032", - "m_iTeam.033", - "m_bAlive.000", - "m_bAlive.001", - "m_bAlive.002", - "m_bAlive.003", - "m_bAlive.004", - "m_bAlive.005", - "m_bAlive.006", - "m_bAlive.007", - "m_bAlive.008", - "m_bAlive.009", - "m_bAlive.010", - "m_bAlive.011", - "m_bAlive.012", - "m_bAlive.013", - "m_bAlive.014", - "m_bAlive.015", - "m_bAlive.016", - "m_bAlive.017", - "m_bAlive.018", - "m_bAlive.019", - "m_bAlive.020", - "m_bAlive.021", - "m_bAlive.022", - "m_bAlive.023", - "m_bAlive.024", - "m_bAlive.025", - "m_bAlive.026", - "m_bAlive.027", - "m_bAlive.028", - "m_bAlive.029", - "m_bAlive.030", - "m_bAlive.031", - "m_bAlive.032", - "m_bAlive.033", - "m_iHealth.000", - "m_iHealth.001", - "m_iHealth.002", - "m_iHealth.003", - "m_iHealth.004", - "m_iHealth.005", - "m_iHealth.006", - "m_iHealth.007", - "m_iHealth.008", - "m_iHealth.009", - "m_iHealth.010", - "m_iHealth.011", - "m_iHealth.012", - "m_iHealth.013", - "m_iHealth.014", - "m_iHealth.015", - "m_iHealth.016", - "m_iHealth.017", - "m_iHealth.018", - "m_iHealth.019", - "m_iHealth.020", - "m_iHealth.021", - "m_iHealth.022", - "m_iHealth.023", - "m_iHealth.024", - "m_iHealth.025", - "m_iHealth.026", - "m_iHealth.027", - "m_iHealth.028", - "m_iHealth.029", - "m_iHealth.030", - "m_iHealth.031", - "m_iHealth.032", - "m_iHealth.033" + "DT_ParticleSystem": [ + "DT_ParticleSystem.m_vecOrigin", + "DT_ParticleSystem.m_angRotation", + "m_hControlPointEnts.002", + "m_hControlPointEnts.003", + "m_hControlPointEnts.004", + "m_hControlPointEnts.005", + "m_hControlPointEnts.006", + "m_hControlPointEnts.007", + "m_hControlPointEnts.008", + "m_hControlPointEnts.009", + "m_hControlPointEnts.010", + "m_hControlPointEnts.011", + "m_hControlPointEnts.012", + "m_hControlPointEnts.013", + "m_hControlPointEnts.014", + "m_hControlPointEnts.015", + "m_hControlPointEnts.016", + "m_hControlPointEnts.017", + "m_hControlPointEnts.018", + "m_hControlPointEnts.019", + "m_hControlPointEnts.020", + "m_hControlPointEnts.021", + "m_hControlPointEnts.022", + "m_hControlPointEnts.023", + "m_hControlPointEnts.024", + "m_hControlPointEnts.025", + "m_hControlPointEnts.026", + "m_hControlPointEnts.027", + "m_hControlPointEnts.028", + "m_hControlPointEnts.029", + "m_hControlPointEnts.030", + "m_hControlPointEnts.031", + "m_hControlPointEnts.032", + "m_hControlPointEnts.033", + "m_hControlPointEnts.034", + "m_hControlPointEnts.035", + "m_hControlPointEnts.036", + "m_hControlPointEnts.037", + "m_hControlPointEnts.038", + "m_hControlPointEnts.039", + "m_hControlPointEnts.040", + "m_hControlPointEnts.041", + "m_hControlPointEnts.042", + "m_hControlPointEnts.043", + "m_hControlPointEnts.044", + "m_hControlPointEnts.045", + "m_hControlPointEnts.046", + "m_hControlPointEnts.047", + "m_hControlPointEnts.048", + "m_hControlPointEnts.049", + "m_hControlPointEnts.050", + "m_hControlPointEnts.051", + "m_hControlPointEnts.052", + "m_hControlPointEnts.053", + "m_hControlPointEnts.054", + "m_hControlPointEnts.055", + "m_hControlPointEnts.056", + "m_hControlPointEnts.057", + "m_hControlPointEnts.058", + "m_hControlPointEnts.059", + "m_hControlPointEnts.060", + "m_hControlPointEnts.061", + "m_hControlPointEnts.062", + "m_iControlPointParents.000", + "m_iControlPointParents.001", + "m_iControlPointParents.002", + "m_iControlPointParents.003", + "m_iControlPointParents.004", + "m_iControlPointParents.005", + "m_iControlPointParents.006", + "m_iControlPointParents.007", + "m_iControlPointParents.008", + "m_iControlPointParents.009", + "m_iControlPointParents.010", + "m_iControlPointParents.011", + "m_iControlPointParents.012", + "m_iControlPointParents.013", + "m_iControlPointParents.014", + "m_iControlPointParents.015", + "m_iControlPointParents.016", + "m_iControlPointParents.017", + "m_iControlPointParents.018", + "m_iControlPointParents.019", + "m_iControlPointParents.020", + "m_iControlPointParents.021", + "m_iControlPointParents.022", + "m_iControlPointParents.023", + "m_iControlPointParents.024", + "m_iControlPointParents.025", + "m_iControlPointParents.026", + "m_iControlPointParents.027", + "m_iControlPointParents.028", + "m_iControlPointParents.029", + "m_iControlPointParents.030", + "m_iControlPointParents.031", + "m_iControlPointParents.032", + "m_iControlPointParents.033", + "m_iControlPointParents.034", + "m_iControlPointParents.035", + "m_iControlPointParents.036", + "m_iControlPointParents.037", + "m_iControlPointParents.038", + "m_iControlPointParents.039", + "m_iControlPointParents.040", + "m_iControlPointParents.041", + "m_iControlPointParents.042", + "m_iControlPointParents.043", + "m_iControlPointParents.044", + "m_iControlPointParents.045", + "m_iControlPointParents.046", + "m_iControlPointParents.047", + "m_iControlPointParents.048", + "m_iControlPointParents.049", + "m_iControlPointParents.050", + "m_iControlPointParents.051", + "m_iControlPointParents.052", + "m_iControlPointParents.053", + "m_iControlPointParents.054", + "m_iControlPointParents.055", + "m_iControlPointParents.056", + "m_iControlPointParents.057", + "m_iControlPointParents.058", + "m_iControlPointParents.059", + "m_iControlPointParents.060", + "m_iControlPointParents.061", + "m_iControlPointParents.062", + "m_hControlPointEnts.000", + "DT_ParticleSystem.m_hOwnerEntity", + "DT_ParticleSystem.moveparent", + "DT_ParticleSystem.m_iParentAttachment", + "m_hControlPointEnts.001", + "DT_ParticleSystem.m_iEffectIndex", + "DT_ParticleSystem.m_bActive", + "DT_ParticleSystem.m_flStartTime", + "DT_ParticleSystem.m_bWeatherEffect" ], - "DT_PointCamera": [ + "DT_PhysBox": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting" + ], + "DT_PhysBoxMultiplayer": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -10993,17 +11856,10 @@ "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_PointCamera.m_FOV", - "DT_PointCamera.m_Resolution", - "DT_PointCamera.m_bFogEnable", - "DT_PointCamera.m_FogColor", - "DT_PointCamera.m_flFogStart", - "DT_PointCamera.m_flFogEnd", - "DT_PointCamera.m_flFogMaxDensity", - "DT_PointCamera.m_bActive", - "DT_PointCamera.m_bUseScreenAspectRatio" + "DT_PhysBoxMultiplayer.m_iPhysicsMode", + "DT_PhysBoxMultiplayer.m_fMass" ], - "DT_PointCommentaryNode": [ + "DT_PhysMagnet": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -11092,22 +11948,14 @@ "DT_BaseAnimating.m_hLightingOriginRelative", "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_PointCommentaryNode.m_bActive", - "DT_PointCommentaryNode.m_iszCommentaryFile", - "DT_PointCommentaryNode.m_iszCommentaryFileNoHDR", - "DT_PointCommentaryNode.m_flStartTime", - "DT_PointCommentaryNode.m_iszSpeakers", - "DT_PointCommentaryNode.m_iNodeNumber", - "DT_PointCommentaryNode.m_iNodeNumberMax", - "DT_PointCommentaryNode.m_hViewPosition" + "DT_BaseAnimating.m_flFadeScale" ], - "DT_PoseController": [ + "DT_PhysicsProp": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -11122,16 +11970,37 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_hProps.000", - "m_hProps.001", - "m_hProps.002", - "m_hProps.003", - "m_chPoseIndex.000", - "m_chPoseIndex.001", - "m_chPoseIndex.002", - "m_chPoseIndex.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -11148,69 +12017,34 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_PoseController.m_bPoseValueParity", - "DT_PoseController.m_fPoseValue", - "DT_PoseController.m_fInterpolationTime", - "DT_PoseController.m_bInterpolationWrap", - "DT_PoseController.m_fCycleFrequency", - "DT_PoseController.m_nFModType", - "DT_PoseController.m_fFModTimeOffset", - "DT_PoseController.m_fFModRate", - "DT_PoseController.m_fFModAmplitude" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_PhysicsProp.m_bAwake" ], - "DT_Precipitation": [ + "DT_PhysicsPropMultiplayer": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_Precipitation.m_nPrecipType" - ], - "DT_PropVehicleDriveable": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", @@ -11298,30 +12132,22 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_PropVehicleDriveable.m_hPlayer", - "DT_PropVehicleDriveable.m_nSpeed", - "DT_PropVehicleDriveable.m_nRPM", - "DT_PropVehicleDriveable.m_flThrottle", - "DT_PropVehicleDriveable.m_nBoostTimeLeft", - "DT_PropVehicleDriveable.m_nHasBoost", - "DT_PropVehicleDriveable.m_nScannerDisabledWeapons", - "DT_PropVehicleDriveable.m_nScannerDisabledVehicle", - "DT_PropVehicleDriveable.m_bEnterAnimOn", - "DT_PropVehicleDriveable.m_bExitAnimOn", - "DT_PropVehicleDriveable.m_bUnableToFire", - "DT_PropVehicleDriveable.m_vecEyeExitEndpoint", - "DT_PropVehicleDriveable.m_bHasGun", - "DT_PropVehicleDriveable.m_vecGunCrosshair" + "DT_PhysicsProp.m_bAwake", + "DT_PhysicsPropMultiplayer.m_iPhysicsMode", + "DT_PhysicsPropMultiplayer.m_fMass", + "DT_PhysicsPropMultiplayer.m_collisionMins", + "DT_PhysicsPropMultiplayer.m_collisionMaxs" ], - "DT_RagdollManager": [ - "DT_RagdollManager.m_iCurrentMaxRagdollCount" + "DT_PipebombLauncherLocalData": [ + "DT_PipebombLauncherLocalData.m_iPipebombCount", + "DT_PipebombLauncherLocalData.m_flChargeBeginTime" ], - "DT_Ragdoll": [ + "DT_Plasma": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -11336,37 +12162,8 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -11383,36 +12180,315 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_Plasma.m_flScale", + "DT_Plasma.m_flScaleTime", + "DT_Plasma.m_nFlags", + "DT_Plasma.m_nPlasmaModelIndex", + "DT_Plasma.m_nPlasmaModelIndex2", + "DT_Plasma.m_nGlowModelIndex" + ], + "DT_PlayerResource": [ + "m_iPing.000", + "m_iPing.001", + "m_iPing.002", + "m_iPing.003", + "m_iPing.004", + "m_iPing.005", + "m_iPing.006", + "m_iPing.007", + "m_iPing.008", + "m_iPing.009", + "m_iPing.010", + "m_iPing.011", + "m_iPing.012", + "m_iPing.013", + "m_iPing.014", + "m_iPing.015", + "m_iPing.016", + "m_iPing.017", + "m_iPing.018", + "m_iPing.019", + "m_iPing.020", + "m_iPing.021", + "m_iPing.022", + "m_iPing.023", + "m_iPing.024", + "m_iPing.025", + "m_iPing.026", + "m_iPing.027", + "m_iPing.028", + "m_iPing.029", + "m_iPing.030", + "m_iPing.031", + "m_iPing.032", + "m_iPing.033", + "m_iScore.000", + "m_iScore.001", + "m_iScore.002", + "m_iScore.003", + "m_iScore.004", + "m_iScore.005", + "m_iScore.006", + "m_iScore.007", + "m_iScore.008", + "m_iScore.009", + "m_iScore.010", + "m_iScore.011", + "m_iScore.012", + "m_iScore.013", + "m_iScore.014", + "m_iScore.015", + "m_iScore.016", + "m_iScore.017", + "m_iScore.018", + "m_iScore.019", + "m_iScore.020", + "m_iScore.021", + "m_iScore.022", + "m_iScore.023", + "m_iScore.024", + "m_iScore.025", + "m_iScore.026", + "m_iScore.027", + "m_iScore.028", + "m_iScore.029", + "m_iScore.030", + "m_iScore.031", + "m_iScore.032", + "m_iScore.033", + "m_iDeaths.000", + "m_iDeaths.001", + "m_iDeaths.002", + "m_iDeaths.003", + "m_iDeaths.004", + "m_iDeaths.005", + "m_iDeaths.006", + "m_iDeaths.007", + "m_iDeaths.008", + "m_iDeaths.009", + "m_iDeaths.010", + "m_iDeaths.011", + "m_iDeaths.012", + "m_iDeaths.013", + "m_iDeaths.014", + "m_iDeaths.015", + "m_iDeaths.016", + "m_iDeaths.017", + "m_iDeaths.018", + "m_iDeaths.019", + "m_iDeaths.020", + "m_iDeaths.021", + "m_iDeaths.022", + "m_iDeaths.023", + "m_iDeaths.024", + "m_iDeaths.025", + "m_iDeaths.026", + "m_iDeaths.027", + "m_iDeaths.028", + "m_iDeaths.029", + "m_iDeaths.030", + "m_iDeaths.031", + "m_iDeaths.032", + "m_iDeaths.033", + "m_bConnected.000", + "m_bConnected.001", + "m_bConnected.002", + "m_bConnected.003", + "m_bConnected.004", + "m_bConnected.005", + "m_bConnected.006", + "m_bConnected.007", + "m_bConnected.008", + "m_bConnected.009", + "m_bConnected.010", + "m_bConnected.011", + "m_bConnected.012", + "m_bConnected.013", + "m_bConnected.014", + "m_bConnected.015", + "m_bConnected.016", + "m_bConnected.017", + "m_bConnected.018", + "m_bConnected.019", + "m_bConnected.020", + "m_bConnected.021", + "m_bConnected.022", + "m_bConnected.023", + "m_bConnected.024", + "m_bConnected.025", + "m_bConnected.026", + "m_bConnected.027", + "m_bConnected.028", + "m_bConnected.029", + "m_bConnected.030", + "m_bConnected.031", + "m_bConnected.032", + "m_bConnected.033", + "m_iTeam.000", + "m_iTeam.001", + "m_iTeam.002", + "m_iTeam.003", + "m_iTeam.004", + "m_iTeam.005", + "m_iTeam.006", + "m_iTeam.007", + "m_iTeam.008", + "m_iTeam.009", + "m_iTeam.010", + "m_iTeam.011", + "m_iTeam.012", + "m_iTeam.013", + "m_iTeam.014", + "m_iTeam.015", + "m_iTeam.016", + "m_iTeam.017", + "m_iTeam.018", + "m_iTeam.019", + "m_iTeam.020", + "m_iTeam.021", + "m_iTeam.022", + "m_iTeam.023", + "m_iTeam.024", + "m_iTeam.025", + "m_iTeam.026", + "m_iTeam.027", + "m_iTeam.028", + "m_iTeam.029", + "m_iTeam.030", + "m_iTeam.031", + "m_iTeam.032", + "m_iTeam.033", + "m_bAlive.000", + "m_bAlive.001", + "m_bAlive.002", + "m_bAlive.003", + "m_bAlive.004", + "m_bAlive.005", + "m_bAlive.006", + "m_bAlive.007", + "m_bAlive.008", + "m_bAlive.009", + "m_bAlive.010", + "m_bAlive.011", + "m_bAlive.012", + "m_bAlive.013", + "m_bAlive.014", + "m_bAlive.015", + "m_bAlive.016", + "m_bAlive.017", + "m_bAlive.018", + "m_bAlive.019", + "m_bAlive.020", + "m_bAlive.021", + "m_bAlive.022", + "m_bAlive.023", + "m_bAlive.024", + "m_bAlive.025", + "m_bAlive.026", + "m_bAlive.027", + "m_bAlive.028", + "m_bAlive.029", + "m_bAlive.030", + "m_bAlive.031", + "m_bAlive.032", + "m_bAlive.033", + "m_iHealth.000", + "m_iHealth.001", + "m_iHealth.002", + "m_iHealth.003", + "m_iHealth.004", + "m_iHealth.005", + "m_iHealth.006", + "m_iHealth.007", + "m_iHealth.008", + "m_iHealth.009", + "m_iHealth.010", + "m_iHealth.011", + "m_iHealth.012", + "m_iHealth.013", + "m_iHealth.014", + "m_iHealth.015", + "m_iHealth.016", + "m_iHealth.017", + "m_iHealth.018", + "m_iHealth.019", + "m_iHealth.020", + "m_iHealth.021", + "m_iHealth.022", + "m_iHealth.023", + "m_iHealth.024", + "m_iHealth.025", + "m_iHealth.026", + "m_iHealth.027", + "m_iHealth.028", + "m_iHealth.029", + "m_iHealth.030", + "m_iHealth.031", + "m_iHealth.032", + "m_iHealth.033" + ], + "DT_PlayerState": [ + "DT_PlayerState.deadflag" + ], + "DT_PointCamera": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_Ragdoll.m_ragAngles", - "DT_Ragdoll.m_ragPos", - "DT_Ragdoll.m_hUnragdoll", - "DT_Ragdoll.m_flBlendWeight", - "DT_Ragdoll.m_nOverlaySequence" + "DT_PointCamera.m_FOV", + "DT_PointCamera.m_Resolution", + "DT_PointCamera.m_bFogEnable", + "DT_PointCamera.m_FogColor", + "DT_PointCamera.m_flFogStart", + "DT_PointCamera.m_flFogEnd", + "DT_PointCamera.m_flFogMaxDensity", + "DT_PointCamera.m_bActive", + "DT_PointCamera.m_bUseScreenAspectRatio" ], - "DT_Ragdoll_Attached": [ + "DT_PointCommentaryNode": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -11502,22 +12578,21 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_Ragdoll.m_ragAngles", - "DT_Ragdoll.m_ragPos", - "DT_Ragdoll.m_hUnragdoll", - "DT_Ragdoll.m_flBlendWeight", - "DT_Ragdoll.m_nOverlaySequence", - "DT_Ragdoll_Attached.m_boneIndexAttached", - "DT_Ragdoll_Attached.m_ragdollAttachedObjectIndex", - "DT_Ragdoll_Attached.m_attachmentPointBoneSpace", - "DT_Ragdoll_Attached.m_attachmentPointRagdollSpace" + "DT_PointCommentaryNode.m_bActive", + "DT_PointCommentaryNode.m_iszCommentaryFile", + "DT_PointCommentaryNode.m_iszCommentaryFileNoHDR", + "DT_PointCommentaryNode.m_flStartTime", + "DT_PointCommentaryNode.m_iszSpeakers", + "DT_PointCommentaryNode.m_iNodeNumber", + "DT_PointCommentaryNode.m_iNodeNumberMax", + "DT_PointCommentaryNode.m_hViewPosition" ], - "DT_RobotDispenser": [ + "DT_PoseController": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -11532,258 +12607,16 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", + "m_hProps.000", + "m_hProps.001", + "m_hProps.002", + "m_hProps.003", + "m_chPoseIndex.000", + "m_chPoseIndex.001", + "m_chPoseIndex.002", + "m_chPoseIndex.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "m_flexWeight.000", - "m_flexWeight.001", - "m_flexWeight.002", - "m_flexWeight.003", - "m_flexWeight.004", - "m_flexWeight.005", - "m_flexWeight.006", - "m_flexWeight.007", - "m_flexWeight.008", - "m_flexWeight.009", - "m_flexWeight.010", - "m_flexWeight.011", - "m_flexWeight.012", - "m_flexWeight.013", - "m_flexWeight.014", - "m_flexWeight.015", - "m_flexWeight.016", - "m_flexWeight.017", - "m_flexWeight.018", - "m_flexWeight.019", - "m_flexWeight.020", - "m_flexWeight.021", - "m_flexWeight.022", - "m_flexWeight.023", - "m_flexWeight.024", - "m_flexWeight.025", - "m_flexWeight.026", - "m_flexWeight.027", - "m_flexWeight.028", - "m_flexWeight.029", - "m_flexWeight.030", - "m_flexWeight.031", - "m_flexWeight.032", - "m_flexWeight.033", - "m_flexWeight.034", - "m_flexWeight.035", - "m_flexWeight.036", - "m_flexWeight.037", - "m_flexWeight.038", - "m_flexWeight.039", - "m_flexWeight.040", - "m_flexWeight.041", - "m_flexWeight.042", - "m_flexWeight.043", - "m_flexWeight.044", - "m_flexWeight.045", - "m_flexWeight.046", - "m_flexWeight.047", - "m_flexWeight.048", - "m_flexWeight.049", - "m_flexWeight.050", - "m_flexWeight.051", - "m_flexWeight.052", - "m_flexWeight.053", - "m_flexWeight.054", - "m_flexWeight.055", - "m_flexWeight.056", - "m_flexWeight.057", - "m_flexWeight.058", - "m_flexWeight.059", - "m_flexWeight.060", - "m_flexWeight.061", - "m_flexWeight.062", - "m_flexWeight.063", - "m_flexWeight.064", - "m_flexWeight.065", - "m_flexWeight.066", - "m_flexWeight.067", - "m_flexWeight.068", - "m_flexWeight.069", - "m_flexWeight.070", - "m_flexWeight.071", - "m_flexWeight.072", - "m_flexWeight.073", - "m_flexWeight.074", - "m_flexWeight.075", - "m_flexWeight.076", - "m_flexWeight.077", - "m_flexWeight.078", - "m_flexWeight.079", - "m_flexWeight.080", - "m_flexWeight.081", - "m_flexWeight.082", - "m_flexWeight.083", - "m_flexWeight.084", - "m_flexWeight.085", - "m_flexWeight.086", - "m_flexWeight.087", - "m_flexWeight.088", - "m_flexWeight.089", - "m_flexWeight.090", - "m_flexWeight.091", - "m_flexWeight.092", - "m_flexWeight.093", - "m_flexWeight.094", - "m_flexWeight.095", - "DT_BCCLocalPlayerExclusive.m_flNextAttack", - "m_hMyWeapons.000", - "m_hMyWeapons.001", - "m_hMyWeapons.002", - "m_hMyWeapons.003", - "m_hMyWeapons.004", - "m_hMyWeapons.005", - "m_hMyWeapons.006", - "m_hMyWeapons.007", - "m_hMyWeapons.008", - "m_hMyWeapons.009", - "m_hMyWeapons.010", - "m_hMyWeapons.011", - "m_hMyWeapons.012", - "m_hMyWeapons.013", - "m_hMyWeapons.014", - "m_hMyWeapons.015", - "m_hMyWeapons.016", - "m_hMyWeapons.017", - "m_hMyWeapons.018", - "m_hMyWeapons.019", - "m_hMyWeapons.020", - "m_hMyWeapons.021", - "m_hMyWeapons.022", - "m_hMyWeapons.023", - "m_hMyWeapons.024", - "m_hMyWeapons.025", - "m_hMyWeapons.026", - "m_hMyWeapons.027", - "m_hMyWeapons.028", - "m_hMyWeapons.029", - "m_hMyWeapons.030", - "m_hMyWeapons.031", - "m_hMyWeapons.032", - "m_hMyWeapons.033", - "m_hMyWeapons.034", - "m_hMyWeapons.035", - "m_hMyWeapons.036", - "m_hMyWeapons.037", - "m_hMyWeapons.038", - "m_hMyWeapons.039", - "m_hMyWeapons.040", - "m_hMyWeapons.041", - "m_hMyWeapons.042", - "m_hMyWeapons.043", - "m_hMyWeapons.044", - "m_hMyWeapons.045", - "m_hMyWeapons.046", - "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -11800,113 +12633,22 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseFlex.m_blinktoggle", - "DT_BaseFlex.m_viewtarget", - "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon", - "DT_BaseObject.m_iHealth", - "DT_BaseObject.m_iMaxHealth", - "DT_BaseObject.m_bHasSapper", - "DT_BaseObject.m_iObjectType", - "DT_BaseObject.m_bBuilding", - "DT_BaseObject.m_bPlacing", - "DT_BaseObject.m_bCarried", - "DT_BaseObject.m_bCarryDeploy", - "DT_BaseObject.m_bMiniBuilding", - "DT_BaseObject.m_flPercentageConstructed", - "DT_BaseObject.m_fObjectFlags", - "DT_BaseObject.m_hBuiltOnEntity", - "DT_BaseObject.m_bDisabled", - "DT_BaseObject.m_hBuilder", - "DT_BaseObject.m_vecBuildMaxs", - "DT_BaseObject.m_vecBuildMins", - "DT_BaseObject.m_iDesiredBuildRotations", - "DT_BaseObject.m_bServerOverridePlacement", - "DT_BaseObject.m_iUpgradeLevel", - "DT_BaseObject.m_iUpgradeMetal", - "DT_BaseObject.m_iUpgradeMetalRequired", - "DT_BaseObject.m_iHighestUpgradeLevel", - "DT_BaseObject.m_iObjectMode", - "DT_BaseObject.m_bDisposableBuilding", - "DT_ObjectDispenser.m_iState", - "DT_ObjectDispenser.m_iAmmoMetal", - "DT_ObjectDispenser.m_iMiniBombCounter", - "DT_ObjectDispenser.\"healing_array\"" - ], - "DT_RopeKeyframe": [ - "DT_RopeKeyframe.m_hStartPoint", - "DT_RopeKeyframe.m_hEndPoint", - "DT_RopeKeyframe.m_iStartAttachment", - "DT_RopeKeyframe.m_iEndAttachment", - "DT_RopeKeyframe.m_Slack", - "DT_RopeKeyframe.m_RopeLength", - "DT_RopeKeyframe.m_fLockedPoints", - "DT_RopeKeyframe.m_RopeFlags", - "DT_RopeKeyframe.m_nSegments", - "DT_RopeKeyframe.m_bConstrainBetweenEndpoints", - "DT_RopeKeyframe.m_iRopeMaterialModelIndex", - "DT_RopeKeyframe.m_Subdiv", - "DT_RopeKeyframe.m_TextureScale", - "DT_RopeKeyframe.m_Width", - "DT_RopeKeyframe.m_flScrollSpeed", - "DT_RopeKeyframe.m_vecOrigin", - "DT_RopeKeyframe.moveparent", - "DT_RopeKeyframe.m_iParentAttachment" - ], - "DT_SceneEntity": [ - "_LPT_m_hActorList_16.lengthprop16", - "_ST_m_hActorList_16.000", - "_ST_m_hActorList_16.001", - "_ST_m_hActorList_16.002", - "_ST_m_hActorList_16.003", - "_ST_m_hActorList_16.004", - "_ST_m_hActorList_16.005", - "_ST_m_hActorList_16.006", - "_ST_m_hActorList_16.007", - "_ST_m_hActorList_16.008", - "_ST_m_hActorList_16.009", - "_ST_m_hActorList_16.010", - "_ST_m_hActorList_16.011", - "_ST_m_hActorList_16.012", - "_ST_m_hActorList_16.013", - "_ST_m_hActorList_16.014", - "_ST_m_hActorList_16.015", - "DT_SceneEntity.m_nSceneStringIndex", - "DT_SceneEntity.m_bIsPlayingBack", - "DT_SceneEntity.m_bPaused", - "DT_SceneEntity.m_bMultiplayer", - "DT_SceneEntity.m_flForceClientTime" - ], - "DT_ShadowControl": [ - "DT_ShadowControl.m_shadowDirection", - "DT_ShadowControl.m_shadowColor", - "DT_ShadowControl.m_flShadowMaxDist", - "DT_ShadowControl.m_bDisableShadows" + "DT_PoseController.m_bPoseValueParity", + "DT_PoseController.m_fPoseValue", + "DT_PoseController.m_fInterpolationTime", + "DT_PoseController.m_bInterpolationWrap", + "DT_PoseController.m_fCycleFrequency", + "DT_PoseController.m_nFModType", + "DT_PoseController.m_fFModTimeOffset", + "DT_PoseController.m_fFModRate", + "DT_PoseController.m_fFModAmplitude" ], - "DT_SlideshowDisplay": [ + "DT_Precipitation": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -11926,22 +12668,6 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_chCurrentSlideLists.000", - "m_chCurrentSlideLists.001", - "m_chCurrentSlideLists.002", - "m_chCurrentSlideLists.003", - "m_chCurrentSlideLists.004", - "m_chCurrentSlideLists.005", - "m_chCurrentSlideLists.006", - "m_chCurrentSlideLists.007", - "m_chCurrentSlideLists.008", - "m_chCurrentSlideLists.009", - "m_chCurrentSlideLists.010", - "m_chCurrentSlideLists.011", - "m_chCurrentSlideLists.012", - "m_chCurrentSlideLists.013", - "m_chCurrentSlideLists.014", - "m_chCurrentSlideLists.015", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_BaseEntity.m_ubInterpolationFrame", @@ -11965,20 +12691,18 @@ "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_SlideshowDisplay.m_bEnabled", - "DT_SlideshowDisplay.m_szDisplayText", - "DT_SlideshowDisplay.m_szSlideshowDirectory", - "DT_SlideshowDisplay.m_fMinSlideTime", - "DT_SlideshowDisplay.m_fMaxSlideTime", - "DT_SlideshowDisplay.m_iCycleType", - "DT_SlideshowDisplay.m_bNoListRepeats" + "DT_Precipitation.m_nPrecipType" ], - "DT_SmokeStack": [ + "DT_PredictableId": [ + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated" + ], + "DT_PropVehicleDriveable": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -11993,8 +12717,37 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -12011,31 +12764,45 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_SmokeStack.m_SpreadSpeed", - "DT_SmokeStack.m_Speed", - "DT_SmokeStack.m_StartSize", - "DT_SmokeStack.m_EndSize", - "DT_SmokeStack.m_Rate", - "DT_SmokeStack.m_JetLength", - "DT_SmokeStack.m_bEmit", - "DT_SmokeStack.m_flBaseSpread", - "DT_SmokeStack.m_flRollSpeed", - "DT_SmokeStack.m_DirLight.m_vPos", - "DT_SmokeStack.m_DirLight.m_vColor", - "DT_SmokeStack.m_DirLight.m_flIntensity", - "DT_SmokeStack.m_AmbientLight.m_vPos", - "DT_SmokeStack.m_AmbientLight.m_vColor", - "DT_SmokeStack.m_AmbientLight.m_flIntensity", - "DT_SmokeStack.m_vWind", - "DT_SmokeStack.m_flTwist", - "DT_SmokeStack.m_iMaterialModel" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_PropVehicleDriveable.m_hPlayer", + "DT_PropVehicleDriveable.m_nSpeed", + "DT_PropVehicleDriveable.m_nRPM", + "DT_PropVehicleDriveable.m_flThrottle", + "DT_PropVehicleDriveable.m_nBoostTimeLeft", + "DT_PropVehicleDriveable.m_nHasBoost", + "DT_PropVehicleDriveable.m_nScannerDisabledWeapons", + "DT_PropVehicleDriveable.m_nScannerDisabledVehicle", + "DT_PropVehicleDriveable.m_bEnterAnimOn", + "DT_PropVehicleDriveable.m_bExitAnimOn", + "DT_PropVehicleDriveable.m_bUnableToFire", + "DT_PropVehicleDriveable.m_vecEyeExitEndpoint", + "DT_PropVehicleDriveable.m_bHasGun", + "DT_PropVehicleDriveable.m_vecGunCrosshair" ], - "DT_SniperDot": [ + "DT_ProxyToggle": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -12055,6 +12822,7 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "DT_ProxyToggle_ProxiedData.m_WithProxy", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_BaseEntity.m_ubInterpolationFrame", @@ -12077,10 +12845,12 @@ "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_SniperDot.m_flChargeStartTime" + "DT_BaseEntity.m_bAlternateSorting" ], - "DT_SpotlightEnd": [ + "DT_ProxyToggle_ProxiedData": [ + "DT_ProxyToggle_ProxiedData.m_WithProxy" + ], + "DT_QuadraticBeam": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -12123,15 +12893,17 @@ "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_SpotlightEnd.m_flLightScale", - "DT_SpotlightEnd.m_Radius" + "DT_QuadraticBeam.m_targetPosition", + "DT_QuadraticBeam.m_controlPosition", + "DT_QuadraticBeam.m_scrollRate", + "DT_QuadraticBeam.m_flWidth" ], - "DT_Sprite": [ + "DT_Ragdoll": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -12146,8 +12918,37 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -12164,29 +12965,44 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_Sprite.m_hAttachedToEntity", - "DT_Sprite.m_nAttachment", - "DT_Sprite.m_flScaleTime", - "DT_Sprite.m_flSpriteScale", - "DT_Sprite.m_flGlowProxySize", - "DT_Sprite.m_flHDRColorScale", - "DT_Sprite.m_flSpriteFramerate", - "DT_Sprite.m_flFrame", - "DT_Sprite.m_flBrightnessTime", - "DT_Sprite.m_nBrightness", - "DT_Sprite.m_bWorldSpaceScale" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_Ragdoll.m_ragAngles", + "DT_Ragdoll.m_ragPos", + "DT_Ragdoll.m_hUnragdoll", + "DT_Ragdoll.m_flBlendWeight", + "DT_Ragdoll.m_nOverlaySequence" ], - "DT_SpriteOriented": [ + "DT_RagdollManager": [ + "DT_RagdollManager.m_iCurrentMaxRagdollCount" + ], + "DT_Ragdoll_Attached": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -12201,8 +13017,37 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -12219,29 +13064,45 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_Sprite.m_hAttachedToEntity", - "DT_Sprite.m_nAttachment", - "DT_Sprite.m_flScaleTime", - "DT_Sprite.m_flSpriteScale", - "DT_Sprite.m_flGlowProxySize", - "DT_Sprite.m_flHDRColorScale", - "DT_Sprite.m_flSpriteFramerate", - "DT_Sprite.m_flFrame", - "DT_Sprite.m_flBrightnessTime", - "DT_Sprite.m_nBrightness", - "DT_Sprite.m_bWorldSpaceScale" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_Ragdoll.m_ragAngles", + "DT_Ragdoll.m_ragPos", + "DT_Ragdoll.m_hUnragdoll", + "DT_Ragdoll.m_flBlendWeight", + "DT_Ragdoll.m_nOverlaySequence", + "DT_Ragdoll_Attached.m_boneIndexAttached", + "DT_Ragdoll_Attached.m_ragdollAttachedObjectIndex", + "DT_Ragdoll_Attached.m_attachmentPointBoneSpace", + "DT_Ragdoll_Attached.m_attachmentPointRagdollSpace" ], - "DT_SpriteTrail": [ + "DT_RobotDispenser": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -12256,8 +13117,258 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "m_flexWeight.000", + "m_flexWeight.001", + "m_flexWeight.002", + "m_flexWeight.003", + "m_flexWeight.004", + "m_flexWeight.005", + "m_flexWeight.006", + "m_flexWeight.007", + "m_flexWeight.008", + "m_flexWeight.009", + "m_flexWeight.010", + "m_flexWeight.011", + "m_flexWeight.012", + "m_flexWeight.013", + "m_flexWeight.014", + "m_flexWeight.015", + "m_flexWeight.016", + "m_flexWeight.017", + "m_flexWeight.018", + "m_flexWeight.019", + "m_flexWeight.020", + "m_flexWeight.021", + "m_flexWeight.022", + "m_flexWeight.023", + "m_flexWeight.024", + "m_flexWeight.025", + "m_flexWeight.026", + "m_flexWeight.027", + "m_flexWeight.028", + "m_flexWeight.029", + "m_flexWeight.030", + "m_flexWeight.031", + "m_flexWeight.032", + "m_flexWeight.033", + "m_flexWeight.034", + "m_flexWeight.035", + "m_flexWeight.036", + "m_flexWeight.037", + "m_flexWeight.038", + "m_flexWeight.039", + "m_flexWeight.040", + "m_flexWeight.041", + "m_flexWeight.042", + "m_flexWeight.043", + "m_flexWeight.044", + "m_flexWeight.045", + "m_flexWeight.046", + "m_flexWeight.047", + "m_flexWeight.048", + "m_flexWeight.049", + "m_flexWeight.050", + "m_flexWeight.051", + "m_flexWeight.052", + "m_flexWeight.053", + "m_flexWeight.054", + "m_flexWeight.055", + "m_flexWeight.056", + "m_flexWeight.057", + "m_flexWeight.058", + "m_flexWeight.059", + "m_flexWeight.060", + "m_flexWeight.061", + "m_flexWeight.062", + "m_flexWeight.063", + "m_flexWeight.064", + "m_flexWeight.065", + "m_flexWeight.066", + "m_flexWeight.067", + "m_flexWeight.068", + "m_flexWeight.069", + "m_flexWeight.070", + "m_flexWeight.071", + "m_flexWeight.072", + "m_flexWeight.073", + "m_flexWeight.074", + "m_flexWeight.075", + "m_flexWeight.076", + "m_flexWeight.077", + "m_flexWeight.078", + "m_flexWeight.079", + "m_flexWeight.080", + "m_flexWeight.081", + "m_flexWeight.082", + "m_flexWeight.083", + "m_flexWeight.084", + "m_flexWeight.085", + "m_flexWeight.086", + "m_flexWeight.087", + "m_flexWeight.088", + "m_flexWeight.089", + "m_flexWeight.090", + "m_flexWeight.091", + "m_flexWeight.092", + "m_flexWeight.093", + "m_flexWeight.094", + "m_flexWeight.095", + "DT_BCCLocalPlayerExclusive.m_flNextAttack", + "m_hMyWeapons.000", + "m_hMyWeapons.001", + "m_hMyWeapons.002", + "m_hMyWeapons.003", + "m_hMyWeapons.004", + "m_hMyWeapons.005", + "m_hMyWeapons.006", + "m_hMyWeapons.007", + "m_hMyWeapons.008", + "m_hMyWeapons.009", + "m_hMyWeapons.010", + "m_hMyWeapons.011", + "m_hMyWeapons.012", + "m_hMyWeapons.013", + "m_hMyWeapons.014", + "m_hMyWeapons.015", + "m_hMyWeapons.016", + "m_hMyWeapons.017", + "m_hMyWeapons.018", + "m_hMyWeapons.019", + "m_hMyWeapons.020", + "m_hMyWeapons.021", + "m_hMyWeapons.022", + "m_hMyWeapons.023", + "m_hMyWeapons.024", + "m_hMyWeapons.025", + "m_hMyWeapons.026", + "m_hMyWeapons.027", + "m_hMyWeapons.028", + "m_hMyWeapons.029", + "m_hMyWeapons.030", + "m_hMyWeapons.031", + "m_hMyWeapons.032", + "m_hMyWeapons.033", + "m_hMyWeapons.034", + "m_hMyWeapons.035", + "m_hMyWeapons.036", + "m_hMyWeapons.037", + "m_hMyWeapons.038", + "m_hMyWeapons.039", + "m_hMyWeapons.040", + "m_hMyWeapons.041", + "m_hMyWeapons.042", + "m_hMyWeapons.043", + "m_hMyWeapons.044", + "m_hMyWeapons.045", + "m_hMyWeapons.046", + "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -12274,32 +13385,63 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_Sprite.m_hAttachedToEntity", - "DT_Sprite.m_nAttachment", - "DT_Sprite.m_flScaleTime", - "DT_Sprite.m_flSpriteScale", - "DT_Sprite.m_flGlowProxySize", - "DT_Sprite.m_flHDRColorScale", - "DT_Sprite.m_flSpriteFramerate", - "DT_Sprite.m_flFrame", - "DT_Sprite.m_flBrightnessTime", - "DT_Sprite.m_nBrightness", - "DT_Sprite.m_bWorldSpaceScale", - "DT_SpriteTrail.m_flLifeTime", - "DT_SpriteTrail.m_flStartWidth", - "DT_SpriteTrail.m_flEndWidth", - "DT_SpriteTrail.m_flStartWidthVariance", - "DT_SpriteTrail.m_flTextureRes", - "DT_SpriteTrail.m_flMinFadeLength", - "DT_SpriteTrail.m_vecSkyboxOrigin", - "DT_SpriteTrail.m_flSkyboxScale" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseFlex.m_blinktoggle", + "DT_BaseFlex.m_viewtarget", + "DT_BaseCombatCharacter.m_bGlowEnabled", + "DT_BaseCombatCharacter.m_hActiveWeapon", + "DT_BaseObject.m_iHealth", + "DT_BaseObject.m_iMaxHealth", + "DT_BaseObject.m_bHasSapper", + "DT_BaseObject.m_iObjectType", + "DT_BaseObject.m_bBuilding", + "DT_BaseObject.m_bPlacing", + "DT_BaseObject.m_bCarried", + "DT_BaseObject.m_bCarryDeploy", + "DT_BaseObject.m_bMiniBuilding", + "DT_BaseObject.m_flPercentageConstructed", + "DT_BaseObject.m_fObjectFlags", + "DT_BaseObject.m_hBuiltOnEntity", + "DT_BaseObject.m_bDisabled", + "DT_BaseObject.m_hBuilder", + "DT_BaseObject.m_vecBuildMaxs", + "DT_BaseObject.m_vecBuildMins", + "DT_BaseObject.m_iDesiredBuildRotations", + "DT_BaseObject.m_bServerOverridePlacement", + "DT_BaseObject.m_iUpgradeLevel", + "DT_BaseObject.m_iUpgradeMetal", + "DT_BaseObject.m_iUpgradeMetalRequired", + "DT_BaseObject.m_iHighestUpgradeLevel", + "DT_BaseObject.m_iObjectMode", + "DT_BaseObject.m_bDisposableBuilding", + "DT_ObjectDispenser.m_iState", + "DT_ObjectDispenser.m_iAmmoMetal", + "DT_ObjectDispenser.m_iMiniBombCounter", + "DT_ObjectDispenser.\"healing_array\"" ], - "DT_SteamJet": [ + "DT_RocketTrail": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -12342,198 +13484,141 @@ "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_SteamJet.m_SpreadSpeed", - "DT_SteamJet.m_Speed", - "DT_SteamJet.m_StartSize", - "DT_SteamJet.m_EndSize", - "DT_SteamJet.m_Rate", - "DT_SteamJet.m_JetLength", - "DT_SteamJet.m_bEmit", - "DT_SteamJet.m_bFaceLeft", - "DT_SteamJet.m_nType", - "DT_SteamJet.m_spawnflags", - "DT_SteamJet.m_flRollSpeed" + "DT_RocketTrail.m_SpawnRate", + "DT_RocketTrail.m_StartColor", + "DT_RocketTrail.m_EndColor", + "DT_RocketTrail.m_ParticleLifetime", + "DT_RocketTrail.m_StopEmitTime", + "DT_RocketTrail.m_MinSpeed", + "DT_RocketTrail.m_MaxSpeed", + "DT_RocketTrail.m_StartSize", + "DT_RocketTrail.m_EndSize", + "DT_RocketTrail.m_SpawnRadius", + "DT_RocketTrail.m_bEmit", + "DT_RocketTrail.m_nAttachment", + "DT_RocketTrail.m_Opacity", + "DT_RocketTrail.m_bDamaged", + "DT_RocketTrail.m_flFlareScale" ], - "DT_Sun": [ - "DT_Sun.m_clrRender", - "DT_Sun.m_clrOverlay", - "DT_Sun.m_vDirection", - "DT_Sun.m_bOn", - "DT_Sun.m_nSize", - "DT_Sun.m_nOverlaySize", - "DT_Sun.m_nMaterial", - "DT_Sun.m_nOverlayMaterial", - "DT_Sun.HDRColorScale" + "DT_RopeKeyframe": [ + "DT_RopeKeyframe.m_hStartPoint", + "DT_RopeKeyframe.m_hEndPoint", + "DT_RopeKeyframe.m_iStartAttachment", + "DT_RopeKeyframe.m_iEndAttachment", + "DT_RopeKeyframe.m_Slack", + "DT_RopeKeyframe.m_RopeLength", + "DT_RopeKeyframe.m_fLockedPoints", + "DT_RopeKeyframe.m_RopeFlags", + "DT_RopeKeyframe.m_nSegments", + "DT_RopeKeyframe.m_bConstrainBetweenEndpoints", + "DT_RopeKeyframe.m_iRopeMaterialModelIndex", + "DT_RopeKeyframe.m_Subdiv", + "DT_RopeKeyframe.m_TextureScale", + "DT_RopeKeyframe.m_Width", + "DT_RopeKeyframe.m_flScrollSpeed", + "DT_RopeKeyframe.m_vecOrigin", + "DT_RopeKeyframe.moveparent", + "DT_RopeKeyframe.m_iParentAttachment" ], - "DT_Team": [ - "DT_Team.m_iTeamNum", - "DT_Team.m_iScore", - "DT_Team.m_iRoundsWon", - "DT_Team.m_szTeamname", - "DT_Team.\"player_array\"" + "DT_SceneEntity": [ + "_LPT_m_hActorList_16.lengthprop16", + "_ST_m_hActorList_16.000", + "_ST_m_hActorList_16.001", + "_ST_m_hActorList_16.002", + "_ST_m_hActorList_16.003", + "_ST_m_hActorList_16.004", + "_ST_m_hActorList_16.005", + "_ST_m_hActorList_16.006", + "_ST_m_hActorList_16.007", + "_ST_m_hActorList_16.008", + "_ST_m_hActorList_16.009", + "_ST_m_hActorList_16.010", + "_ST_m_hActorList_16.011", + "_ST_m_hActorList_16.012", + "_ST_m_hActorList_16.013", + "_ST_m_hActorList_16.014", + "_ST_m_hActorList_16.015", + "DT_SceneEntity.m_nSceneStringIndex", + "DT_SceneEntity.m_bIsPlayingBack", + "DT_SceneEntity.m_bPaused", + "DT_SceneEntity.m_bMultiplayer", + "DT_SceneEntity.m_flForceClientTime" ], - "DT_TeamplayRoundBasedRulesProxy": [ - "m_flNextRespawnWave.000", - "m_flNextRespawnWave.001", - "m_flNextRespawnWave.002", - "m_flNextRespawnWave.003", - "m_flNextRespawnWave.004", - "m_flNextRespawnWave.005", - "m_flNextRespawnWave.006", - "m_flNextRespawnWave.007", - "m_flNextRespawnWave.008", - "m_flNextRespawnWave.009", - "m_flNextRespawnWave.010", - "m_flNextRespawnWave.011", - "m_flNextRespawnWave.012", - "m_flNextRespawnWave.013", - "m_flNextRespawnWave.014", - "m_flNextRespawnWave.015", - "m_flNextRespawnWave.016", - "m_flNextRespawnWave.017", - "m_flNextRespawnWave.018", - "m_flNextRespawnWave.019", - "m_flNextRespawnWave.020", - "m_flNextRespawnWave.021", - "m_flNextRespawnWave.022", - "m_flNextRespawnWave.023", - "m_flNextRespawnWave.024", - "m_flNextRespawnWave.025", - "m_flNextRespawnWave.026", - "m_flNextRespawnWave.027", - "m_flNextRespawnWave.028", - "m_flNextRespawnWave.029", - "m_flNextRespawnWave.030", - "m_flNextRespawnWave.031", - "m_TeamRespawnWaveTimes.000", - "m_TeamRespawnWaveTimes.001", - "m_TeamRespawnWaveTimes.002", - "m_TeamRespawnWaveTimes.003", - "m_TeamRespawnWaveTimes.004", - "m_TeamRespawnWaveTimes.005", - "m_TeamRespawnWaveTimes.006", - "m_TeamRespawnWaveTimes.007", - "m_TeamRespawnWaveTimes.008", - "m_TeamRespawnWaveTimes.009", - "m_TeamRespawnWaveTimes.010", - "m_TeamRespawnWaveTimes.011", - "m_TeamRespawnWaveTimes.012", - "m_TeamRespawnWaveTimes.013", - "m_TeamRespawnWaveTimes.014", - "m_TeamRespawnWaveTimes.015", - "m_TeamRespawnWaveTimes.016", - "m_TeamRespawnWaveTimes.017", - "m_TeamRespawnWaveTimes.018", - "m_TeamRespawnWaveTimes.019", - "m_TeamRespawnWaveTimes.020", - "m_TeamRespawnWaveTimes.021", - "m_TeamRespawnWaveTimes.022", - "m_TeamRespawnWaveTimes.023", - "m_TeamRespawnWaveTimes.024", - "m_TeamRespawnWaveTimes.025", - "m_TeamRespawnWaveTimes.026", - "m_TeamRespawnWaveTimes.027", - "m_TeamRespawnWaveTimes.028", - "m_TeamRespawnWaveTimes.029", - "m_TeamRespawnWaveTimes.030", - "m_TeamRespawnWaveTimes.031", - "m_bTeamReady.000", - "m_bTeamReady.001", - "m_bTeamReady.002", - "m_bTeamReady.003", - "m_bTeamReady.004", - "m_bTeamReady.005", - "m_bTeamReady.006", - "m_bTeamReady.007", - "m_bTeamReady.008", - "m_bTeamReady.009", - "m_bTeamReady.010", - "m_bTeamReady.011", - "m_bTeamReady.012", - "m_bTeamReady.013", - "m_bTeamReady.014", - "m_bTeamReady.015", - "m_bTeamReady.016", - "m_bTeamReady.017", - "m_bTeamReady.018", - "m_bTeamReady.019", - "m_bTeamReady.020", - "m_bTeamReady.021", - "m_bTeamReady.022", - "m_bTeamReady.023", - "m_bTeamReady.024", - "m_bTeamReady.025", - "m_bTeamReady.026", - "m_bTeamReady.027", - "m_bTeamReady.028", - "m_bTeamReady.029", - "m_bTeamReady.030", - "m_bTeamReady.031", - "m_bPlayerReady.000", - "m_bPlayerReady.001", - "m_bPlayerReady.002", - "m_bPlayerReady.003", - "m_bPlayerReady.004", - "m_bPlayerReady.005", - "m_bPlayerReady.006", - "m_bPlayerReady.007", - "m_bPlayerReady.008", - "m_bPlayerReady.009", - "m_bPlayerReady.010", - "m_bPlayerReady.011", - "m_bPlayerReady.012", - "m_bPlayerReady.013", - "m_bPlayerReady.014", - "m_bPlayerReady.015", - "m_bPlayerReady.016", - "m_bPlayerReady.017", - "m_bPlayerReady.018", - "m_bPlayerReady.019", - "m_bPlayerReady.020", - "m_bPlayerReady.021", - "m_bPlayerReady.022", - "m_bPlayerReady.023", - "m_bPlayerReady.024", - "m_bPlayerReady.025", - "m_bPlayerReady.026", - "m_bPlayerReady.027", - "m_bPlayerReady.028", - "m_bPlayerReady.029", - "m_bPlayerReady.030", - "m_bPlayerReady.031", - "m_bPlayerReady.032", - "DT_TeamplayRoundBasedRules.m_iRoundState", - "DT_TeamplayRoundBasedRules.m_bInWaitingForPlayers", - "DT_TeamplayRoundBasedRules.m_iWinningTeam", - "DT_TeamplayRoundBasedRules.m_bInOvertime", - "DT_TeamplayRoundBasedRules.m_bInSetup", - "DT_TeamplayRoundBasedRules.m_bSwitchedTeamsThisRound", - "DT_TeamplayRoundBasedRules.m_bAwaitingReadyRestart", - "DT_TeamplayRoundBasedRules.m_flRestartRoundTime", - "DT_TeamplayRoundBasedRules.m_flMapResetTime", - "DT_TeamplayRoundBasedRules.m_bStopWatch", - "DT_TeamplayRoundBasedRules.m_bMultipleTrains", - "DT_TeamplayRoundBasedRules.m_bCheatsEnabledDuringLevel" + "DT_ScriptCreatedAttribute": [ + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency" ], - "DT_TeamRoundTimer": [ - "DT_TeamRoundTimer.m_bTimerPaused", - "DT_TeamRoundTimer.m_flTimeRemaining", - "DT_TeamRoundTimer.m_flTimerEndTime", - "DT_TeamRoundTimer.m_nTimerMaxLength", - "DT_TeamRoundTimer.m_bIsDisabled", - "DT_TeamRoundTimer.m_bShowInHUD", - "DT_TeamRoundTimer.m_nTimerLength", - "DT_TeamRoundTimer.m_nTimerInitialLength", - "DT_TeamRoundTimer.m_bAutoCountdown", - "DT_TeamRoundTimer.m_nSetupTimeLength", - "DT_TeamRoundTimer.m_nState", - "DT_TeamRoundTimer.m_bStartPaused", - "DT_TeamRoundTimer.m_bShowTimeRemaining", - "DT_TeamRoundTimer.m_bStopWatchTimer", - "DT_TeamRoundTimer.m_bInCaptureWatchState", - "DT_TeamRoundTimer.m_flTotalTime" + "DT_ScriptCreatedItem": [ + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes" ], - "DT_TeamTrainWatcher": [ + "DT_SentrygunLocalData": [ + "DT_SentrygunLocalData.m_iKills", + "DT_SentrygunLocalData.m_iAssists" + ], + "DT_ServerAnimationData": [ + "DT_ServerAnimationData.m_flCycle" + ], + "DT_ShadowControl": [ + "DT_ShadowControl.m_shadowDirection", + "DT_ShadowControl.m_shadowColor", + "DT_ShadowControl.m_flShadowMaxDist", + "DT_ShadowControl.m_bDisableShadows" + ], + "DT_SlideshowDisplay": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -12553,6 +13638,22 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_chCurrentSlideLists.000", + "m_chCurrentSlideLists.001", + "m_chCurrentSlideLists.002", + "m_chCurrentSlideLists.003", + "m_chCurrentSlideLists.004", + "m_chCurrentSlideLists.005", + "m_chCurrentSlideLists.006", + "m_chCurrentSlideLists.007", + "m_chCurrentSlideLists.008", + "m_chCurrentSlideLists.009", + "m_chCurrentSlideLists.010", + "m_chCurrentSlideLists.011", + "m_chCurrentSlideLists.012", + "m_chCurrentSlideLists.013", + "m_chCurrentSlideLists.014", + "m_chCurrentSlideLists.015", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_BaseEntity.m_ubInterpolationFrame", @@ -12576,368 +13677,190 @@ "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_TeamTrainWatcher.m_flTotalProgress", - "DT_TeamTrainWatcher.m_iTrainSpeedLevel", - "DT_TeamTrainWatcher.m_flRecedeTime", - "DT_TeamTrainWatcher.m_nNumCappers", - "DT_TeamTrainWatcher.m_hGlowEnt" - ], - "DT_TEArmorRicochet": [ - "DT_TEMetalSparks.m_vecPos", - "DT_TEMetalSparks.m_vecDir" - ], - "DT_BaseBeam": [ - "DT_BaseBeam.m_nModelIndex", - "DT_BaseBeam.m_nHaloIndex", - "DT_BaseBeam.m_nStartFrame", - "DT_BaseBeam.m_nFrameRate", - "DT_BaseBeam.m_fLife", - "DT_BaseBeam.m_fWidth", - "DT_BaseBeam.m_fEndWidth", - "DT_BaseBeam.m_nFadeLength", - "DT_BaseBeam.m_fAmplitude", - "DT_BaseBeam.m_nSpeed", - "DT_BaseBeam.r", - "DT_BaseBeam.g", - "DT_BaseBeam.b", - "DT_BaseBeam.a", - "DT_BaseBeam.m_nFlags" - ], - "DT_TEBeamEntPoint": [ - "DT_BaseBeam.m_nModelIndex", - "DT_BaseBeam.m_nHaloIndex", - "DT_BaseBeam.m_nStartFrame", - "DT_BaseBeam.m_nFrameRate", - "DT_BaseBeam.m_fLife", - "DT_BaseBeam.m_fWidth", - "DT_BaseBeam.m_fEndWidth", - "DT_BaseBeam.m_nFadeLength", - "DT_BaseBeam.m_fAmplitude", - "DT_BaseBeam.m_nSpeed", - "DT_BaseBeam.r", - "DT_BaseBeam.g", - "DT_BaseBeam.b", - "DT_BaseBeam.a", - "DT_BaseBeam.m_nFlags", - "DT_TEBeamEntPoint.m_nStartEntity", - "DT_TEBeamEntPoint.m_nEndEntity", - "DT_TEBeamEntPoint.m_vecStartPoint", - "DT_TEBeamEntPoint.m_vecEndPoint" + "DT_SlideshowDisplay.m_bEnabled", + "DT_SlideshowDisplay.m_szDisplayText", + "DT_SlideshowDisplay.m_szSlideshowDirectory", + "DT_SlideshowDisplay.m_fMinSlideTime", + "DT_SlideshowDisplay.m_fMaxSlideTime", + "DT_SlideshowDisplay.m_iCycleType", + "DT_SlideshowDisplay.m_bNoListRepeats" ], - "DT_TEBeamEnts": [ - "DT_BaseBeam.m_nModelIndex", - "DT_BaseBeam.m_nHaloIndex", - "DT_BaseBeam.m_nStartFrame", - "DT_BaseBeam.m_nFrameRate", - "DT_BaseBeam.m_fLife", - "DT_BaseBeam.m_fWidth", - "DT_BaseBeam.m_fEndWidth", - "DT_BaseBeam.m_nFadeLength", - "DT_BaseBeam.m_fAmplitude", - "DT_BaseBeam.m_nSpeed", - "DT_BaseBeam.r", - "DT_BaseBeam.g", - "DT_BaseBeam.b", - "DT_BaseBeam.a", - "DT_BaseBeam.m_nFlags", - "DT_TEBeamEnts.m_nStartEntity", - "DT_TEBeamEnts.m_nEndEntity" + "DT_SmokeStack": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_SmokeStack.m_SpreadSpeed", + "DT_SmokeStack.m_Speed", + "DT_SmokeStack.m_StartSize", + "DT_SmokeStack.m_EndSize", + "DT_SmokeStack.m_Rate", + "DT_SmokeStack.m_JetLength", + "DT_SmokeStack.m_bEmit", + "DT_SmokeStack.m_flBaseSpread", + "DT_SmokeStack.m_flRollSpeed", + "DT_SmokeStack.m_DirLight.m_vPos", + "DT_SmokeStack.m_DirLight.m_vColor", + "DT_SmokeStack.m_DirLight.m_flIntensity", + "DT_SmokeStack.m_AmbientLight.m_vPos", + "DT_SmokeStack.m_AmbientLight.m_vColor", + "DT_SmokeStack.m_AmbientLight.m_flIntensity", + "DT_SmokeStack.m_vWind", + "DT_SmokeStack.m_flTwist", + "DT_SmokeStack.m_iMaterialModel" ], - "DT_TEBeamFollow": [ - "DT_BaseBeam.m_nModelIndex", - "DT_BaseBeam.m_nHaloIndex", - "DT_BaseBeam.m_nStartFrame", - "DT_BaseBeam.m_nFrameRate", - "DT_BaseBeam.m_fLife", - "DT_BaseBeam.m_fWidth", - "DT_BaseBeam.m_fEndWidth", - "DT_BaseBeam.m_nFadeLength", - "DT_BaseBeam.m_fAmplitude", - "DT_BaseBeam.m_nSpeed", - "DT_BaseBeam.r", - "DT_BaseBeam.g", - "DT_BaseBeam.b", - "DT_BaseBeam.a", - "DT_BaseBeam.m_nFlags", - "DT_TEBeamFollow.m_iEntIndex" + "DT_SmokeTrail": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_SmokeTrail.m_SpawnRate", + "DT_SmokeTrail.m_StartColor", + "DT_SmokeTrail.m_EndColor", + "DT_SmokeTrail.m_ParticleLifetime", + "DT_SmokeTrail.m_StopEmitTime", + "DT_SmokeTrail.m_MinSpeed", + "DT_SmokeTrail.m_MaxSpeed", + "DT_SmokeTrail.m_MinDirectedSpeed", + "DT_SmokeTrail.m_MaxDirectedSpeed", + "DT_SmokeTrail.m_StartSize", + "DT_SmokeTrail.m_EndSize", + "DT_SmokeTrail.m_SpawnRadius", + "DT_SmokeTrail.m_bEmit", + "DT_SmokeTrail.m_nAttachment", + "DT_SmokeTrail.m_Opacity" ], - "DT_TEBeamLaser": [ - "DT_BaseBeam.m_nModelIndex", - "DT_BaseBeam.m_nHaloIndex", - "DT_BaseBeam.m_nStartFrame", - "DT_BaseBeam.m_nFrameRate", - "DT_BaseBeam.m_fLife", - "DT_BaseBeam.m_fWidth", - "DT_BaseBeam.m_fEndWidth", - "DT_BaseBeam.m_nFadeLength", - "DT_BaseBeam.m_fAmplitude", - "DT_BaseBeam.m_nSpeed", - "DT_BaseBeam.r", - "DT_BaseBeam.g", - "DT_BaseBeam.b", - "DT_BaseBeam.a", - "DT_BaseBeam.m_nFlags", - "DT_TEBeamLaser.m_nStartEntity", - "DT_TEBeamLaser.m_nEndEntity" + "DT_SniperDot": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_SniperDot.m_flChargeStartTime" ], - "DT_TEBeamPoints": [ - "DT_BaseBeam.m_nModelIndex", - "DT_BaseBeam.m_nHaloIndex", - "DT_BaseBeam.m_nStartFrame", - "DT_BaseBeam.m_nFrameRate", - "DT_BaseBeam.m_fLife", - "DT_BaseBeam.m_fWidth", - "DT_BaseBeam.m_fEndWidth", - "DT_BaseBeam.m_nFadeLength", - "DT_BaseBeam.m_fAmplitude", - "DT_BaseBeam.m_nSpeed", - "DT_BaseBeam.r", - "DT_BaseBeam.g", - "DT_BaseBeam.b", - "DT_BaseBeam.a", - "DT_BaseBeam.m_nFlags", - "DT_TEBeamPoints.m_vecStartPoint", - "DT_TEBeamPoints.m_vecEndPoint" + "DT_SniperRifleLocalData": [ + "DT_SniperRifleLocalData.m_flChargedDamage" ], - "DT_TEBeamRing": [ - "DT_BaseBeam.m_nModelIndex", - "DT_BaseBeam.m_nHaloIndex", - "DT_BaseBeam.m_nStartFrame", - "DT_BaseBeam.m_nFrameRate", - "DT_BaseBeam.m_fLife", - "DT_BaseBeam.m_fWidth", - "DT_BaseBeam.m_fEndWidth", - "DT_BaseBeam.m_nFadeLength", - "DT_BaseBeam.m_fAmplitude", - "DT_BaseBeam.m_nSpeed", - "DT_BaseBeam.r", - "DT_BaseBeam.g", - "DT_BaseBeam.b", - "DT_BaseBeam.a", - "DT_BaseBeam.m_nFlags", - "DT_TEBeamRing.m_nStartEntity", - "DT_TEBeamRing.m_nEndEntity" - ], - "DT_TEBeamRingPoint": [ - "DT_BaseBeam.m_nModelIndex", - "DT_BaseBeam.m_nHaloIndex", - "DT_BaseBeam.m_nStartFrame", - "DT_BaseBeam.m_nFrameRate", - "DT_BaseBeam.m_fLife", - "DT_BaseBeam.m_fWidth", - "DT_BaseBeam.m_fEndWidth", - "DT_BaseBeam.m_nFadeLength", - "DT_BaseBeam.m_fAmplitude", - "DT_BaseBeam.m_nSpeed", - "DT_BaseBeam.r", - "DT_BaseBeam.g", - "DT_BaseBeam.b", - "DT_BaseBeam.a", - "DT_BaseBeam.m_nFlags", - "DT_TEBeamRingPoint.m_vecCenter", - "DT_TEBeamRingPoint.m_flStartRadius", - "DT_TEBeamRingPoint.m_flEndRadius" - ], - "DT_TEBeamSpline": [ - "DT_TEBeamSpline.m_nPoints", - "DT_TEBeamSpline.m_vecPoints" - ], - "DT_TEBloodSprite": [ - "DT_TEBloodSprite.m_vecOrigin", - "DT_TEBloodSprite.m_vecDirection", - "DT_TEBloodSprite.r", - "DT_TEBloodSprite.g", - "DT_TEBloodSprite.b", - "DT_TEBloodSprite.a", - "DT_TEBloodSprite.m_nSprayModel", - "DT_TEBloodSprite.m_nDropModel", - "DT_TEBloodSprite.m_nSize" - ], - "DT_TEBloodStream": [ - "DT_TEParticleSystem.m_vecOrigin[0]", - "DT_TEParticleSystem.m_vecOrigin[1]", - "DT_TEParticleSystem.m_vecOrigin[2]", - "DT_TEBloodStream.m_vecDirection", - "DT_TEBloodStream.r", - "DT_TEBloodStream.g", - "DT_TEBloodStream.b", - "DT_TEBloodStream.a", - "DT_TEBloodStream.m_nAmount" - ], - "DT_TEBreakModel": [ - "DT_TEBreakModel.m_vecOrigin", - "DT_TEBreakModel.m_angRotation[0]", - "DT_TEBreakModel.m_angRotation[1]", - "DT_TEBreakModel.m_angRotation[2]", - "DT_TEBreakModel.m_vecSize", - "DT_TEBreakModel.m_vecVelocity", - "DT_TEBreakModel.m_nModelIndex", - "DT_TEBreakModel.m_nRandomization", - "DT_TEBreakModel.m_nCount", - "DT_TEBreakModel.m_fTime", - "DT_TEBreakModel.m_nFlags" - ], - "DT_TEBSPDecal": [ - "DT_TEBSPDecal.m_vecOrigin", - "DT_TEBSPDecal.m_nEntity", - "DT_TEBSPDecal.m_nIndex" - ], - "DT_TEBubbles": [ - "DT_TEBubbles.m_vecMins", - "DT_TEBubbles.m_vecMaxs", - "DT_TEBubbles.m_nModelIndex", - "DT_TEBubbles.m_fHeight", - "DT_TEBubbles.m_nCount", - "DT_TEBubbles.m_fSpeed" - ], - "DT_TEBubbleTrail": [ - "DT_TEBubbleTrail.m_vecMins", - "DT_TEBubbleTrail.m_vecMaxs", - "DT_TEBubbleTrail.m_nModelIndex", - "DT_TEBubbleTrail.m_flWaterZ", - "DT_TEBubbleTrail.m_nCount", - "DT_TEBubbleTrail.m_fSpeed" - ], - "DT_TEClientProjectile": [ - "DT_TEClientProjectile.m_vecOrigin", - "DT_TEClientProjectile.m_vecVelocity", - "DT_TEClientProjectile.m_nModelIndex", - "DT_TEClientProjectile.m_nLifeTime", - "DT_TEClientProjectile.m_hOwner" - ], - "DT_TEDecal": [ - "DT_TEDecal.m_vecOrigin", - "DT_TEDecal.m_vecStart", - "DT_TEDecal.m_nEntity", - "DT_TEDecal.m_nHitbox", - "DT_TEDecal.m_nIndex" - ], - "DT_TEDust": [ - "DT_TEParticleSystem.m_vecOrigin[0]", - "DT_TEParticleSystem.m_vecOrigin[1]", - "DT_TEParticleSystem.m_vecOrigin[2]", - "DT_TEDust.m_flSize", - "DT_TEDust.m_flSpeed", - "DT_TEDust.m_vecDirection" - ], - "DT_TEDynamicLight": [ - "DT_TEDynamicLight.m_vecOrigin", - "DT_TEDynamicLight.r", - "DT_TEDynamicLight.g", - "DT_TEDynamicLight.b", - "DT_TEDynamicLight.exponent", - "DT_TEDynamicLight.m_fRadius", - "DT_TEDynamicLight.m_fTime", - "DT_TEDynamicLight.m_fDecay" - ], - "DT_TEEffectDispatch": [ - "DT_EffectData.m_vOrigin[0]", - "DT_EffectData.m_vOrigin[1]", - "DT_EffectData.m_vOrigin[2]", - "DT_EffectData.m_vStart[0]", - "DT_EffectData.m_vStart[1]", - "DT_EffectData.m_vStart[2]", - "DT_EffectData.m_vAngles", - "DT_EffectData.m_vNormal", - "DT_EffectData.m_fFlags", - "DT_EffectData.m_flMagnitude", - "DT_EffectData.m_flScale", - "DT_EffectData.m_nAttachmentIndex", - "DT_EffectData.m_nSurfaceProp", - "DT_EffectData.m_iEffectName", - "DT_EffectData.m_nMaterial", - "DT_EffectData.m_nDamageType", - "DT_EffectData.m_nHitBox", - "DT_EffectData.entindex", - "DT_EffectData.m_nColor", - "DT_EffectData.m_flRadius", - "DT_EffectData.m_bCustomColors", - "DT_EffectData.m_CustomColors.m_vecColor1", - "DT_EffectData.m_CustomColors.m_vecColor2", - "DT_EffectData.m_bControlPoint1", - "DT_EffectData.m_ControlPoint1.m_eParticleAttachment", - "DT_EffectData.m_ControlPoint1.m_vecOffset[0]", - "DT_EffectData.m_ControlPoint1.m_vecOffset[1]", - "DT_EffectData.m_ControlPoint1.m_vecOffset[2]" - ], - "DT_TEEnergySplash": [ - "DT_TEEnergySplash.m_vecPos", - "DT_TEEnergySplash.m_vecDir", - "DT_TEEnergySplash.m_bExplosive" - ], - "DT_TEExplosion": [ - "DT_TEParticleSystem.m_vecOrigin[0]", - "DT_TEParticleSystem.m_vecOrigin[1]", - "DT_TEParticleSystem.m_vecOrigin[2]", - "DT_TEExplosion.m_nModelIndex", - "DT_TEExplosion.m_fScale", - "DT_TEExplosion.m_nFrameRate", - "DT_TEExplosion.m_nFlags", - "DT_TEExplosion.m_vecNormal", - "DT_TEExplosion.m_chMaterialType", - "DT_TEExplosion.m_nRadius", - "DT_TEExplosion.m_nMagnitude" - ], - "DT_TEFireBullets": [ - "DT_TEFireBullets.m_vecOrigin", - "DT_TEFireBullets.m_vecAngles[0]", - "DT_TEFireBullets.m_vecAngles[1]", - "DT_TEFireBullets.m_iWeaponID", - "DT_TEFireBullets.m_iMode", - "DT_TEFireBullets.m_iSeed", - "DT_TEFireBullets.m_iPlayer", - "DT_TEFireBullets.m_flSpread", - "DT_TEFireBullets.m_bCritical" - ], - "DT_TEFizz": [ - "DT_TEFizz.m_nEntity", - "DT_TEFizz.m_nModelIndex", - "DT_TEFizz.m_nDensity", - "DT_TEFizz.m_nCurrent" - ], - "DT_TEFootprintDecal": [ - "DT_TEFootprintDecal.m_vecOrigin", - "DT_TEFootprintDecal.m_vecDirection", - "DT_TEFootprintDecal.m_nEntity", - "DT_TEFootprintDecal.m_nIndex", - "DT_TEFootprintDecal.m_chMaterialType" - ], - "DT_TEGaussExplosion": [ - "DT_TEParticleSystem.m_vecOrigin[0]", - "DT_TEParticleSystem.m_vecOrigin[1]", - "DT_TEParticleSystem.m_vecOrigin[2]", - "DT_TEGaussExplosion.m_nType", - "DT_TEGaussExplosion.m_vecDirection" - ], - "DT_TEGlowSprite": [ - "DT_TEGlowSprite.m_vecOrigin", - "DT_TEGlowSprite.m_nModelIndex", - "DT_TEGlowSprite.m_fScale", - "DT_TEGlowSprite.m_fLife", - "DT_TEGlowSprite.m_nBrightness" - ], - "DT_TEImpact": [ - "DT_TEImpact.m_vecOrigin", - "DT_TEImpact.m_vecNormal", - "DT_TEImpact.m_iType" - ], - "DT_TEKillPlayerAttachments": [ - "DT_TEKillPlayerAttachments.m_nPlayer" - ], - "DT_TELargeFunnel": [ - "DT_TEParticleSystem.m_vecOrigin[0]", - "DT_TEParticleSystem.m_vecOrigin[1]", - "DT_TEParticleSystem.m_vecOrigin[2]", - "DT_TELargeFunnel.m_nModelIndex", - "DT_TELargeFunnel.m_nReversed" - ], - "DT_TeleportVortex": [ + "DT_SporeExplosion": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_TeleportVortex.m_iState", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", @@ -12951,37 +13874,8 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -12998,96 +13892,20 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_CollisionProperty.m_nSolidType" - ], - "DT_TEMetalSparks": [ - "DT_TEMetalSparks.m_vecPos", - "DT_TEMetalSparks.m_vecDir" - ], - "DT_TEMuzzleFlash": [ - "DT_TEMuzzleFlash.m_vecOrigin", - "DT_TEMuzzleFlash.m_vecAngles", - "DT_TEMuzzleFlash.m_flScale", - "DT_TEMuzzleFlash.m_nType" - ], - "DT_TEParticleSystem": [ - "DT_TEParticleSystem.m_vecOrigin[0]", - "DT_TEParticleSystem.m_vecOrigin[1]", - "DT_TEParticleSystem.m_vecOrigin[2]" - ], - "DT_TEPhysicsProp": [ - "DT_TEPhysicsProp.m_vecOrigin", - "DT_TEPhysicsProp.m_angRotation[0]", - "DT_TEPhysicsProp.m_angRotation[1]", - "DT_TEPhysicsProp.m_angRotation[2]", - "DT_TEPhysicsProp.m_vecVelocity", - "DT_TEPhysicsProp.m_nModelIndex", - "DT_TEPhysicsProp.m_nSkin", - "DT_TEPhysicsProp.m_nFlags", - "DT_TEPhysicsProp.m_nEffects" - ], - "DT_TEPlayerAnimEvent": [ - "DT_TEPlayerAnimEvent.m_iPlayerIndex", - "DT_TEPlayerAnimEvent.m_iEvent", - "DT_TEPlayerAnimEvent.m_nData" - ], - "DT_TEPlayerDecal": [ - "DT_TEPlayerDecal.m_vecOrigin", - "DT_TEPlayerDecal.m_nEntity", - "DT_TEPlayerDecal.m_nPlayer" - ], - "DT_TEProjectedDecal": [ - "DT_TEProjectedDecal.m_vecOrigin", - "DT_TEProjectedDecal.m_angRotation", - "DT_TEProjectedDecal.m_flDistance", - "DT_TEProjectedDecal.m_nIndex" - ], - "DT_TEShatterSurface": [ - "DT_TEShatterSurface.m_vecOrigin", - "DT_TEShatterSurface.m_vecAngles", - "DT_TEShatterSurface.m_vecForce", - "DT_TEShatterSurface.m_vecForcePos", - "DT_TEShatterSurface.m_flWidth", - "DT_TEShatterSurface.m_flHeight", - "DT_TEShatterSurface.m_flShardSize", - "DT_TEShatterSurface.m_nSurfaceType", - "DT_TEShatterSurface.m_uchFrontColor[0]", - "DT_TEShatterSurface.m_uchFrontColor[1]", - "DT_TEShatterSurface.m_uchFrontColor[2]", - "DT_TEShatterSurface.m_uchBackColor[0]", - "DT_TEShatterSurface.m_uchBackColor[1]", - "DT_TEShatterSurface.m_uchBackColor[2]" - ], - "DT_TEShowLine": [ - "DT_TEParticleSystem.m_vecOrigin[0]", - "DT_TEParticleSystem.m_vecOrigin[1]", - "DT_TEParticleSystem.m_vecOrigin[2]", - "DT_TEShowLine.m_vecEnd" + "DT_SporeExplosion.m_flSpawnRate", + "DT_SporeExplosion.m_flParticleLifetime", + "DT_SporeExplosion.m_flStartSize", + "DT_SporeExplosion.m_flEndSize", + "DT_SporeExplosion.m_flSpawnRadius", + "DT_SporeExplosion.m_bEmit", + "DT_SporeExplosion.m_bDontRemove" ], - "DT_Tesla": [ + "DT_SporeTrail": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -13130,38 +13948,15 @@ "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_Tesla.m_SoundName", - "DT_Tesla.m_iszSpriteName" - ], - "DT_TESmoke": [ - "DT_TESmoke.m_vecOrigin", - "DT_TESmoke.m_nModelIndex", - "DT_TESmoke.m_fScale", - "DT_TESmoke.m_nFrameRate" - ], - "DT_TESparks": [ - "DT_TEParticleSystem.m_vecOrigin[0]", - "DT_TEParticleSystem.m_vecOrigin[1]", - "DT_TEParticleSystem.m_vecOrigin[2]", - "DT_TESparks.m_nMagnitude", - "DT_TESparks.m_nTrailLength", - "DT_TESparks.m_vecDir" - ], - "DT_TESprite": [ - "DT_TESprite.m_vecOrigin", - "DT_TESprite.m_nModelIndex", - "DT_TESprite.m_fScale", - "DT_TESprite.m_nBrightness" - ], - "DT_TESpriteSpray": [ - "DT_TESpriteSpray.m_vecOrigin", - "DT_TESpriteSpray.m_vecDirection", - "DT_TESpriteSpray.m_nModelIndex", - "DT_TESpriteSpray.m_fNoise", - "DT_TESpriteSpray.m_nSpeed", - "DT_TESpriteSpray.m_nCount" + "DT_SporeTrail.m_flSpawnRate", + "DT_SporeTrail.m_vecEndColor", + "DT_SporeTrail.m_flParticleLifetime", + "DT_SporeTrail.m_flStartSize", + "DT_SporeTrail.m_flEndSize", + "DT_SporeTrail.m_flSpawnRadius", + "DT_SporeTrail.m_bEmit" ], - "DT_ProxyToggle": [ + "DT_SpotlightEnd": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -13181,7 +13976,6 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "DT_ProxyToggle_ProxiedData.m_WithProxy", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_BaseEntity.m_ubInterpolationFrame", @@ -13204,68 +13998,18 @@ "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting" - ], - "DT_TestTraceline": [ - "DT_TestTraceline.m_clrRender", - "DT_TestTraceline.m_vecOrigin", - "DT_TestTraceline.m_angRotation[0]", - "DT_TestTraceline.m_angRotation[1]", - "DT_TestTraceline.m_angRotation[2]", - "DT_TestTraceline.moveparent" - ], - "DT_TETFBlood": [ - "DT_TETFBlood.m_vecOrigin[0]", - "DT_TETFBlood.m_vecOrigin[1]", - "DT_TETFBlood.m_vecOrigin[2]", - "DT_TETFBlood.m_vecNormal", - "DT_TETFBlood.entindex" - ], - "DT_TETFExplosion": [ - "DT_TETFExplosion.m_vecOrigin[0]", - "DT_TETFExplosion.m_vecOrigin[1]", - "DT_TETFExplosion.m_vecOrigin[2]", - "DT_TETFExplosion.m_vecNormal", - "DT_TETFExplosion.m_iWeaponID", - "DT_TETFExplosion.entindex", - "DT_TETFExplosion.m_nDefID", - "DT_TETFExplosion.m_nSound", - "DT_TETFExplosion.m_iCustomParticleIndex" - ], - "DT_TETFParticleEffect": [ - "DT_TETFParticleEffect.m_vecOrigin[0]", - "DT_TETFParticleEffect.m_vecOrigin[1]", - "DT_TETFParticleEffect.m_vecOrigin[2]", - "DT_TETFParticleEffect.m_vecStart[0]", - "DT_TETFParticleEffect.m_vecStart[1]", - "DT_TETFParticleEffect.m_vecStart[2]", - "DT_TETFParticleEffect.m_vecAngles", - "DT_TETFParticleEffect.m_iParticleSystemIndex", - "DT_TETFParticleEffect.entindex", - "DT_TETFParticleEffect.m_iAttachType", - "DT_TETFParticleEffect.m_iAttachmentPointIndex", - "DT_TETFParticleEffect.m_bResetParticles", - "DT_TETFParticleEffect.m_bCustomColors", - "DT_TETFParticleEffect.m_CustomColors.m_vecColor1", - "DT_TETFParticleEffect.m_CustomColors.m_vecColor2", - "DT_TETFParticleEffect.m_bControlPoint1", - "DT_TETFParticleEffect.m_ControlPoint1.m_eParticleAttachment", - "DT_TETFParticleEffect.m_ControlPoint1.m_vecOffset[0]", - "DT_TETFParticleEffect.m_ControlPoint1.m_vecOffset[1]", - "DT_TETFParticleEffect.m_ControlPoint1.m_vecOffset[2]" - ], - "DT_TEWorldDecal": [ - "DT_TEWorldDecal.m_vecOrigin", - "DT_TEWorldDecal.m_nIndex" + "DT_BaseEntity.m_bAlternateSorting", + "DT_SpotlightEnd.m_flLightScale", + "DT_SpotlightEnd.m_Radius" ], - "DT_AmmoPack": [ + "DT_Sprite": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", - "DT_AmmoPack.m_angRotation[0]", - "DT_AmmoPack.m_angRotation[1]", - "DT_AmmoPack.m_angRotation[2]", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", @@ -13278,37 +14022,8 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -13325,40 +14040,29 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_AmmoPack.m_vecInitialVelocity", - "DT_AmmoPack.m_nItemDef", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags" + "DT_Sprite.m_hAttachedToEntity", + "DT_Sprite.m_nAttachment", + "DT_Sprite.m_flScaleTime", + "DT_Sprite.m_flSpriteScale", + "DT_Sprite.m_flGlowProxySize", + "DT_Sprite.m_flHDRColorScale", + "DT_Sprite.m_flSpriteFramerate", + "DT_Sprite.m_flFrame", + "DT_Sprite.m_flBrightnessTime", + "DT_Sprite.m_nBrightness", + "DT_Sprite.m_bWorldSpaceScale" ], - "DT_TFProjectileBall_Ornament": [ + "DT_SpriteOriented": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -13373,34 +14077,6 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_BaseEntity.m_ubInterpolationFrame", @@ -13419,52 +14095,29 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" + "DT_Sprite.m_hAttachedToEntity", + "DT_Sprite.m_nAttachment", + "DT_Sprite.m_flScaleTime", + "DT_Sprite.m_flSpriteScale", + "DT_Sprite.m_flGlowProxySize", + "DT_Sprite.m_flHDRColorScale", + "DT_Sprite.m_flSpriteFramerate", + "DT_Sprite.m_flFrame", + "DT_Sprite.m_flBrightnessTime", + "DT_Sprite.m_nBrightness", + "DT_Sprite.m_bWorldSpaceScale" ], - "DT_TFBaseBoss": [ + "DT_SpriteTrail": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -13479,258 +14132,8 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "m_flexWeight.000", - "m_flexWeight.001", - "m_flexWeight.002", - "m_flexWeight.003", - "m_flexWeight.004", - "m_flexWeight.005", - "m_flexWeight.006", - "m_flexWeight.007", - "m_flexWeight.008", - "m_flexWeight.009", - "m_flexWeight.010", - "m_flexWeight.011", - "m_flexWeight.012", - "m_flexWeight.013", - "m_flexWeight.014", - "m_flexWeight.015", - "m_flexWeight.016", - "m_flexWeight.017", - "m_flexWeight.018", - "m_flexWeight.019", - "m_flexWeight.020", - "m_flexWeight.021", - "m_flexWeight.022", - "m_flexWeight.023", - "m_flexWeight.024", - "m_flexWeight.025", - "m_flexWeight.026", - "m_flexWeight.027", - "m_flexWeight.028", - "m_flexWeight.029", - "m_flexWeight.030", - "m_flexWeight.031", - "m_flexWeight.032", - "m_flexWeight.033", - "m_flexWeight.034", - "m_flexWeight.035", - "m_flexWeight.036", - "m_flexWeight.037", - "m_flexWeight.038", - "m_flexWeight.039", - "m_flexWeight.040", - "m_flexWeight.041", - "m_flexWeight.042", - "m_flexWeight.043", - "m_flexWeight.044", - "m_flexWeight.045", - "m_flexWeight.046", - "m_flexWeight.047", - "m_flexWeight.048", - "m_flexWeight.049", - "m_flexWeight.050", - "m_flexWeight.051", - "m_flexWeight.052", - "m_flexWeight.053", - "m_flexWeight.054", - "m_flexWeight.055", - "m_flexWeight.056", - "m_flexWeight.057", - "m_flexWeight.058", - "m_flexWeight.059", - "m_flexWeight.060", - "m_flexWeight.061", - "m_flexWeight.062", - "m_flexWeight.063", - "m_flexWeight.064", - "m_flexWeight.065", - "m_flexWeight.066", - "m_flexWeight.067", - "m_flexWeight.068", - "m_flexWeight.069", - "m_flexWeight.070", - "m_flexWeight.071", - "m_flexWeight.072", - "m_flexWeight.073", - "m_flexWeight.074", - "m_flexWeight.075", - "m_flexWeight.076", - "m_flexWeight.077", - "m_flexWeight.078", - "m_flexWeight.079", - "m_flexWeight.080", - "m_flexWeight.081", - "m_flexWeight.082", - "m_flexWeight.083", - "m_flexWeight.084", - "m_flexWeight.085", - "m_flexWeight.086", - "m_flexWeight.087", - "m_flexWeight.088", - "m_flexWeight.089", - "m_flexWeight.090", - "m_flexWeight.091", - "m_flexWeight.092", - "m_flexWeight.093", - "m_flexWeight.094", - "m_flexWeight.095", - "DT_BCCLocalPlayerExclusive.m_flNextAttack", - "m_hMyWeapons.000", - "m_hMyWeapons.001", - "m_hMyWeapons.002", - "m_hMyWeapons.003", - "m_hMyWeapons.004", - "m_hMyWeapons.005", - "m_hMyWeapons.006", - "m_hMyWeapons.007", - "m_hMyWeapons.008", - "m_hMyWeapons.009", - "m_hMyWeapons.010", - "m_hMyWeapons.011", - "m_hMyWeapons.012", - "m_hMyWeapons.013", - "m_hMyWeapons.014", - "m_hMyWeapons.015", - "m_hMyWeapons.016", - "m_hMyWeapons.017", - "m_hMyWeapons.018", - "m_hMyWeapons.019", - "m_hMyWeapons.020", - "m_hMyWeapons.021", - "m_hMyWeapons.022", - "m_hMyWeapons.023", - "m_hMyWeapons.024", - "m_hMyWeapons.025", - "m_hMyWeapons.026", - "m_hMyWeapons.027", - "m_hMyWeapons.028", - "m_hMyWeapons.029", - "m_hMyWeapons.030", - "m_hMyWeapons.031", - "m_hMyWeapons.032", - "m_hMyWeapons.033", - "m_hMyWeapons.034", - "m_hMyWeapons.035", - "m_hMyWeapons.036", - "m_hMyWeapons.037", - "m_hMyWeapons.038", - "m_hMyWeapons.039", - "m_hMyWeapons.040", - "m_hMyWeapons.041", - "m_hMyWeapons.042", - "m_hMyWeapons.043", - "m_hMyWeapons.044", - "m_hMyWeapons.045", - "m_hMyWeapons.046", - "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -13747,41 +14150,37 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseFlex.m_blinktoggle", - "DT_BaseFlex.m_viewtarget", - "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon", - "DT_TFBaseBoss.m_lastHealthPercentage" + "DT_Sprite.m_hAttachedToEntity", + "DT_Sprite.m_nAttachment", + "DT_Sprite.m_flScaleTime", + "DT_Sprite.m_flSpriteScale", + "DT_Sprite.m_flGlowProxySize", + "DT_Sprite.m_flHDRColorScale", + "DT_Sprite.m_flSpriteFramerate", + "DT_Sprite.m_flFrame", + "DT_Sprite.m_flBrightnessTime", + "DT_Sprite.m_nBrightness", + "DT_Sprite.m_bWorldSpaceScale", + "DT_SpriteTrail.m_flLifeTime", + "DT_SpriteTrail.m_flStartWidth", + "DT_SpriteTrail.m_flEndWidth", + "DT_SpriteTrail.m_flStartWidthVariance", + "DT_SpriteTrail.m_flTextureRes", + "DT_SpriteTrail.m_flMinFadeLength", + "DT_SpriteTrail.m_vecSkyboxOrigin", + "DT_SpriteTrail.m_flSkyboxScale" ], - "DT_TFBaseProjectile": [ + "DT_SteamJet": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -13796,37 +14195,8 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -13843,1059 +14213,504 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseProjectile.m_vInitialVelocity", - "DT_TFBaseProjectile.m_hLauncher" + "DT_SteamJet.m_SpreadSpeed", + "DT_SteamJet.m_Speed", + "DT_SteamJet.m_StartSize", + "DT_SteamJet.m_EndSize", + "DT_SteamJet.m_Rate", + "DT_SteamJet.m_JetLength", + "DT_SteamJet.m_bEmit", + "DT_SteamJet.m_bFaceLeft", + "DT_SteamJet.m_nType", + "DT_SteamJet.m_spawnflags", + "DT_SteamJet.m_flRollSpeed" ], - "DT_TFBaseRocket": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher" + "DT_Sun": [ + "DT_Sun.m_clrRender", + "DT_Sun.m_clrOverlay", + "DT_Sun.m_vDirection", + "DT_Sun.m_bOn", + "DT_Sun.m_nSize", + "DT_Sun.m_nOverlaySize", + "DT_Sun.m_nMaterial", + "DT_Sun.m_nOverlayMaterial", + "DT_Sun.HDRColorScale" ], - "DT_TFWeaponBat": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TEArmorRicochet": [ + "DT_TEMetalSparks.m_vecPos", + "DT_TEMetalSparks.m_vecDir" ], - "DT_TFWeaponBat_Fish": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TEBSPDecal": [ + "DT_TEBSPDecal.m_vecOrigin", + "DT_TEBSPDecal.m_nEntity", + "DT_TEBSPDecal.m_nIndex" ], - "DT_TFWeaponBat_Giftwrap": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TEBeamEntPoint": [ + "DT_BaseBeam.m_nModelIndex", + "DT_BaseBeam.m_nHaloIndex", + "DT_BaseBeam.m_nStartFrame", + "DT_BaseBeam.m_nFrameRate", + "DT_BaseBeam.m_fLife", + "DT_BaseBeam.m_fWidth", + "DT_BaseBeam.m_fEndWidth", + "DT_BaseBeam.m_nFadeLength", + "DT_BaseBeam.m_fAmplitude", + "DT_BaseBeam.m_nSpeed", + "DT_BaseBeam.r", + "DT_BaseBeam.g", + "DT_BaseBeam.b", + "DT_BaseBeam.a", + "DT_BaseBeam.m_nFlags", + "DT_TEBeamEntPoint.m_nStartEntity", + "DT_TEBeamEntPoint.m_nEndEntity", + "DT_TEBeamEntPoint.m_vecStartPoint", + "DT_TEBeamEntPoint.m_vecEndPoint" ], - "DT_TFWeaponBat_Wood": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TEBeamEnts": [ + "DT_BaseBeam.m_nModelIndex", + "DT_BaseBeam.m_nHaloIndex", + "DT_BaseBeam.m_nStartFrame", + "DT_BaseBeam.m_nFrameRate", + "DT_BaseBeam.m_fLife", + "DT_BaseBeam.m_fWidth", + "DT_BaseBeam.m_fEndWidth", + "DT_BaseBeam.m_nFadeLength", + "DT_BaseBeam.m_fAmplitude", + "DT_BaseBeam.m_nSpeed", + "DT_BaseBeam.r", + "DT_BaseBeam.g", + "DT_BaseBeam.b", + "DT_BaseBeam.a", + "DT_BaseBeam.m_nFlags", + "DT_TEBeamEnts.m_nStartEntity", + "DT_TEBeamEnts.m_nEndEntity" ], - "DT_TFWeaponBonesaw": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TEBeamFollow": [ + "DT_BaseBeam.m_nModelIndex", + "DT_BaseBeam.m_nHaloIndex", + "DT_BaseBeam.m_nStartFrame", + "DT_BaseBeam.m_nFrameRate", + "DT_BaseBeam.m_fLife", + "DT_BaseBeam.m_fWidth", + "DT_BaseBeam.m_fEndWidth", + "DT_BaseBeam.m_nFadeLength", + "DT_BaseBeam.m_fAmplitude", + "DT_BaseBeam.m_nSpeed", + "DT_BaseBeam.r", + "DT_BaseBeam.g", + "DT_BaseBeam.b", + "DT_BaseBeam.a", + "DT_BaseBeam.m_nFlags", + "DT_TEBeamFollow.m_iEntIndex" ], - "DT_TFBotHintEngineerNest": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_TFBotHintEngineerNest.m_bHasActiveTeleporter" + "DT_TEBeamLaser": [ + "DT_BaseBeam.m_nModelIndex", + "DT_BaseBeam.m_nHaloIndex", + "DT_BaseBeam.m_nStartFrame", + "DT_BaseBeam.m_nFrameRate", + "DT_BaseBeam.m_fLife", + "DT_BaseBeam.m_fWidth", + "DT_BaseBeam.m_fEndWidth", + "DT_BaseBeam.m_nFadeLength", + "DT_BaseBeam.m_fAmplitude", + "DT_BaseBeam.m_nSpeed", + "DT_BaseBeam.r", + "DT_BaseBeam.g", + "DT_BaseBeam.b", + "DT_BaseBeam.a", + "DT_BaseBeam.m_nFlags", + "DT_TEBeamLaser.m_nStartEntity", + "DT_TEBeamLaser.m_nEndEntity" ], - "DT_TFWeaponBottle": [ + "DT_TEBeamPoints": [ + "DT_BaseBeam.m_nModelIndex", + "DT_BaseBeam.m_nHaloIndex", + "DT_BaseBeam.m_nStartFrame", + "DT_BaseBeam.m_nFrameRate", + "DT_BaseBeam.m_fLife", + "DT_BaseBeam.m_fWidth", + "DT_BaseBeam.m_fEndWidth", + "DT_BaseBeam.m_nFadeLength", + "DT_BaseBeam.m_fAmplitude", + "DT_BaseBeam.m_nSpeed", + "DT_BaseBeam.r", + "DT_BaseBeam.g", + "DT_BaseBeam.b", + "DT_BaseBeam.a", + "DT_BaseBeam.m_nFlags", + "DT_TEBeamPoints.m_vecStartPoint", + "DT_TEBeamPoints.m_vecEndPoint" + ], + "DT_TEBeamRing": [ + "DT_BaseBeam.m_nModelIndex", + "DT_BaseBeam.m_nHaloIndex", + "DT_BaseBeam.m_nStartFrame", + "DT_BaseBeam.m_nFrameRate", + "DT_BaseBeam.m_fLife", + "DT_BaseBeam.m_fWidth", + "DT_BaseBeam.m_fEndWidth", + "DT_BaseBeam.m_nFadeLength", + "DT_BaseBeam.m_fAmplitude", + "DT_BaseBeam.m_nSpeed", + "DT_BaseBeam.r", + "DT_BaseBeam.g", + "DT_BaseBeam.b", + "DT_BaseBeam.a", + "DT_BaseBeam.m_nFlags", + "DT_TEBeamRing.m_nStartEntity", + "DT_TEBeamRing.m_nEndEntity" + ], + "DT_TEBeamRingPoint": [ + "DT_BaseBeam.m_nModelIndex", + "DT_BaseBeam.m_nHaloIndex", + "DT_BaseBeam.m_nStartFrame", + "DT_BaseBeam.m_nFrameRate", + "DT_BaseBeam.m_fLife", + "DT_BaseBeam.m_fWidth", + "DT_BaseBeam.m_fEndWidth", + "DT_BaseBeam.m_nFadeLength", + "DT_BaseBeam.m_fAmplitude", + "DT_BaseBeam.m_nSpeed", + "DT_BaseBeam.r", + "DT_BaseBeam.g", + "DT_BaseBeam.b", + "DT_BaseBeam.a", + "DT_BaseBeam.m_nFlags", + "DT_TEBeamRingPoint.m_vecCenter", + "DT_TEBeamRingPoint.m_flStartRadius", + "DT_TEBeamRingPoint.m_flEndRadius" + ], + "DT_TEBeamSpline": [ + "DT_TEBeamSpline.m_nPoints", + "DT_TEBeamSpline.m_vecPoints" + ], + "DT_TEBloodSprite": [ + "DT_TEBloodSprite.m_vecOrigin", + "DT_TEBloodSprite.m_vecDirection", + "DT_TEBloodSprite.r", + "DT_TEBloodSprite.g", + "DT_TEBloodSprite.b", + "DT_TEBloodSprite.a", + "DT_TEBloodSprite.m_nSprayModel", + "DT_TEBloodSprite.m_nDropModel", + "DT_TEBloodSprite.m_nSize" + ], + "DT_TEBloodStream": [ + "DT_TEParticleSystem.m_vecOrigin[0]", + "DT_TEParticleSystem.m_vecOrigin[1]", + "DT_TEParticleSystem.m_vecOrigin[2]", + "DT_TEBloodStream.m_vecDirection", + "DT_TEBloodStream.r", + "DT_TEBloodStream.g", + "DT_TEBloodStream.b", + "DT_TEBloodStream.a", + "DT_TEBloodStream.m_nAmount" + ], + "DT_TEBreakModel": [ + "DT_TEBreakModel.m_vecOrigin", + "DT_TEBreakModel.m_angRotation[0]", + "DT_TEBreakModel.m_angRotation[1]", + "DT_TEBreakModel.m_angRotation[2]", + "DT_TEBreakModel.m_vecSize", + "DT_TEBreakModel.m_vecVelocity", + "DT_TEBreakModel.m_nModelIndex", + "DT_TEBreakModel.m_nRandomization", + "DT_TEBreakModel.m_nCount", + "DT_TEBreakModel.m_fTime", + "DT_TEBreakModel.m_nFlags" + ], + "DT_TEBubbleTrail": [ + "DT_TEBubbleTrail.m_vecMins", + "DT_TEBubbleTrail.m_vecMaxs", + "DT_TEBubbleTrail.m_nModelIndex", + "DT_TEBubbleTrail.m_flWaterZ", + "DT_TEBubbleTrail.m_nCount", + "DT_TEBubbleTrail.m_fSpeed" + ], + "DT_TEBubbles": [ + "DT_TEBubbles.m_vecMins", + "DT_TEBubbles.m_vecMaxs", + "DT_TEBubbles.m_nModelIndex", + "DT_TEBubbles.m_fHeight", + "DT_TEBubbles.m_nCount", + "DT_TEBubbles.m_fSpeed" + ], + "DT_TEClientProjectile": [ + "DT_TEClientProjectile.m_vecOrigin", + "DT_TEClientProjectile.m_vecVelocity", + "DT_TEClientProjectile.m_nModelIndex", + "DT_TEClientProjectile.m_nLifeTime", + "DT_TEClientProjectile.m_hOwner" + ], + "DT_TEDecal": [ + "DT_TEDecal.m_vecOrigin", + "DT_TEDecal.m_vecStart", + "DT_TEDecal.m_nEntity", + "DT_TEDecal.m_nHitbox", + "DT_TEDecal.m_nIndex" + ], + "DT_TEDust": [ + "DT_TEParticleSystem.m_vecOrigin[0]", + "DT_TEParticleSystem.m_vecOrigin[1]", + "DT_TEParticleSystem.m_vecOrigin[2]", + "DT_TEDust.m_flSize", + "DT_TEDust.m_flSpeed", + "DT_TEDust.m_vecDirection" + ], + "DT_TEDynamicLight": [ + "DT_TEDynamicLight.m_vecOrigin", + "DT_TEDynamicLight.r", + "DT_TEDynamicLight.g", + "DT_TEDynamicLight.b", + "DT_TEDynamicLight.exponent", + "DT_TEDynamicLight.m_fRadius", + "DT_TEDynamicLight.m_fTime", + "DT_TEDynamicLight.m_fDecay" + ], + "DT_TEEffectDispatch": [ + "DT_EffectData.m_vOrigin[0]", + "DT_EffectData.m_vOrigin[1]", + "DT_EffectData.m_vOrigin[2]", + "DT_EffectData.m_vStart[0]", + "DT_EffectData.m_vStart[1]", + "DT_EffectData.m_vStart[2]", + "DT_EffectData.m_vAngles", + "DT_EffectData.m_vNormal", + "DT_EffectData.m_fFlags", + "DT_EffectData.m_flMagnitude", + "DT_EffectData.m_flScale", + "DT_EffectData.m_nAttachmentIndex", + "DT_EffectData.m_nSurfaceProp", + "DT_EffectData.m_iEffectName", + "DT_EffectData.m_nMaterial", + "DT_EffectData.m_nDamageType", + "DT_EffectData.m_nHitBox", + "DT_EffectData.entindex", + "DT_EffectData.m_nColor", + "DT_EffectData.m_flRadius", + "DT_EffectData.m_bCustomColors", + "DT_EffectData.m_CustomColors.m_vecColor1", + "DT_EffectData.m_CustomColors.m_vecColor2", + "DT_EffectData.m_bControlPoint1", + "DT_EffectData.m_ControlPoint1.m_eParticleAttachment", + "DT_EffectData.m_ControlPoint1.m_vecOffset[0]", + "DT_EffectData.m_ControlPoint1.m_vecOffset[1]", + "DT_EffectData.m_ControlPoint1.m_vecOffset[2]" + ], + "DT_TEEnergySplash": [ + "DT_TEEnergySplash.m_vecPos", + "DT_TEEnergySplash.m_vecDir", + "DT_TEEnergySplash.m_bExplosive" + ], + "DT_TEExplosion": [ + "DT_TEParticleSystem.m_vecOrigin[0]", + "DT_TEParticleSystem.m_vecOrigin[1]", + "DT_TEParticleSystem.m_vecOrigin[2]", + "DT_TEExplosion.m_nModelIndex", + "DT_TEExplosion.m_fScale", + "DT_TEExplosion.m_nFrameRate", + "DT_TEExplosion.m_nFlags", + "DT_TEExplosion.m_vecNormal", + "DT_TEExplosion.m_chMaterialType", + "DT_TEExplosion.m_nRadius", + "DT_TEExplosion.m_nMagnitude" + ], + "DT_TEFireBullets": [ + "DT_TEFireBullets.m_vecOrigin", + "DT_TEFireBullets.m_vecAngles[0]", + "DT_TEFireBullets.m_vecAngles[1]", + "DT_TEFireBullets.m_iWeaponID", + "DT_TEFireBullets.m_iMode", + "DT_TEFireBullets.m_iSeed", + "DT_TEFireBullets.m_iPlayer", + "DT_TEFireBullets.m_flSpread", + "DT_TEFireBullets.m_bCritical" + ], + "DT_TEFizz": [ + "DT_TEFizz.m_nEntity", + "DT_TEFizz.m_nModelIndex", + "DT_TEFizz.m_nDensity", + "DT_TEFizz.m_nCurrent" + ], + "DT_TEFootprintDecal": [ + "DT_TEFootprintDecal.m_vecOrigin", + "DT_TEFootprintDecal.m_vecDirection", + "DT_TEFootprintDecal.m_nEntity", + "DT_TEFootprintDecal.m_nIndex", + "DT_TEFootprintDecal.m_chMaterialType" + ], + "DT_TEGaussExplosion": [ + "DT_TEParticleSystem.m_vecOrigin[0]", + "DT_TEParticleSystem.m_vecOrigin[1]", + "DT_TEParticleSystem.m_vecOrigin[2]", + "DT_TEGaussExplosion.m_nType", + "DT_TEGaussExplosion.m_vecDirection" + ], + "DT_TEGlowSprite": [ + "DT_TEGlowSprite.m_vecOrigin", + "DT_TEGlowSprite.m_nModelIndex", + "DT_TEGlowSprite.m_fScale", + "DT_TEGlowSprite.m_fLife", + "DT_TEGlowSprite.m_nBrightness" + ], + "DT_TEImpact": [ + "DT_TEImpact.m_vecOrigin", + "DT_TEImpact.m_vecNormal", + "DT_TEImpact.m_iType" + ], + "DT_TEKillPlayerAttachments": [ + "DT_TEKillPlayerAttachments.m_nPlayer" + ], + "DT_TELargeFunnel": [ + "DT_TEParticleSystem.m_vecOrigin[0]", + "DT_TEParticleSystem.m_vecOrigin[1]", + "DT_TEParticleSystem.m_vecOrigin[2]", + "DT_TELargeFunnel.m_nModelIndex", + "DT_TELargeFunnel.m_nReversed" + ], + "DT_TEMetalSparks": [ + "DT_TEMetalSparks.m_vecPos", + "DT_TEMetalSparks.m_vecDir" + ], + "DT_TEMuzzleFlash": [ + "DT_TEMuzzleFlash.m_vecOrigin", + "DT_TEMuzzleFlash.m_vecAngles", + "DT_TEMuzzleFlash.m_flScale", + "DT_TEMuzzleFlash.m_nType" + ], + "DT_TEParticleSystem": [ + "DT_TEParticleSystem.m_vecOrigin[0]", + "DT_TEParticleSystem.m_vecOrigin[1]", + "DT_TEParticleSystem.m_vecOrigin[2]" + ], + "DT_TEPhysicsProp": [ + "DT_TEPhysicsProp.m_vecOrigin", + "DT_TEPhysicsProp.m_angRotation[0]", + "DT_TEPhysicsProp.m_angRotation[1]", + "DT_TEPhysicsProp.m_angRotation[2]", + "DT_TEPhysicsProp.m_vecVelocity", + "DT_TEPhysicsProp.m_nModelIndex", + "DT_TEPhysicsProp.m_nSkin", + "DT_TEPhysicsProp.m_nFlags", + "DT_TEPhysicsProp.m_nEffects" + ], + "DT_TEPlayerAnimEvent": [ + "DT_TEPlayerAnimEvent.m_iPlayerIndex", + "DT_TEPlayerAnimEvent.m_iEvent", + "DT_TEPlayerAnimEvent.m_nData" + ], + "DT_TEPlayerDecal": [ + "DT_TEPlayerDecal.m_vecOrigin", + "DT_TEPlayerDecal.m_nEntity", + "DT_TEPlayerDecal.m_nPlayer" + ], + "DT_TEProjectedDecal": [ + "DT_TEProjectedDecal.m_vecOrigin", + "DT_TEProjectedDecal.m_angRotation", + "DT_TEProjectedDecal.m_flDistance", + "DT_TEProjectedDecal.m_nIndex" + ], + "DT_TEShatterSurface": [ + "DT_TEShatterSurface.m_vecOrigin", + "DT_TEShatterSurface.m_vecAngles", + "DT_TEShatterSurface.m_vecForce", + "DT_TEShatterSurface.m_vecForcePos", + "DT_TEShatterSurface.m_flWidth", + "DT_TEShatterSurface.m_flHeight", + "DT_TEShatterSurface.m_flShardSize", + "DT_TEShatterSurface.m_nSurfaceType", + "DT_TEShatterSurface.m_uchFrontColor[0]", + "DT_TEShatterSurface.m_uchFrontColor[1]", + "DT_TEShatterSurface.m_uchFrontColor[2]", + "DT_TEShatterSurface.m_uchBackColor[0]", + "DT_TEShatterSurface.m_uchBackColor[1]", + "DT_TEShatterSurface.m_uchBackColor[2]" + ], + "DT_TEShowLine": [ + "DT_TEParticleSystem.m_vecOrigin[0]", + "DT_TEParticleSystem.m_vecOrigin[1]", + "DT_TEParticleSystem.m_vecOrigin[2]", + "DT_TEShowLine.m_vecEnd" + ], + "DT_TESmoke": [ + "DT_TESmoke.m_vecOrigin", + "DT_TESmoke.m_nModelIndex", + "DT_TESmoke.m_fScale", + "DT_TESmoke.m_nFrameRate" + ], + "DT_TESparks": [ + "DT_TEParticleSystem.m_vecOrigin[0]", + "DT_TEParticleSystem.m_vecOrigin[1]", + "DT_TEParticleSystem.m_vecOrigin[2]", + "DT_TESparks.m_nMagnitude", + "DT_TESparks.m_nTrailLength", + "DT_TESparks.m_vecDir" + ], + "DT_TESprite": [ + "DT_TESprite.m_vecOrigin", + "DT_TESprite.m_nModelIndex", + "DT_TESprite.m_fScale", + "DT_TESprite.m_nBrightness" + ], + "DT_TESpriteSpray": [ + "DT_TESpriteSpray.m_vecOrigin", + "DT_TESpriteSpray.m_vecDirection", + "DT_TESpriteSpray.m_nModelIndex", + "DT_TESpriteSpray.m_fNoise", + "DT_TESpriteSpray.m_nSpeed", + "DT_TESpriteSpray.m_nCount" + ], + "DT_TETFBlood": [ + "DT_TETFBlood.m_vecOrigin[0]", + "DT_TETFBlood.m_vecOrigin[1]", + "DT_TETFBlood.m_vecOrigin[2]", + "DT_TETFBlood.m_vecNormal", + "DT_TETFBlood.entindex" + ], + "DT_TETFExplosion": [ + "DT_TETFExplosion.m_vecOrigin[0]", + "DT_TETFExplosion.m_vecOrigin[1]", + "DT_TETFExplosion.m_vecOrigin[2]", + "DT_TETFExplosion.m_vecNormal", + "DT_TETFExplosion.m_iWeaponID", + "DT_TETFExplosion.entindex", + "DT_TETFExplosion.m_nDefID", + "DT_TETFExplosion.m_nSound", + "DT_TETFExplosion.m_iCustomParticleIndex" + ], + "DT_TETFParticleEffect": [ + "DT_TETFParticleEffect.m_vecOrigin[0]", + "DT_TETFParticleEffect.m_vecOrigin[1]", + "DT_TETFParticleEffect.m_vecOrigin[2]", + "DT_TETFParticleEffect.m_vecStart[0]", + "DT_TETFParticleEffect.m_vecStart[1]", + "DT_TETFParticleEffect.m_vecStart[2]", + "DT_TETFParticleEffect.m_vecAngles", + "DT_TETFParticleEffect.m_iParticleSystemIndex", + "DT_TETFParticleEffect.entindex", + "DT_TETFParticleEffect.m_iAttachType", + "DT_TETFParticleEffect.m_iAttachmentPointIndex", + "DT_TETFParticleEffect.m_bResetParticles", + "DT_TETFParticleEffect.m_bCustomColors", + "DT_TETFParticleEffect.m_CustomColors.m_vecColor1", + "DT_TETFParticleEffect.m_CustomColors.m_vecColor2", + "DT_TETFParticleEffect.m_bControlPoint1", + "DT_TETFParticleEffect.m_ControlPoint1.m_eParticleAttachment", + "DT_TETFParticleEffect.m_ControlPoint1.m_vecOffset[0]", + "DT_TETFParticleEffect.m_ControlPoint1.m_vecOffset[1]", + "DT_TETFParticleEffect.m_ControlPoint1.m_vecOffset[2]" + ], + "DT_TEWorldDecal": [ + "DT_TEWorldDecal.m_vecOrigin", + "DT_TEWorldDecal.m_nIndex" + ], + "DT_TFBaseBoss": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -14943,99 +14758,248 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "m_flexWeight.000", + "m_flexWeight.001", + "m_flexWeight.002", + "m_flexWeight.003", + "m_flexWeight.004", + "m_flexWeight.005", + "m_flexWeight.006", + "m_flexWeight.007", + "m_flexWeight.008", + "m_flexWeight.009", + "m_flexWeight.010", + "m_flexWeight.011", + "m_flexWeight.012", + "m_flexWeight.013", + "m_flexWeight.014", + "m_flexWeight.015", + "m_flexWeight.016", + "m_flexWeight.017", + "m_flexWeight.018", + "m_flexWeight.019", + "m_flexWeight.020", + "m_flexWeight.021", + "m_flexWeight.022", + "m_flexWeight.023", + "m_flexWeight.024", + "m_flexWeight.025", + "m_flexWeight.026", + "m_flexWeight.027", + "m_flexWeight.028", + "m_flexWeight.029", + "m_flexWeight.030", + "m_flexWeight.031", + "m_flexWeight.032", + "m_flexWeight.033", + "m_flexWeight.034", + "m_flexWeight.035", + "m_flexWeight.036", + "m_flexWeight.037", + "m_flexWeight.038", + "m_flexWeight.039", + "m_flexWeight.040", + "m_flexWeight.041", + "m_flexWeight.042", + "m_flexWeight.043", + "m_flexWeight.044", + "m_flexWeight.045", + "m_flexWeight.046", + "m_flexWeight.047", + "m_flexWeight.048", + "m_flexWeight.049", + "m_flexWeight.050", + "m_flexWeight.051", + "m_flexWeight.052", + "m_flexWeight.053", + "m_flexWeight.054", + "m_flexWeight.055", + "m_flexWeight.056", + "m_flexWeight.057", + "m_flexWeight.058", + "m_flexWeight.059", + "m_flexWeight.060", + "m_flexWeight.061", + "m_flexWeight.062", + "m_flexWeight.063", + "m_flexWeight.064", + "m_flexWeight.065", + "m_flexWeight.066", + "m_flexWeight.067", + "m_flexWeight.068", + "m_flexWeight.069", + "m_flexWeight.070", + "m_flexWeight.071", + "m_flexWeight.072", + "m_flexWeight.073", + "m_flexWeight.074", + "m_flexWeight.075", + "m_flexWeight.076", + "m_flexWeight.077", + "m_flexWeight.078", + "m_flexWeight.079", + "m_flexWeight.080", + "m_flexWeight.081", + "m_flexWeight.082", + "m_flexWeight.083", + "m_flexWeight.084", + "m_flexWeight.085", + "m_flexWeight.086", + "m_flexWeight.087", + "m_flexWeight.088", + "m_flexWeight.089", + "m_flexWeight.090", + "m_flexWeight.091", + "m_flexWeight.092", + "m_flexWeight.093", + "m_flexWeight.094", + "m_flexWeight.095", + "DT_BCCLocalPlayerExclusive.m_flNextAttack", + "m_hMyWeapons.000", + "m_hMyWeapons.001", + "m_hMyWeapons.002", + "m_hMyWeapons.003", + "m_hMyWeapons.004", + "m_hMyWeapons.005", + "m_hMyWeapons.006", + "m_hMyWeapons.007", + "m_hMyWeapons.008", + "m_hMyWeapons.009", + "m_hMyWeapons.010", + "m_hMyWeapons.011", + "m_hMyWeapons.012", + "m_hMyWeapons.013", + "m_hMyWeapons.014", + "m_hMyWeapons.015", + "m_hMyWeapons.016", + "m_hMyWeapons.017", + "m_hMyWeapons.018", + "m_hMyWeapons.019", + "m_hMyWeapons.020", + "m_hMyWeapons.021", + "m_hMyWeapons.022", + "m_hMyWeapons.023", + "m_hMyWeapons.024", + "m_hMyWeapons.025", + "m_hMyWeapons.026", + "m_hMyWeapons.027", + "m_hMyWeapons.028", + "m_hMyWeapons.029", + "m_hMyWeapons.030", + "m_hMyWeapons.031", + "m_hMyWeapons.032", + "m_hMyWeapons.033", + "m_hMyWeapons.034", + "m_hMyWeapons.035", + "m_hMyWeapons.036", + "m_hMyWeapons.037", + "m_hMyWeapons.038", + "m_hMyWeapons.039", + "m_hMyWeapons.040", + "m_hMyWeapons.041", + "m_hMyWeapons.042", + "m_hMyWeapons.043", + "m_hMyWeapons.044", + "m_hMyWeapons.045", + "m_hMyWeapons.046", + "m_hMyWeapons.047", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", "DT_BaseAnimating.m_nForceBone", @@ -15056,24 +15020,14 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponBottle.m_bBroken" + "DT_BaseFlex.m_blinktoggle", + "DT_BaseFlex.m_viewtarget", + "DT_BaseCombatCharacter.m_bGlowEnabled", + "DT_BaseCombatCharacter.m_hActiveWeapon", + "DT_TFBaseBoss.m_lastHealthPercentage" ], - "DT_TFWeaponBuffItem": [ + "DT_TFBaseProjectile": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -15121,78 +15075,6 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -15234,27 +15116,16 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseProjectile.m_vInitialVelocity", + "DT_TFBaseProjectile.m_hLauncher" ], - "DT_TFCannon": [ + "DT_TFBaseRocket": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -15298,80 +15169,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -15388,7 +15186,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -15411,24 +15208,59 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_WeaponGrenadeLauncher.m_flDetonateTime" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher" ], - "DT_TFWeaponCleaver": [ + "DT_TFBotHintEngineerNest": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_TFBotHintEngineerNest.m_bHasActiveTeleporter" + ], + "DT_TFCannon": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -15603,13 +15435,15 @@ "DT_TFWeaponBase.m_hExtraWearableViewModel", "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TFWeaponBase.m_nKillComboCount", + "DT_WeaponGrenadeLauncher.m_flDetonateTime" ], - "DT_TFWeaponClub": [ + "DT_TFFlameRocket": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -15653,80 +15487,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -15743,7 +15504,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -15766,23 +15526,298 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher" ], - "DT_WeaponCompoundBow": [ + "DT_TFGameRules": [ + "DT_TFGameRules.m_nGameType", + "DT_TFGameRules.m_nStopWatchState", + "DT_TFGameRules.m_pszTeamGoalStringRed", + "DT_TFGameRules.m_pszTeamGoalStringBlue", + "DT_TFGameRules.m_flCapturePointEnableTime", + "DT_TFGameRules.m_nHudType", + "DT_TFGameRules.m_bIsInTraining", + "DT_TFGameRules.m_bAllowTrainingAchievements", + "DT_TFGameRules.m_bIsWaitingForTrainingContinue", + "DT_TFGameRules.m_bIsTrainingHUDVisible", + "DT_TFGameRules.m_bIsInItemTestingMode", + "DT_TFGameRules.m_hBonusLogic", + "DT_TFGameRules.m_bPlayingKoth", + "DT_TFGameRules.m_bPlayingMedieval", + "DT_TFGameRules.m_bPlayingHybrid_CTF_CP", + "DT_TFGameRules.m_bPlayingSpecialDeliveryMode", + "DT_TFGameRules.m_bPlayingRobotDestructionMode", + "DT_TFGameRules.m_hRedKothTimer", + "DT_TFGameRules.m_hBlueKothTimer", + "DT_TFGameRules.m_nMapHolidayType", + "DT_TFGameRules.m_itHandle", + "DT_TFGameRules.m_bPlayingMannVsMachine", + "DT_TFGameRules.m_hBirthdayPlayer", + "DT_TFGameRules.m_nBossHealth", + "DT_TFGameRules.m_nMaxBossHealth", + "DT_TFGameRules.m_fBossNormalizedTravelDistance", + "DT_TFGameRules.m_bMannVsMachineAlarmStatus", + "DT_TFGameRules.m_bHaveMinPlayersToEnableReady", + "DT_TFGameRules.m_bBountyModeEnabled", + "DT_TFGameRules.m_nHalloweenEffect", + "DT_TFGameRules.m_fHalloweenEffectStartTime", + "DT_TFGameRules.m_fHalloweenEffectDuration", + "DT_TFGameRules.m_halloweenScenario", + "DT_TFGameRules.m_bHelltowerPlayersInHell", + "DT_TFGameRules.m_bIsUsingSpells", + "DT_TFGameRules.m_bCompetitiveMode", + "DT_TFGameRules.m_bPowerupMode", + "DT_TFGameRules.m_pszCustomUpgradesFile" + ], + "DT_TFGameRulesProxy": [ + "m_flNextRespawnWave.000", + "m_flNextRespawnWave.001", + "m_flNextRespawnWave.002", + "m_flNextRespawnWave.003", + "m_flNextRespawnWave.004", + "m_flNextRespawnWave.005", + "m_flNextRespawnWave.006", + "m_flNextRespawnWave.007", + "m_flNextRespawnWave.008", + "m_flNextRespawnWave.009", + "m_flNextRespawnWave.010", + "m_flNextRespawnWave.011", + "m_flNextRespawnWave.012", + "m_flNextRespawnWave.013", + "m_flNextRespawnWave.014", + "m_flNextRespawnWave.015", + "m_flNextRespawnWave.016", + "m_flNextRespawnWave.017", + "m_flNextRespawnWave.018", + "m_flNextRespawnWave.019", + "m_flNextRespawnWave.020", + "m_flNextRespawnWave.021", + "m_flNextRespawnWave.022", + "m_flNextRespawnWave.023", + "m_flNextRespawnWave.024", + "m_flNextRespawnWave.025", + "m_flNextRespawnWave.026", + "m_flNextRespawnWave.027", + "m_flNextRespawnWave.028", + "m_flNextRespawnWave.029", + "m_flNextRespawnWave.030", + "m_flNextRespawnWave.031", + "m_TeamRespawnWaveTimes.000", + "m_TeamRespawnWaveTimes.001", + "m_TeamRespawnWaveTimes.002", + "m_TeamRespawnWaveTimes.003", + "m_TeamRespawnWaveTimes.004", + "m_TeamRespawnWaveTimes.005", + "m_TeamRespawnWaveTimes.006", + "m_TeamRespawnWaveTimes.007", + "m_TeamRespawnWaveTimes.008", + "m_TeamRespawnWaveTimes.009", + "m_TeamRespawnWaveTimes.010", + "m_TeamRespawnWaveTimes.011", + "m_TeamRespawnWaveTimes.012", + "m_TeamRespawnWaveTimes.013", + "m_TeamRespawnWaveTimes.014", + "m_TeamRespawnWaveTimes.015", + "m_TeamRespawnWaveTimes.016", + "m_TeamRespawnWaveTimes.017", + "m_TeamRespawnWaveTimes.018", + "m_TeamRespawnWaveTimes.019", + "m_TeamRespawnWaveTimes.020", + "m_TeamRespawnWaveTimes.021", + "m_TeamRespawnWaveTimes.022", + "m_TeamRespawnWaveTimes.023", + "m_TeamRespawnWaveTimes.024", + "m_TeamRespawnWaveTimes.025", + "m_TeamRespawnWaveTimes.026", + "m_TeamRespawnWaveTimes.027", + "m_TeamRespawnWaveTimes.028", + "m_TeamRespawnWaveTimes.029", + "m_TeamRespawnWaveTimes.030", + "m_TeamRespawnWaveTimes.031", + "m_bTeamReady.000", + "m_bTeamReady.001", + "m_bTeamReady.002", + "m_bTeamReady.003", + "m_bTeamReady.004", + "m_bTeamReady.005", + "m_bTeamReady.006", + "m_bTeamReady.007", + "m_bTeamReady.008", + "m_bTeamReady.009", + "m_bTeamReady.010", + "m_bTeamReady.011", + "m_bTeamReady.012", + "m_bTeamReady.013", + "m_bTeamReady.014", + "m_bTeamReady.015", + "m_bTeamReady.016", + "m_bTeamReady.017", + "m_bTeamReady.018", + "m_bTeamReady.019", + "m_bTeamReady.020", + "m_bTeamReady.021", + "m_bTeamReady.022", + "m_bTeamReady.023", + "m_bTeamReady.024", + "m_bTeamReady.025", + "m_bTeamReady.026", + "m_bTeamReady.027", + "m_bTeamReady.028", + "m_bTeamReady.029", + "m_bTeamReady.030", + "m_bTeamReady.031", + "m_bPlayerReady.000", + "m_bPlayerReady.001", + "m_bPlayerReady.002", + "m_bPlayerReady.003", + "m_bPlayerReady.004", + "m_bPlayerReady.005", + "m_bPlayerReady.006", + "m_bPlayerReady.007", + "m_bPlayerReady.008", + "m_bPlayerReady.009", + "m_bPlayerReady.010", + "m_bPlayerReady.011", + "m_bPlayerReady.012", + "m_bPlayerReady.013", + "m_bPlayerReady.014", + "m_bPlayerReady.015", + "m_bPlayerReady.016", + "m_bPlayerReady.017", + "m_bPlayerReady.018", + "m_bPlayerReady.019", + "m_bPlayerReady.020", + "m_bPlayerReady.021", + "m_bPlayerReady.022", + "m_bPlayerReady.023", + "m_bPlayerReady.024", + "m_bPlayerReady.025", + "m_bPlayerReady.026", + "m_bPlayerReady.027", + "m_bPlayerReady.028", + "m_bPlayerReady.029", + "m_bPlayerReady.030", + "m_bPlayerReady.031", + "m_bPlayerReady.032", + "DT_TeamplayRoundBasedRules.m_iRoundState", + "DT_TeamplayRoundBasedRules.m_bInWaitingForPlayers", + "DT_TeamplayRoundBasedRules.m_iWinningTeam", + "DT_TeamplayRoundBasedRules.m_bInOvertime", + "DT_TeamplayRoundBasedRules.m_bInSetup", + "DT_TeamplayRoundBasedRules.m_bSwitchedTeamsThisRound", + "DT_TeamplayRoundBasedRules.m_bAwaitingReadyRestart", + "DT_TeamplayRoundBasedRules.m_flRestartRoundTime", + "DT_TeamplayRoundBasedRules.m_flMapResetTime", + "DT_TeamplayRoundBasedRules.m_bStopWatch", + "DT_TeamplayRoundBasedRules.m_bMultipleTrains", + "DT_TeamplayRoundBasedRules.m_bCheatsEnabledDuringLevel", + "DT_TFGameRules.m_nGameType", + "DT_TFGameRules.m_nStopWatchState", + "DT_TFGameRules.m_pszTeamGoalStringRed", + "DT_TFGameRules.m_pszTeamGoalStringBlue", + "DT_TFGameRules.m_flCapturePointEnableTime", + "DT_TFGameRules.m_nHudType", + "DT_TFGameRules.m_bIsInTraining", + "DT_TFGameRules.m_bAllowTrainingAchievements", + "DT_TFGameRules.m_bIsWaitingForTrainingContinue", + "DT_TFGameRules.m_bIsTrainingHUDVisible", + "DT_TFGameRules.m_bIsInItemTestingMode", + "DT_TFGameRules.m_hBonusLogic", + "DT_TFGameRules.m_bPlayingKoth", + "DT_TFGameRules.m_bPlayingMedieval", + "DT_TFGameRules.m_bPlayingHybrid_CTF_CP", + "DT_TFGameRules.m_bPlayingSpecialDeliveryMode", + "DT_TFGameRules.m_bPlayingRobotDestructionMode", + "DT_TFGameRules.m_hRedKothTimer", + "DT_TFGameRules.m_hBlueKothTimer", + "DT_TFGameRules.m_nMapHolidayType", + "DT_TFGameRules.m_itHandle", + "DT_TFGameRules.m_bPlayingMannVsMachine", + "DT_TFGameRules.m_hBirthdayPlayer", + "DT_TFGameRules.m_nBossHealth", + "DT_TFGameRules.m_nMaxBossHealth", + "DT_TFGameRules.m_fBossNormalizedTravelDistance", + "DT_TFGameRules.m_bMannVsMachineAlarmStatus", + "DT_TFGameRules.m_bHaveMinPlayersToEnableReady", + "DT_TFGameRules.m_bBountyModeEnabled", + "DT_TFGameRules.m_nHalloweenEffect", + "DT_TFGameRules.m_fHalloweenEffectStartTime", + "DT_TFGameRules.m_fHalloweenEffectDuration", + "DT_TFGameRules.m_halloweenScenario", + "DT_TFGameRules.m_bHelltowerPlayersInHell", + "DT_TFGameRules.m_bIsUsingSpells", + "DT_TFGameRules.m_bCompetitiveMode", + "DT_TFGameRules.m_bPowerupMode", + "DT_TFGameRules.m_pszCustomUpgradesFile" + ], + "DT_TFHalloweenMinigame": [ + "m_nMinigameTeamScore.000", + "m_nMinigameTeamScore.001", + "m_nMinigameTeamScore.002", + "m_nMinigameTeamScore.003", + "DT_TFMinigame.m_nMaxScoreForMiniGame", + "DT_TFMinigame.m_pszHudResFile", + "DT_TFMinigame.m_eScoringType" + ], + "DT_TFHalloweenMinigame_FallingPlatforms": [ + "m_nMinigameTeamScore.000", + "m_nMinigameTeamScore.001", + "m_nMinigameTeamScore.002", + "m_nMinigameTeamScore.003", + "DT_TFMinigame.m_nMaxScoreForMiniGame", + "DT_TFMinigame.m_pszHudResFile", + "DT_TFMinigame.m_eScoringType" + ], + "DT_TFHellZap": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting" + ], + "DT_TFItem": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -15830,80 +15865,6 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_PipebombLauncherLocalData.m_iPipebombCount", - "DT_PipebombLauncherLocalData.m_flChargeBeginTime", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -15945,25 +15906,9 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_WeaponCompoundBow.m_bArrowAlight", - "DT_WeaponCompoundBow.m_bNoFire" + "DT_DynamicProp.m_bUseHitboxesForRenderBox" ], - "DT_Crossbow": [ + "DT_TFLaserPointer": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -16140,7 +16085,19 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_WeaponDRGPomson": [ + "DT_TFLocalPlayerExclusive": [ + "DT_TFLocalPlayerExclusive.m_vecOrigin", + "DT_TFLocalPlayerExclusive.m_vecOrigin[2]", + "DT_TFLocalPlayerExclusive.m_angEyeAngles[0]", + "DT_TFLocalPlayerExclusive.\"player_object_array\"", + "DT_TFLocalPlayerExclusive.m_bIsCoaching", + "DT_TFLocalPlayerExclusive.m_hCoach", + "DT_TFLocalPlayerExclusive.m_hStudent", + "DT_TFLocalPlayerExclusive.m_nCurrency", + "DT_TFLocalPlayerExclusive.m_nExperienceLevel", + "DT_TFLocalPlayerExclusive.m_nExperienceLevelProgress" + ], + "DT_TFLunchBox_Drink": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -16317,7 +16274,7 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponFireAxe": [ + "DT_TFMechanicalArm": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -16494,7 +16451,8 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponFists": [ + "DT_TFMedigunShield": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -16542,78 +16500,6 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -16654,9483 +16540,950 @@ "DT_BaseAnimating.m_hLightingOriginRelative", "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseAnimating.m_flFadeScale" ], - "DT_TFFlameRocket": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher" + "DT_TFMinigame": [ + "m_nMinigameTeamScore.000", + "m_nMinigameTeamScore.001", + "m_nMinigameTeamScore.002", + "m_nMinigameTeamScore.003", + "DT_TFMinigame.m_nMaxScoreForMiniGame", + "DT_TFMinigame.m_pszHudResFile", + "DT_TFMinigame.m_eScoringType" ], - "DT_WeaponFlameThrower": [ - "DT_ServerAnimationData.m_flCycle", - "DT_LocalFlameThrower.m_iActiveFlames", - "DT_LocalFlameThrower.m_iDamagingFlames", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_WeaponFlameThrower.m_iWeaponState", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_usSolidFlags", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_CollisionProperty.m_nSurroundType", - "DT_WeaponFlameThrower.m_bCritFire", - "DT_WeaponFlameThrower.m_bHitTarget", - "DT_WeaponFlameThrower.m_flChargeBeginTime" + "DT_TFMinigameLogic": [ + "DT_TFMinigameLogic.m_hActiveMinigame" ], - "DT_WeaponFlareGun": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_WeaponFlareGun.m_flChargeBeginTime" - ], - "DT_WeaponFlareGun_Revenge": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_WeaponFlareGun.m_flChargeBeginTime", - "DT_WeaponFlareGun_Revenge.m_fLastExtinguishTime" - ], - "DT_TFGameRulesProxy": [ - "m_flNextRespawnWave.000", - "m_flNextRespawnWave.001", - "m_flNextRespawnWave.002", - "m_flNextRespawnWave.003", - "m_flNextRespawnWave.004", - "m_flNextRespawnWave.005", - "m_flNextRespawnWave.006", - "m_flNextRespawnWave.007", - "m_flNextRespawnWave.008", - "m_flNextRespawnWave.009", - "m_flNextRespawnWave.010", - "m_flNextRespawnWave.011", - "m_flNextRespawnWave.012", - "m_flNextRespawnWave.013", - "m_flNextRespawnWave.014", - "m_flNextRespawnWave.015", - "m_flNextRespawnWave.016", - "m_flNextRespawnWave.017", - "m_flNextRespawnWave.018", - "m_flNextRespawnWave.019", - "m_flNextRespawnWave.020", - "m_flNextRespawnWave.021", - "m_flNextRespawnWave.022", - "m_flNextRespawnWave.023", - "m_flNextRespawnWave.024", - "m_flNextRespawnWave.025", - "m_flNextRespawnWave.026", - "m_flNextRespawnWave.027", - "m_flNextRespawnWave.028", - "m_flNextRespawnWave.029", - "m_flNextRespawnWave.030", - "m_flNextRespawnWave.031", - "m_TeamRespawnWaveTimes.000", - "m_TeamRespawnWaveTimes.001", - "m_TeamRespawnWaveTimes.002", - "m_TeamRespawnWaveTimes.003", - "m_TeamRespawnWaveTimes.004", - "m_TeamRespawnWaveTimes.005", - "m_TeamRespawnWaveTimes.006", - "m_TeamRespawnWaveTimes.007", - "m_TeamRespawnWaveTimes.008", - "m_TeamRespawnWaveTimes.009", - "m_TeamRespawnWaveTimes.010", - "m_TeamRespawnWaveTimes.011", - "m_TeamRespawnWaveTimes.012", - "m_TeamRespawnWaveTimes.013", - "m_TeamRespawnWaveTimes.014", - "m_TeamRespawnWaveTimes.015", - "m_TeamRespawnWaveTimes.016", - "m_TeamRespawnWaveTimes.017", - "m_TeamRespawnWaveTimes.018", - "m_TeamRespawnWaveTimes.019", - "m_TeamRespawnWaveTimes.020", - "m_TeamRespawnWaveTimes.021", - "m_TeamRespawnWaveTimes.022", - "m_TeamRespawnWaveTimes.023", - "m_TeamRespawnWaveTimes.024", - "m_TeamRespawnWaveTimes.025", - "m_TeamRespawnWaveTimes.026", - "m_TeamRespawnWaveTimes.027", - "m_TeamRespawnWaveTimes.028", - "m_TeamRespawnWaveTimes.029", - "m_TeamRespawnWaveTimes.030", - "m_TeamRespawnWaveTimes.031", - "m_bTeamReady.000", - "m_bTeamReady.001", - "m_bTeamReady.002", - "m_bTeamReady.003", - "m_bTeamReady.004", - "m_bTeamReady.005", - "m_bTeamReady.006", - "m_bTeamReady.007", - "m_bTeamReady.008", - "m_bTeamReady.009", - "m_bTeamReady.010", - "m_bTeamReady.011", - "m_bTeamReady.012", - "m_bTeamReady.013", - "m_bTeamReady.014", - "m_bTeamReady.015", - "m_bTeamReady.016", - "m_bTeamReady.017", - "m_bTeamReady.018", - "m_bTeamReady.019", - "m_bTeamReady.020", - "m_bTeamReady.021", - "m_bTeamReady.022", - "m_bTeamReady.023", - "m_bTeamReady.024", - "m_bTeamReady.025", - "m_bTeamReady.026", - "m_bTeamReady.027", - "m_bTeamReady.028", - "m_bTeamReady.029", - "m_bTeamReady.030", - "m_bTeamReady.031", - "m_bPlayerReady.000", - "m_bPlayerReady.001", - "m_bPlayerReady.002", - "m_bPlayerReady.003", - "m_bPlayerReady.004", - "m_bPlayerReady.005", - "m_bPlayerReady.006", - "m_bPlayerReady.007", - "m_bPlayerReady.008", - "m_bPlayerReady.009", - "m_bPlayerReady.010", - "m_bPlayerReady.011", - "m_bPlayerReady.012", - "m_bPlayerReady.013", - "m_bPlayerReady.014", - "m_bPlayerReady.015", - "m_bPlayerReady.016", - "m_bPlayerReady.017", - "m_bPlayerReady.018", - "m_bPlayerReady.019", - "m_bPlayerReady.020", - "m_bPlayerReady.021", - "m_bPlayerReady.022", - "m_bPlayerReady.023", - "m_bPlayerReady.024", - "m_bPlayerReady.025", - "m_bPlayerReady.026", - "m_bPlayerReady.027", - "m_bPlayerReady.028", - "m_bPlayerReady.029", - "m_bPlayerReady.030", - "m_bPlayerReady.031", - "m_bPlayerReady.032", - "DT_TeamplayRoundBasedRules.m_iRoundState", - "DT_TeamplayRoundBasedRules.m_bInWaitingForPlayers", - "DT_TeamplayRoundBasedRules.m_iWinningTeam", - "DT_TeamplayRoundBasedRules.m_bInOvertime", - "DT_TeamplayRoundBasedRules.m_bInSetup", - "DT_TeamplayRoundBasedRules.m_bSwitchedTeamsThisRound", - "DT_TeamplayRoundBasedRules.m_bAwaitingReadyRestart", - "DT_TeamplayRoundBasedRules.m_flRestartRoundTime", - "DT_TeamplayRoundBasedRules.m_flMapResetTime", - "DT_TeamplayRoundBasedRules.m_bStopWatch", - "DT_TeamplayRoundBasedRules.m_bMultipleTrains", - "DT_TeamplayRoundBasedRules.m_bCheatsEnabledDuringLevel", - "DT_TFGameRules.m_nGameType", - "DT_TFGameRules.m_nStopWatchState", - "DT_TFGameRules.m_pszTeamGoalStringRed", - "DT_TFGameRules.m_pszTeamGoalStringBlue", - "DT_TFGameRules.m_flCapturePointEnableTime", - "DT_TFGameRules.m_nHudType", - "DT_TFGameRules.m_bIsInTraining", - "DT_TFGameRules.m_bAllowTrainingAchievements", - "DT_TFGameRules.m_bIsWaitingForTrainingContinue", - "DT_TFGameRules.m_bIsTrainingHUDVisible", - "DT_TFGameRules.m_bIsInItemTestingMode", - "DT_TFGameRules.m_hBonusLogic", - "DT_TFGameRules.m_bPlayingKoth", - "DT_TFGameRules.m_bPlayingMedieval", - "DT_TFGameRules.m_bPlayingHybrid_CTF_CP", - "DT_TFGameRules.m_bPlayingSpecialDeliveryMode", - "DT_TFGameRules.m_bPlayingRobotDestructionMode", - "DT_TFGameRules.m_hRedKothTimer", - "DT_TFGameRules.m_hBlueKothTimer", - "DT_TFGameRules.m_nMapHolidayType", - "DT_TFGameRules.m_itHandle", - "DT_TFGameRules.m_bPlayingMannVsMachine", - "DT_TFGameRules.m_hBirthdayPlayer", - "DT_TFGameRules.m_nBossHealth", - "DT_TFGameRules.m_nMaxBossHealth", - "DT_TFGameRules.m_fBossNormalizedTravelDistance", - "DT_TFGameRules.m_bMannVsMachineAlarmStatus", - "DT_TFGameRules.m_bHaveMinPlayersToEnableReady", - "DT_TFGameRules.m_bBountyModeEnabled", - "DT_TFGameRules.m_nHalloweenEffect", - "DT_TFGameRules.m_fHalloweenEffectStartTime", - "DT_TFGameRules.m_fHalloweenEffectDuration", - "DT_TFGameRules.m_halloweenScenario", - "DT_TFGameRules.m_bHelltowerPlayersInHell", - "DT_TFGameRules.m_bIsUsingSpells", - "DT_TFGameRules.m_bCompetitiveMode", - "DT_TFGameRules.m_bPowerupMode", - "DT_TFGameRules.m_pszCustomUpgradesFile" + "DT_TFNonLocalPlayerExclusive": [ + "DT_TFNonLocalPlayerExclusive.m_vecOrigin", + "DT_TFNonLocalPlayerExclusive.m_vecOrigin[2]", + "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[0]", + "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[1]" ], - "DT_GrapplingHook": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_WeaponGrenadeLauncher": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_WeaponGrenadeLauncher.m_flDetonateTime" - ], - "DT_TFProjectile_Pipebomb": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFHalloweenMinigame": [ - "m_nMinigameTeamScore.000", - "m_nMinigameTeamScore.001", - "m_nMinigameTeamScore.002", - "m_nMinigameTeamScore.003", - "DT_TFMinigame.m_nMaxScoreForMiniGame", - "DT_TFMinigame.m_pszHudResFile", - "DT_TFMinigame.m_eScoringType" - ], - "DT_TFHalloweenMinigame_FallingPlatforms": [ - "m_nMinigameTeamScore.000", - "m_nMinigameTeamScore.001", - "m_nMinigameTeamScore.002", - "m_nMinigameTeamScore.003", - "DT_TFMinigame.m_nMaxScoreForMiniGame", - "DT_TFMinigame.m_pszHudResFile", - "DT_TFMinigame.m_eScoringType" - ], - "DT_TFHellZap": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting" - ], - "DT_TFItem": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_DynamicProp.m_bUseHitboxesForRenderBox" - ], - "DT_TFWeaponJar": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_TFWeaponJarMilk": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_TFWeaponKatana": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponKatana.m_bIsBloody" - ], - "DT_TFWeaponKnife": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponKnife.m_bReadyToBackstab", - "DT_TFWeaponKnife.m_bKnifeExists", - "DT_TFWeaponKnife.m_flKnifeRegenerateDuration", - "DT_TFWeaponKnife.m_flKnifeMeltTimestamp" - ], - "DT_TFLaserPointer": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_WeaponLunchBox": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_TFLunchBox_Drink": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_TFMechanicalArm": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_TFMedigunShield": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale" - ], - "DT_TFMinigame": [ - "m_nMinigameTeamScore.000", - "m_nMinigameTeamScore.001", - "m_nMinigameTeamScore.002", - "m_nMinigameTeamScore.003", - "DT_TFMinigame.m_nMaxScoreForMiniGame", - "DT_TFMinigame.m_pszHudResFile", - "DT_TFMinigame.m_eScoringType" - ], - "DT_TFMinigameLogic": [ - "DT_TFMinigameLogic.m_hActiveMinigame" - ], - "DT_WeaponMinigun": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_WeaponMinigun.m_iWeaponState", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_CollisionProperty.m_nSolidType", - "DT_WeaponMinigun.m_bCritShot" - ], - "DT_TFObjectiveResource": [ - "m_bCPIsVisible.000", - "m_bCPIsVisible.001", - "m_bCPIsVisible.002", - "m_bCPIsVisible.003", - "m_bCPIsVisible.004", - "m_bCPIsVisible.005", - "m_bCPIsVisible.006", - "m_bCPIsVisible.007", - "m_flLazyCapPerc.000", - "m_flLazyCapPerc.001", - "m_flLazyCapPerc.002", - "m_flLazyCapPerc.003", - "m_flLazyCapPerc.004", - "m_flLazyCapPerc.005", - "m_flLazyCapPerc.006", - "m_flLazyCapPerc.007", - "m_iTeamIcons.000", - "m_iTeamIcons.001", - "m_iTeamIcons.002", - "m_iTeamIcons.003", - "m_iTeamIcons.004", - "m_iTeamIcons.005", - "m_iTeamIcons.006", - "m_iTeamIcons.007", - "m_iTeamIcons.008", - "m_iTeamIcons.009", - "m_iTeamIcons.010", - "m_iTeamIcons.011", - "m_iTeamIcons.012", - "m_iTeamIcons.013", - "m_iTeamIcons.014", - "m_iTeamIcons.015", - "m_iTeamIcons.016", - "m_iTeamIcons.017", - "m_iTeamIcons.018", - "m_iTeamIcons.019", - "m_iTeamIcons.020", - "m_iTeamIcons.021", - "m_iTeamIcons.022", - "m_iTeamIcons.023", - "m_iTeamIcons.024", - "m_iTeamIcons.025", - "m_iTeamIcons.026", - "m_iTeamIcons.027", - "m_iTeamIcons.028", - "m_iTeamIcons.029", - "m_iTeamIcons.030", - "m_iTeamIcons.031", - "m_iTeamIcons.032", - "m_iTeamIcons.033", - "m_iTeamIcons.034", - "m_iTeamIcons.035", - "m_iTeamIcons.036", - "m_iTeamIcons.037", - "m_iTeamIcons.038", - "m_iTeamIcons.039", - "m_iTeamIcons.040", - "m_iTeamIcons.041", - "m_iTeamIcons.042", - "m_iTeamIcons.043", - "m_iTeamIcons.044", - "m_iTeamIcons.045", - "m_iTeamIcons.046", - "m_iTeamIcons.047", - "m_iTeamIcons.048", - "m_iTeamIcons.049", - "m_iTeamIcons.050", - "m_iTeamIcons.051", - "m_iTeamIcons.052", - "m_iTeamIcons.053", - "m_iTeamIcons.054", - "m_iTeamIcons.055", - "m_iTeamIcons.056", - "m_iTeamIcons.057", - "m_iTeamIcons.058", - "m_iTeamIcons.059", - "m_iTeamIcons.060", - "m_iTeamIcons.061", - "m_iTeamIcons.062", - "m_iTeamIcons.063", - "m_iTeamOverlays.000", - "m_iTeamOverlays.001", - "m_iTeamOverlays.002", - "m_iTeamOverlays.003", - "m_iTeamOverlays.004", - "m_iTeamOverlays.005", - "m_iTeamOverlays.006", - "m_iTeamOverlays.007", - "m_iTeamOverlays.008", - "m_iTeamOverlays.009", - "m_iTeamOverlays.010", - "m_iTeamOverlays.011", - "m_iTeamOverlays.012", - "m_iTeamOverlays.013", - "m_iTeamOverlays.014", - "m_iTeamOverlays.015", - "m_iTeamOverlays.016", - "m_iTeamOverlays.017", - "m_iTeamOverlays.018", - "m_iTeamOverlays.019", - "m_iTeamOverlays.020", - "m_iTeamOverlays.021", - "m_iTeamOverlays.022", - "m_iTeamOverlays.023", - "m_iTeamOverlays.024", - "m_iTeamOverlays.025", - "m_iTeamOverlays.026", - "m_iTeamOverlays.027", - "m_iTeamOverlays.028", - "m_iTeamOverlays.029", - "m_iTeamOverlays.030", - "m_iTeamOverlays.031", - "m_iTeamOverlays.032", - "m_iTeamOverlays.033", - "m_iTeamOverlays.034", - "m_iTeamOverlays.035", - "m_iTeamOverlays.036", - "m_iTeamOverlays.037", - "m_iTeamOverlays.038", - "m_iTeamOverlays.039", - "m_iTeamOverlays.040", - "m_iTeamOverlays.041", - "m_iTeamOverlays.042", - "m_iTeamOverlays.043", - "m_iTeamOverlays.044", - "m_iTeamOverlays.045", - "m_iTeamOverlays.046", - "m_iTeamOverlays.047", - "m_iTeamOverlays.048", - "m_iTeamOverlays.049", - "m_iTeamOverlays.050", - "m_iTeamOverlays.051", - "m_iTeamOverlays.052", - "m_iTeamOverlays.053", - "m_iTeamOverlays.054", - "m_iTeamOverlays.055", - "m_iTeamOverlays.056", - "m_iTeamOverlays.057", - "m_iTeamOverlays.058", - "m_iTeamOverlays.059", - "m_iTeamOverlays.060", - "m_iTeamOverlays.061", - "m_iTeamOverlays.062", - "m_iTeamOverlays.063", - "m_iTeamReqCappers.000", - "m_iTeamReqCappers.001", - "m_iTeamReqCappers.002", - "m_iTeamReqCappers.003", - "m_iTeamReqCappers.004", - "m_iTeamReqCappers.005", - "m_iTeamReqCappers.006", - "m_iTeamReqCappers.007", - "m_iTeamReqCappers.008", - "m_iTeamReqCappers.009", - "m_iTeamReqCappers.010", - "m_iTeamReqCappers.011", - "m_iTeamReqCappers.012", - "m_iTeamReqCappers.013", - "m_iTeamReqCappers.014", - "m_iTeamReqCappers.015", - "m_iTeamReqCappers.016", - "m_iTeamReqCappers.017", - "m_iTeamReqCappers.018", - "m_iTeamReqCappers.019", - "m_iTeamReqCappers.020", - "m_iTeamReqCappers.021", - "m_iTeamReqCappers.022", - "m_iTeamReqCappers.023", - "m_iTeamReqCappers.024", - "m_iTeamReqCappers.025", - "m_iTeamReqCappers.026", - "m_iTeamReqCappers.027", - "m_iTeamReqCappers.028", - "m_iTeamReqCappers.029", - "m_iTeamReqCappers.030", - "m_iTeamReqCappers.031", - "m_iTeamReqCappers.032", - "m_iTeamReqCappers.033", - "m_iTeamReqCappers.034", - "m_iTeamReqCappers.035", - "m_iTeamReqCappers.036", - "m_iTeamReqCappers.037", - "m_iTeamReqCappers.038", - "m_iTeamReqCappers.039", - "m_iTeamReqCappers.040", - "m_iTeamReqCappers.041", - "m_iTeamReqCappers.042", - "m_iTeamReqCappers.043", - "m_iTeamReqCappers.044", - "m_iTeamReqCappers.045", - "m_iTeamReqCappers.046", - "m_iTeamReqCappers.047", - "m_iTeamReqCappers.048", - "m_iTeamReqCappers.049", - "m_iTeamReqCappers.050", - "m_iTeamReqCappers.051", - "m_iTeamReqCappers.052", - "m_iTeamReqCappers.053", - "m_iTeamReqCappers.054", - "m_iTeamReqCappers.055", - "m_iTeamReqCappers.056", - "m_iTeamReqCappers.057", - "m_iTeamReqCappers.058", - "m_iTeamReqCappers.059", - "m_iTeamReqCappers.060", - "m_iTeamReqCappers.061", - "m_iTeamReqCappers.062", - "m_iTeamReqCappers.063", - "m_flTeamCapTime.000", - "m_flTeamCapTime.001", - "m_flTeamCapTime.002", - "m_flTeamCapTime.003", - "m_flTeamCapTime.004", - "m_flTeamCapTime.005", - "m_flTeamCapTime.006", - "m_flTeamCapTime.007", - "m_flTeamCapTime.008", - "m_flTeamCapTime.009", - "m_flTeamCapTime.010", - "m_flTeamCapTime.011", - "m_flTeamCapTime.012", - "m_flTeamCapTime.013", - "m_flTeamCapTime.014", - "m_flTeamCapTime.015", - "m_flTeamCapTime.016", - "m_flTeamCapTime.017", - "m_flTeamCapTime.018", - "m_flTeamCapTime.019", - "m_flTeamCapTime.020", - "m_flTeamCapTime.021", - "m_flTeamCapTime.022", - "m_flTeamCapTime.023", - "m_flTeamCapTime.024", - "m_flTeamCapTime.025", - "m_flTeamCapTime.026", - "m_flTeamCapTime.027", - "m_flTeamCapTime.028", - "m_flTeamCapTime.029", - "m_flTeamCapTime.030", - "m_flTeamCapTime.031", - "m_flTeamCapTime.032", - "m_flTeamCapTime.033", - "m_flTeamCapTime.034", - "m_flTeamCapTime.035", - "m_flTeamCapTime.036", - "m_flTeamCapTime.037", - "m_flTeamCapTime.038", - "m_flTeamCapTime.039", - "m_flTeamCapTime.040", - "m_flTeamCapTime.041", - "m_flTeamCapTime.042", - "m_flTeamCapTime.043", - "m_flTeamCapTime.044", - "m_flTeamCapTime.045", - "m_flTeamCapTime.046", - "m_flTeamCapTime.047", - "m_flTeamCapTime.048", - "m_flTeamCapTime.049", - "m_flTeamCapTime.050", - "m_flTeamCapTime.051", - "m_flTeamCapTime.052", - "m_flTeamCapTime.053", - "m_flTeamCapTime.054", - "m_flTeamCapTime.055", - "m_flTeamCapTime.056", - "m_flTeamCapTime.057", - "m_flTeamCapTime.058", - "m_flTeamCapTime.059", - "m_flTeamCapTime.060", - "m_flTeamCapTime.061", - "m_flTeamCapTime.062", - "m_flTeamCapTime.063", - "m_iPreviousPoints.000", - "m_iPreviousPoints.001", - "m_iPreviousPoints.002", - "m_iPreviousPoints.003", - "m_iPreviousPoints.004", - "m_iPreviousPoints.005", - "m_iPreviousPoints.006", - "m_iPreviousPoints.007", - "m_iPreviousPoints.008", - "m_iPreviousPoints.009", - "m_iPreviousPoints.010", - "m_iPreviousPoints.011", - "m_iPreviousPoints.012", - "m_iPreviousPoints.013", - "m_iPreviousPoints.014", - "m_iPreviousPoints.015", - "m_iPreviousPoints.016", - "m_iPreviousPoints.017", - "m_iPreviousPoints.018", - "m_iPreviousPoints.019", - "m_iPreviousPoints.020", - "m_iPreviousPoints.021", - "m_iPreviousPoints.022", - "m_iPreviousPoints.023", - "m_iPreviousPoints.024", - "m_iPreviousPoints.025", - "m_iPreviousPoints.026", - "m_iPreviousPoints.027", - "m_iPreviousPoints.028", - "m_iPreviousPoints.029", - "m_iPreviousPoints.030", - "m_iPreviousPoints.031", - "m_iPreviousPoints.032", - "m_iPreviousPoints.033", - "m_iPreviousPoints.034", - "m_iPreviousPoints.035", - "m_iPreviousPoints.036", - "m_iPreviousPoints.037", - "m_iPreviousPoints.038", - "m_iPreviousPoints.039", - "m_iPreviousPoints.040", - "m_iPreviousPoints.041", - "m_iPreviousPoints.042", - "m_iPreviousPoints.043", - "m_iPreviousPoints.044", - "m_iPreviousPoints.045", - "m_iPreviousPoints.046", - "m_iPreviousPoints.047", - "m_iPreviousPoints.048", - "m_iPreviousPoints.049", - "m_iPreviousPoints.050", - "m_iPreviousPoints.051", - "m_iPreviousPoints.052", - "m_iPreviousPoints.053", - "m_iPreviousPoints.054", - "m_iPreviousPoints.055", - "m_iPreviousPoints.056", - "m_iPreviousPoints.057", - "m_iPreviousPoints.058", - "m_iPreviousPoints.059", - "m_iPreviousPoints.060", - "m_iPreviousPoints.061", - "m_iPreviousPoints.062", - "m_iPreviousPoints.063", - "m_iPreviousPoints.064", - "m_iPreviousPoints.065", - "m_iPreviousPoints.066", - "m_iPreviousPoints.067", - "m_iPreviousPoints.068", - "m_iPreviousPoints.069", - "m_iPreviousPoints.070", - "m_iPreviousPoints.071", - "m_iPreviousPoints.072", - "m_iPreviousPoints.073", - "m_iPreviousPoints.074", - "m_iPreviousPoints.075", - "m_iPreviousPoints.076", - "m_iPreviousPoints.077", - "m_iPreviousPoints.078", - "m_iPreviousPoints.079", - "m_iPreviousPoints.080", - "m_iPreviousPoints.081", - "m_iPreviousPoints.082", - "m_iPreviousPoints.083", - "m_iPreviousPoints.084", - "m_iPreviousPoints.085", - "m_iPreviousPoints.086", - "m_iPreviousPoints.087", - "m_iPreviousPoints.088", - "m_iPreviousPoints.089", - "m_iPreviousPoints.090", - "m_iPreviousPoints.091", - "m_iPreviousPoints.092", - "m_iPreviousPoints.093", - "m_iPreviousPoints.094", - "m_iPreviousPoints.095", - "m_iPreviousPoints.096", - "m_iPreviousPoints.097", - "m_iPreviousPoints.098", - "m_iPreviousPoints.099", - "m_iPreviousPoints.100", - "m_iPreviousPoints.101", - "m_iPreviousPoints.102", - "m_iPreviousPoints.103", - "m_iPreviousPoints.104", - "m_iPreviousPoints.105", - "m_iPreviousPoints.106", - "m_iPreviousPoints.107", - "m_iPreviousPoints.108", - "m_iPreviousPoints.109", - "m_iPreviousPoints.110", - "m_iPreviousPoints.111", - "m_iPreviousPoints.112", - "m_iPreviousPoints.113", - "m_iPreviousPoints.114", - "m_iPreviousPoints.115", - "m_iPreviousPoints.116", - "m_iPreviousPoints.117", - "m_iPreviousPoints.118", - "m_iPreviousPoints.119", - "m_iPreviousPoints.120", - "m_iPreviousPoints.121", - "m_iPreviousPoints.122", - "m_iPreviousPoints.123", - "m_iPreviousPoints.124", - "m_iPreviousPoints.125", - "m_iPreviousPoints.126", - "m_iPreviousPoints.127", - "m_iPreviousPoints.128", - "m_iPreviousPoints.129", - "m_iPreviousPoints.130", - "m_iPreviousPoints.131", - "m_iPreviousPoints.132", - "m_iPreviousPoints.133", - "m_iPreviousPoints.134", - "m_iPreviousPoints.135", - "m_iPreviousPoints.136", - "m_iPreviousPoints.137", - "m_iPreviousPoints.138", - "m_iPreviousPoints.139", - "m_iPreviousPoints.140", - "m_iPreviousPoints.141", - "m_iPreviousPoints.142", - "m_iPreviousPoints.143", - "m_iPreviousPoints.144", - "m_iPreviousPoints.145", - "m_iPreviousPoints.146", - "m_iPreviousPoints.147", - "m_iPreviousPoints.148", - "m_iPreviousPoints.149", - "m_iPreviousPoints.150", - "m_iPreviousPoints.151", - "m_iPreviousPoints.152", - "m_iPreviousPoints.153", - "m_iPreviousPoints.154", - "m_iPreviousPoints.155", - "m_iPreviousPoints.156", - "m_iPreviousPoints.157", - "m_iPreviousPoints.158", - "m_iPreviousPoints.159", - "m_iPreviousPoints.160", - "m_iPreviousPoints.161", - "m_iPreviousPoints.162", - "m_iPreviousPoints.163", - "m_iPreviousPoints.164", - "m_iPreviousPoints.165", - "m_iPreviousPoints.166", - "m_iPreviousPoints.167", - "m_iPreviousPoints.168", - "m_iPreviousPoints.169", - "m_iPreviousPoints.170", - "m_iPreviousPoints.171", - "m_iPreviousPoints.172", - "m_iPreviousPoints.173", - "m_iPreviousPoints.174", - "m_iPreviousPoints.175", - "m_iPreviousPoints.176", - "m_iPreviousPoints.177", - "m_iPreviousPoints.178", - "m_iPreviousPoints.179", - "m_iPreviousPoints.180", - "m_iPreviousPoints.181", - "m_iPreviousPoints.182", - "m_iPreviousPoints.183", - "m_iPreviousPoints.184", - "m_iPreviousPoints.185", - "m_iPreviousPoints.186", - "m_iPreviousPoints.187", - "m_iPreviousPoints.188", - "m_iPreviousPoints.189", - "m_iPreviousPoints.190", - "m_iPreviousPoints.191", - "m_bTeamCanCap.000", - "m_bTeamCanCap.001", - "m_bTeamCanCap.002", - "m_bTeamCanCap.003", - "m_bTeamCanCap.004", - "m_bTeamCanCap.005", - "m_bTeamCanCap.006", - "m_bTeamCanCap.007", - "m_bTeamCanCap.008", - "m_bTeamCanCap.009", - "m_bTeamCanCap.010", - "m_bTeamCanCap.011", - "m_bTeamCanCap.012", - "m_bTeamCanCap.013", - "m_bTeamCanCap.014", - "m_bTeamCanCap.015", - "m_bTeamCanCap.016", - "m_bTeamCanCap.017", - "m_bTeamCanCap.018", - "m_bTeamCanCap.019", - "m_bTeamCanCap.020", - "m_bTeamCanCap.021", - "m_bTeamCanCap.022", - "m_bTeamCanCap.023", - "m_bTeamCanCap.024", - "m_bTeamCanCap.025", - "m_bTeamCanCap.026", - "m_bTeamCanCap.027", - "m_bTeamCanCap.028", - "m_bTeamCanCap.029", - "m_bTeamCanCap.030", - "m_bTeamCanCap.031", - "m_bTeamCanCap.032", - "m_bTeamCanCap.033", - "m_bTeamCanCap.034", - "m_bTeamCanCap.035", - "m_bTeamCanCap.036", - "m_bTeamCanCap.037", - "m_bTeamCanCap.038", - "m_bTeamCanCap.039", - "m_bTeamCanCap.040", - "m_bTeamCanCap.041", - "m_bTeamCanCap.042", - "m_bTeamCanCap.043", - "m_bTeamCanCap.044", - "m_bTeamCanCap.045", - "m_bTeamCanCap.046", - "m_bTeamCanCap.047", - "m_bTeamCanCap.048", - "m_bTeamCanCap.049", - "m_bTeamCanCap.050", - "m_bTeamCanCap.051", - "m_bTeamCanCap.052", - "m_bTeamCanCap.053", - "m_bTeamCanCap.054", - "m_bTeamCanCap.055", - "m_bTeamCanCap.056", - "m_bTeamCanCap.057", - "m_bTeamCanCap.058", - "m_bTeamCanCap.059", - "m_bTeamCanCap.060", - "m_bTeamCanCap.061", - "m_bTeamCanCap.062", - "m_bTeamCanCap.063", - "m_iTeamBaseIcons.000", - "m_iTeamBaseIcons.001", - "m_iTeamBaseIcons.002", - "m_iTeamBaseIcons.003", - "m_iTeamBaseIcons.004", - "m_iTeamBaseIcons.005", - "m_iTeamBaseIcons.006", - "m_iTeamBaseIcons.007", - "m_iTeamBaseIcons.008", - "m_iTeamBaseIcons.009", - "m_iTeamBaseIcons.010", - "m_iTeamBaseIcons.011", - "m_iTeamBaseIcons.012", - "m_iTeamBaseIcons.013", - "m_iTeamBaseIcons.014", - "m_iTeamBaseIcons.015", - "m_iTeamBaseIcons.016", - "m_iTeamBaseIcons.017", - "m_iTeamBaseIcons.018", - "m_iTeamBaseIcons.019", - "m_iTeamBaseIcons.020", - "m_iTeamBaseIcons.021", - "m_iTeamBaseIcons.022", - "m_iTeamBaseIcons.023", - "m_iTeamBaseIcons.024", - "m_iTeamBaseIcons.025", - "m_iTeamBaseIcons.026", - "m_iTeamBaseIcons.027", - "m_iTeamBaseIcons.028", - "m_iTeamBaseIcons.029", - "m_iTeamBaseIcons.030", - "m_iTeamBaseIcons.031", - "m_iBaseControlPoints.000", - "m_iBaseControlPoints.001", - "m_iBaseControlPoints.002", - "m_iBaseControlPoints.003", - "m_iBaseControlPoints.004", - "m_iBaseControlPoints.005", - "m_iBaseControlPoints.006", - "m_iBaseControlPoints.007", - "m_iBaseControlPoints.008", - "m_iBaseControlPoints.009", - "m_iBaseControlPoints.010", - "m_iBaseControlPoints.011", - "m_iBaseControlPoints.012", - "m_iBaseControlPoints.013", - "m_iBaseControlPoints.014", - "m_iBaseControlPoints.015", - "m_iBaseControlPoints.016", - "m_iBaseControlPoints.017", - "m_iBaseControlPoints.018", - "m_iBaseControlPoints.019", - "m_iBaseControlPoints.020", - "m_iBaseControlPoints.021", - "m_iBaseControlPoints.022", - "m_iBaseControlPoints.023", - "m_iBaseControlPoints.024", - "m_iBaseControlPoints.025", - "m_iBaseControlPoints.026", - "m_iBaseControlPoints.027", - "m_iBaseControlPoints.028", - "m_iBaseControlPoints.029", - "m_iBaseControlPoints.030", - "m_iBaseControlPoints.031", - "m_bInMiniRound.000", - "m_bInMiniRound.001", - "m_bInMiniRound.002", - "m_bInMiniRound.003", - "m_bInMiniRound.004", - "m_bInMiniRound.005", - "m_bInMiniRound.006", - "m_bInMiniRound.007", - "m_iWarnOnCap.000", - "m_iWarnOnCap.001", - "m_iWarnOnCap.002", - "m_iWarnOnCap.003", - "m_iWarnOnCap.004", - "m_iWarnOnCap.005", - "m_iWarnOnCap.006", - "m_iWarnOnCap.007", - "m_flPathDistance.000", - "m_flPathDistance.001", - "m_flPathDistance.002", - "m_flPathDistance.003", - "m_flPathDistance.004", - "m_flPathDistance.005", - "m_flPathDistance.006", - "m_flPathDistance.007", - "m_iCPGroup.000", - "m_iCPGroup.001", - "m_iCPGroup.002", - "m_iCPGroup.003", - "m_iCPGroup.004", - "m_iCPGroup.005", - "m_iCPGroup.006", - "m_iCPGroup.007", - "m_bCPLocked.000", - "m_bCPLocked.001", - "m_bCPLocked.002", - "m_bCPLocked.003", - "m_bCPLocked.004", - "m_bCPLocked.005", - "m_bCPLocked.006", - "m_bCPLocked.007", - "m_nNumNodeHillData.000", - "m_nNumNodeHillData.001", - "m_nNumNodeHillData.002", - "m_nNumNodeHillData.003", - "m_flNodeHillData.000", - "m_flNodeHillData.001", - "m_flNodeHillData.002", - "m_flNodeHillData.003", - "m_flNodeHillData.004", - "m_flNodeHillData.005", - "m_flNodeHillData.006", - "m_flNodeHillData.007", - "m_flNodeHillData.008", - "m_flNodeHillData.009", - "m_flNodeHillData.010", - "m_flNodeHillData.011", - "m_flNodeHillData.012", - "m_flNodeHillData.013", - "m_flNodeHillData.014", - "m_flNodeHillData.015", - "m_flNodeHillData.016", - "m_flNodeHillData.017", - "m_flNodeHillData.018", - "m_flNodeHillData.019", - "m_flNodeHillData.020", - "m_flNodeHillData.021", - "m_flNodeHillData.022", - "m_flNodeHillData.023", - "m_flNodeHillData.024", - "m_flNodeHillData.025", - "m_flNodeHillData.026", - "m_flNodeHillData.027", - "m_flNodeHillData.028", - "m_flNodeHillData.029", - "m_flNodeHillData.030", - "m_flNodeHillData.031", - "m_flNodeHillData.032", - "m_flNodeHillData.033", - "m_flNodeHillData.034", - "m_flNodeHillData.035", - "m_flNodeHillData.036", - "m_flNodeHillData.037", - "m_flNodeHillData.038", - "m_flNodeHillData.039", - "m_bTrackAlarm.000", - "m_bTrackAlarm.001", - "m_bTrackAlarm.002", - "m_bTrackAlarm.003", - "m_flUnlockTimes.000", - "m_flUnlockTimes.001", - "m_flUnlockTimes.002", - "m_flUnlockTimes.003", - "m_flUnlockTimes.004", - "m_flUnlockTimes.005", - "m_flUnlockTimes.006", - "m_flUnlockTimes.007", - "m_bHillIsDownhill.000", - "m_bHillIsDownhill.001", - "m_bHillIsDownhill.002", - "m_bHillIsDownhill.003", - "m_bHillIsDownhill.004", - "m_bHillIsDownhill.005", - "m_bHillIsDownhill.006", - "m_bHillIsDownhill.007", - "m_bHillIsDownhill.008", - "m_bHillIsDownhill.009", - "m_bHillIsDownhill.010", - "m_bHillIsDownhill.011", - "m_bHillIsDownhill.012", - "m_bHillIsDownhill.013", - "m_bHillIsDownhill.014", - "m_bHillIsDownhill.015", - "m_bHillIsDownhill.016", - "m_bHillIsDownhill.017", - "m_bHillIsDownhill.018", - "m_bHillIsDownhill.019", - "m_flCPTimerTimes.000", - "m_flCPTimerTimes.001", - "m_flCPTimerTimes.002", - "m_flCPTimerTimes.003", - "m_flCPTimerTimes.004", - "m_flCPTimerTimes.005", - "m_flCPTimerTimes.006", - "m_flCPTimerTimes.007", - "m_iNumTeamMembers.000", - "m_iNumTeamMembers.001", - "m_iNumTeamMembers.002", - "m_iNumTeamMembers.003", - "m_iNumTeamMembers.004", - "m_iNumTeamMembers.005", - "m_iNumTeamMembers.006", - "m_iNumTeamMembers.007", - "m_iNumTeamMembers.008", - "m_iNumTeamMembers.009", - "m_iNumTeamMembers.010", - "m_iNumTeamMembers.011", - "m_iNumTeamMembers.012", - "m_iNumTeamMembers.013", - "m_iNumTeamMembers.014", - "m_iNumTeamMembers.015", - "m_iNumTeamMembers.016", - "m_iNumTeamMembers.017", - "m_iNumTeamMembers.018", - "m_iNumTeamMembers.019", - "m_iNumTeamMembers.020", - "m_iNumTeamMembers.021", - "m_iNumTeamMembers.022", - "m_iNumTeamMembers.023", - "m_iNumTeamMembers.024", - "m_iNumTeamMembers.025", - "m_iNumTeamMembers.026", - "m_iNumTeamMembers.027", - "m_iNumTeamMembers.028", - "m_iNumTeamMembers.029", - "m_iNumTeamMembers.030", - "m_iNumTeamMembers.031", - "m_iNumTeamMembers.032", - "m_iNumTeamMembers.033", - "m_iNumTeamMembers.034", - "m_iNumTeamMembers.035", - "m_iNumTeamMembers.036", - "m_iNumTeamMembers.037", - "m_iNumTeamMembers.038", - "m_iNumTeamMembers.039", - "m_iNumTeamMembers.040", - "m_iNumTeamMembers.041", - "m_iNumTeamMembers.042", - "m_iNumTeamMembers.043", - "m_iNumTeamMembers.044", - "m_iNumTeamMembers.045", - "m_iNumTeamMembers.046", - "m_iNumTeamMembers.047", - "m_iNumTeamMembers.048", - "m_iNumTeamMembers.049", - "m_iNumTeamMembers.050", - "m_iNumTeamMembers.051", - "m_iNumTeamMembers.052", - "m_iNumTeamMembers.053", - "m_iNumTeamMembers.054", - "m_iNumTeamMembers.055", - "m_iNumTeamMembers.056", - "m_iNumTeamMembers.057", - "m_iNumTeamMembers.058", - "m_iNumTeamMembers.059", - "m_iNumTeamMembers.060", - "m_iNumTeamMembers.061", - "m_iNumTeamMembers.062", - "m_iNumTeamMembers.063", - "m_iCappingTeam.000", - "m_iCappingTeam.001", - "m_iCappingTeam.002", - "m_iCappingTeam.003", - "m_iCappingTeam.004", - "m_iCappingTeam.005", - "m_iCappingTeam.006", - "m_iCappingTeam.007", - "m_iTeamInZone.000", - "m_iTeamInZone.001", - "m_iTeamInZone.002", - "m_iTeamInZone.003", - "m_iTeamInZone.004", - "m_iTeamInZone.005", - "m_iTeamInZone.006", - "m_iTeamInZone.007", - "m_bBlocked.000", - "m_bBlocked.001", - "m_bBlocked.002", - "m_bBlocked.003", - "m_bBlocked.004", - "m_bBlocked.005", - "m_bBlocked.006", - "m_bBlocked.007", - "m_iOwner.000", - "m_iOwner.001", - "m_iOwner.002", - "m_iOwner.003", - "m_iOwner.004", - "m_iOwner.005", - "m_iOwner.006", - "m_iOwner.007", - "m_bCPCapRateScalesWithPlayers.000", - "m_bCPCapRateScalesWithPlayers.001", - "m_bCPCapRateScalesWithPlayers.002", - "m_bCPCapRateScalesWithPlayers.003", - "m_bCPCapRateScalesWithPlayers.004", - "m_bCPCapRateScalesWithPlayers.005", - "m_bCPCapRateScalesWithPlayers.006", - "m_bCPCapRateScalesWithPlayers.007", - "m_nMannVsMachineWaveClassCounts.000", - "m_nMannVsMachineWaveClassCounts.001", - "m_nMannVsMachineWaveClassCounts.002", - "m_nMannVsMachineWaveClassCounts.003", - "m_nMannVsMachineWaveClassCounts.004", - "m_nMannVsMachineWaveClassCounts.005", - "m_nMannVsMachineWaveClassCounts.006", - "m_nMannVsMachineWaveClassCounts.007", - "m_nMannVsMachineWaveClassCounts.008", - "m_nMannVsMachineWaveClassCounts.009", - "m_nMannVsMachineWaveClassCounts.010", - "m_nMannVsMachineWaveClassCounts.011", - "m_nMannVsMachineWaveClassFlags.000", - "m_nMannVsMachineWaveClassFlags.001", - "m_nMannVsMachineWaveClassFlags.002", - "m_nMannVsMachineWaveClassFlags.003", - "m_nMannVsMachineWaveClassFlags.004", - "m_nMannVsMachineWaveClassFlags.005", - "m_nMannVsMachineWaveClassFlags.006", - "m_nMannVsMachineWaveClassFlags.007", - "m_nMannVsMachineWaveClassFlags.008", - "m_nMannVsMachineWaveClassFlags.009", - "m_nMannVsMachineWaveClassFlags.010", - "m_nMannVsMachineWaveClassFlags.011", - "m_nMannVsMachineWaveClassCounts2.000", - "m_nMannVsMachineWaveClassCounts2.001", - "m_nMannVsMachineWaveClassCounts2.002", - "m_nMannVsMachineWaveClassCounts2.003", - "m_nMannVsMachineWaveClassCounts2.004", - "m_nMannVsMachineWaveClassCounts2.005", - "m_nMannVsMachineWaveClassCounts2.006", - "m_nMannVsMachineWaveClassCounts2.007", - "m_nMannVsMachineWaveClassCounts2.008", - "m_nMannVsMachineWaveClassCounts2.009", - "m_nMannVsMachineWaveClassCounts2.010", - "m_nMannVsMachineWaveClassCounts2.011", - "m_nMannVsMachineWaveClassFlags2.000", - "m_nMannVsMachineWaveClassFlags2.001", - "m_nMannVsMachineWaveClassFlags2.002", - "m_nMannVsMachineWaveClassFlags2.003", - "m_nMannVsMachineWaveClassFlags2.004", - "m_nMannVsMachineWaveClassFlags2.005", - "m_nMannVsMachineWaveClassFlags2.006", - "m_nMannVsMachineWaveClassFlags2.007", - "m_nMannVsMachineWaveClassFlags2.008", - "m_nMannVsMachineWaveClassFlags2.009", - "m_nMannVsMachineWaveClassFlags2.010", - "m_nMannVsMachineWaveClassFlags2.011", - "m_bMannVsMachineWaveClassActive.000", - "m_bMannVsMachineWaveClassActive.001", - "m_bMannVsMachineWaveClassActive.002", - "m_bMannVsMachineWaveClassActive.003", - "m_bMannVsMachineWaveClassActive.004", - "m_bMannVsMachineWaveClassActive.005", - "m_bMannVsMachineWaveClassActive.006", - "m_bMannVsMachineWaveClassActive.007", - "m_bMannVsMachineWaveClassActive.008", - "m_bMannVsMachineWaveClassActive.009", - "m_bMannVsMachineWaveClassActive.010", - "m_bMannVsMachineWaveClassActive.011", - "m_bMannVsMachineWaveClassActive2.000", - "m_bMannVsMachineWaveClassActive2.001", - "m_bMannVsMachineWaveClassActive2.002", - "m_bMannVsMachineWaveClassActive2.003", - "m_bMannVsMachineWaveClassActive2.004", - "m_bMannVsMachineWaveClassActive2.005", - "m_bMannVsMachineWaveClassActive2.006", - "m_bMannVsMachineWaveClassActive2.007", - "m_bMannVsMachineWaveClassActive2.008", - "m_bMannVsMachineWaveClassActive2.009", - "m_bMannVsMachineWaveClassActive2.010", - "m_bMannVsMachineWaveClassActive2.011", - "DT_BaseTeamObjectiveResource.m_iTimerToShowInHUD", - "DT_BaseTeamObjectiveResource.m_iStopWatchTimer", - "DT_BaseTeamObjectiveResource.m_iNumControlPoints", - "DT_BaseTeamObjectiveResource.m_bPlayingMiniRounds", - "DT_BaseTeamObjectiveResource.m_bControlPointsReset", - "DT_BaseTeamObjectiveResource.m_iUpdateCapHudParity", - "DT_BaseTeamObjectiveResource.m_vCPPositions", - "DT_BaseTeamObjectiveResource.m_iszWarnSound", - "DT_BaseTeamObjectiveResource.m_pszCapLayoutInHUD", - "DT_BaseTeamObjectiveResource.m_flCustomPositionX", - "DT_BaseTeamObjectiveResource.m_flCustomPositionY", - "DT_TFObjectiveResource.m_nMannVsMachineMaxWaveCount", - "DT_TFObjectiveResource.m_nMannVsMachineWaveCount", - "DT_TFObjectiveResource.m_nMannVsMachineWaveEnemyCount", - "DT_TFObjectiveResource.m_nMvMWorldMoney", - "DT_TFObjectiveResource.m_flMannVsMachineNextWaveTime", - "DT_TFObjectiveResource.m_bMannVsMachineBetweenWaves", - "DT_TFObjectiveResource.m_nFlagCarrierUpgradeLevel", - "DT_TFObjectiveResource.m_flMvMBaseBombUpgradeTime", - "DT_TFObjectiveResource.m_flMvMNextBombUpgradeTime", - "DT_TFObjectiveResource.m_iszMvMPopfileName", - "DT_TFObjectiveResource.m_iChallengeIndex", - "DT_TFObjectiveResource.m_nMvMEventPopfileType", - "DT_TFObjectiveResource.m_iszMannVsMachineWaveClassNames", - "DT_TFObjectiveResource.m_iszMannVsMachineWaveClassNames2" - ], - "DT_TFParachute": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_TFParachute_Primary": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_TFParachute_Secondary": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_ParticleCannon": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_ParticleCannon.m_flChargeBeginTime", - "DT_ParticleCannon.m_iChargeEffect" - ], - "DT_TFPEPBrawlerBlaster": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_WeaponPipebombLauncher": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_PipebombLauncherLocalData.m_iPipebombCount", - "DT_PipebombLauncherLocalData.m_flChargeBeginTime", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_WeaponPistol": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_WeaponPistol_Scout": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_WeaponPistol_ScoutPrimary": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_WeaponPistol_ScoutSecondary": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_TFPlayer": [ - "DT_Local.m_flDucktime", - "DT_Local.m_flFallVelocity", - "DT_Local.m_vecPunchAngle", - "DT_LocalPlayerExclusive.m_vecViewOffset[2]", - "DT_LocalPlayerExclusive.m_nTickBase", - "DT_LocalPlayerExclusive.m_hGroundEntity", - "DT_LocalPlayerExclusive.m_vecVelocity[0]", - "DT_LocalPlayerExclusive.m_vecVelocity[1]", - "DT_LocalPlayerExclusive.m_vecVelocity[2]", - "DT_TFLocalPlayerExclusive.m_vecOrigin", - "DT_TFLocalPlayerExclusive.m_vecOrigin[2]", - "DT_TFLocalPlayerExclusive.m_angEyeAngles[0]", - "DT_TFNonLocalPlayerExclusive.m_vecOrigin", - "DT_TFNonLocalPlayerExclusive.m_vecOrigin[2]", - "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[0]", - "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[1]", - "DT_BaseEntity.m_flSimulationTime", - "DT_BasePlayer.m_iHealth", - "DT_BasePlayer.m_fFlags", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_BCCLocalPlayerExclusive.m_flNextAttack", - "m_hMyWeapons.000", - "m_hMyWeapons.001", - "m_hMyWeapons.002", - "m_hMyWeapons.003", - "m_hMyWeapons.004", - "m_hMyWeapons.005", - "m_hMyWeapons.006", - "m_hMyWeapons.007", - "m_hMyWeapons.008", - "m_hMyWeapons.009", - "m_hMyWeapons.010", - "m_hMyWeapons.011", - "m_hMyWeapons.012", - "m_hMyWeapons.013", - "m_hMyWeapons.014", - "m_hMyWeapons.015", - "m_hMyWeapons.016", - "m_hMyWeapons.017", - "m_hMyWeapons.018", - "m_hMyWeapons.019", - "m_hMyWeapons.020", - "m_hMyWeapons.021", - "m_hMyWeapons.022", - "m_hMyWeapons.023", - "m_hMyWeapons.024", - "m_hMyWeapons.025", - "m_hMyWeapons.026", - "m_hMyWeapons.027", - "m_hMyWeapons.028", - "m_hMyWeapons.029", - "m_hMyWeapons.030", - "m_hMyWeapons.031", - "m_hMyWeapons.032", - "m_hMyWeapons.033", - "m_hMyWeapons.034", - "m_hMyWeapons.035", - "m_hMyWeapons.036", - "m_hMyWeapons.037", - "m_hMyWeapons.038", - "m_hMyWeapons.039", - "m_hMyWeapons.040", - "m_hMyWeapons.041", - "m_hMyWeapons.042", - "m_hMyWeapons.043", - "m_hMyWeapons.044", - "m_hMyWeapons.045", - "m_hMyWeapons.046", - "m_hMyWeapons.047", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_PlayerState.deadflag", - "_LPT_m_hMyWearables_8.lengthprop8", - "_ST_m_hMyWearables_8.000", - "_ST_m_hMyWearables_8.001", - "_ST_m_hMyWearables_8.002", - "_ST_m_hMyWearables_8.003", - "_ST_m_hMyWearables_8.004", - "_ST_m_hMyWearables_8.005", - "_ST_m_hMyWearables_8.006", - "_ST_m_hMyWearables_8.007", - "m_chAreaBits.000", - "m_chAreaBits.001", - "m_chAreaBits.002", - "m_chAreaBits.003", - "m_chAreaBits.004", - "m_chAreaBits.005", - "m_chAreaBits.006", - "m_chAreaBits.007", - "m_chAreaBits.008", - "m_chAreaBits.009", - "m_chAreaBits.010", - "m_chAreaBits.011", - "m_chAreaBits.012", - "m_chAreaBits.013", - "m_chAreaBits.014", - "m_chAreaBits.015", - "m_chAreaBits.016", - "m_chAreaBits.017", - "m_chAreaBits.018", - "m_chAreaBits.019", - "m_chAreaBits.020", - "m_chAreaBits.021", - "m_chAreaBits.022", - "m_chAreaBits.023", - "m_chAreaBits.024", - "m_chAreaBits.025", - "m_chAreaBits.026", - "m_chAreaBits.027", - "m_chAreaBits.028", - "m_chAreaBits.029", - "m_chAreaBits.030", - "m_chAreaBits.031", - "m_chAreaPortalBits.000", - "m_chAreaPortalBits.001", - "m_chAreaPortalBits.002", - "m_chAreaPortalBits.003", - "m_chAreaPortalBits.004", - "m_chAreaPortalBits.005", - "m_chAreaPortalBits.006", - "m_chAreaPortalBits.007", - "m_chAreaPortalBits.008", - "m_chAreaPortalBits.009", - "m_chAreaPortalBits.010", - "m_chAreaPortalBits.011", - "m_chAreaPortalBits.012", - "m_chAreaPortalBits.013", - "m_chAreaPortalBits.014", - "m_chAreaPortalBits.015", - "m_chAreaPortalBits.016", - "m_chAreaPortalBits.017", - "m_chAreaPortalBits.018", - "m_chAreaPortalBits.019", - "m_chAreaPortalBits.020", - "m_chAreaPortalBits.021", - "m_chAreaPortalBits.022", - "m_chAreaPortalBits.023", - "DT_Local.m_iHideHUD", - "DT_Local.m_flFOVRate", - "DT_Local.m_bDucked", - "DT_Local.m_bDucking", - "DT_Local.m_bInDuckJump", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_Local.m_flDuckJumpTime", - "DT_Local.m_flJumpTime", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_Local.m_vecPunchAngleVel", - "DT_Local.m_bDrawViewmodel", - "DT_Local.m_bWearingSuit", - "DT_Local.m_bPoisoned", - "DT_Local.m_flStepSize", - "DT_Local.m_bAllowAutoMovement", - "DT_Local.m_skybox3d.scale", - "DT_Local.m_skybox3d.origin", - "DT_Local.m_skybox3d.area", - "DT_Local.m_skybox3d.fog.enable", - "DT_Local.m_skybox3d.fog.blend", - "DT_Local.m_skybox3d.fog.dirPrimary", - "DT_Local.m_skybox3d.fog.colorPrimary", - "DT_Local.m_skybox3d.fog.colorSecondary", - "DT_Local.m_skybox3d.fog.start", - "DT_Local.m_skybox3d.fog.end", - "DT_Local.m_skybox3d.fog.maxdensity", - "DT_Local.m_PlayerFog.m_hCtrl", - "DT_Local.m_audio.localSound[0]", - "DT_Local.m_audio.localSound[1]", - "DT_Local.m_audio.localSound[2]", - "DT_Local.m_audio.localSound[3]", - "DT_Local.m_audio.localSound[4]", - "DT_Local.m_audio.localSound[5]", - "DT_Local.m_audio.localSound[6]", - "DT_Local.m_audio.localSound[7]", - "DT_Local.m_audio.soundscapeIndex", - "DT_Local.m_audio.localBits", - "DT_Local.m_audio.ent", - "m_iAmmo.000", - "m_iAmmo.001", - "m_iAmmo.002", - "m_iAmmo.003", - "m_iAmmo.004", - "m_iAmmo.005", - "m_iAmmo.006", - "m_iAmmo.007", - "m_iAmmo.008", - "m_iAmmo.009", - "m_iAmmo.010", - "m_iAmmo.011", - "m_iAmmo.012", - "m_iAmmo.013", - "m_iAmmo.014", - "m_iAmmo.015", - "m_iAmmo.016", - "m_iAmmo.017", - "m_iAmmo.018", - "m_iAmmo.019", - "m_iAmmo.020", - "m_iAmmo.021", - "m_iAmmo.022", - "m_iAmmo.023", - "m_iAmmo.024", - "m_iAmmo.025", - "m_iAmmo.026", - "m_iAmmo.027", - "m_iAmmo.028", - "m_iAmmo.029", - "m_iAmmo.030", - "m_iAmmo.031", - "DT_LocalPlayerExclusive.m_vecViewOffset[0]", - "DT_LocalPlayerExclusive.m_vecViewOffset[1]", - "DT_CollisionProperty.m_vecMaxs", - "DT_LocalPlayerExclusive.m_flFriction", - "DT_LocalPlayerExclusive.m_fOnTarget", - "DT_CollisionProperty.m_nSolidType", - "DT_LocalPlayerExclusive.m_nNextThinkTick", - "DT_LocalPlayerExclusive.m_hLastWeapon", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_LocalPlayerExclusive.m_vecBaseVelocity", - "DT_LocalPlayerExclusive.m_hConstraintEntity", - "DT_LocalPlayerExclusive.m_vecConstraintCenter", - "DT_LocalPlayerExclusive.m_flConstraintRadius", - "DT_LocalPlayerExclusive.m_flConstraintWidth", - "DT_LocalPlayerExclusive.m_flConstraintSpeedFactor", - "DT_LocalPlayerExclusive.m_flDeathTime", - "DT_LocalPlayerExclusive.m_nWaterLevel", - "DT_LocalPlayerExclusive.m_flLaggedMovementValue", - "DT_TFPlayerClassShared.m_iClass", - "DT_TFPlayerClassShared.m_iszClassIcon", - "DT_TFPlayerClassShared.m_iszCustomModel", - "DT_TFPlayerClassShared.m_vecCustomModelOffset", - "DT_TFPlayerClassShared.m_angCustomModelRotation", - "DT_TFPlayerClassShared.m_bCustomModelRotates", - "DT_TFPlayerClassShared.m_bCustomModelRotationSet", - "DT_TFPlayerClassShared.m_bCustomModelVisibleToSelf", - "DT_TFPlayerClassShared.m_bUseClassAnimations", - "DT_TFPlayerClassShared.m_iClassModelParity", - "m_bPlayerDominated.000", - "m_bPlayerDominated.001", - "m_bPlayerDominated.002", - "m_bPlayerDominated.003", - "m_bPlayerDominated.004", - "m_bPlayerDominated.005", - "m_bPlayerDominated.006", - "m_bPlayerDominated.007", - "m_bPlayerDominated.008", - "m_bPlayerDominated.009", - "m_bPlayerDominated.010", - "m_bPlayerDominated.011", - "m_bPlayerDominated.012", - "m_bPlayerDominated.013", - "m_bPlayerDominated.014", - "m_bPlayerDominated.015", - "m_bPlayerDominated.016", - "m_bPlayerDominated.017", - "m_bPlayerDominated.018", - "m_bPlayerDominated.019", - "m_bPlayerDominated.020", - "m_bPlayerDominated.021", - "m_bPlayerDominated.022", - "m_bPlayerDominated.023", - "m_bPlayerDominated.024", - "m_bPlayerDominated.025", - "m_bPlayerDominated.026", - "m_bPlayerDominated.027", - "m_bPlayerDominated.028", - "m_bPlayerDominated.029", - "m_bPlayerDominated.030", - "m_bPlayerDominated.031", - "m_bPlayerDominated.032", - "m_bPlayerDominated.033", - "m_bPlayerDominatingMe.000", - "m_bPlayerDominatingMe.001", - "m_bPlayerDominatingMe.002", - "m_bPlayerDominatingMe.003", - "m_bPlayerDominatingMe.004", - "m_bPlayerDominatingMe.005", - "m_bPlayerDominatingMe.006", - "m_bPlayerDominatingMe.007", - "m_bPlayerDominatingMe.008", - "m_bPlayerDominatingMe.009", - "m_bPlayerDominatingMe.010", - "m_bPlayerDominatingMe.011", - "m_bPlayerDominatingMe.012", - "m_bPlayerDominatingMe.013", - "m_bPlayerDominatingMe.014", - "m_bPlayerDominatingMe.015", - "m_bPlayerDominatingMe.016", - "m_bPlayerDominatingMe.017", - "m_bPlayerDominatingMe.018", - "m_bPlayerDominatingMe.019", - "m_bPlayerDominatingMe.020", - "m_bPlayerDominatingMe.021", - "m_bPlayerDominatingMe.022", - "m_bPlayerDominatingMe.023", - "m_bPlayerDominatingMe.024", - "m_bPlayerDominatingMe.025", - "m_bPlayerDominatingMe.026", - "m_bPlayerDominatingMe.027", - "m_bPlayerDominatingMe.028", - "m_bPlayerDominatingMe.029", - "m_bPlayerDominatingMe.030", - "m_bPlayerDominatingMe.031", - "m_bPlayerDominatingMe.032", - "m_bPlayerDominatingMe.033", - "DT_TFPlayerScoringDataExclusive.m_iCaptures", - "DT_TFPlayerScoringDataExclusive.m_iDefenses", - "DT_TFPlayerScoringDataExclusive.m_iKills", - "DT_TFPlayerScoringDataExclusive.m_iDeaths", - "DT_TFPlayerScoringDataExclusive.m_iSuicides", - "DT_TFPlayerScoringDataExclusive.m_iDominations", - "DT_TFPlayerScoringDataExclusive.m_iRevenge", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", - "DT_TFPlayerScoringDataExclusive.m_iHeadshots", - "DT_TFPlayerScoringDataExclusive.m_iBackstabs", - "DT_TFPlayerScoringDataExclusive.m_iHealPoints", - "DT_TFPlayerScoringDataExclusive.m_iInvulns", - "DT_TFPlayerScoringDataExclusive.m_iTeleports", - "DT_TFPlayerScoringDataExclusive.m_iDamageDone", - "DT_TFPlayerScoringDataExclusive.m_iCrits", - "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", - "DT_TFPlayerScoringDataExclusive.m_iKillAssists", - "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", - "DT_TFPlayerScoringDataExclusive.m_iPoints", - "DT_TFPlayerScoringDataExclusive.m_iCaptures", - "DT_TFPlayerScoringDataExclusive.m_iDefenses", - "DT_TFPlayerScoringDataExclusive.m_iKills", - "DT_TFPlayerScoringDataExclusive.m_iDeaths", - "DT_TFPlayerScoringDataExclusive.m_iSuicides", - "DT_TFPlayerScoringDataExclusive.m_iDominations", - "DT_TFPlayerScoringDataExclusive.m_iRevenge", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", - "DT_TFPlayerScoringDataExclusive.m_iHeadshots", - "DT_TFPlayerScoringDataExclusive.m_iBackstabs", - "DT_TFPlayerScoringDataExclusive.m_iHealPoints", - "DT_TFPlayerScoringDataExclusive.m_iInvulns", - "DT_TFPlayerScoringDataExclusive.m_iTeleports", - "DT_TFPlayerScoringDataExclusive.m_iDamageDone", - "DT_TFPlayerScoringDataExclusive.m_iCrits", - "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", - "DT_TFPlayerScoringDataExclusive.m_iKillAssists", - "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", - "DT_TFPlayerScoringDataExclusive.m_iPoints", - "DT_TFPlayerSharedLocal.m_nDesiredDisguiseTeam", - "DT_TFPlayerSharedLocal.m_nDesiredDisguiseClass", - "DT_TFPlayerSharedLocal.m_bLastDisguisedAsOwnTeam", - "DT_TFPlayerSharedLocal.m_flStealthNoAttackExpire", - "DT_TFPlayerSharedLocal.m_flStealthNextChangeTime", - "DT_TFPlayerSharedLocal.m_flRageMeter", - "DT_TFPlayerSharedLocal.m_bRageDraining", - "DT_TFPlayerSharedLocal.m_flNextRageEarnTime", - "DT_TFPlayerSharedLocal.m_bInUpgradeZone", - "DT_TFPlayerConditionListExclusive._condition_bits", - "m_nStreaks.000", - "m_nStreaks.001", - "m_nStreaks.002", - "m_nStreaks.003", - "DT_TFPlayerShared.m_nPlayerCond", - "DT_TFPlayerShared.m_bJumping", - "DT_TFPlayerShared.m_nNumHealers", - "DT_TFPlayerShared.m_iCritMult", - "DT_TFPlayerShared.m_iAirDash", - "DT_TFPlayerShared.m_nAirDucked", - "DT_TFPlayerShared.m_flDuckTimer", - "DT_TFPlayerShared.m_nPlayerState", - "DT_TFPlayerShared.m_iDesiredPlayerClass", - "DT_TFPlayerShared.m_flMovementStunTime", - "DT_TFPlayerShared.m_iMovementStunAmount", - "DT_TFPlayerShared.m_iMovementStunParity", - "DT_TFPlayerShared.m_hStunner", - "DT_TFPlayerShared.m_iStunFlags", - "DT_TFPlayerShared.m_nArenaNumChanges", - "DT_TFPlayerShared.m_bArenaFirstBloodBoost", - "DT_TFPlayerShared.m_iWeaponKnockbackID", - "DT_TFPlayerShared.m_bLoadoutUnavailable", - "DT_TFPlayerShared.m_iItemFindBonus", - "DT_TFPlayerShared.m_bShieldEquipped", - "DT_TFPlayerShared.m_iNextMeleeCrit", - "DT_TFPlayerShared.m_iDecapitations", - "DT_TFPlayerShared.m_iRevengeCrits", - "DT_TFPlayerShared.m_iDisguiseBody", - "DT_TFPlayerShared.m_hCarriedObject", - "DT_TFPlayerShared.m_bCarryingObject", - "DT_TFPlayerShared.m_flNextNoiseMakerTime", - "DT_TFPlayerShared.m_iKillCountSinceLastDeploy", - "DT_TFPlayerShared.m_flFirstPrimaryAttack", - "DT_TFPlayerShared.m_flEnergyDrinkMeter", - "DT_TFPlayerShared.m_flHypeMeter", - "DT_TFPlayerShared.m_flChargeMeter", - "DT_TFPlayerShared.m_flInvisChangeCompleteTime", - "DT_TFPlayerShared.m_nDisguiseTeam", - "DT_TFPlayerShared.m_nDisguiseClass", - "DT_TFPlayerShared.m_nMaskClass", - "DT_TFPlayerShared.m_iDisguiseTargetIndex", - "DT_TFPlayerShared.m_iDisguiseHealth", - "DT_TFPlayerShared.m_bFeignDeathReady", - "DT_TFPlayerShared.m_hDisguiseWeapon", - "DT_TFPlayerShared.m_nTeamTeleporterUsed", - "DT_TFPlayerShared.m_flCloakMeter", - "DT_TFPlayerShared.m_flSpyTranqBuffDuration", - "DT_TFPlayerShared.m_iTauntIndex", - "DT_TFPlayerShared.m_iTauntConcept", - "DT_TFPlayerShared.m_nPlayerCondEx", - "DT_TFPlayerShared.m_iStunIndex", - "DT_TFPlayerShared.m_nHalloweenBombHeadStage", - "DT_TFPlayerShared.m_nPlayerCondEx2", - "DT_TFPlayerShared.m_nPlayerCondEx3", - "DT_TFPlayerShared.m_unTauntSourceItemID_Low", - "DT_TFPlayerShared.m_unTauntSourceItemID_High", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_TFLocalPlayerExclusive.\"player_object_array\"", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_TFLocalPlayerExclusive.m_bIsCoaching", - "DT_TFLocalPlayerExclusive.m_hCoach", - "DT_TFLocalPlayerExclusive.m_hStudent", - "DT_TFLocalPlayerExclusive.m_nCurrency", - "DT_TFLocalPlayerExclusive.m_nExperienceLevel", - "DT_TFLocalPlayerExclusive.m_nExperienceLevelProgress", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "DT_AttributeManager.m_hOuter", - "DT_AttributeManager.m_ProviderType", - "DT_AttributeManager.m_iReapplyProvisionParity", - "DT_TFSendHealersDataTable.m_nActiveWpnClip", - "m_nModelIndexOverrides.002", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon", - "DT_BasePlayer.m_hVehicle", - "DT_BasePlayer.m_hUseEntity", - "m_nModelIndexOverrides.003", - "DT_BasePlayer.m_lifeState", - "DT_BasePlayer.m_iBonusProgress", - "DT_BasePlayer.m_iBonusChallenge", - "DT_BasePlayer.m_flMaxspeed", - "m_flEncodedController.000", - "DT_BasePlayer.m_iObserverMode", - "DT_BasePlayer.m_hObserverTarget", - "DT_BasePlayer.m_iFOV", - "DT_BasePlayer.m_iFOVStart", - "DT_BasePlayer.m_flFOVTime", - "DT_BasePlayer.m_iDefaultFOV", - "DT_BasePlayer.m_hZoomOwner", - "DT_BasePlayer.m_hViewModel", - "DT_BasePlayer.m_szLastPlaceName", - "DT_TFPlayer.m_bSaveMeParity", - "DT_TFPlayer.m_bIsMiniBoss", - "DT_TFPlayer.m_bIsABot", - "DT_TFPlayer.m_nBotSkill", - "DT_TFPlayer.m_nWaterLevel", - "DT_TFPlayer.m_hRagdoll", - "DT_TFPlayer.m_hItem", - "DT_TFPlayer.m_bAllowMoveDuringTaunt", - "DT_TFPlayer.m_bIsReadyToHighFive", - "DT_TFPlayer.m_hHighFivePartner", - "DT_TFPlayer.m_nForceTauntCam", - "DT_TFPlayer.m_flTauntYaw", - "DT_TFPlayer.m_nActiveTauntSlot", - "DT_TFPlayer.m_iTauntItemDefIndex", - "DT_TFPlayer.m_flCurrentTauntMoveSpeed", - "DT_TFPlayer.m_flVehicleReverseTime", - "DT_TFPlayer.m_flLastDamageTime", - "DT_TFPlayer.m_bInPowerPlay", - "DT_TFPlayer.m_iSpawnCounter", - "DT_TFPlayer.m_bArenaSpectator", - "DT_TFPlayer.m_flHeadScale", - "DT_TFPlayer.m_flTorsoScale", - "DT_TFPlayer.m_flHandScale", - "DT_TFPlayer.m_bUseBossHealthBar", - "DT_TFPlayer.m_bUsingVRHeadset", - "DT_TFPlayer.m_bForcedSkin", - "DT_TFPlayer.m_nForcedSkin", - "DT_TFPlayer.m_flKartNextAvailableBoost", - "DT_TFPlayer.m_iKartHealth", - "DT_TFPlayer.m_iKartState", - "DT_TFPlayer.m_hGrapplingHookTarget", - "DT_TFPlayer.m_hSecondaryLastWeapon" - ], - "DT_TFPlayerResource": [ - "m_iPing.000", - "m_iPing.001", - "m_iPing.002", - "m_iPing.003", - "m_iPing.004", - "m_iPing.005", - "m_iPing.006", - "m_iPing.007", - "m_iPing.008", - "m_iPing.009", - "m_iPing.010", - "m_iPing.011", - "m_iPing.012", - "m_iPing.013", - "m_iPing.014", - "m_iPing.015", - "m_iPing.016", - "m_iPing.017", - "m_iPing.018", - "m_iPing.019", - "m_iPing.020", - "m_iPing.021", - "m_iPing.022", - "m_iPing.023", - "m_iPing.024", - "m_iPing.025", - "m_iPing.026", - "m_iPing.027", - "m_iPing.028", - "m_iPing.029", - "m_iPing.030", - "m_iPing.031", - "m_iPing.032", - "m_iPing.033", - "m_iScore.000", - "m_iScore.001", - "m_iScore.002", - "m_iScore.003", - "m_iScore.004", - "m_iScore.005", - "m_iScore.006", - "m_iScore.007", - "m_iScore.008", - "m_iScore.009", - "m_iScore.010", - "m_iScore.011", - "m_iScore.012", - "m_iScore.013", - "m_iScore.014", - "m_iScore.015", - "m_iScore.016", - "m_iScore.017", - "m_iScore.018", - "m_iScore.019", - "m_iScore.020", - "m_iScore.021", - "m_iScore.022", - "m_iScore.023", - "m_iScore.024", - "m_iScore.025", - "m_iScore.026", - "m_iScore.027", - "m_iScore.028", - "m_iScore.029", - "m_iScore.030", - "m_iScore.031", - "m_iScore.032", - "m_iScore.033", - "m_iDeaths.000", - "m_iDeaths.001", - "m_iDeaths.002", - "m_iDeaths.003", - "m_iDeaths.004", - "m_iDeaths.005", - "m_iDeaths.006", - "m_iDeaths.007", - "m_iDeaths.008", - "m_iDeaths.009", - "m_iDeaths.010", - "m_iDeaths.011", - "m_iDeaths.012", - "m_iDeaths.013", - "m_iDeaths.014", - "m_iDeaths.015", - "m_iDeaths.016", - "m_iDeaths.017", - "m_iDeaths.018", - "m_iDeaths.019", - "m_iDeaths.020", - "m_iDeaths.021", - "m_iDeaths.022", - "m_iDeaths.023", - "m_iDeaths.024", - "m_iDeaths.025", - "m_iDeaths.026", - "m_iDeaths.027", - "m_iDeaths.028", - "m_iDeaths.029", - "m_iDeaths.030", - "m_iDeaths.031", - "m_iDeaths.032", - "m_iDeaths.033", - "m_bConnected.000", - "m_bConnected.001", - "m_bConnected.002", - "m_bConnected.003", - "m_bConnected.004", - "m_bConnected.005", - "m_bConnected.006", - "m_bConnected.007", - "m_bConnected.008", - "m_bConnected.009", - "m_bConnected.010", - "m_bConnected.011", - "m_bConnected.012", - "m_bConnected.013", - "m_bConnected.014", - "m_bConnected.015", - "m_bConnected.016", - "m_bConnected.017", - "m_bConnected.018", - "m_bConnected.019", - "m_bConnected.020", - "m_bConnected.021", - "m_bConnected.022", - "m_bConnected.023", - "m_bConnected.024", - "m_bConnected.025", - "m_bConnected.026", - "m_bConnected.027", - "m_bConnected.028", - "m_bConnected.029", - "m_bConnected.030", - "m_bConnected.031", - "m_bConnected.032", - "m_bConnected.033", - "m_iTeam.000", - "m_iTeam.001", - "m_iTeam.002", - "m_iTeam.003", - "m_iTeam.004", - "m_iTeam.005", - "m_iTeam.006", - "m_iTeam.007", - "m_iTeam.008", - "m_iTeam.009", - "m_iTeam.010", - "m_iTeam.011", - "m_iTeam.012", - "m_iTeam.013", - "m_iTeam.014", - "m_iTeam.015", - "m_iTeam.016", - "m_iTeam.017", - "m_iTeam.018", - "m_iTeam.019", - "m_iTeam.020", - "m_iTeam.021", - "m_iTeam.022", - "m_iTeam.023", - "m_iTeam.024", - "m_iTeam.025", - "m_iTeam.026", - "m_iTeam.027", - "m_iTeam.028", - "m_iTeam.029", - "m_iTeam.030", - "m_iTeam.031", - "m_iTeam.032", - "m_iTeam.033", - "m_bAlive.000", - "m_bAlive.001", - "m_bAlive.002", - "m_bAlive.003", - "m_bAlive.004", - "m_bAlive.005", - "m_bAlive.006", - "m_bAlive.007", - "m_bAlive.008", - "m_bAlive.009", - "m_bAlive.010", - "m_bAlive.011", - "m_bAlive.012", - "m_bAlive.013", - "m_bAlive.014", - "m_bAlive.015", - "m_bAlive.016", - "m_bAlive.017", - "m_bAlive.018", - "m_bAlive.019", - "m_bAlive.020", - "m_bAlive.021", - "m_bAlive.022", - "m_bAlive.023", - "m_bAlive.024", - "m_bAlive.025", - "m_bAlive.026", - "m_bAlive.027", - "m_bAlive.028", - "m_bAlive.029", - "m_bAlive.030", - "m_bAlive.031", - "m_bAlive.032", - "m_bAlive.033", - "m_iHealth.000", - "m_iHealth.001", - "m_iHealth.002", - "m_iHealth.003", - "m_iHealth.004", - "m_iHealth.005", - "m_iHealth.006", - "m_iHealth.007", - "m_iHealth.008", - "m_iHealth.009", - "m_iHealth.010", - "m_iHealth.011", - "m_iHealth.012", - "m_iHealth.013", - "m_iHealth.014", - "m_iHealth.015", - "m_iHealth.016", - "m_iHealth.017", - "m_iHealth.018", - "m_iHealth.019", - "m_iHealth.020", - "m_iHealth.021", - "m_iHealth.022", - "m_iHealth.023", - "m_iHealth.024", - "m_iHealth.025", - "m_iHealth.026", - "m_iHealth.027", - "m_iHealth.028", - "m_iHealth.029", - "m_iHealth.030", - "m_iHealth.031", - "m_iHealth.032", - "m_iHealth.033", - "m_iTotalScore.000", - "m_iTotalScore.001", - "m_iTotalScore.002", - "m_iTotalScore.003", - "m_iTotalScore.004", - "m_iTotalScore.005", - "m_iTotalScore.006", - "m_iTotalScore.007", - "m_iTotalScore.008", - "m_iTotalScore.009", - "m_iTotalScore.010", - "m_iTotalScore.011", - "m_iTotalScore.012", - "m_iTotalScore.013", - "m_iTotalScore.014", - "m_iTotalScore.015", - "m_iTotalScore.016", - "m_iTotalScore.017", - "m_iTotalScore.018", - "m_iTotalScore.019", - "m_iTotalScore.020", - "m_iTotalScore.021", - "m_iTotalScore.022", - "m_iTotalScore.023", - "m_iTotalScore.024", - "m_iTotalScore.025", - "m_iTotalScore.026", - "m_iTotalScore.027", - "m_iTotalScore.028", - "m_iTotalScore.029", - "m_iTotalScore.030", - "m_iTotalScore.031", - "m_iTotalScore.032", - "m_iTotalScore.033", - "m_iMaxHealth.000", - "m_iMaxHealth.001", - "m_iMaxHealth.002", - "m_iMaxHealth.003", - "m_iMaxHealth.004", - "m_iMaxHealth.005", - "m_iMaxHealth.006", - "m_iMaxHealth.007", - "m_iMaxHealth.008", - "m_iMaxHealth.009", - "m_iMaxHealth.010", - "m_iMaxHealth.011", - "m_iMaxHealth.012", - "m_iMaxHealth.013", - "m_iMaxHealth.014", - "m_iMaxHealth.015", - "m_iMaxHealth.016", - "m_iMaxHealth.017", - "m_iMaxHealth.018", - "m_iMaxHealth.019", - "m_iMaxHealth.020", - "m_iMaxHealth.021", - "m_iMaxHealth.022", - "m_iMaxHealth.023", - "m_iMaxHealth.024", - "m_iMaxHealth.025", - "m_iMaxHealth.026", - "m_iMaxHealth.027", - "m_iMaxHealth.028", - "m_iMaxHealth.029", - "m_iMaxHealth.030", - "m_iMaxHealth.031", - "m_iMaxHealth.032", - "m_iMaxHealth.033", - "m_iMaxBuffedHealth.000", - "m_iMaxBuffedHealth.001", - "m_iMaxBuffedHealth.002", - "m_iMaxBuffedHealth.003", - "m_iMaxBuffedHealth.004", - "m_iMaxBuffedHealth.005", - "m_iMaxBuffedHealth.006", - "m_iMaxBuffedHealth.007", - "m_iMaxBuffedHealth.008", - "m_iMaxBuffedHealth.009", - "m_iMaxBuffedHealth.010", - "m_iMaxBuffedHealth.011", - "m_iMaxBuffedHealth.012", - "m_iMaxBuffedHealth.013", - "m_iMaxBuffedHealth.014", - "m_iMaxBuffedHealth.015", - "m_iMaxBuffedHealth.016", - "m_iMaxBuffedHealth.017", - "m_iMaxBuffedHealth.018", - "m_iMaxBuffedHealth.019", - "m_iMaxBuffedHealth.020", - "m_iMaxBuffedHealth.021", - "m_iMaxBuffedHealth.022", - "m_iMaxBuffedHealth.023", - "m_iMaxBuffedHealth.024", - "m_iMaxBuffedHealth.025", - "m_iMaxBuffedHealth.026", - "m_iMaxBuffedHealth.027", - "m_iMaxBuffedHealth.028", - "m_iMaxBuffedHealth.029", - "m_iMaxBuffedHealth.030", - "m_iMaxBuffedHealth.031", - "m_iMaxBuffedHealth.032", - "m_iMaxBuffedHealth.033", - "m_iPlayerClass.000", - "m_iPlayerClass.001", - "m_iPlayerClass.002", - "m_iPlayerClass.003", - "m_iPlayerClass.004", - "m_iPlayerClass.005", - "m_iPlayerClass.006", - "m_iPlayerClass.007", - "m_iPlayerClass.008", - "m_iPlayerClass.009", - "m_iPlayerClass.010", - "m_iPlayerClass.011", - "m_iPlayerClass.012", - "m_iPlayerClass.013", - "m_iPlayerClass.014", - "m_iPlayerClass.015", - "m_iPlayerClass.016", - "m_iPlayerClass.017", - "m_iPlayerClass.018", - "m_iPlayerClass.019", - "m_iPlayerClass.020", - "m_iPlayerClass.021", - "m_iPlayerClass.022", - "m_iPlayerClass.023", - "m_iPlayerClass.024", - "m_iPlayerClass.025", - "m_iPlayerClass.026", - "m_iPlayerClass.027", - "m_iPlayerClass.028", - "m_iPlayerClass.029", - "m_iPlayerClass.030", - "m_iPlayerClass.031", - "m_iPlayerClass.032", - "m_iPlayerClass.033", - "m_bArenaSpectator.000", - "m_bArenaSpectator.001", - "m_bArenaSpectator.002", - "m_bArenaSpectator.003", - "m_bArenaSpectator.004", - "m_bArenaSpectator.005", - "m_bArenaSpectator.006", - "m_bArenaSpectator.007", - "m_bArenaSpectator.008", - "m_bArenaSpectator.009", - "m_bArenaSpectator.010", - "m_bArenaSpectator.011", - "m_bArenaSpectator.012", - "m_bArenaSpectator.013", - "m_bArenaSpectator.014", - "m_bArenaSpectator.015", - "m_bArenaSpectator.016", - "m_bArenaSpectator.017", - "m_bArenaSpectator.018", - "m_bArenaSpectator.019", - "m_bArenaSpectator.020", - "m_bArenaSpectator.021", - "m_bArenaSpectator.022", - "m_bArenaSpectator.023", - "m_bArenaSpectator.024", - "m_bArenaSpectator.025", - "m_bArenaSpectator.026", - "m_bArenaSpectator.027", - "m_bArenaSpectator.028", - "m_bArenaSpectator.029", - "m_bArenaSpectator.030", - "m_bArenaSpectator.031", - "m_bArenaSpectator.032", - "m_bArenaSpectator.033", - "m_iActiveDominations.000", - "m_iActiveDominations.001", - "m_iActiveDominations.002", - "m_iActiveDominations.003", - "m_iActiveDominations.004", - "m_iActiveDominations.005", - "m_iActiveDominations.006", - "m_iActiveDominations.007", - "m_iActiveDominations.008", - "m_iActiveDominations.009", - "m_iActiveDominations.010", - "m_iActiveDominations.011", - "m_iActiveDominations.012", - "m_iActiveDominations.013", - "m_iActiveDominations.014", - "m_iActiveDominations.015", - "m_iActiveDominations.016", - "m_iActiveDominations.017", - "m_iActiveDominations.018", - "m_iActiveDominations.019", - "m_iActiveDominations.020", - "m_iActiveDominations.021", - "m_iActiveDominations.022", - "m_iActiveDominations.023", - "m_iActiveDominations.024", - "m_iActiveDominations.025", - "m_iActiveDominations.026", - "m_iActiveDominations.027", - "m_iActiveDominations.028", - "m_iActiveDominations.029", - "m_iActiveDominations.030", - "m_iActiveDominations.031", - "m_iActiveDominations.032", - "m_iActiveDominations.033", - "m_flNextRespawnTime.000", - "m_flNextRespawnTime.001", - "m_flNextRespawnTime.002", - "m_flNextRespawnTime.003", - "m_flNextRespawnTime.004", - "m_flNextRespawnTime.005", - "m_flNextRespawnTime.006", - "m_flNextRespawnTime.007", - "m_flNextRespawnTime.008", - "m_flNextRespawnTime.009", - "m_flNextRespawnTime.010", - "m_flNextRespawnTime.011", - "m_flNextRespawnTime.012", - "m_flNextRespawnTime.013", - "m_flNextRespawnTime.014", - "m_flNextRespawnTime.015", - "m_flNextRespawnTime.016", - "m_flNextRespawnTime.017", - "m_flNextRespawnTime.018", - "m_flNextRespawnTime.019", - "m_flNextRespawnTime.020", - "m_flNextRespawnTime.021", - "m_flNextRespawnTime.022", - "m_flNextRespawnTime.023", - "m_flNextRespawnTime.024", - "m_flNextRespawnTime.025", - "m_flNextRespawnTime.026", - "m_flNextRespawnTime.027", - "m_flNextRespawnTime.028", - "m_flNextRespawnTime.029", - "m_flNextRespawnTime.030", - "m_flNextRespawnTime.031", - "m_flNextRespawnTime.032", - "m_flNextRespawnTime.033", - "m_iChargeLevel.000", - "m_iChargeLevel.001", - "m_iChargeLevel.002", - "m_iChargeLevel.003", - "m_iChargeLevel.004", - "m_iChargeLevel.005", - "m_iChargeLevel.006", - "m_iChargeLevel.007", - "m_iChargeLevel.008", - "m_iChargeLevel.009", - "m_iChargeLevel.010", - "m_iChargeLevel.011", - "m_iChargeLevel.012", - "m_iChargeLevel.013", - "m_iChargeLevel.014", - "m_iChargeLevel.015", - "m_iChargeLevel.016", - "m_iChargeLevel.017", - "m_iChargeLevel.018", - "m_iChargeLevel.019", - "m_iChargeLevel.020", - "m_iChargeLevel.021", - "m_iChargeLevel.022", - "m_iChargeLevel.023", - "m_iChargeLevel.024", - "m_iChargeLevel.025", - "m_iChargeLevel.026", - "m_iChargeLevel.027", - "m_iChargeLevel.028", - "m_iChargeLevel.029", - "m_iChargeLevel.030", - "m_iChargeLevel.031", - "m_iChargeLevel.032", - "m_iChargeLevel.033", - "m_iDamage.000", - "m_iDamage.001", - "m_iDamage.002", - "m_iDamage.003", - "m_iDamage.004", - "m_iDamage.005", - "m_iDamage.006", - "m_iDamage.007", - "m_iDamage.008", - "m_iDamage.009", - "m_iDamage.010", - "m_iDamage.011", - "m_iDamage.012", - "m_iDamage.013", - "m_iDamage.014", - "m_iDamage.015", - "m_iDamage.016", - "m_iDamage.017", - "m_iDamage.018", - "m_iDamage.019", - "m_iDamage.020", - "m_iDamage.021", - "m_iDamage.022", - "m_iDamage.023", - "m_iDamage.024", - "m_iDamage.025", - "m_iDamage.026", - "m_iDamage.027", - "m_iDamage.028", - "m_iDamage.029", - "m_iDamage.030", - "m_iDamage.031", - "m_iDamage.032", - "m_iDamage.033", - "m_iDamageAssist.000", - "m_iDamageAssist.001", - "m_iDamageAssist.002", - "m_iDamageAssist.003", - "m_iDamageAssist.004", - "m_iDamageAssist.005", - "m_iDamageAssist.006", - "m_iDamageAssist.007", - "m_iDamageAssist.008", - "m_iDamageAssist.009", - "m_iDamageAssist.010", - "m_iDamageAssist.011", - "m_iDamageAssist.012", - "m_iDamageAssist.013", - "m_iDamageAssist.014", - "m_iDamageAssist.015", - "m_iDamageAssist.016", - "m_iDamageAssist.017", - "m_iDamageAssist.018", - "m_iDamageAssist.019", - "m_iDamageAssist.020", - "m_iDamageAssist.021", - "m_iDamageAssist.022", - "m_iDamageAssist.023", - "m_iDamageAssist.024", - "m_iDamageAssist.025", - "m_iDamageAssist.026", - "m_iDamageAssist.027", - "m_iDamageAssist.028", - "m_iDamageAssist.029", - "m_iDamageAssist.030", - "m_iDamageAssist.031", - "m_iDamageAssist.032", - "m_iDamageAssist.033", - "m_iDamageBoss.000", - "m_iDamageBoss.001", - "m_iDamageBoss.002", - "m_iDamageBoss.003", - "m_iDamageBoss.004", - "m_iDamageBoss.005", - "m_iDamageBoss.006", - "m_iDamageBoss.007", - "m_iDamageBoss.008", - "m_iDamageBoss.009", - "m_iDamageBoss.010", - "m_iDamageBoss.011", - "m_iDamageBoss.012", - "m_iDamageBoss.013", - "m_iDamageBoss.014", - "m_iDamageBoss.015", - "m_iDamageBoss.016", - "m_iDamageBoss.017", - "m_iDamageBoss.018", - "m_iDamageBoss.019", - "m_iDamageBoss.020", - "m_iDamageBoss.021", - "m_iDamageBoss.022", - "m_iDamageBoss.023", - "m_iDamageBoss.024", - "m_iDamageBoss.025", - "m_iDamageBoss.026", - "m_iDamageBoss.027", - "m_iDamageBoss.028", - "m_iDamageBoss.029", - "m_iDamageBoss.030", - "m_iDamageBoss.031", - "m_iDamageBoss.032", - "m_iDamageBoss.033", - "m_iHealing.000", - "m_iHealing.001", - "m_iHealing.002", - "m_iHealing.003", - "m_iHealing.004", - "m_iHealing.005", - "m_iHealing.006", - "m_iHealing.007", - "m_iHealing.008", - "m_iHealing.009", - "m_iHealing.010", - "m_iHealing.011", - "m_iHealing.012", - "m_iHealing.013", - "m_iHealing.014", - "m_iHealing.015", - "m_iHealing.016", - "m_iHealing.017", - "m_iHealing.018", - "m_iHealing.019", - "m_iHealing.020", - "m_iHealing.021", - "m_iHealing.022", - "m_iHealing.023", - "m_iHealing.024", - "m_iHealing.025", - "m_iHealing.026", - "m_iHealing.027", - "m_iHealing.028", - "m_iHealing.029", - "m_iHealing.030", - "m_iHealing.031", - "m_iHealing.032", - "m_iHealing.033", - "m_iHealingAssist.000", - "m_iHealingAssist.001", - "m_iHealingAssist.002", - "m_iHealingAssist.003", - "m_iHealingAssist.004", - "m_iHealingAssist.005", - "m_iHealingAssist.006", - "m_iHealingAssist.007", - "m_iHealingAssist.008", - "m_iHealingAssist.009", - "m_iHealingAssist.010", - "m_iHealingAssist.011", - "m_iHealingAssist.012", - "m_iHealingAssist.013", - "m_iHealingAssist.014", - "m_iHealingAssist.015", - "m_iHealingAssist.016", - "m_iHealingAssist.017", - "m_iHealingAssist.018", - "m_iHealingAssist.019", - "m_iHealingAssist.020", - "m_iHealingAssist.021", - "m_iHealingAssist.022", - "m_iHealingAssist.023", - "m_iHealingAssist.024", - "m_iHealingAssist.025", - "m_iHealingAssist.026", - "m_iHealingAssist.027", - "m_iHealingAssist.028", - "m_iHealingAssist.029", - "m_iHealingAssist.030", - "m_iHealingAssist.031", - "m_iHealingAssist.032", - "m_iHealingAssist.033", - "m_iDamageBlocked.000", - "m_iDamageBlocked.001", - "m_iDamageBlocked.002", - "m_iDamageBlocked.003", - "m_iDamageBlocked.004", - "m_iDamageBlocked.005", - "m_iDamageBlocked.006", - "m_iDamageBlocked.007", - "m_iDamageBlocked.008", - "m_iDamageBlocked.009", - "m_iDamageBlocked.010", - "m_iDamageBlocked.011", - "m_iDamageBlocked.012", - "m_iDamageBlocked.013", - "m_iDamageBlocked.014", - "m_iDamageBlocked.015", - "m_iDamageBlocked.016", - "m_iDamageBlocked.017", - "m_iDamageBlocked.018", - "m_iDamageBlocked.019", - "m_iDamageBlocked.020", - "m_iDamageBlocked.021", - "m_iDamageBlocked.022", - "m_iDamageBlocked.023", - "m_iDamageBlocked.024", - "m_iDamageBlocked.025", - "m_iDamageBlocked.026", - "m_iDamageBlocked.027", - "m_iDamageBlocked.028", - "m_iDamageBlocked.029", - "m_iDamageBlocked.030", - "m_iDamageBlocked.031", - "m_iDamageBlocked.032", - "m_iDamageBlocked.033", - "m_iCurrencyCollected.000", - "m_iCurrencyCollected.001", - "m_iCurrencyCollected.002", - "m_iCurrencyCollected.003", - "m_iCurrencyCollected.004", - "m_iCurrencyCollected.005", - "m_iCurrencyCollected.006", - "m_iCurrencyCollected.007", - "m_iCurrencyCollected.008", - "m_iCurrencyCollected.009", - "m_iCurrencyCollected.010", - "m_iCurrencyCollected.011", - "m_iCurrencyCollected.012", - "m_iCurrencyCollected.013", - "m_iCurrencyCollected.014", - "m_iCurrencyCollected.015", - "m_iCurrencyCollected.016", - "m_iCurrencyCollected.017", - "m_iCurrencyCollected.018", - "m_iCurrencyCollected.019", - "m_iCurrencyCollected.020", - "m_iCurrencyCollected.021", - "m_iCurrencyCollected.022", - "m_iCurrencyCollected.023", - "m_iCurrencyCollected.024", - "m_iCurrencyCollected.025", - "m_iCurrencyCollected.026", - "m_iCurrencyCollected.027", - "m_iCurrencyCollected.028", - "m_iCurrencyCollected.029", - "m_iCurrencyCollected.030", - "m_iCurrencyCollected.031", - "m_iCurrencyCollected.032", - "m_iCurrencyCollected.033", - "m_iBonusPoints.000", - "m_iBonusPoints.001", - "m_iBonusPoints.002", - "m_iBonusPoints.003", - "m_iBonusPoints.004", - "m_iBonusPoints.005", - "m_iBonusPoints.006", - "m_iBonusPoints.007", - "m_iBonusPoints.008", - "m_iBonusPoints.009", - "m_iBonusPoints.010", - "m_iBonusPoints.011", - "m_iBonusPoints.012", - "m_iBonusPoints.013", - "m_iBonusPoints.014", - "m_iBonusPoints.015", - "m_iBonusPoints.016", - "m_iBonusPoints.017", - "m_iBonusPoints.018", - "m_iBonusPoints.019", - "m_iBonusPoints.020", - "m_iBonusPoints.021", - "m_iBonusPoints.022", - "m_iBonusPoints.023", - "m_iBonusPoints.024", - "m_iBonusPoints.025", - "m_iBonusPoints.026", - "m_iBonusPoints.027", - "m_iBonusPoints.028", - "m_iBonusPoints.029", - "m_iBonusPoints.030", - "m_iBonusPoints.031", - "m_iBonusPoints.032", - "m_iBonusPoints.033", - "m_iPlayerLevel.000", - "m_iPlayerLevel.001", - "m_iPlayerLevel.002", - "m_iPlayerLevel.003", - "m_iPlayerLevel.004", - "m_iPlayerLevel.005", - "m_iPlayerLevel.006", - "m_iPlayerLevel.007", - "m_iPlayerLevel.008", - "m_iPlayerLevel.009", - "m_iPlayerLevel.010", - "m_iPlayerLevel.011", - "m_iPlayerLevel.012", - "m_iPlayerLevel.013", - "m_iPlayerLevel.014", - "m_iPlayerLevel.015", - "m_iPlayerLevel.016", - "m_iPlayerLevel.017", - "m_iPlayerLevel.018", - "m_iPlayerLevel.019", - "m_iPlayerLevel.020", - "m_iPlayerLevel.021", - "m_iPlayerLevel.022", - "m_iPlayerLevel.023", - "m_iPlayerLevel.024", - "m_iPlayerLevel.025", - "m_iPlayerLevel.026", - "m_iPlayerLevel.027", - "m_iPlayerLevel.028", - "m_iPlayerLevel.029", - "m_iPlayerLevel.030", - "m_iPlayerLevel.031", - "m_iPlayerLevel.032", - "m_iPlayerLevel.033", - "m_iStreaks.000", - "m_iStreaks.001", - "m_iStreaks.002", - "m_iStreaks.003", - "m_iStreaks.004", - "m_iStreaks.005", - "m_iStreaks.006", - "m_iStreaks.007", - "m_iStreaks.008", - "m_iStreaks.009", - "m_iStreaks.010", - "m_iStreaks.011", - "m_iStreaks.012", - "m_iStreaks.013", - "m_iStreaks.014", - "m_iStreaks.015", - "m_iStreaks.016", - "m_iStreaks.017", - "m_iStreaks.018", - "m_iStreaks.019", - "m_iStreaks.020", - "m_iStreaks.021", - "m_iStreaks.022", - "m_iStreaks.023", - "m_iStreaks.024", - "m_iStreaks.025", - "m_iStreaks.026", - "m_iStreaks.027", - "m_iStreaks.028", - "m_iStreaks.029", - "m_iStreaks.030", - "m_iStreaks.031", - "m_iStreaks.032", - "m_iStreaks.033", - "m_iStreaks.034", - "m_iStreaks.035", - "m_iStreaks.036", - "m_iStreaks.037", - "m_iStreaks.038", - "m_iStreaks.039", - "m_iStreaks.040", - "m_iStreaks.041", - "m_iStreaks.042", - "m_iStreaks.043", - "m_iStreaks.044", - "m_iStreaks.045", - "m_iStreaks.046", - "m_iStreaks.047", - "m_iStreaks.048", - "m_iStreaks.049", - "m_iStreaks.050", - "m_iStreaks.051", - "m_iStreaks.052", - "m_iStreaks.053", - "m_iStreaks.054", - "m_iStreaks.055", - "m_iStreaks.056", - "m_iStreaks.057", - "m_iStreaks.058", - "m_iStreaks.059", - "m_iStreaks.060", - "m_iStreaks.061", - "m_iStreaks.062", - "m_iStreaks.063", - "m_iStreaks.064", - "m_iStreaks.065", - "m_iStreaks.066", - "m_iStreaks.067", - "m_iStreaks.068", - "m_iStreaks.069", - "m_iStreaks.070", - "m_iStreaks.071", - "m_iStreaks.072", - "m_iStreaks.073", - "m_iStreaks.074", - "m_iStreaks.075", - "m_iStreaks.076", - "m_iStreaks.077", - "m_iStreaks.078", - "m_iStreaks.079", - "m_iStreaks.080", - "m_iStreaks.081", - "m_iStreaks.082", - "m_iStreaks.083", - "m_iStreaks.084", - "m_iStreaks.085", - "m_iStreaks.086", - "m_iStreaks.087", - "m_iStreaks.088", - "m_iStreaks.089", - "m_iStreaks.090", - "m_iStreaks.091", - "m_iStreaks.092", - "m_iStreaks.093", - "m_iStreaks.094", - "m_iStreaks.095", - "m_iStreaks.096", - "m_iStreaks.097", - "m_iStreaks.098", - "m_iStreaks.099", - "m_iStreaks.100", - "m_iStreaks.101", - "m_iStreaks.102", - "m_iStreaks.103", - "m_iStreaks.104", - "m_iStreaks.105", - "m_iStreaks.106", - "m_iStreaks.107", - "m_iStreaks.108", - "m_iStreaks.109", - "m_iStreaks.110", - "m_iStreaks.111", - "m_iStreaks.112", - "m_iStreaks.113", - "m_iStreaks.114", - "m_iStreaks.115", - "m_iStreaks.116", - "m_iStreaks.117", - "m_iStreaks.118", - "m_iStreaks.119", - "m_iStreaks.120", - "m_iStreaks.121", - "m_iStreaks.122", - "m_iStreaks.123", - "m_iStreaks.124", - "m_iStreaks.125", - "m_iStreaks.126", - "m_iStreaks.127", - "m_iStreaks.128", - "m_iStreaks.129", - "m_iStreaks.130", - "m_iStreaks.131", - "m_iStreaks.132", - "m_iStreaks.133", - "m_iStreaks.134", - "m_iStreaks.135", - "m_iUpgradeRefundCredits.000", - "m_iUpgradeRefundCredits.001", - "m_iUpgradeRefundCredits.002", - "m_iUpgradeRefundCredits.003", - "m_iUpgradeRefundCredits.004", - "m_iUpgradeRefundCredits.005", - "m_iUpgradeRefundCredits.006", - "m_iUpgradeRefundCredits.007", - "m_iUpgradeRefundCredits.008", - "m_iUpgradeRefundCredits.009", - "m_iUpgradeRefundCredits.010", - "m_iUpgradeRefundCredits.011", - "m_iUpgradeRefundCredits.012", - "m_iUpgradeRefundCredits.013", - "m_iUpgradeRefundCredits.014", - "m_iUpgradeRefundCredits.015", - "m_iUpgradeRefundCredits.016", - "m_iUpgradeRefundCredits.017", - "m_iUpgradeRefundCredits.018", - "m_iUpgradeRefundCredits.019", - "m_iUpgradeRefundCredits.020", - "m_iUpgradeRefundCredits.021", - "m_iUpgradeRefundCredits.022", - "m_iUpgradeRefundCredits.023", - "m_iUpgradeRefundCredits.024", - "m_iUpgradeRefundCredits.025", - "m_iUpgradeRefundCredits.026", - "m_iUpgradeRefundCredits.027", - "m_iUpgradeRefundCredits.028", - "m_iUpgradeRefundCredits.029", - "m_iUpgradeRefundCredits.030", - "m_iUpgradeRefundCredits.031", - "m_iUpgradeRefundCredits.032", - "m_iUpgradeRefundCredits.033" - ], - "DT_TFPowerupBottle": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_TFWearable.m_bDisguiseWearable", - "DT_TFWearable.m_hWeaponAssociatedWith", - "DT_TFPowerupBottle.m_bActive", - "DT_TFPowerupBottle.m_usNumCharges" - ], - "DT_TFProjectile_Arrow": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Arrow.m_bArrowAlight", - "DT_TFProjectile_Arrow.m_bCritical", - "DT_TFProjectile_Arrow.m_iProjectileType" - ], - "DT_TFProjectile_Cleaver": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_EnergyBall": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_EnergyBall.m_bChargedShot", - "DT_TFProjectile_EnergyBall.m_vColor1", - "DT_TFProjectile_EnergyBall.m_vColor2" - ], - "DT_TFProjectile_Flare": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Flare.m_bCritical" - ], - "DT_TFProjectile_GrapplingHook": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Arrow.m_bArrowAlight", - "DT_TFProjectile_Arrow.m_bCritical", - "DT_TFProjectile_Arrow.m_iProjectileType" - ], - "DT_TFProjectile_HealingBolt": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Arrow.m_bArrowAlight", - "DT_TFProjectile_Arrow.m_bCritical", - "DT_TFProjectile_Arrow.m_iProjectileType" - ], - "DT_TFProjectile_Jar": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_JarMilk": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_Rocket": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Rocket.m_bCritical" - ], - "DT_TFProjectile_SentryRocket": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Rocket.m_bCritical" - ], - "DT_TFProjectile_SpellBats": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_SpellFireball": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Rocket.m_bCritical" - ], - "DT_TFProjectile_SpellKartBats": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_SpellKartOrb": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Rocket.m_bCritical" - ], - "DT_TFProjectile_SpellLightningOrb": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFBaseRocket.m_vecOrigin", - "DT_TFBaseRocket.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_TFBaseRocket.m_vInitialVelocity", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFBaseRocket.m_iDeflected", - "DT_TFBaseRocket.m_hLauncher", - "DT_TFProjectile_Rocket.m_bCritical" - ], - "DT_TFProjectile_SpellMeteorShower": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_SpellMirv": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_SpellPumpkin": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_SpellSpawnBoss": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" + "DT_TFObjectiveResource": [ + "m_bCPIsVisible.000", + "m_bCPIsVisible.001", + "m_bCPIsVisible.002", + "m_bCPIsVisible.003", + "m_bCPIsVisible.004", + "m_bCPIsVisible.005", + "m_bCPIsVisible.006", + "m_bCPIsVisible.007", + "m_flLazyCapPerc.000", + "m_flLazyCapPerc.001", + "m_flLazyCapPerc.002", + "m_flLazyCapPerc.003", + "m_flLazyCapPerc.004", + "m_flLazyCapPerc.005", + "m_flLazyCapPerc.006", + "m_flLazyCapPerc.007", + "m_iTeamIcons.000", + "m_iTeamIcons.001", + "m_iTeamIcons.002", + "m_iTeamIcons.003", + "m_iTeamIcons.004", + "m_iTeamIcons.005", + "m_iTeamIcons.006", + "m_iTeamIcons.007", + "m_iTeamIcons.008", + "m_iTeamIcons.009", + "m_iTeamIcons.010", + "m_iTeamIcons.011", + "m_iTeamIcons.012", + "m_iTeamIcons.013", + "m_iTeamIcons.014", + "m_iTeamIcons.015", + "m_iTeamIcons.016", + "m_iTeamIcons.017", + "m_iTeamIcons.018", + "m_iTeamIcons.019", + "m_iTeamIcons.020", + "m_iTeamIcons.021", + "m_iTeamIcons.022", + "m_iTeamIcons.023", + "m_iTeamIcons.024", + "m_iTeamIcons.025", + "m_iTeamIcons.026", + "m_iTeamIcons.027", + "m_iTeamIcons.028", + "m_iTeamIcons.029", + "m_iTeamIcons.030", + "m_iTeamIcons.031", + "m_iTeamIcons.032", + "m_iTeamIcons.033", + "m_iTeamIcons.034", + "m_iTeamIcons.035", + "m_iTeamIcons.036", + "m_iTeamIcons.037", + "m_iTeamIcons.038", + "m_iTeamIcons.039", + "m_iTeamIcons.040", + "m_iTeamIcons.041", + "m_iTeamIcons.042", + "m_iTeamIcons.043", + "m_iTeamIcons.044", + "m_iTeamIcons.045", + "m_iTeamIcons.046", + "m_iTeamIcons.047", + "m_iTeamIcons.048", + "m_iTeamIcons.049", + "m_iTeamIcons.050", + "m_iTeamIcons.051", + "m_iTeamIcons.052", + "m_iTeamIcons.053", + "m_iTeamIcons.054", + "m_iTeamIcons.055", + "m_iTeamIcons.056", + "m_iTeamIcons.057", + "m_iTeamIcons.058", + "m_iTeamIcons.059", + "m_iTeamIcons.060", + "m_iTeamIcons.061", + "m_iTeamIcons.062", + "m_iTeamIcons.063", + "m_iTeamOverlays.000", + "m_iTeamOverlays.001", + "m_iTeamOverlays.002", + "m_iTeamOverlays.003", + "m_iTeamOverlays.004", + "m_iTeamOverlays.005", + "m_iTeamOverlays.006", + "m_iTeamOverlays.007", + "m_iTeamOverlays.008", + "m_iTeamOverlays.009", + "m_iTeamOverlays.010", + "m_iTeamOverlays.011", + "m_iTeamOverlays.012", + "m_iTeamOverlays.013", + "m_iTeamOverlays.014", + "m_iTeamOverlays.015", + "m_iTeamOverlays.016", + "m_iTeamOverlays.017", + "m_iTeamOverlays.018", + "m_iTeamOverlays.019", + "m_iTeamOverlays.020", + "m_iTeamOverlays.021", + "m_iTeamOverlays.022", + "m_iTeamOverlays.023", + "m_iTeamOverlays.024", + "m_iTeamOverlays.025", + "m_iTeamOverlays.026", + "m_iTeamOverlays.027", + "m_iTeamOverlays.028", + "m_iTeamOverlays.029", + "m_iTeamOverlays.030", + "m_iTeamOverlays.031", + "m_iTeamOverlays.032", + "m_iTeamOverlays.033", + "m_iTeamOverlays.034", + "m_iTeamOverlays.035", + "m_iTeamOverlays.036", + "m_iTeamOverlays.037", + "m_iTeamOverlays.038", + "m_iTeamOverlays.039", + "m_iTeamOverlays.040", + "m_iTeamOverlays.041", + "m_iTeamOverlays.042", + "m_iTeamOverlays.043", + "m_iTeamOverlays.044", + "m_iTeamOverlays.045", + "m_iTeamOverlays.046", + "m_iTeamOverlays.047", + "m_iTeamOverlays.048", + "m_iTeamOverlays.049", + "m_iTeamOverlays.050", + "m_iTeamOverlays.051", + "m_iTeamOverlays.052", + "m_iTeamOverlays.053", + "m_iTeamOverlays.054", + "m_iTeamOverlays.055", + "m_iTeamOverlays.056", + "m_iTeamOverlays.057", + "m_iTeamOverlays.058", + "m_iTeamOverlays.059", + "m_iTeamOverlays.060", + "m_iTeamOverlays.061", + "m_iTeamOverlays.062", + "m_iTeamOverlays.063", + "m_iTeamReqCappers.000", + "m_iTeamReqCappers.001", + "m_iTeamReqCappers.002", + "m_iTeamReqCappers.003", + "m_iTeamReqCappers.004", + "m_iTeamReqCappers.005", + "m_iTeamReqCappers.006", + "m_iTeamReqCappers.007", + "m_iTeamReqCappers.008", + "m_iTeamReqCappers.009", + "m_iTeamReqCappers.010", + "m_iTeamReqCappers.011", + "m_iTeamReqCappers.012", + "m_iTeamReqCappers.013", + "m_iTeamReqCappers.014", + "m_iTeamReqCappers.015", + "m_iTeamReqCappers.016", + "m_iTeamReqCappers.017", + "m_iTeamReqCappers.018", + "m_iTeamReqCappers.019", + "m_iTeamReqCappers.020", + "m_iTeamReqCappers.021", + "m_iTeamReqCappers.022", + "m_iTeamReqCappers.023", + "m_iTeamReqCappers.024", + "m_iTeamReqCappers.025", + "m_iTeamReqCappers.026", + "m_iTeamReqCappers.027", + "m_iTeamReqCappers.028", + "m_iTeamReqCappers.029", + "m_iTeamReqCappers.030", + "m_iTeamReqCappers.031", + "m_iTeamReqCappers.032", + "m_iTeamReqCappers.033", + "m_iTeamReqCappers.034", + "m_iTeamReqCappers.035", + "m_iTeamReqCappers.036", + "m_iTeamReqCappers.037", + "m_iTeamReqCappers.038", + "m_iTeamReqCappers.039", + "m_iTeamReqCappers.040", + "m_iTeamReqCappers.041", + "m_iTeamReqCappers.042", + "m_iTeamReqCappers.043", + "m_iTeamReqCappers.044", + "m_iTeamReqCappers.045", + "m_iTeamReqCappers.046", + "m_iTeamReqCappers.047", + "m_iTeamReqCappers.048", + "m_iTeamReqCappers.049", + "m_iTeamReqCappers.050", + "m_iTeamReqCappers.051", + "m_iTeamReqCappers.052", + "m_iTeamReqCappers.053", + "m_iTeamReqCappers.054", + "m_iTeamReqCappers.055", + "m_iTeamReqCappers.056", + "m_iTeamReqCappers.057", + "m_iTeamReqCappers.058", + "m_iTeamReqCappers.059", + "m_iTeamReqCappers.060", + "m_iTeamReqCappers.061", + "m_iTeamReqCappers.062", + "m_iTeamReqCappers.063", + "m_flTeamCapTime.000", + "m_flTeamCapTime.001", + "m_flTeamCapTime.002", + "m_flTeamCapTime.003", + "m_flTeamCapTime.004", + "m_flTeamCapTime.005", + "m_flTeamCapTime.006", + "m_flTeamCapTime.007", + "m_flTeamCapTime.008", + "m_flTeamCapTime.009", + "m_flTeamCapTime.010", + "m_flTeamCapTime.011", + "m_flTeamCapTime.012", + "m_flTeamCapTime.013", + "m_flTeamCapTime.014", + "m_flTeamCapTime.015", + "m_flTeamCapTime.016", + "m_flTeamCapTime.017", + "m_flTeamCapTime.018", + "m_flTeamCapTime.019", + "m_flTeamCapTime.020", + "m_flTeamCapTime.021", + "m_flTeamCapTime.022", + "m_flTeamCapTime.023", + "m_flTeamCapTime.024", + "m_flTeamCapTime.025", + "m_flTeamCapTime.026", + "m_flTeamCapTime.027", + "m_flTeamCapTime.028", + "m_flTeamCapTime.029", + "m_flTeamCapTime.030", + "m_flTeamCapTime.031", + "m_flTeamCapTime.032", + "m_flTeamCapTime.033", + "m_flTeamCapTime.034", + "m_flTeamCapTime.035", + "m_flTeamCapTime.036", + "m_flTeamCapTime.037", + "m_flTeamCapTime.038", + "m_flTeamCapTime.039", + "m_flTeamCapTime.040", + "m_flTeamCapTime.041", + "m_flTeamCapTime.042", + "m_flTeamCapTime.043", + "m_flTeamCapTime.044", + "m_flTeamCapTime.045", + "m_flTeamCapTime.046", + "m_flTeamCapTime.047", + "m_flTeamCapTime.048", + "m_flTeamCapTime.049", + "m_flTeamCapTime.050", + "m_flTeamCapTime.051", + "m_flTeamCapTime.052", + "m_flTeamCapTime.053", + "m_flTeamCapTime.054", + "m_flTeamCapTime.055", + "m_flTeamCapTime.056", + "m_flTeamCapTime.057", + "m_flTeamCapTime.058", + "m_flTeamCapTime.059", + "m_flTeamCapTime.060", + "m_flTeamCapTime.061", + "m_flTeamCapTime.062", + "m_flTeamCapTime.063", + "m_iPreviousPoints.000", + "m_iPreviousPoints.001", + "m_iPreviousPoints.002", + "m_iPreviousPoints.003", + "m_iPreviousPoints.004", + "m_iPreviousPoints.005", + "m_iPreviousPoints.006", + "m_iPreviousPoints.007", + "m_iPreviousPoints.008", + "m_iPreviousPoints.009", + "m_iPreviousPoints.010", + "m_iPreviousPoints.011", + "m_iPreviousPoints.012", + "m_iPreviousPoints.013", + "m_iPreviousPoints.014", + "m_iPreviousPoints.015", + "m_iPreviousPoints.016", + "m_iPreviousPoints.017", + "m_iPreviousPoints.018", + "m_iPreviousPoints.019", + "m_iPreviousPoints.020", + "m_iPreviousPoints.021", + "m_iPreviousPoints.022", + "m_iPreviousPoints.023", + "m_iPreviousPoints.024", + "m_iPreviousPoints.025", + "m_iPreviousPoints.026", + "m_iPreviousPoints.027", + "m_iPreviousPoints.028", + "m_iPreviousPoints.029", + "m_iPreviousPoints.030", + "m_iPreviousPoints.031", + "m_iPreviousPoints.032", + "m_iPreviousPoints.033", + "m_iPreviousPoints.034", + "m_iPreviousPoints.035", + "m_iPreviousPoints.036", + "m_iPreviousPoints.037", + "m_iPreviousPoints.038", + "m_iPreviousPoints.039", + "m_iPreviousPoints.040", + "m_iPreviousPoints.041", + "m_iPreviousPoints.042", + "m_iPreviousPoints.043", + "m_iPreviousPoints.044", + "m_iPreviousPoints.045", + "m_iPreviousPoints.046", + "m_iPreviousPoints.047", + "m_iPreviousPoints.048", + "m_iPreviousPoints.049", + "m_iPreviousPoints.050", + "m_iPreviousPoints.051", + "m_iPreviousPoints.052", + "m_iPreviousPoints.053", + "m_iPreviousPoints.054", + "m_iPreviousPoints.055", + "m_iPreviousPoints.056", + "m_iPreviousPoints.057", + "m_iPreviousPoints.058", + "m_iPreviousPoints.059", + "m_iPreviousPoints.060", + "m_iPreviousPoints.061", + "m_iPreviousPoints.062", + "m_iPreviousPoints.063", + "m_iPreviousPoints.064", + "m_iPreviousPoints.065", + "m_iPreviousPoints.066", + "m_iPreviousPoints.067", + "m_iPreviousPoints.068", + "m_iPreviousPoints.069", + "m_iPreviousPoints.070", + "m_iPreviousPoints.071", + "m_iPreviousPoints.072", + "m_iPreviousPoints.073", + "m_iPreviousPoints.074", + "m_iPreviousPoints.075", + "m_iPreviousPoints.076", + "m_iPreviousPoints.077", + "m_iPreviousPoints.078", + "m_iPreviousPoints.079", + "m_iPreviousPoints.080", + "m_iPreviousPoints.081", + "m_iPreviousPoints.082", + "m_iPreviousPoints.083", + "m_iPreviousPoints.084", + "m_iPreviousPoints.085", + "m_iPreviousPoints.086", + "m_iPreviousPoints.087", + "m_iPreviousPoints.088", + "m_iPreviousPoints.089", + "m_iPreviousPoints.090", + "m_iPreviousPoints.091", + "m_iPreviousPoints.092", + "m_iPreviousPoints.093", + "m_iPreviousPoints.094", + "m_iPreviousPoints.095", + "m_iPreviousPoints.096", + "m_iPreviousPoints.097", + "m_iPreviousPoints.098", + "m_iPreviousPoints.099", + "m_iPreviousPoints.100", + "m_iPreviousPoints.101", + "m_iPreviousPoints.102", + "m_iPreviousPoints.103", + "m_iPreviousPoints.104", + "m_iPreviousPoints.105", + "m_iPreviousPoints.106", + "m_iPreviousPoints.107", + "m_iPreviousPoints.108", + "m_iPreviousPoints.109", + "m_iPreviousPoints.110", + "m_iPreviousPoints.111", + "m_iPreviousPoints.112", + "m_iPreviousPoints.113", + "m_iPreviousPoints.114", + "m_iPreviousPoints.115", + "m_iPreviousPoints.116", + "m_iPreviousPoints.117", + "m_iPreviousPoints.118", + "m_iPreviousPoints.119", + "m_iPreviousPoints.120", + "m_iPreviousPoints.121", + "m_iPreviousPoints.122", + "m_iPreviousPoints.123", + "m_iPreviousPoints.124", + "m_iPreviousPoints.125", + "m_iPreviousPoints.126", + "m_iPreviousPoints.127", + "m_iPreviousPoints.128", + "m_iPreviousPoints.129", + "m_iPreviousPoints.130", + "m_iPreviousPoints.131", + "m_iPreviousPoints.132", + "m_iPreviousPoints.133", + "m_iPreviousPoints.134", + "m_iPreviousPoints.135", + "m_iPreviousPoints.136", + "m_iPreviousPoints.137", + "m_iPreviousPoints.138", + "m_iPreviousPoints.139", + "m_iPreviousPoints.140", + "m_iPreviousPoints.141", + "m_iPreviousPoints.142", + "m_iPreviousPoints.143", + "m_iPreviousPoints.144", + "m_iPreviousPoints.145", + "m_iPreviousPoints.146", + "m_iPreviousPoints.147", + "m_iPreviousPoints.148", + "m_iPreviousPoints.149", + "m_iPreviousPoints.150", + "m_iPreviousPoints.151", + "m_iPreviousPoints.152", + "m_iPreviousPoints.153", + "m_iPreviousPoints.154", + "m_iPreviousPoints.155", + "m_iPreviousPoints.156", + "m_iPreviousPoints.157", + "m_iPreviousPoints.158", + "m_iPreviousPoints.159", + "m_iPreviousPoints.160", + "m_iPreviousPoints.161", + "m_iPreviousPoints.162", + "m_iPreviousPoints.163", + "m_iPreviousPoints.164", + "m_iPreviousPoints.165", + "m_iPreviousPoints.166", + "m_iPreviousPoints.167", + "m_iPreviousPoints.168", + "m_iPreviousPoints.169", + "m_iPreviousPoints.170", + "m_iPreviousPoints.171", + "m_iPreviousPoints.172", + "m_iPreviousPoints.173", + "m_iPreviousPoints.174", + "m_iPreviousPoints.175", + "m_iPreviousPoints.176", + "m_iPreviousPoints.177", + "m_iPreviousPoints.178", + "m_iPreviousPoints.179", + "m_iPreviousPoints.180", + "m_iPreviousPoints.181", + "m_iPreviousPoints.182", + "m_iPreviousPoints.183", + "m_iPreviousPoints.184", + "m_iPreviousPoints.185", + "m_iPreviousPoints.186", + "m_iPreviousPoints.187", + "m_iPreviousPoints.188", + "m_iPreviousPoints.189", + "m_iPreviousPoints.190", + "m_iPreviousPoints.191", + "m_bTeamCanCap.000", + "m_bTeamCanCap.001", + "m_bTeamCanCap.002", + "m_bTeamCanCap.003", + "m_bTeamCanCap.004", + "m_bTeamCanCap.005", + "m_bTeamCanCap.006", + "m_bTeamCanCap.007", + "m_bTeamCanCap.008", + "m_bTeamCanCap.009", + "m_bTeamCanCap.010", + "m_bTeamCanCap.011", + "m_bTeamCanCap.012", + "m_bTeamCanCap.013", + "m_bTeamCanCap.014", + "m_bTeamCanCap.015", + "m_bTeamCanCap.016", + "m_bTeamCanCap.017", + "m_bTeamCanCap.018", + "m_bTeamCanCap.019", + "m_bTeamCanCap.020", + "m_bTeamCanCap.021", + "m_bTeamCanCap.022", + "m_bTeamCanCap.023", + "m_bTeamCanCap.024", + "m_bTeamCanCap.025", + "m_bTeamCanCap.026", + "m_bTeamCanCap.027", + "m_bTeamCanCap.028", + "m_bTeamCanCap.029", + "m_bTeamCanCap.030", + "m_bTeamCanCap.031", + "m_bTeamCanCap.032", + "m_bTeamCanCap.033", + "m_bTeamCanCap.034", + "m_bTeamCanCap.035", + "m_bTeamCanCap.036", + "m_bTeamCanCap.037", + "m_bTeamCanCap.038", + "m_bTeamCanCap.039", + "m_bTeamCanCap.040", + "m_bTeamCanCap.041", + "m_bTeamCanCap.042", + "m_bTeamCanCap.043", + "m_bTeamCanCap.044", + "m_bTeamCanCap.045", + "m_bTeamCanCap.046", + "m_bTeamCanCap.047", + "m_bTeamCanCap.048", + "m_bTeamCanCap.049", + "m_bTeamCanCap.050", + "m_bTeamCanCap.051", + "m_bTeamCanCap.052", + "m_bTeamCanCap.053", + "m_bTeamCanCap.054", + "m_bTeamCanCap.055", + "m_bTeamCanCap.056", + "m_bTeamCanCap.057", + "m_bTeamCanCap.058", + "m_bTeamCanCap.059", + "m_bTeamCanCap.060", + "m_bTeamCanCap.061", + "m_bTeamCanCap.062", + "m_bTeamCanCap.063", + "m_iTeamBaseIcons.000", + "m_iTeamBaseIcons.001", + "m_iTeamBaseIcons.002", + "m_iTeamBaseIcons.003", + "m_iTeamBaseIcons.004", + "m_iTeamBaseIcons.005", + "m_iTeamBaseIcons.006", + "m_iTeamBaseIcons.007", + "m_iTeamBaseIcons.008", + "m_iTeamBaseIcons.009", + "m_iTeamBaseIcons.010", + "m_iTeamBaseIcons.011", + "m_iTeamBaseIcons.012", + "m_iTeamBaseIcons.013", + "m_iTeamBaseIcons.014", + "m_iTeamBaseIcons.015", + "m_iTeamBaseIcons.016", + "m_iTeamBaseIcons.017", + "m_iTeamBaseIcons.018", + "m_iTeamBaseIcons.019", + "m_iTeamBaseIcons.020", + "m_iTeamBaseIcons.021", + "m_iTeamBaseIcons.022", + "m_iTeamBaseIcons.023", + "m_iTeamBaseIcons.024", + "m_iTeamBaseIcons.025", + "m_iTeamBaseIcons.026", + "m_iTeamBaseIcons.027", + "m_iTeamBaseIcons.028", + "m_iTeamBaseIcons.029", + "m_iTeamBaseIcons.030", + "m_iTeamBaseIcons.031", + "m_iBaseControlPoints.000", + "m_iBaseControlPoints.001", + "m_iBaseControlPoints.002", + "m_iBaseControlPoints.003", + "m_iBaseControlPoints.004", + "m_iBaseControlPoints.005", + "m_iBaseControlPoints.006", + "m_iBaseControlPoints.007", + "m_iBaseControlPoints.008", + "m_iBaseControlPoints.009", + "m_iBaseControlPoints.010", + "m_iBaseControlPoints.011", + "m_iBaseControlPoints.012", + "m_iBaseControlPoints.013", + "m_iBaseControlPoints.014", + "m_iBaseControlPoints.015", + "m_iBaseControlPoints.016", + "m_iBaseControlPoints.017", + "m_iBaseControlPoints.018", + "m_iBaseControlPoints.019", + "m_iBaseControlPoints.020", + "m_iBaseControlPoints.021", + "m_iBaseControlPoints.022", + "m_iBaseControlPoints.023", + "m_iBaseControlPoints.024", + "m_iBaseControlPoints.025", + "m_iBaseControlPoints.026", + "m_iBaseControlPoints.027", + "m_iBaseControlPoints.028", + "m_iBaseControlPoints.029", + "m_iBaseControlPoints.030", + "m_iBaseControlPoints.031", + "m_bInMiniRound.000", + "m_bInMiniRound.001", + "m_bInMiniRound.002", + "m_bInMiniRound.003", + "m_bInMiniRound.004", + "m_bInMiniRound.005", + "m_bInMiniRound.006", + "m_bInMiniRound.007", + "m_iWarnOnCap.000", + "m_iWarnOnCap.001", + "m_iWarnOnCap.002", + "m_iWarnOnCap.003", + "m_iWarnOnCap.004", + "m_iWarnOnCap.005", + "m_iWarnOnCap.006", + "m_iWarnOnCap.007", + "m_flPathDistance.000", + "m_flPathDistance.001", + "m_flPathDistance.002", + "m_flPathDistance.003", + "m_flPathDistance.004", + "m_flPathDistance.005", + "m_flPathDistance.006", + "m_flPathDistance.007", + "m_iCPGroup.000", + "m_iCPGroup.001", + "m_iCPGroup.002", + "m_iCPGroup.003", + "m_iCPGroup.004", + "m_iCPGroup.005", + "m_iCPGroup.006", + "m_iCPGroup.007", + "m_bCPLocked.000", + "m_bCPLocked.001", + "m_bCPLocked.002", + "m_bCPLocked.003", + "m_bCPLocked.004", + "m_bCPLocked.005", + "m_bCPLocked.006", + "m_bCPLocked.007", + "m_nNumNodeHillData.000", + "m_nNumNodeHillData.001", + "m_nNumNodeHillData.002", + "m_nNumNodeHillData.003", + "m_flNodeHillData.000", + "m_flNodeHillData.001", + "m_flNodeHillData.002", + "m_flNodeHillData.003", + "m_flNodeHillData.004", + "m_flNodeHillData.005", + "m_flNodeHillData.006", + "m_flNodeHillData.007", + "m_flNodeHillData.008", + "m_flNodeHillData.009", + "m_flNodeHillData.010", + "m_flNodeHillData.011", + "m_flNodeHillData.012", + "m_flNodeHillData.013", + "m_flNodeHillData.014", + "m_flNodeHillData.015", + "m_flNodeHillData.016", + "m_flNodeHillData.017", + "m_flNodeHillData.018", + "m_flNodeHillData.019", + "m_flNodeHillData.020", + "m_flNodeHillData.021", + "m_flNodeHillData.022", + "m_flNodeHillData.023", + "m_flNodeHillData.024", + "m_flNodeHillData.025", + "m_flNodeHillData.026", + "m_flNodeHillData.027", + "m_flNodeHillData.028", + "m_flNodeHillData.029", + "m_flNodeHillData.030", + "m_flNodeHillData.031", + "m_flNodeHillData.032", + "m_flNodeHillData.033", + "m_flNodeHillData.034", + "m_flNodeHillData.035", + "m_flNodeHillData.036", + "m_flNodeHillData.037", + "m_flNodeHillData.038", + "m_flNodeHillData.039", + "m_bTrackAlarm.000", + "m_bTrackAlarm.001", + "m_bTrackAlarm.002", + "m_bTrackAlarm.003", + "m_flUnlockTimes.000", + "m_flUnlockTimes.001", + "m_flUnlockTimes.002", + "m_flUnlockTimes.003", + "m_flUnlockTimes.004", + "m_flUnlockTimes.005", + "m_flUnlockTimes.006", + "m_flUnlockTimes.007", + "m_bHillIsDownhill.000", + "m_bHillIsDownhill.001", + "m_bHillIsDownhill.002", + "m_bHillIsDownhill.003", + "m_bHillIsDownhill.004", + "m_bHillIsDownhill.005", + "m_bHillIsDownhill.006", + "m_bHillIsDownhill.007", + "m_bHillIsDownhill.008", + "m_bHillIsDownhill.009", + "m_bHillIsDownhill.010", + "m_bHillIsDownhill.011", + "m_bHillIsDownhill.012", + "m_bHillIsDownhill.013", + "m_bHillIsDownhill.014", + "m_bHillIsDownhill.015", + "m_bHillIsDownhill.016", + "m_bHillIsDownhill.017", + "m_bHillIsDownhill.018", + "m_bHillIsDownhill.019", + "m_flCPTimerTimes.000", + "m_flCPTimerTimes.001", + "m_flCPTimerTimes.002", + "m_flCPTimerTimes.003", + "m_flCPTimerTimes.004", + "m_flCPTimerTimes.005", + "m_flCPTimerTimes.006", + "m_flCPTimerTimes.007", + "m_iNumTeamMembers.000", + "m_iNumTeamMembers.001", + "m_iNumTeamMembers.002", + "m_iNumTeamMembers.003", + "m_iNumTeamMembers.004", + "m_iNumTeamMembers.005", + "m_iNumTeamMembers.006", + "m_iNumTeamMembers.007", + "m_iNumTeamMembers.008", + "m_iNumTeamMembers.009", + "m_iNumTeamMembers.010", + "m_iNumTeamMembers.011", + "m_iNumTeamMembers.012", + "m_iNumTeamMembers.013", + "m_iNumTeamMembers.014", + "m_iNumTeamMembers.015", + "m_iNumTeamMembers.016", + "m_iNumTeamMembers.017", + "m_iNumTeamMembers.018", + "m_iNumTeamMembers.019", + "m_iNumTeamMembers.020", + "m_iNumTeamMembers.021", + "m_iNumTeamMembers.022", + "m_iNumTeamMembers.023", + "m_iNumTeamMembers.024", + "m_iNumTeamMembers.025", + "m_iNumTeamMembers.026", + "m_iNumTeamMembers.027", + "m_iNumTeamMembers.028", + "m_iNumTeamMembers.029", + "m_iNumTeamMembers.030", + "m_iNumTeamMembers.031", + "m_iNumTeamMembers.032", + "m_iNumTeamMembers.033", + "m_iNumTeamMembers.034", + "m_iNumTeamMembers.035", + "m_iNumTeamMembers.036", + "m_iNumTeamMembers.037", + "m_iNumTeamMembers.038", + "m_iNumTeamMembers.039", + "m_iNumTeamMembers.040", + "m_iNumTeamMembers.041", + "m_iNumTeamMembers.042", + "m_iNumTeamMembers.043", + "m_iNumTeamMembers.044", + "m_iNumTeamMembers.045", + "m_iNumTeamMembers.046", + "m_iNumTeamMembers.047", + "m_iNumTeamMembers.048", + "m_iNumTeamMembers.049", + "m_iNumTeamMembers.050", + "m_iNumTeamMembers.051", + "m_iNumTeamMembers.052", + "m_iNumTeamMembers.053", + "m_iNumTeamMembers.054", + "m_iNumTeamMembers.055", + "m_iNumTeamMembers.056", + "m_iNumTeamMembers.057", + "m_iNumTeamMembers.058", + "m_iNumTeamMembers.059", + "m_iNumTeamMembers.060", + "m_iNumTeamMembers.061", + "m_iNumTeamMembers.062", + "m_iNumTeamMembers.063", + "m_iCappingTeam.000", + "m_iCappingTeam.001", + "m_iCappingTeam.002", + "m_iCappingTeam.003", + "m_iCappingTeam.004", + "m_iCappingTeam.005", + "m_iCappingTeam.006", + "m_iCappingTeam.007", + "m_iTeamInZone.000", + "m_iTeamInZone.001", + "m_iTeamInZone.002", + "m_iTeamInZone.003", + "m_iTeamInZone.004", + "m_iTeamInZone.005", + "m_iTeamInZone.006", + "m_iTeamInZone.007", + "m_bBlocked.000", + "m_bBlocked.001", + "m_bBlocked.002", + "m_bBlocked.003", + "m_bBlocked.004", + "m_bBlocked.005", + "m_bBlocked.006", + "m_bBlocked.007", + "m_iOwner.000", + "m_iOwner.001", + "m_iOwner.002", + "m_iOwner.003", + "m_iOwner.004", + "m_iOwner.005", + "m_iOwner.006", + "m_iOwner.007", + "m_bCPCapRateScalesWithPlayers.000", + "m_bCPCapRateScalesWithPlayers.001", + "m_bCPCapRateScalesWithPlayers.002", + "m_bCPCapRateScalesWithPlayers.003", + "m_bCPCapRateScalesWithPlayers.004", + "m_bCPCapRateScalesWithPlayers.005", + "m_bCPCapRateScalesWithPlayers.006", + "m_bCPCapRateScalesWithPlayers.007", + "m_nMannVsMachineWaveClassCounts.000", + "m_nMannVsMachineWaveClassCounts.001", + "m_nMannVsMachineWaveClassCounts.002", + "m_nMannVsMachineWaveClassCounts.003", + "m_nMannVsMachineWaveClassCounts.004", + "m_nMannVsMachineWaveClassCounts.005", + "m_nMannVsMachineWaveClassCounts.006", + "m_nMannVsMachineWaveClassCounts.007", + "m_nMannVsMachineWaveClassCounts.008", + "m_nMannVsMachineWaveClassCounts.009", + "m_nMannVsMachineWaveClassCounts.010", + "m_nMannVsMachineWaveClassCounts.011", + "m_nMannVsMachineWaveClassFlags.000", + "m_nMannVsMachineWaveClassFlags.001", + "m_nMannVsMachineWaveClassFlags.002", + "m_nMannVsMachineWaveClassFlags.003", + "m_nMannVsMachineWaveClassFlags.004", + "m_nMannVsMachineWaveClassFlags.005", + "m_nMannVsMachineWaveClassFlags.006", + "m_nMannVsMachineWaveClassFlags.007", + "m_nMannVsMachineWaveClassFlags.008", + "m_nMannVsMachineWaveClassFlags.009", + "m_nMannVsMachineWaveClassFlags.010", + "m_nMannVsMachineWaveClassFlags.011", + "m_nMannVsMachineWaveClassCounts2.000", + "m_nMannVsMachineWaveClassCounts2.001", + "m_nMannVsMachineWaveClassCounts2.002", + "m_nMannVsMachineWaveClassCounts2.003", + "m_nMannVsMachineWaveClassCounts2.004", + "m_nMannVsMachineWaveClassCounts2.005", + "m_nMannVsMachineWaveClassCounts2.006", + "m_nMannVsMachineWaveClassCounts2.007", + "m_nMannVsMachineWaveClassCounts2.008", + "m_nMannVsMachineWaveClassCounts2.009", + "m_nMannVsMachineWaveClassCounts2.010", + "m_nMannVsMachineWaveClassCounts2.011", + "m_nMannVsMachineWaveClassFlags2.000", + "m_nMannVsMachineWaveClassFlags2.001", + "m_nMannVsMachineWaveClassFlags2.002", + "m_nMannVsMachineWaveClassFlags2.003", + "m_nMannVsMachineWaveClassFlags2.004", + "m_nMannVsMachineWaveClassFlags2.005", + "m_nMannVsMachineWaveClassFlags2.006", + "m_nMannVsMachineWaveClassFlags2.007", + "m_nMannVsMachineWaveClassFlags2.008", + "m_nMannVsMachineWaveClassFlags2.009", + "m_nMannVsMachineWaveClassFlags2.010", + "m_nMannVsMachineWaveClassFlags2.011", + "m_bMannVsMachineWaveClassActive.000", + "m_bMannVsMachineWaveClassActive.001", + "m_bMannVsMachineWaveClassActive.002", + "m_bMannVsMachineWaveClassActive.003", + "m_bMannVsMachineWaveClassActive.004", + "m_bMannVsMachineWaveClassActive.005", + "m_bMannVsMachineWaveClassActive.006", + "m_bMannVsMachineWaveClassActive.007", + "m_bMannVsMachineWaveClassActive.008", + "m_bMannVsMachineWaveClassActive.009", + "m_bMannVsMachineWaveClassActive.010", + "m_bMannVsMachineWaveClassActive.011", + "m_bMannVsMachineWaveClassActive2.000", + "m_bMannVsMachineWaveClassActive2.001", + "m_bMannVsMachineWaveClassActive2.002", + "m_bMannVsMachineWaveClassActive2.003", + "m_bMannVsMachineWaveClassActive2.004", + "m_bMannVsMachineWaveClassActive2.005", + "m_bMannVsMachineWaveClassActive2.006", + "m_bMannVsMachineWaveClassActive2.007", + "m_bMannVsMachineWaveClassActive2.008", + "m_bMannVsMachineWaveClassActive2.009", + "m_bMannVsMachineWaveClassActive2.010", + "m_bMannVsMachineWaveClassActive2.011", + "DT_BaseTeamObjectiveResource.m_iTimerToShowInHUD", + "DT_BaseTeamObjectiveResource.m_iStopWatchTimer", + "DT_BaseTeamObjectiveResource.m_iNumControlPoints", + "DT_BaseTeamObjectiveResource.m_bPlayingMiniRounds", + "DT_BaseTeamObjectiveResource.m_bControlPointsReset", + "DT_BaseTeamObjectiveResource.m_iUpdateCapHudParity", + "DT_BaseTeamObjectiveResource.m_vCPPositions", + "DT_BaseTeamObjectiveResource.m_iszWarnSound", + "DT_BaseTeamObjectiveResource.m_pszCapLayoutInHUD", + "DT_BaseTeamObjectiveResource.m_flCustomPositionX", + "DT_BaseTeamObjectiveResource.m_flCustomPositionY", + "DT_TFObjectiveResource.m_nMannVsMachineMaxWaveCount", + "DT_TFObjectiveResource.m_nMannVsMachineWaveCount", + "DT_TFObjectiveResource.m_nMannVsMachineWaveEnemyCount", + "DT_TFObjectiveResource.m_nMvMWorldMoney", + "DT_TFObjectiveResource.m_flMannVsMachineNextWaveTime", + "DT_TFObjectiveResource.m_bMannVsMachineBetweenWaves", + "DT_TFObjectiveResource.m_nFlagCarrierUpgradeLevel", + "DT_TFObjectiveResource.m_flMvMBaseBombUpgradeTime", + "DT_TFObjectiveResource.m_flMvMNextBombUpgradeTime", + "DT_TFObjectiveResource.m_iszMvMPopfileName", + "DT_TFObjectiveResource.m_iChallengeIndex", + "DT_TFObjectiveResource.m_nMvMEventPopfileType", + "DT_TFObjectiveResource.m_iszMannVsMachineWaveClassNames", + "DT_TFObjectiveResource.m_iszMannVsMachineWaveClassNames2" ], - "DT_TFProjectile_SpellSpawnHorde": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFPEPBrawlerBlaster": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -26174,113 +17527,80 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_SpellSpawnZombie": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -26297,112 +17617,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "SpellTransposeTeleport": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -26425,30 +17640,27 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFProjectile_Throwable": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFParachute": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -26492,7 +17704,80 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -26509,6 +17794,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -26531,30 +17817,27 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFProjectile_ThrowableBreadMonster": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFParachute_Primary": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -26598,7 +17881,80 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -26615,6 +17971,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -26637,30 +17994,27 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFProjectile_ThrowableBrick": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFParachute_Secondary": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -26704,7 +18058,80 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -26721,6 +18148,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -26743,76 +18171,502 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" + ], + "DT_TFPlayer": [ + "DT_Local.m_flDucktime", + "DT_Local.m_flFallVelocity", + "DT_Local.m_vecPunchAngle", + "DT_LocalPlayerExclusive.m_vecViewOffset[2]", + "DT_LocalPlayerExclusive.m_nTickBase", + "DT_LocalPlayerExclusive.m_hGroundEntity", + "DT_LocalPlayerExclusive.m_vecVelocity[0]", + "DT_LocalPlayerExclusive.m_vecVelocity[1]", + "DT_LocalPlayerExclusive.m_vecVelocity[2]", + "DT_TFLocalPlayerExclusive.m_vecOrigin", + "DT_TFLocalPlayerExclusive.m_vecOrigin[2]", + "DT_TFLocalPlayerExclusive.m_angEyeAngles[0]", + "DT_TFNonLocalPlayerExclusive.m_vecOrigin", + "DT_TFNonLocalPlayerExclusive.m_vecOrigin[2]", + "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[0]", + "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[1]", + "DT_BaseEntity.m_flSimulationTime", + "DT_BasePlayer.m_iHealth", + "DT_BasePlayer.m_fFlags", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_BCCLocalPlayerExclusive.m_flNextAttack", + "m_hMyWeapons.000", + "m_hMyWeapons.001", + "m_hMyWeapons.002", + "m_hMyWeapons.003", + "m_hMyWeapons.004", + "m_hMyWeapons.005", + "m_hMyWeapons.006", + "m_hMyWeapons.007", + "m_hMyWeapons.008", + "m_hMyWeapons.009", + "m_hMyWeapons.010", + "m_hMyWeapons.011", + "m_hMyWeapons.012", + "m_hMyWeapons.013", + "m_hMyWeapons.014", + "m_hMyWeapons.015", + "m_hMyWeapons.016", + "m_hMyWeapons.017", + "m_hMyWeapons.018", + "m_hMyWeapons.019", + "m_hMyWeapons.020", + "m_hMyWeapons.021", + "m_hMyWeapons.022", + "m_hMyWeapons.023", + "m_hMyWeapons.024", + "m_hMyWeapons.025", + "m_hMyWeapons.026", + "m_hMyWeapons.027", + "m_hMyWeapons.028", + "m_hMyWeapons.029", + "m_hMyWeapons.030", + "m_hMyWeapons.031", + "m_hMyWeapons.032", + "m_hMyWeapons.033", + "m_hMyWeapons.034", + "m_hMyWeapons.035", + "m_hMyWeapons.036", + "m_hMyWeapons.037", + "m_hMyWeapons.038", + "m_hMyWeapons.039", + "m_hMyWeapons.040", + "m_hMyWeapons.041", + "m_hMyWeapons.042", + "m_hMyWeapons.043", + "m_hMyWeapons.044", + "m_hMyWeapons.045", + "m_hMyWeapons.046", + "m_hMyWeapons.047", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_PlayerState.deadflag", + "_LPT_m_hMyWearables_8.lengthprop8", + "_ST_m_hMyWearables_8.000", + "_ST_m_hMyWearables_8.001", + "_ST_m_hMyWearables_8.002", + "_ST_m_hMyWearables_8.003", + "_ST_m_hMyWearables_8.004", + "_ST_m_hMyWearables_8.005", + "_ST_m_hMyWearables_8.006", + "_ST_m_hMyWearables_8.007", + "m_chAreaBits.000", + "m_chAreaBits.001", + "m_chAreaBits.002", + "m_chAreaBits.003", + "m_chAreaBits.004", + "m_chAreaBits.005", + "m_chAreaBits.006", + "m_chAreaBits.007", + "m_chAreaBits.008", + "m_chAreaBits.009", + "m_chAreaBits.010", + "m_chAreaBits.011", + "m_chAreaBits.012", + "m_chAreaBits.013", + "m_chAreaBits.014", + "m_chAreaBits.015", + "m_chAreaBits.016", + "m_chAreaBits.017", + "m_chAreaBits.018", + "m_chAreaBits.019", + "m_chAreaBits.020", + "m_chAreaBits.021", + "m_chAreaBits.022", + "m_chAreaBits.023", + "m_chAreaBits.024", + "m_chAreaBits.025", + "m_chAreaBits.026", + "m_chAreaBits.027", + "m_chAreaBits.028", + "m_chAreaBits.029", + "m_chAreaBits.030", + "m_chAreaBits.031", + "m_chAreaPortalBits.000", + "m_chAreaPortalBits.001", + "m_chAreaPortalBits.002", + "m_chAreaPortalBits.003", + "m_chAreaPortalBits.004", + "m_chAreaPortalBits.005", + "m_chAreaPortalBits.006", + "m_chAreaPortalBits.007", + "m_chAreaPortalBits.008", + "m_chAreaPortalBits.009", + "m_chAreaPortalBits.010", + "m_chAreaPortalBits.011", + "m_chAreaPortalBits.012", + "m_chAreaPortalBits.013", + "m_chAreaPortalBits.014", + "m_chAreaPortalBits.015", + "m_chAreaPortalBits.016", + "m_chAreaPortalBits.017", + "m_chAreaPortalBits.018", + "m_chAreaPortalBits.019", + "m_chAreaPortalBits.020", + "m_chAreaPortalBits.021", + "m_chAreaPortalBits.022", + "m_chAreaPortalBits.023", + "DT_Local.m_iHideHUD", + "DT_Local.m_flFOVRate", + "DT_Local.m_bDucked", + "DT_Local.m_bDucking", + "DT_Local.m_bInDuckJump", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_Local.m_flDuckJumpTime", + "DT_Local.m_flJumpTime", + "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", + "DT_Local.m_vecPunchAngleVel", + "DT_Local.m_bDrawViewmodel", + "DT_Local.m_bWearingSuit", + "DT_Local.m_bPoisoned", + "DT_Local.m_flStepSize", + "DT_Local.m_bAllowAutoMovement", + "DT_Local.m_skybox3d.scale", + "DT_Local.m_skybox3d.origin", + "DT_Local.m_skybox3d.area", + "DT_Local.m_skybox3d.fog.enable", + "DT_Local.m_skybox3d.fog.blend", + "DT_Local.m_skybox3d.fog.dirPrimary", + "DT_Local.m_skybox3d.fog.colorPrimary", + "DT_Local.m_skybox3d.fog.colorSecondary", + "DT_Local.m_skybox3d.fog.start", + "DT_Local.m_skybox3d.fog.end", + "DT_Local.m_skybox3d.fog.maxdensity", + "DT_Local.m_PlayerFog.m_hCtrl", + "DT_Local.m_audio.localSound[0]", + "DT_Local.m_audio.localSound[1]", + "DT_Local.m_audio.localSound[2]", + "DT_Local.m_audio.localSound[3]", + "DT_Local.m_audio.localSound[4]", + "DT_Local.m_audio.localSound[5]", + "DT_Local.m_audio.localSound[6]", + "DT_Local.m_audio.localSound[7]", + "DT_Local.m_audio.soundscapeIndex", + "DT_Local.m_audio.localBits", + "DT_Local.m_audio.ent", + "m_iAmmo.000", + "m_iAmmo.001", + "m_iAmmo.002", + "m_iAmmo.003", + "m_iAmmo.004", + "m_iAmmo.005", + "m_iAmmo.006", + "m_iAmmo.007", + "m_iAmmo.008", + "m_iAmmo.009", + "m_iAmmo.010", + "m_iAmmo.011", + "m_iAmmo.012", + "m_iAmmo.013", + "m_iAmmo.014", + "m_iAmmo.015", + "m_iAmmo.016", + "m_iAmmo.017", + "m_iAmmo.018", + "m_iAmmo.019", + "m_iAmmo.020", + "m_iAmmo.021", + "m_iAmmo.022", + "m_iAmmo.023", + "m_iAmmo.024", + "m_iAmmo.025", + "m_iAmmo.026", + "m_iAmmo.027", + "m_iAmmo.028", + "m_iAmmo.029", + "m_iAmmo.030", + "m_iAmmo.031", + "DT_LocalPlayerExclusive.m_vecViewOffset[0]", + "DT_LocalPlayerExclusive.m_vecViewOffset[1]", "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFProjectile_ThrowableRepel": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_LocalPlayerExclusive.m_flFriction", + "DT_LocalPlayerExclusive.m_fOnTarget", "DT_CollisionProperty.m_nSolidType", + "DT_LocalPlayerExclusive.m_nNextThinkTick", + "DT_LocalPlayerExclusive.m_hLastWeapon", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_LocalPlayerExclusive.m_vecBaseVelocity", + "DT_LocalPlayerExclusive.m_hConstraintEntity", + "DT_LocalPlayerExclusive.m_vecConstraintCenter", + "DT_LocalPlayerExclusive.m_flConstraintRadius", + "DT_LocalPlayerExclusive.m_flConstraintWidth", + "DT_LocalPlayerExclusive.m_flConstraintSpeedFactor", + "DT_LocalPlayerExclusive.m_flDeathTime", + "DT_LocalPlayerExclusive.m_nWaterLevel", + "DT_LocalPlayerExclusive.m_flLaggedMovementValue", + "DT_TFPlayerClassShared.m_iClass", + "DT_TFPlayerClassShared.m_iszClassIcon", + "DT_TFPlayerClassShared.m_iszCustomModel", + "DT_TFPlayerClassShared.m_vecCustomModelOffset", + "DT_TFPlayerClassShared.m_angCustomModelRotation", + "DT_TFPlayerClassShared.m_bCustomModelRotates", + "DT_TFPlayerClassShared.m_bCustomModelRotationSet", + "DT_TFPlayerClassShared.m_bCustomModelVisibleToSelf", + "DT_TFPlayerClassShared.m_bUseClassAnimations", + "DT_TFPlayerClassShared.m_iClassModelParity", + "m_bPlayerDominated.000", + "m_bPlayerDominated.001", + "m_bPlayerDominated.002", + "m_bPlayerDominated.003", + "m_bPlayerDominated.004", + "m_bPlayerDominated.005", + "m_bPlayerDominated.006", + "m_bPlayerDominated.007", + "m_bPlayerDominated.008", + "m_bPlayerDominated.009", + "m_bPlayerDominated.010", + "m_bPlayerDominated.011", + "m_bPlayerDominated.012", + "m_bPlayerDominated.013", + "m_bPlayerDominated.014", + "m_bPlayerDominated.015", + "m_bPlayerDominated.016", + "m_bPlayerDominated.017", + "m_bPlayerDominated.018", + "m_bPlayerDominated.019", + "m_bPlayerDominated.020", + "m_bPlayerDominated.021", + "m_bPlayerDominated.022", + "m_bPlayerDominated.023", + "m_bPlayerDominated.024", + "m_bPlayerDominated.025", + "m_bPlayerDominated.026", + "m_bPlayerDominated.027", + "m_bPlayerDominated.028", + "m_bPlayerDominated.029", + "m_bPlayerDominated.030", + "m_bPlayerDominated.031", + "m_bPlayerDominated.032", + "m_bPlayerDominated.033", + "m_bPlayerDominatingMe.000", + "m_bPlayerDominatingMe.001", + "m_bPlayerDominatingMe.002", + "m_bPlayerDominatingMe.003", + "m_bPlayerDominatingMe.004", + "m_bPlayerDominatingMe.005", + "m_bPlayerDominatingMe.006", + "m_bPlayerDominatingMe.007", + "m_bPlayerDominatingMe.008", + "m_bPlayerDominatingMe.009", + "m_bPlayerDominatingMe.010", + "m_bPlayerDominatingMe.011", + "m_bPlayerDominatingMe.012", + "m_bPlayerDominatingMe.013", + "m_bPlayerDominatingMe.014", + "m_bPlayerDominatingMe.015", + "m_bPlayerDominatingMe.016", + "m_bPlayerDominatingMe.017", + "m_bPlayerDominatingMe.018", + "m_bPlayerDominatingMe.019", + "m_bPlayerDominatingMe.020", + "m_bPlayerDominatingMe.021", + "m_bPlayerDominatingMe.022", + "m_bPlayerDominatingMe.023", + "m_bPlayerDominatingMe.024", + "m_bPlayerDominatingMe.025", + "m_bPlayerDominatingMe.026", + "m_bPlayerDominatingMe.027", + "m_bPlayerDominatingMe.028", + "m_bPlayerDominatingMe.029", + "m_bPlayerDominatingMe.030", + "m_bPlayerDominatingMe.031", + "m_bPlayerDominatingMe.032", + "m_bPlayerDominatingMe.033", + "DT_TFPlayerScoringDataExclusive.m_iCaptures", + "DT_TFPlayerScoringDataExclusive.m_iDefenses", + "DT_TFPlayerScoringDataExclusive.m_iKills", + "DT_TFPlayerScoringDataExclusive.m_iDeaths", + "DT_TFPlayerScoringDataExclusive.m_iSuicides", + "DT_TFPlayerScoringDataExclusive.m_iDominations", + "DT_TFPlayerScoringDataExclusive.m_iRevenge", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", + "DT_TFPlayerScoringDataExclusive.m_iHeadshots", + "DT_TFPlayerScoringDataExclusive.m_iBackstabs", + "DT_TFPlayerScoringDataExclusive.m_iHealPoints", + "DT_TFPlayerScoringDataExclusive.m_iInvulns", + "DT_TFPlayerScoringDataExclusive.m_iTeleports", + "DT_TFPlayerScoringDataExclusive.m_iDamageDone", + "DT_TFPlayerScoringDataExclusive.m_iCrits", + "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", + "DT_TFPlayerScoringDataExclusive.m_iKillAssists", + "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", + "DT_TFPlayerScoringDataExclusive.m_iPoints", + "DT_TFPlayerScoringDataExclusive.m_iCaptures", + "DT_TFPlayerScoringDataExclusive.m_iDefenses", + "DT_TFPlayerScoringDataExclusive.m_iKills", + "DT_TFPlayerScoringDataExclusive.m_iDeaths", + "DT_TFPlayerScoringDataExclusive.m_iSuicides", + "DT_TFPlayerScoringDataExclusive.m_iDominations", + "DT_TFPlayerScoringDataExclusive.m_iRevenge", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", + "DT_TFPlayerScoringDataExclusive.m_iHeadshots", + "DT_TFPlayerScoringDataExclusive.m_iBackstabs", + "DT_TFPlayerScoringDataExclusive.m_iHealPoints", + "DT_TFPlayerScoringDataExclusive.m_iInvulns", + "DT_TFPlayerScoringDataExclusive.m_iTeleports", + "DT_TFPlayerScoringDataExclusive.m_iDamageDone", + "DT_TFPlayerScoringDataExclusive.m_iCrits", + "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", + "DT_TFPlayerScoringDataExclusive.m_iKillAssists", + "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", + "DT_TFPlayerScoringDataExclusive.m_iPoints", + "DT_TFPlayerSharedLocal.m_nDesiredDisguiseTeam", + "DT_TFPlayerSharedLocal.m_nDesiredDisguiseClass", + "DT_TFPlayerSharedLocal.m_bLastDisguisedAsOwnTeam", + "DT_TFPlayerSharedLocal.m_flStealthNoAttackExpire", + "DT_TFPlayerSharedLocal.m_flStealthNextChangeTime", + "DT_TFPlayerSharedLocal.m_flRageMeter", + "DT_TFPlayerSharedLocal.m_bRageDraining", + "DT_TFPlayerSharedLocal.m_flNextRageEarnTime", + "DT_TFPlayerSharedLocal.m_bInUpgradeZone", + "DT_TFPlayerConditionListExclusive._condition_bits", + "m_nStreaks.000", + "m_nStreaks.001", + "m_nStreaks.002", + "m_nStreaks.003", + "DT_TFPlayerShared.m_nPlayerCond", + "DT_TFPlayerShared.m_bJumping", + "DT_TFPlayerShared.m_nNumHealers", + "DT_TFPlayerShared.m_iCritMult", + "DT_TFPlayerShared.m_iAirDash", + "DT_TFPlayerShared.m_nAirDucked", + "DT_TFPlayerShared.m_flDuckTimer", + "DT_TFPlayerShared.m_nPlayerState", + "DT_TFPlayerShared.m_iDesiredPlayerClass", + "DT_TFPlayerShared.m_flMovementStunTime", + "DT_TFPlayerShared.m_iMovementStunAmount", + "DT_TFPlayerShared.m_iMovementStunParity", + "DT_TFPlayerShared.m_hStunner", + "DT_TFPlayerShared.m_iStunFlags", + "DT_TFPlayerShared.m_nArenaNumChanges", + "DT_TFPlayerShared.m_bArenaFirstBloodBoost", + "DT_TFPlayerShared.m_iWeaponKnockbackID", + "DT_TFPlayerShared.m_bLoadoutUnavailable", + "DT_TFPlayerShared.m_iItemFindBonus", + "DT_TFPlayerShared.m_bShieldEquipped", + "DT_TFPlayerShared.m_iNextMeleeCrit", + "DT_TFPlayerShared.m_iDecapitations", + "DT_TFPlayerShared.m_iRevengeCrits", + "DT_TFPlayerShared.m_iDisguiseBody", + "DT_TFPlayerShared.m_hCarriedObject", + "DT_TFPlayerShared.m_bCarryingObject", + "DT_TFPlayerShared.m_flNextNoiseMakerTime", + "DT_TFPlayerShared.m_iKillCountSinceLastDeploy", + "DT_TFPlayerShared.m_flFirstPrimaryAttack", + "DT_TFPlayerShared.m_flEnergyDrinkMeter", + "DT_TFPlayerShared.m_flHypeMeter", + "DT_TFPlayerShared.m_flChargeMeter", + "DT_TFPlayerShared.m_flInvisChangeCompleteTime", + "DT_TFPlayerShared.m_nDisguiseTeam", + "DT_TFPlayerShared.m_nDisguiseClass", + "DT_TFPlayerShared.m_nMaskClass", + "DT_TFPlayerShared.m_iDisguiseTargetIndex", + "DT_TFPlayerShared.m_iDisguiseHealth", + "DT_TFPlayerShared.m_bFeignDeathReady", + "DT_TFPlayerShared.m_hDisguiseWeapon", + "DT_TFPlayerShared.m_nTeamTeleporterUsed", + "DT_TFPlayerShared.m_flCloakMeter", + "DT_TFPlayerShared.m_flSpyTranqBuffDuration", + "DT_TFPlayerShared.m_iTauntIndex", + "DT_TFPlayerShared.m_iTauntConcept", + "DT_TFPlayerShared.m_nPlayerCondEx", + "DT_TFPlayerShared.m_iStunIndex", + "DT_TFPlayerShared.m_nHalloweenBombHeadStage", + "DT_TFPlayerShared.m_nPlayerCondEx2", + "DT_TFPlayerShared.m_nPlayerCondEx3", + "DT_TFPlayerShared.m_unTauntSourceItemID_Low", + "DT_TFPlayerShared.m_unTauntSourceItemID_High", "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_TFLocalPlayerExclusive.\"player_object_array\"", "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_TFLocalPlayerExclusive.m_bIsCoaching", + "DT_TFLocalPlayerExclusive.m_hCoach", + "DT_TFLocalPlayerExclusive.m_hStudent", + "DT_TFLocalPlayerExclusive.m_nCurrency", + "DT_TFLocalPlayerExclusive.m_nExperienceLevel", + "DT_TFLocalPlayerExclusive.m_nExperienceLevelProgress", "DT_PredictableId.m_PredictableID", "DT_PredictableId.m_bIsPlayerSimulated", "m_nModelIndexOverrides.000", "m_nModelIndexOverrides.001", + "DT_AttributeManager.m_hOuter", + "DT_AttributeManager.m_ProviderType", + "DT_AttributeManager.m_iReapplyProvisionParity", + "DT_TFSendHealersDataTable.m_nActiveWpnClip", "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", "DT_BaseEntity.m_nRenderMode", "DT_BaseEntity.m_fEffects", @@ -26834,11 +18688,8 @@ "DT_BaseAnimating.m_nForceBone", "DT_BaseAnimating.m_vecForce", "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", "DT_BaseAnimating.m_nHitboxSet", "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", "DT_BaseAnimating.m_bClientSideAnimation", "DT_BaseAnimating.m_bClientSideFrameReset", "DT_BaseAnimating.m_nNewSequenceParity", @@ -26849,421 +18700,1380 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", - "DT_TFProjectile_Pipebomb.m_bTouched", - "DT_TFProjectile_Pipebomb.m_iType", - "DT_TFProjectile_Pipebomb.m_hLauncher", - "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" - ], - "DT_TFPumpkinBomb": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", + "DT_BaseCombatCharacter.m_bGlowEnabled", + "DT_BaseCombatCharacter.m_hActiveWeapon", + "DT_BasePlayer.m_hVehicle", + "DT_BasePlayer.m_hUseEntity", "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", + "DT_BasePlayer.m_lifeState", + "DT_BasePlayer.m_iBonusProgress", + "DT_BasePlayer.m_iBonusChallenge", + "DT_BasePlayer.m_flMaxspeed", "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale" + "DT_BasePlayer.m_iObserverMode", + "DT_BasePlayer.m_hObserverTarget", + "DT_BasePlayer.m_iFOV", + "DT_BasePlayer.m_iFOVStart", + "DT_BasePlayer.m_flFOVTime", + "DT_BasePlayer.m_iDefaultFOV", + "DT_BasePlayer.m_hZoomOwner", + "DT_BasePlayer.m_hViewModel", + "DT_BasePlayer.m_szLastPlaceName", + "DT_TFPlayer.m_bSaveMeParity", + "DT_TFPlayer.m_bIsMiniBoss", + "DT_TFPlayer.m_bIsABot", + "DT_TFPlayer.m_nBotSkill", + "DT_TFPlayer.m_nWaterLevel", + "DT_TFPlayer.m_hRagdoll", + "DT_TFPlayer.m_hItem", + "DT_TFPlayer.m_bAllowMoveDuringTaunt", + "DT_TFPlayer.m_bIsReadyToHighFive", + "DT_TFPlayer.m_hHighFivePartner", + "DT_TFPlayer.m_nForceTauntCam", + "DT_TFPlayer.m_flTauntYaw", + "DT_TFPlayer.m_nActiveTauntSlot", + "DT_TFPlayer.m_iTauntItemDefIndex", + "DT_TFPlayer.m_flCurrentTauntMoveSpeed", + "DT_TFPlayer.m_flVehicleReverseTime", + "DT_TFPlayer.m_flLastDamageTime", + "DT_TFPlayer.m_bInPowerPlay", + "DT_TFPlayer.m_iSpawnCounter", + "DT_TFPlayer.m_bArenaSpectator", + "DT_TFPlayer.m_flHeadScale", + "DT_TFPlayer.m_flTorsoScale", + "DT_TFPlayer.m_flHandScale", + "DT_TFPlayer.m_bUseBossHealthBar", + "DT_TFPlayer.m_bUsingVRHeadset", + "DT_TFPlayer.m_bForcedSkin", + "DT_TFPlayer.m_nForcedSkin", + "DT_TFPlayer.m_flKartNextAvailableBoost", + "DT_TFPlayer.m_iKartHealth", + "DT_TFPlayer.m_iKartState", + "DT_TFPlayer.m_hGrapplingHookTarget", + "DT_TFPlayer.m_hSecondaryLastWeapon" + ], + "DT_TFPlayerClassShared": [ + "DT_TFPlayerClassShared.m_iClass", + "DT_TFPlayerClassShared.m_iszClassIcon", + "DT_TFPlayerClassShared.m_iszCustomModel", + "DT_TFPlayerClassShared.m_vecCustomModelOffset", + "DT_TFPlayerClassShared.m_angCustomModelRotation", + "DT_TFPlayerClassShared.m_bCustomModelRotates", + "DT_TFPlayerClassShared.m_bCustomModelRotationSet", + "DT_TFPlayerClassShared.m_bCustomModelVisibleToSelf", + "DT_TFPlayerClassShared.m_bUseClassAnimations", + "DT_TFPlayerClassShared.m_iClassModelParity" + ], + "DT_TFPlayerConditionListExclusive": [ + "DT_TFPlayerConditionListExclusive._condition_bits" + ], + "DT_TFPlayerResource": [ + "m_iPing.000", + "m_iPing.001", + "m_iPing.002", + "m_iPing.003", + "m_iPing.004", + "m_iPing.005", + "m_iPing.006", + "m_iPing.007", + "m_iPing.008", + "m_iPing.009", + "m_iPing.010", + "m_iPing.011", + "m_iPing.012", + "m_iPing.013", + "m_iPing.014", + "m_iPing.015", + "m_iPing.016", + "m_iPing.017", + "m_iPing.018", + "m_iPing.019", + "m_iPing.020", + "m_iPing.021", + "m_iPing.022", + "m_iPing.023", + "m_iPing.024", + "m_iPing.025", + "m_iPing.026", + "m_iPing.027", + "m_iPing.028", + "m_iPing.029", + "m_iPing.030", + "m_iPing.031", + "m_iPing.032", + "m_iPing.033", + "m_iScore.000", + "m_iScore.001", + "m_iScore.002", + "m_iScore.003", + "m_iScore.004", + "m_iScore.005", + "m_iScore.006", + "m_iScore.007", + "m_iScore.008", + "m_iScore.009", + "m_iScore.010", + "m_iScore.011", + "m_iScore.012", + "m_iScore.013", + "m_iScore.014", + "m_iScore.015", + "m_iScore.016", + "m_iScore.017", + "m_iScore.018", + "m_iScore.019", + "m_iScore.020", + "m_iScore.021", + "m_iScore.022", + "m_iScore.023", + "m_iScore.024", + "m_iScore.025", + "m_iScore.026", + "m_iScore.027", + "m_iScore.028", + "m_iScore.029", + "m_iScore.030", + "m_iScore.031", + "m_iScore.032", + "m_iScore.033", + "m_iDeaths.000", + "m_iDeaths.001", + "m_iDeaths.002", + "m_iDeaths.003", + "m_iDeaths.004", + "m_iDeaths.005", + "m_iDeaths.006", + "m_iDeaths.007", + "m_iDeaths.008", + "m_iDeaths.009", + "m_iDeaths.010", + "m_iDeaths.011", + "m_iDeaths.012", + "m_iDeaths.013", + "m_iDeaths.014", + "m_iDeaths.015", + "m_iDeaths.016", + "m_iDeaths.017", + "m_iDeaths.018", + "m_iDeaths.019", + "m_iDeaths.020", + "m_iDeaths.021", + "m_iDeaths.022", + "m_iDeaths.023", + "m_iDeaths.024", + "m_iDeaths.025", + "m_iDeaths.026", + "m_iDeaths.027", + "m_iDeaths.028", + "m_iDeaths.029", + "m_iDeaths.030", + "m_iDeaths.031", + "m_iDeaths.032", + "m_iDeaths.033", + "m_bConnected.000", + "m_bConnected.001", + "m_bConnected.002", + "m_bConnected.003", + "m_bConnected.004", + "m_bConnected.005", + "m_bConnected.006", + "m_bConnected.007", + "m_bConnected.008", + "m_bConnected.009", + "m_bConnected.010", + "m_bConnected.011", + "m_bConnected.012", + "m_bConnected.013", + "m_bConnected.014", + "m_bConnected.015", + "m_bConnected.016", + "m_bConnected.017", + "m_bConnected.018", + "m_bConnected.019", + "m_bConnected.020", + "m_bConnected.021", + "m_bConnected.022", + "m_bConnected.023", + "m_bConnected.024", + "m_bConnected.025", + "m_bConnected.026", + "m_bConnected.027", + "m_bConnected.028", + "m_bConnected.029", + "m_bConnected.030", + "m_bConnected.031", + "m_bConnected.032", + "m_bConnected.033", + "m_iTeam.000", + "m_iTeam.001", + "m_iTeam.002", + "m_iTeam.003", + "m_iTeam.004", + "m_iTeam.005", + "m_iTeam.006", + "m_iTeam.007", + "m_iTeam.008", + "m_iTeam.009", + "m_iTeam.010", + "m_iTeam.011", + "m_iTeam.012", + "m_iTeam.013", + "m_iTeam.014", + "m_iTeam.015", + "m_iTeam.016", + "m_iTeam.017", + "m_iTeam.018", + "m_iTeam.019", + "m_iTeam.020", + "m_iTeam.021", + "m_iTeam.022", + "m_iTeam.023", + "m_iTeam.024", + "m_iTeam.025", + "m_iTeam.026", + "m_iTeam.027", + "m_iTeam.028", + "m_iTeam.029", + "m_iTeam.030", + "m_iTeam.031", + "m_iTeam.032", + "m_iTeam.033", + "m_bAlive.000", + "m_bAlive.001", + "m_bAlive.002", + "m_bAlive.003", + "m_bAlive.004", + "m_bAlive.005", + "m_bAlive.006", + "m_bAlive.007", + "m_bAlive.008", + "m_bAlive.009", + "m_bAlive.010", + "m_bAlive.011", + "m_bAlive.012", + "m_bAlive.013", + "m_bAlive.014", + "m_bAlive.015", + "m_bAlive.016", + "m_bAlive.017", + "m_bAlive.018", + "m_bAlive.019", + "m_bAlive.020", + "m_bAlive.021", + "m_bAlive.022", + "m_bAlive.023", + "m_bAlive.024", + "m_bAlive.025", + "m_bAlive.026", + "m_bAlive.027", + "m_bAlive.028", + "m_bAlive.029", + "m_bAlive.030", + "m_bAlive.031", + "m_bAlive.032", + "m_bAlive.033", + "m_iHealth.000", + "m_iHealth.001", + "m_iHealth.002", + "m_iHealth.003", + "m_iHealth.004", + "m_iHealth.005", + "m_iHealth.006", + "m_iHealth.007", + "m_iHealth.008", + "m_iHealth.009", + "m_iHealth.010", + "m_iHealth.011", + "m_iHealth.012", + "m_iHealth.013", + "m_iHealth.014", + "m_iHealth.015", + "m_iHealth.016", + "m_iHealth.017", + "m_iHealth.018", + "m_iHealth.019", + "m_iHealth.020", + "m_iHealth.021", + "m_iHealth.022", + "m_iHealth.023", + "m_iHealth.024", + "m_iHealth.025", + "m_iHealth.026", + "m_iHealth.027", + "m_iHealth.028", + "m_iHealth.029", + "m_iHealth.030", + "m_iHealth.031", + "m_iHealth.032", + "m_iHealth.033", + "m_iTotalScore.000", + "m_iTotalScore.001", + "m_iTotalScore.002", + "m_iTotalScore.003", + "m_iTotalScore.004", + "m_iTotalScore.005", + "m_iTotalScore.006", + "m_iTotalScore.007", + "m_iTotalScore.008", + "m_iTotalScore.009", + "m_iTotalScore.010", + "m_iTotalScore.011", + "m_iTotalScore.012", + "m_iTotalScore.013", + "m_iTotalScore.014", + "m_iTotalScore.015", + "m_iTotalScore.016", + "m_iTotalScore.017", + "m_iTotalScore.018", + "m_iTotalScore.019", + "m_iTotalScore.020", + "m_iTotalScore.021", + "m_iTotalScore.022", + "m_iTotalScore.023", + "m_iTotalScore.024", + "m_iTotalScore.025", + "m_iTotalScore.026", + "m_iTotalScore.027", + "m_iTotalScore.028", + "m_iTotalScore.029", + "m_iTotalScore.030", + "m_iTotalScore.031", + "m_iTotalScore.032", + "m_iTotalScore.033", + "m_iMaxHealth.000", + "m_iMaxHealth.001", + "m_iMaxHealth.002", + "m_iMaxHealth.003", + "m_iMaxHealth.004", + "m_iMaxHealth.005", + "m_iMaxHealth.006", + "m_iMaxHealth.007", + "m_iMaxHealth.008", + "m_iMaxHealth.009", + "m_iMaxHealth.010", + "m_iMaxHealth.011", + "m_iMaxHealth.012", + "m_iMaxHealth.013", + "m_iMaxHealth.014", + "m_iMaxHealth.015", + "m_iMaxHealth.016", + "m_iMaxHealth.017", + "m_iMaxHealth.018", + "m_iMaxHealth.019", + "m_iMaxHealth.020", + "m_iMaxHealth.021", + "m_iMaxHealth.022", + "m_iMaxHealth.023", + "m_iMaxHealth.024", + "m_iMaxHealth.025", + "m_iMaxHealth.026", + "m_iMaxHealth.027", + "m_iMaxHealth.028", + "m_iMaxHealth.029", + "m_iMaxHealth.030", + "m_iMaxHealth.031", + "m_iMaxHealth.032", + "m_iMaxHealth.033", + "m_iMaxBuffedHealth.000", + "m_iMaxBuffedHealth.001", + "m_iMaxBuffedHealth.002", + "m_iMaxBuffedHealth.003", + "m_iMaxBuffedHealth.004", + "m_iMaxBuffedHealth.005", + "m_iMaxBuffedHealth.006", + "m_iMaxBuffedHealth.007", + "m_iMaxBuffedHealth.008", + "m_iMaxBuffedHealth.009", + "m_iMaxBuffedHealth.010", + "m_iMaxBuffedHealth.011", + "m_iMaxBuffedHealth.012", + "m_iMaxBuffedHealth.013", + "m_iMaxBuffedHealth.014", + "m_iMaxBuffedHealth.015", + "m_iMaxBuffedHealth.016", + "m_iMaxBuffedHealth.017", + "m_iMaxBuffedHealth.018", + "m_iMaxBuffedHealth.019", + "m_iMaxBuffedHealth.020", + "m_iMaxBuffedHealth.021", + "m_iMaxBuffedHealth.022", + "m_iMaxBuffedHealth.023", + "m_iMaxBuffedHealth.024", + "m_iMaxBuffedHealth.025", + "m_iMaxBuffedHealth.026", + "m_iMaxBuffedHealth.027", + "m_iMaxBuffedHealth.028", + "m_iMaxBuffedHealth.029", + "m_iMaxBuffedHealth.030", + "m_iMaxBuffedHealth.031", + "m_iMaxBuffedHealth.032", + "m_iMaxBuffedHealth.033", + "m_iPlayerClass.000", + "m_iPlayerClass.001", + "m_iPlayerClass.002", + "m_iPlayerClass.003", + "m_iPlayerClass.004", + "m_iPlayerClass.005", + "m_iPlayerClass.006", + "m_iPlayerClass.007", + "m_iPlayerClass.008", + "m_iPlayerClass.009", + "m_iPlayerClass.010", + "m_iPlayerClass.011", + "m_iPlayerClass.012", + "m_iPlayerClass.013", + "m_iPlayerClass.014", + "m_iPlayerClass.015", + "m_iPlayerClass.016", + "m_iPlayerClass.017", + "m_iPlayerClass.018", + "m_iPlayerClass.019", + "m_iPlayerClass.020", + "m_iPlayerClass.021", + "m_iPlayerClass.022", + "m_iPlayerClass.023", + "m_iPlayerClass.024", + "m_iPlayerClass.025", + "m_iPlayerClass.026", + "m_iPlayerClass.027", + "m_iPlayerClass.028", + "m_iPlayerClass.029", + "m_iPlayerClass.030", + "m_iPlayerClass.031", + "m_iPlayerClass.032", + "m_iPlayerClass.033", + "m_bArenaSpectator.000", + "m_bArenaSpectator.001", + "m_bArenaSpectator.002", + "m_bArenaSpectator.003", + "m_bArenaSpectator.004", + "m_bArenaSpectator.005", + "m_bArenaSpectator.006", + "m_bArenaSpectator.007", + "m_bArenaSpectator.008", + "m_bArenaSpectator.009", + "m_bArenaSpectator.010", + "m_bArenaSpectator.011", + "m_bArenaSpectator.012", + "m_bArenaSpectator.013", + "m_bArenaSpectator.014", + "m_bArenaSpectator.015", + "m_bArenaSpectator.016", + "m_bArenaSpectator.017", + "m_bArenaSpectator.018", + "m_bArenaSpectator.019", + "m_bArenaSpectator.020", + "m_bArenaSpectator.021", + "m_bArenaSpectator.022", + "m_bArenaSpectator.023", + "m_bArenaSpectator.024", + "m_bArenaSpectator.025", + "m_bArenaSpectator.026", + "m_bArenaSpectator.027", + "m_bArenaSpectator.028", + "m_bArenaSpectator.029", + "m_bArenaSpectator.030", + "m_bArenaSpectator.031", + "m_bArenaSpectator.032", + "m_bArenaSpectator.033", + "m_iActiveDominations.000", + "m_iActiveDominations.001", + "m_iActiveDominations.002", + "m_iActiveDominations.003", + "m_iActiveDominations.004", + "m_iActiveDominations.005", + "m_iActiveDominations.006", + "m_iActiveDominations.007", + "m_iActiveDominations.008", + "m_iActiveDominations.009", + "m_iActiveDominations.010", + "m_iActiveDominations.011", + "m_iActiveDominations.012", + "m_iActiveDominations.013", + "m_iActiveDominations.014", + "m_iActiveDominations.015", + "m_iActiveDominations.016", + "m_iActiveDominations.017", + "m_iActiveDominations.018", + "m_iActiveDominations.019", + "m_iActiveDominations.020", + "m_iActiveDominations.021", + "m_iActiveDominations.022", + "m_iActiveDominations.023", + "m_iActiveDominations.024", + "m_iActiveDominations.025", + "m_iActiveDominations.026", + "m_iActiveDominations.027", + "m_iActiveDominations.028", + "m_iActiveDominations.029", + "m_iActiveDominations.030", + "m_iActiveDominations.031", + "m_iActiveDominations.032", + "m_iActiveDominations.033", + "m_flNextRespawnTime.000", + "m_flNextRespawnTime.001", + "m_flNextRespawnTime.002", + "m_flNextRespawnTime.003", + "m_flNextRespawnTime.004", + "m_flNextRespawnTime.005", + "m_flNextRespawnTime.006", + "m_flNextRespawnTime.007", + "m_flNextRespawnTime.008", + "m_flNextRespawnTime.009", + "m_flNextRespawnTime.010", + "m_flNextRespawnTime.011", + "m_flNextRespawnTime.012", + "m_flNextRespawnTime.013", + "m_flNextRespawnTime.014", + "m_flNextRespawnTime.015", + "m_flNextRespawnTime.016", + "m_flNextRespawnTime.017", + "m_flNextRespawnTime.018", + "m_flNextRespawnTime.019", + "m_flNextRespawnTime.020", + "m_flNextRespawnTime.021", + "m_flNextRespawnTime.022", + "m_flNextRespawnTime.023", + "m_flNextRespawnTime.024", + "m_flNextRespawnTime.025", + "m_flNextRespawnTime.026", + "m_flNextRespawnTime.027", + "m_flNextRespawnTime.028", + "m_flNextRespawnTime.029", + "m_flNextRespawnTime.030", + "m_flNextRespawnTime.031", + "m_flNextRespawnTime.032", + "m_flNextRespawnTime.033", + "m_iChargeLevel.000", + "m_iChargeLevel.001", + "m_iChargeLevel.002", + "m_iChargeLevel.003", + "m_iChargeLevel.004", + "m_iChargeLevel.005", + "m_iChargeLevel.006", + "m_iChargeLevel.007", + "m_iChargeLevel.008", + "m_iChargeLevel.009", + "m_iChargeLevel.010", + "m_iChargeLevel.011", + "m_iChargeLevel.012", + "m_iChargeLevel.013", + "m_iChargeLevel.014", + "m_iChargeLevel.015", + "m_iChargeLevel.016", + "m_iChargeLevel.017", + "m_iChargeLevel.018", + "m_iChargeLevel.019", + "m_iChargeLevel.020", + "m_iChargeLevel.021", + "m_iChargeLevel.022", + "m_iChargeLevel.023", + "m_iChargeLevel.024", + "m_iChargeLevel.025", + "m_iChargeLevel.026", + "m_iChargeLevel.027", + "m_iChargeLevel.028", + "m_iChargeLevel.029", + "m_iChargeLevel.030", + "m_iChargeLevel.031", + "m_iChargeLevel.032", + "m_iChargeLevel.033", + "m_iDamage.000", + "m_iDamage.001", + "m_iDamage.002", + "m_iDamage.003", + "m_iDamage.004", + "m_iDamage.005", + "m_iDamage.006", + "m_iDamage.007", + "m_iDamage.008", + "m_iDamage.009", + "m_iDamage.010", + "m_iDamage.011", + "m_iDamage.012", + "m_iDamage.013", + "m_iDamage.014", + "m_iDamage.015", + "m_iDamage.016", + "m_iDamage.017", + "m_iDamage.018", + "m_iDamage.019", + "m_iDamage.020", + "m_iDamage.021", + "m_iDamage.022", + "m_iDamage.023", + "m_iDamage.024", + "m_iDamage.025", + "m_iDamage.026", + "m_iDamage.027", + "m_iDamage.028", + "m_iDamage.029", + "m_iDamage.030", + "m_iDamage.031", + "m_iDamage.032", + "m_iDamage.033", + "m_iDamageAssist.000", + "m_iDamageAssist.001", + "m_iDamageAssist.002", + "m_iDamageAssist.003", + "m_iDamageAssist.004", + "m_iDamageAssist.005", + "m_iDamageAssist.006", + "m_iDamageAssist.007", + "m_iDamageAssist.008", + "m_iDamageAssist.009", + "m_iDamageAssist.010", + "m_iDamageAssist.011", + "m_iDamageAssist.012", + "m_iDamageAssist.013", + "m_iDamageAssist.014", + "m_iDamageAssist.015", + "m_iDamageAssist.016", + "m_iDamageAssist.017", + "m_iDamageAssist.018", + "m_iDamageAssist.019", + "m_iDamageAssist.020", + "m_iDamageAssist.021", + "m_iDamageAssist.022", + "m_iDamageAssist.023", + "m_iDamageAssist.024", + "m_iDamageAssist.025", + "m_iDamageAssist.026", + "m_iDamageAssist.027", + "m_iDamageAssist.028", + "m_iDamageAssist.029", + "m_iDamageAssist.030", + "m_iDamageAssist.031", + "m_iDamageAssist.032", + "m_iDamageAssist.033", + "m_iDamageBoss.000", + "m_iDamageBoss.001", + "m_iDamageBoss.002", + "m_iDamageBoss.003", + "m_iDamageBoss.004", + "m_iDamageBoss.005", + "m_iDamageBoss.006", + "m_iDamageBoss.007", + "m_iDamageBoss.008", + "m_iDamageBoss.009", + "m_iDamageBoss.010", + "m_iDamageBoss.011", + "m_iDamageBoss.012", + "m_iDamageBoss.013", + "m_iDamageBoss.014", + "m_iDamageBoss.015", + "m_iDamageBoss.016", + "m_iDamageBoss.017", + "m_iDamageBoss.018", + "m_iDamageBoss.019", + "m_iDamageBoss.020", + "m_iDamageBoss.021", + "m_iDamageBoss.022", + "m_iDamageBoss.023", + "m_iDamageBoss.024", + "m_iDamageBoss.025", + "m_iDamageBoss.026", + "m_iDamageBoss.027", + "m_iDamageBoss.028", + "m_iDamageBoss.029", + "m_iDamageBoss.030", + "m_iDamageBoss.031", + "m_iDamageBoss.032", + "m_iDamageBoss.033", + "m_iHealing.000", + "m_iHealing.001", + "m_iHealing.002", + "m_iHealing.003", + "m_iHealing.004", + "m_iHealing.005", + "m_iHealing.006", + "m_iHealing.007", + "m_iHealing.008", + "m_iHealing.009", + "m_iHealing.010", + "m_iHealing.011", + "m_iHealing.012", + "m_iHealing.013", + "m_iHealing.014", + "m_iHealing.015", + "m_iHealing.016", + "m_iHealing.017", + "m_iHealing.018", + "m_iHealing.019", + "m_iHealing.020", + "m_iHealing.021", + "m_iHealing.022", + "m_iHealing.023", + "m_iHealing.024", + "m_iHealing.025", + "m_iHealing.026", + "m_iHealing.027", + "m_iHealing.028", + "m_iHealing.029", + "m_iHealing.030", + "m_iHealing.031", + "m_iHealing.032", + "m_iHealing.033", + "m_iHealingAssist.000", + "m_iHealingAssist.001", + "m_iHealingAssist.002", + "m_iHealingAssist.003", + "m_iHealingAssist.004", + "m_iHealingAssist.005", + "m_iHealingAssist.006", + "m_iHealingAssist.007", + "m_iHealingAssist.008", + "m_iHealingAssist.009", + "m_iHealingAssist.010", + "m_iHealingAssist.011", + "m_iHealingAssist.012", + "m_iHealingAssist.013", + "m_iHealingAssist.014", + "m_iHealingAssist.015", + "m_iHealingAssist.016", + "m_iHealingAssist.017", + "m_iHealingAssist.018", + "m_iHealingAssist.019", + "m_iHealingAssist.020", + "m_iHealingAssist.021", + "m_iHealingAssist.022", + "m_iHealingAssist.023", + "m_iHealingAssist.024", + "m_iHealingAssist.025", + "m_iHealingAssist.026", + "m_iHealingAssist.027", + "m_iHealingAssist.028", + "m_iHealingAssist.029", + "m_iHealingAssist.030", + "m_iHealingAssist.031", + "m_iHealingAssist.032", + "m_iHealingAssist.033", + "m_iDamageBlocked.000", + "m_iDamageBlocked.001", + "m_iDamageBlocked.002", + "m_iDamageBlocked.003", + "m_iDamageBlocked.004", + "m_iDamageBlocked.005", + "m_iDamageBlocked.006", + "m_iDamageBlocked.007", + "m_iDamageBlocked.008", + "m_iDamageBlocked.009", + "m_iDamageBlocked.010", + "m_iDamageBlocked.011", + "m_iDamageBlocked.012", + "m_iDamageBlocked.013", + "m_iDamageBlocked.014", + "m_iDamageBlocked.015", + "m_iDamageBlocked.016", + "m_iDamageBlocked.017", + "m_iDamageBlocked.018", + "m_iDamageBlocked.019", + "m_iDamageBlocked.020", + "m_iDamageBlocked.021", + "m_iDamageBlocked.022", + "m_iDamageBlocked.023", + "m_iDamageBlocked.024", + "m_iDamageBlocked.025", + "m_iDamageBlocked.026", + "m_iDamageBlocked.027", + "m_iDamageBlocked.028", + "m_iDamageBlocked.029", + "m_iDamageBlocked.030", + "m_iDamageBlocked.031", + "m_iDamageBlocked.032", + "m_iDamageBlocked.033", + "m_iCurrencyCollected.000", + "m_iCurrencyCollected.001", + "m_iCurrencyCollected.002", + "m_iCurrencyCollected.003", + "m_iCurrencyCollected.004", + "m_iCurrencyCollected.005", + "m_iCurrencyCollected.006", + "m_iCurrencyCollected.007", + "m_iCurrencyCollected.008", + "m_iCurrencyCollected.009", + "m_iCurrencyCollected.010", + "m_iCurrencyCollected.011", + "m_iCurrencyCollected.012", + "m_iCurrencyCollected.013", + "m_iCurrencyCollected.014", + "m_iCurrencyCollected.015", + "m_iCurrencyCollected.016", + "m_iCurrencyCollected.017", + "m_iCurrencyCollected.018", + "m_iCurrencyCollected.019", + "m_iCurrencyCollected.020", + "m_iCurrencyCollected.021", + "m_iCurrencyCollected.022", + "m_iCurrencyCollected.023", + "m_iCurrencyCollected.024", + "m_iCurrencyCollected.025", + "m_iCurrencyCollected.026", + "m_iCurrencyCollected.027", + "m_iCurrencyCollected.028", + "m_iCurrencyCollected.029", + "m_iCurrencyCollected.030", + "m_iCurrencyCollected.031", + "m_iCurrencyCollected.032", + "m_iCurrencyCollected.033", + "m_iBonusPoints.000", + "m_iBonusPoints.001", + "m_iBonusPoints.002", + "m_iBonusPoints.003", + "m_iBonusPoints.004", + "m_iBonusPoints.005", + "m_iBonusPoints.006", + "m_iBonusPoints.007", + "m_iBonusPoints.008", + "m_iBonusPoints.009", + "m_iBonusPoints.010", + "m_iBonusPoints.011", + "m_iBonusPoints.012", + "m_iBonusPoints.013", + "m_iBonusPoints.014", + "m_iBonusPoints.015", + "m_iBonusPoints.016", + "m_iBonusPoints.017", + "m_iBonusPoints.018", + "m_iBonusPoints.019", + "m_iBonusPoints.020", + "m_iBonusPoints.021", + "m_iBonusPoints.022", + "m_iBonusPoints.023", + "m_iBonusPoints.024", + "m_iBonusPoints.025", + "m_iBonusPoints.026", + "m_iBonusPoints.027", + "m_iBonusPoints.028", + "m_iBonusPoints.029", + "m_iBonusPoints.030", + "m_iBonusPoints.031", + "m_iBonusPoints.032", + "m_iBonusPoints.033", + "m_iPlayerLevel.000", + "m_iPlayerLevel.001", + "m_iPlayerLevel.002", + "m_iPlayerLevel.003", + "m_iPlayerLevel.004", + "m_iPlayerLevel.005", + "m_iPlayerLevel.006", + "m_iPlayerLevel.007", + "m_iPlayerLevel.008", + "m_iPlayerLevel.009", + "m_iPlayerLevel.010", + "m_iPlayerLevel.011", + "m_iPlayerLevel.012", + "m_iPlayerLevel.013", + "m_iPlayerLevel.014", + "m_iPlayerLevel.015", + "m_iPlayerLevel.016", + "m_iPlayerLevel.017", + "m_iPlayerLevel.018", + "m_iPlayerLevel.019", + "m_iPlayerLevel.020", + "m_iPlayerLevel.021", + "m_iPlayerLevel.022", + "m_iPlayerLevel.023", + "m_iPlayerLevel.024", + "m_iPlayerLevel.025", + "m_iPlayerLevel.026", + "m_iPlayerLevel.027", + "m_iPlayerLevel.028", + "m_iPlayerLevel.029", + "m_iPlayerLevel.030", + "m_iPlayerLevel.031", + "m_iPlayerLevel.032", + "m_iPlayerLevel.033", + "m_iStreaks.000", + "m_iStreaks.001", + "m_iStreaks.002", + "m_iStreaks.003", + "m_iStreaks.004", + "m_iStreaks.005", + "m_iStreaks.006", + "m_iStreaks.007", + "m_iStreaks.008", + "m_iStreaks.009", + "m_iStreaks.010", + "m_iStreaks.011", + "m_iStreaks.012", + "m_iStreaks.013", + "m_iStreaks.014", + "m_iStreaks.015", + "m_iStreaks.016", + "m_iStreaks.017", + "m_iStreaks.018", + "m_iStreaks.019", + "m_iStreaks.020", + "m_iStreaks.021", + "m_iStreaks.022", + "m_iStreaks.023", + "m_iStreaks.024", + "m_iStreaks.025", + "m_iStreaks.026", + "m_iStreaks.027", + "m_iStreaks.028", + "m_iStreaks.029", + "m_iStreaks.030", + "m_iStreaks.031", + "m_iStreaks.032", + "m_iStreaks.033", + "m_iStreaks.034", + "m_iStreaks.035", + "m_iStreaks.036", + "m_iStreaks.037", + "m_iStreaks.038", + "m_iStreaks.039", + "m_iStreaks.040", + "m_iStreaks.041", + "m_iStreaks.042", + "m_iStreaks.043", + "m_iStreaks.044", + "m_iStreaks.045", + "m_iStreaks.046", + "m_iStreaks.047", + "m_iStreaks.048", + "m_iStreaks.049", + "m_iStreaks.050", + "m_iStreaks.051", + "m_iStreaks.052", + "m_iStreaks.053", + "m_iStreaks.054", + "m_iStreaks.055", + "m_iStreaks.056", + "m_iStreaks.057", + "m_iStreaks.058", + "m_iStreaks.059", + "m_iStreaks.060", + "m_iStreaks.061", + "m_iStreaks.062", + "m_iStreaks.063", + "m_iStreaks.064", + "m_iStreaks.065", + "m_iStreaks.066", + "m_iStreaks.067", + "m_iStreaks.068", + "m_iStreaks.069", + "m_iStreaks.070", + "m_iStreaks.071", + "m_iStreaks.072", + "m_iStreaks.073", + "m_iStreaks.074", + "m_iStreaks.075", + "m_iStreaks.076", + "m_iStreaks.077", + "m_iStreaks.078", + "m_iStreaks.079", + "m_iStreaks.080", + "m_iStreaks.081", + "m_iStreaks.082", + "m_iStreaks.083", + "m_iStreaks.084", + "m_iStreaks.085", + "m_iStreaks.086", + "m_iStreaks.087", + "m_iStreaks.088", + "m_iStreaks.089", + "m_iStreaks.090", + "m_iStreaks.091", + "m_iStreaks.092", + "m_iStreaks.093", + "m_iStreaks.094", + "m_iStreaks.095", + "m_iStreaks.096", + "m_iStreaks.097", + "m_iStreaks.098", + "m_iStreaks.099", + "m_iStreaks.100", + "m_iStreaks.101", + "m_iStreaks.102", + "m_iStreaks.103", + "m_iStreaks.104", + "m_iStreaks.105", + "m_iStreaks.106", + "m_iStreaks.107", + "m_iStreaks.108", + "m_iStreaks.109", + "m_iStreaks.110", + "m_iStreaks.111", + "m_iStreaks.112", + "m_iStreaks.113", + "m_iStreaks.114", + "m_iStreaks.115", + "m_iStreaks.116", + "m_iStreaks.117", + "m_iStreaks.118", + "m_iStreaks.119", + "m_iStreaks.120", + "m_iStreaks.121", + "m_iStreaks.122", + "m_iStreaks.123", + "m_iStreaks.124", + "m_iStreaks.125", + "m_iStreaks.126", + "m_iStreaks.127", + "m_iStreaks.128", + "m_iStreaks.129", + "m_iStreaks.130", + "m_iStreaks.131", + "m_iStreaks.132", + "m_iStreaks.133", + "m_iStreaks.134", + "m_iStreaks.135", + "m_iUpgradeRefundCredits.000", + "m_iUpgradeRefundCredits.001", + "m_iUpgradeRefundCredits.002", + "m_iUpgradeRefundCredits.003", + "m_iUpgradeRefundCredits.004", + "m_iUpgradeRefundCredits.005", + "m_iUpgradeRefundCredits.006", + "m_iUpgradeRefundCredits.007", + "m_iUpgradeRefundCredits.008", + "m_iUpgradeRefundCredits.009", + "m_iUpgradeRefundCredits.010", + "m_iUpgradeRefundCredits.011", + "m_iUpgradeRefundCredits.012", + "m_iUpgradeRefundCredits.013", + "m_iUpgradeRefundCredits.014", + "m_iUpgradeRefundCredits.015", + "m_iUpgradeRefundCredits.016", + "m_iUpgradeRefundCredits.017", + "m_iUpgradeRefundCredits.018", + "m_iUpgradeRefundCredits.019", + "m_iUpgradeRefundCredits.020", + "m_iUpgradeRefundCredits.021", + "m_iUpgradeRefundCredits.022", + "m_iUpgradeRefundCredits.023", + "m_iUpgradeRefundCredits.024", + "m_iUpgradeRefundCredits.025", + "m_iUpgradeRefundCredits.026", + "m_iUpgradeRefundCredits.027", + "m_iUpgradeRefundCredits.028", + "m_iUpgradeRefundCredits.029", + "m_iUpgradeRefundCredits.030", + "m_iUpgradeRefundCredits.031", + "m_iUpgradeRefundCredits.032", + "m_iUpgradeRefundCredits.033" ], - "DT_TFRagdoll": [ - "_LPT_m_hRagWearables_8.lengthprop8", - "_ST_m_hRagWearables_8.000", - "_ST_m_hRagWearables_8.001", - "_ST_m_hRagWearables_8.002", - "_ST_m_hRagWearables_8.003", - "_ST_m_hRagWearables_8.004", - "_ST_m_hRagWearables_8.005", - "_ST_m_hRagWearables_8.006", - "_ST_m_hRagWearables_8.007", - "DT_TFRagdoll.m_vecRagdollOrigin", - "DT_TFRagdoll.m_iPlayerIndex", - "DT_TFRagdoll.m_vecForce", - "DT_TFRagdoll.m_vecRagdollVelocity", - "DT_TFRagdoll.m_nForceBone", - "DT_TFRagdoll.m_bGib", - "DT_TFRagdoll.m_bBurning", - "DT_TFRagdoll.m_bElectrocuted", - "DT_TFRagdoll.m_bFeignDeath", - "DT_TFRagdoll.m_bWasDisguised", - "DT_TFRagdoll.m_bBecomeAsh", - "DT_TFRagdoll.m_bOnGround", - "DT_TFRagdoll.m_bCloaked", - "DT_TFRagdoll.m_iDamageCustom", - "DT_TFRagdoll.m_iTeam", - "DT_TFRagdoll.m_iClass", - "DT_TFRagdoll.m_bGoldRagdoll", - "DT_TFRagdoll.m_bIceRagdoll", - "DT_TFRagdoll.m_bCritOnHardHit", - "DT_TFRagdoll.m_flHeadScale", - "DT_TFRagdoll.m_flTorsoScale", - "DT_TFRagdoll.m_flHandScale" + "DT_TFPlayerScoringDataExclusive": [ + "DT_TFPlayerScoringDataExclusive.m_iCaptures", + "DT_TFPlayerScoringDataExclusive.m_iDefenses", + "DT_TFPlayerScoringDataExclusive.m_iKills", + "DT_TFPlayerScoringDataExclusive.m_iDeaths", + "DT_TFPlayerScoringDataExclusive.m_iSuicides", + "DT_TFPlayerScoringDataExclusive.m_iDominations", + "DT_TFPlayerScoringDataExclusive.m_iRevenge", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", + "DT_TFPlayerScoringDataExclusive.m_iHeadshots", + "DT_TFPlayerScoringDataExclusive.m_iBackstabs", + "DT_TFPlayerScoringDataExclusive.m_iHealPoints", + "DT_TFPlayerScoringDataExclusive.m_iInvulns", + "DT_TFPlayerScoringDataExclusive.m_iTeleports", + "DT_TFPlayerScoringDataExclusive.m_iDamageDone", + "DT_TFPlayerScoringDataExclusive.m_iCrits", + "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", + "DT_TFPlayerScoringDataExclusive.m_iKillAssists", + "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", + "DT_TFPlayerScoringDataExclusive.m_iPoints" ], - "DT_WeaponRaygun": [ - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TFPlayerShared": [ + "m_bPlayerDominated.000", + "m_bPlayerDominated.001", + "m_bPlayerDominated.002", + "m_bPlayerDominated.003", + "m_bPlayerDominated.004", + "m_bPlayerDominated.005", + "m_bPlayerDominated.006", + "m_bPlayerDominated.007", + "m_bPlayerDominated.008", + "m_bPlayerDominated.009", + "m_bPlayerDominated.010", + "m_bPlayerDominated.011", + "m_bPlayerDominated.012", + "m_bPlayerDominated.013", + "m_bPlayerDominated.014", + "m_bPlayerDominated.015", + "m_bPlayerDominated.016", + "m_bPlayerDominated.017", + "m_bPlayerDominated.018", + "m_bPlayerDominated.019", + "m_bPlayerDominated.020", + "m_bPlayerDominated.021", + "m_bPlayerDominated.022", + "m_bPlayerDominated.023", + "m_bPlayerDominated.024", + "m_bPlayerDominated.025", + "m_bPlayerDominated.026", + "m_bPlayerDominated.027", + "m_bPlayerDominated.028", + "m_bPlayerDominated.029", + "m_bPlayerDominated.030", + "m_bPlayerDominated.031", + "m_bPlayerDominated.032", + "m_bPlayerDominated.033", + "m_bPlayerDominatingMe.000", + "m_bPlayerDominatingMe.001", + "m_bPlayerDominatingMe.002", + "m_bPlayerDominatingMe.003", + "m_bPlayerDominatingMe.004", + "m_bPlayerDominatingMe.005", + "m_bPlayerDominatingMe.006", + "m_bPlayerDominatingMe.007", + "m_bPlayerDominatingMe.008", + "m_bPlayerDominatingMe.009", + "m_bPlayerDominatingMe.010", + "m_bPlayerDominatingMe.011", + "m_bPlayerDominatingMe.012", + "m_bPlayerDominatingMe.013", + "m_bPlayerDominatingMe.014", + "m_bPlayerDominatingMe.015", + "m_bPlayerDominatingMe.016", + "m_bPlayerDominatingMe.017", + "m_bPlayerDominatingMe.018", + "m_bPlayerDominatingMe.019", + "m_bPlayerDominatingMe.020", + "m_bPlayerDominatingMe.021", + "m_bPlayerDominatingMe.022", + "m_bPlayerDominatingMe.023", + "m_bPlayerDominatingMe.024", + "m_bPlayerDominatingMe.025", + "m_bPlayerDominatingMe.026", + "m_bPlayerDominatingMe.027", + "m_bPlayerDominatingMe.028", + "m_bPlayerDominatingMe.029", + "m_bPlayerDominatingMe.030", + "m_bPlayerDominatingMe.031", + "m_bPlayerDominatingMe.032", + "m_bPlayerDominatingMe.033", + "DT_TFPlayerScoringDataExclusive.m_iCaptures", + "DT_TFPlayerScoringDataExclusive.m_iDefenses", + "DT_TFPlayerScoringDataExclusive.m_iKills", + "DT_TFPlayerScoringDataExclusive.m_iDeaths", + "DT_TFPlayerScoringDataExclusive.m_iSuicides", + "DT_TFPlayerScoringDataExclusive.m_iDominations", + "DT_TFPlayerScoringDataExclusive.m_iRevenge", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", + "DT_TFPlayerScoringDataExclusive.m_iHeadshots", + "DT_TFPlayerScoringDataExclusive.m_iBackstabs", + "DT_TFPlayerScoringDataExclusive.m_iHealPoints", + "DT_TFPlayerScoringDataExclusive.m_iInvulns", + "DT_TFPlayerScoringDataExclusive.m_iTeleports", + "DT_TFPlayerScoringDataExclusive.m_iDamageDone", + "DT_TFPlayerScoringDataExclusive.m_iCrits", + "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", + "DT_TFPlayerScoringDataExclusive.m_iKillAssists", + "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", + "DT_TFPlayerScoringDataExclusive.m_iPoints", + "DT_TFPlayerScoringDataExclusive.m_iCaptures", + "DT_TFPlayerScoringDataExclusive.m_iDefenses", + "DT_TFPlayerScoringDataExclusive.m_iKills", + "DT_TFPlayerScoringDataExclusive.m_iDeaths", + "DT_TFPlayerScoringDataExclusive.m_iSuicides", + "DT_TFPlayerScoringDataExclusive.m_iDominations", + "DT_TFPlayerScoringDataExclusive.m_iRevenge", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", + "DT_TFPlayerScoringDataExclusive.m_iHeadshots", + "DT_TFPlayerScoringDataExclusive.m_iBackstabs", + "DT_TFPlayerScoringDataExclusive.m_iHealPoints", + "DT_TFPlayerScoringDataExclusive.m_iInvulns", + "DT_TFPlayerScoringDataExclusive.m_iTeleports", + "DT_TFPlayerScoringDataExclusive.m_iDamageDone", + "DT_TFPlayerScoringDataExclusive.m_iCrits", + "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", + "DT_TFPlayerScoringDataExclusive.m_iKillAssists", + "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", + "DT_TFPlayerScoringDataExclusive.m_iPoints", + "DT_TFPlayerSharedLocal.m_nDesiredDisguiseTeam", + "DT_TFPlayerSharedLocal.m_nDesiredDisguiseClass", + "DT_TFPlayerSharedLocal.m_bLastDisguisedAsOwnTeam", + "DT_TFPlayerSharedLocal.m_flStealthNoAttackExpire", + "DT_TFPlayerSharedLocal.m_flStealthNextChangeTime", + "DT_TFPlayerSharedLocal.m_flRageMeter", + "DT_TFPlayerSharedLocal.m_bRageDraining", + "DT_TFPlayerSharedLocal.m_flNextRageEarnTime", + "DT_TFPlayerSharedLocal.m_bInUpgradeZone", + "DT_TFPlayerConditionListExclusive._condition_bits", + "m_nStreaks.000", + "m_nStreaks.001", + "m_nStreaks.002", + "m_nStreaks.003", + "DT_TFPlayerShared.m_nPlayerCond", + "DT_TFPlayerShared.m_bJumping", + "DT_TFPlayerShared.m_nNumHealers", + "DT_TFPlayerShared.m_iCritMult", + "DT_TFPlayerShared.m_iAirDash", + "DT_TFPlayerShared.m_nAirDucked", + "DT_TFPlayerShared.m_flDuckTimer", + "DT_TFPlayerShared.m_nPlayerState", + "DT_TFPlayerShared.m_iDesiredPlayerClass", + "DT_TFPlayerShared.m_flMovementStunTime", + "DT_TFPlayerShared.m_iMovementStunAmount", + "DT_TFPlayerShared.m_iMovementStunParity", + "DT_TFPlayerShared.m_hStunner", + "DT_TFPlayerShared.m_iStunFlags", + "DT_TFPlayerShared.m_nArenaNumChanges", + "DT_TFPlayerShared.m_bArenaFirstBloodBoost", + "DT_TFPlayerShared.m_iWeaponKnockbackID", + "DT_TFPlayerShared.m_bLoadoutUnavailable", + "DT_TFPlayerShared.m_iItemFindBonus", + "DT_TFPlayerShared.m_bShieldEquipped", + "DT_TFPlayerShared.m_iNextMeleeCrit", + "DT_TFPlayerShared.m_iDecapitations", + "DT_TFPlayerShared.m_iRevengeCrits", + "DT_TFPlayerShared.m_iDisguiseBody", + "DT_TFPlayerShared.m_hCarriedObject", + "DT_TFPlayerShared.m_bCarryingObject", + "DT_TFPlayerShared.m_flNextNoiseMakerTime", + "DT_TFPlayerShared.m_iKillCountSinceLastDeploy", + "DT_TFPlayerShared.m_flFirstPrimaryAttack", + "DT_TFPlayerShared.m_flEnergyDrinkMeter", + "DT_TFPlayerShared.m_flHypeMeter", + "DT_TFPlayerShared.m_flChargeMeter", + "DT_TFPlayerShared.m_flInvisChangeCompleteTime", + "DT_TFPlayerShared.m_nDisguiseTeam", + "DT_TFPlayerShared.m_nDisguiseClass", + "DT_TFPlayerShared.m_nMaskClass", + "DT_TFPlayerShared.m_iDisguiseTargetIndex", + "DT_TFPlayerShared.m_iDisguiseHealth", + "DT_TFPlayerShared.m_bFeignDeathReady", + "DT_TFPlayerShared.m_hDisguiseWeapon", + "DT_TFPlayerShared.m_nTeamTeleporterUsed", + "DT_TFPlayerShared.m_flCloakMeter", + "DT_TFPlayerShared.m_flSpyTranqBuffDuration", + "DT_TFPlayerShared.m_iTauntIndex", + "DT_TFPlayerShared.m_iTauntConcept", + "DT_TFPlayerShared.m_nPlayerCondEx", + "DT_TFPlayerShared.m_iStunIndex", + "DT_TFPlayerShared.m_nHalloweenBombHeadStage", + "DT_TFPlayerShared.m_nPlayerCondEx2", + "DT_TFPlayerShared.m_nPlayerCondEx3", + "DT_TFPlayerShared.m_unTauntSourceItemID_Low", + "DT_TFPlayerShared.m_unTauntSourceItemID_High" ], - "DT_TFReviveMarker": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_ServerAnimationData.m_flCycle", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_TFReviveMarker.m_iHealth", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_TFReviveMarker.m_hOwner", - "DT_CollisionProperty.m_nSolidType", - "DT_TFReviveMarker.m_iMaxHealth", - "DT_TFReviveMarker.m_nRevives" + "DT_TFPlayerSharedLocal": [ + "m_bPlayerDominated.000", + "m_bPlayerDominated.001", + "m_bPlayerDominated.002", + "m_bPlayerDominated.003", + "m_bPlayerDominated.004", + "m_bPlayerDominated.005", + "m_bPlayerDominated.006", + "m_bPlayerDominated.007", + "m_bPlayerDominated.008", + "m_bPlayerDominated.009", + "m_bPlayerDominated.010", + "m_bPlayerDominated.011", + "m_bPlayerDominated.012", + "m_bPlayerDominated.013", + "m_bPlayerDominated.014", + "m_bPlayerDominated.015", + "m_bPlayerDominated.016", + "m_bPlayerDominated.017", + "m_bPlayerDominated.018", + "m_bPlayerDominated.019", + "m_bPlayerDominated.020", + "m_bPlayerDominated.021", + "m_bPlayerDominated.022", + "m_bPlayerDominated.023", + "m_bPlayerDominated.024", + "m_bPlayerDominated.025", + "m_bPlayerDominated.026", + "m_bPlayerDominated.027", + "m_bPlayerDominated.028", + "m_bPlayerDominated.029", + "m_bPlayerDominated.030", + "m_bPlayerDominated.031", + "m_bPlayerDominated.032", + "m_bPlayerDominated.033", + "m_bPlayerDominatingMe.000", + "m_bPlayerDominatingMe.001", + "m_bPlayerDominatingMe.002", + "m_bPlayerDominatingMe.003", + "m_bPlayerDominatingMe.004", + "m_bPlayerDominatingMe.005", + "m_bPlayerDominatingMe.006", + "m_bPlayerDominatingMe.007", + "m_bPlayerDominatingMe.008", + "m_bPlayerDominatingMe.009", + "m_bPlayerDominatingMe.010", + "m_bPlayerDominatingMe.011", + "m_bPlayerDominatingMe.012", + "m_bPlayerDominatingMe.013", + "m_bPlayerDominatingMe.014", + "m_bPlayerDominatingMe.015", + "m_bPlayerDominatingMe.016", + "m_bPlayerDominatingMe.017", + "m_bPlayerDominatingMe.018", + "m_bPlayerDominatingMe.019", + "m_bPlayerDominatingMe.020", + "m_bPlayerDominatingMe.021", + "m_bPlayerDominatingMe.022", + "m_bPlayerDominatingMe.023", + "m_bPlayerDominatingMe.024", + "m_bPlayerDominatingMe.025", + "m_bPlayerDominatingMe.026", + "m_bPlayerDominatingMe.027", + "m_bPlayerDominatingMe.028", + "m_bPlayerDominatingMe.029", + "m_bPlayerDominatingMe.030", + "m_bPlayerDominatingMe.031", + "m_bPlayerDominatingMe.032", + "m_bPlayerDominatingMe.033", + "DT_TFPlayerScoringDataExclusive.m_iCaptures", + "DT_TFPlayerScoringDataExclusive.m_iDefenses", + "DT_TFPlayerScoringDataExclusive.m_iKills", + "DT_TFPlayerScoringDataExclusive.m_iDeaths", + "DT_TFPlayerScoringDataExclusive.m_iSuicides", + "DT_TFPlayerScoringDataExclusive.m_iDominations", + "DT_TFPlayerScoringDataExclusive.m_iRevenge", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", + "DT_TFPlayerScoringDataExclusive.m_iHeadshots", + "DT_TFPlayerScoringDataExclusive.m_iBackstabs", + "DT_TFPlayerScoringDataExclusive.m_iHealPoints", + "DT_TFPlayerScoringDataExclusive.m_iInvulns", + "DT_TFPlayerScoringDataExclusive.m_iTeleports", + "DT_TFPlayerScoringDataExclusive.m_iDamageDone", + "DT_TFPlayerScoringDataExclusive.m_iCrits", + "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", + "DT_TFPlayerScoringDataExclusive.m_iKillAssists", + "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", + "DT_TFPlayerScoringDataExclusive.m_iPoints", + "DT_TFPlayerScoringDataExclusive.m_iCaptures", + "DT_TFPlayerScoringDataExclusive.m_iDefenses", + "DT_TFPlayerScoringDataExclusive.m_iKills", + "DT_TFPlayerScoringDataExclusive.m_iDeaths", + "DT_TFPlayerScoringDataExclusive.m_iSuicides", + "DT_TFPlayerScoringDataExclusive.m_iDominations", + "DT_TFPlayerScoringDataExclusive.m_iRevenge", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", + "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", + "DT_TFPlayerScoringDataExclusive.m_iHeadshots", + "DT_TFPlayerScoringDataExclusive.m_iBackstabs", + "DT_TFPlayerScoringDataExclusive.m_iHealPoints", + "DT_TFPlayerScoringDataExclusive.m_iInvulns", + "DT_TFPlayerScoringDataExclusive.m_iTeleports", + "DT_TFPlayerScoringDataExclusive.m_iDamageDone", + "DT_TFPlayerScoringDataExclusive.m_iCrits", + "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", + "DT_TFPlayerScoringDataExclusive.m_iKillAssists", + "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", + "DT_TFPlayerScoringDataExclusive.m_iPoints", + "DT_TFPlayerSharedLocal.m_nDesiredDisguiseTeam", + "DT_TFPlayerSharedLocal.m_nDesiredDisguiseClass", + "DT_TFPlayerSharedLocal.m_bLastDisguisedAsOwnTeam", + "DT_TFPlayerSharedLocal.m_flStealthNoAttackExpire", + "DT_TFPlayerSharedLocal.m_flStealthNextChangeTime", + "DT_TFPlayerSharedLocal.m_flRageMeter", + "DT_TFPlayerSharedLocal.m_bRageDraining", + "DT_TFPlayerSharedLocal.m_flNextRageEarnTime", + "DT_TFPlayerSharedLocal.m_bInUpgradeZone" ], - "DT_WeaponRevolver": [ + "DT_TFPowerupBottle": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -27368,21 +20178,6 @@ "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -27424,27 +20219,17 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TFWearable.m_bDisguiseWearable", + "DT_TFWearable.m_hWeaponAssociatedWith", + "DT_TFPowerupBottle.m_bActive", + "DT_TFPowerupBottle.m_usNumCharges" ], - "DT_TFWeaponRobotArm": [ + "DT_TFProjectileBall_Ornament": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -27488,80 +20273,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -27578,7 +20290,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -27601,29 +20312,128 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponRobotArm.m_hRobotArm" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFRobotDestruction_Robot": [ + "DT_TFProjectile_Arrow": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Arrow.m_bArrowAlight", + "DT_TFProjectile_Arrow.m_bCritical", + "DT_TFProjectile_Arrow.m_iProjectileType" + ], + "DT_TFProjectile_Cleaver": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -27667,229 +20477,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "m_flexWeight.000", - "m_flexWeight.001", - "m_flexWeight.002", - "m_flexWeight.003", - "m_flexWeight.004", - "m_flexWeight.005", - "m_flexWeight.006", - "m_flexWeight.007", - "m_flexWeight.008", - "m_flexWeight.009", - "m_flexWeight.010", - "m_flexWeight.011", - "m_flexWeight.012", - "m_flexWeight.013", - "m_flexWeight.014", - "m_flexWeight.015", - "m_flexWeight.016", - "m_flexWeight.017", - "m_flexWeight.018", - "m_flexWeight.019", - "m_flexWeight.020", - "m_flexWeight.021", - "m_flexWeight.022", - "m_flexWeight.023", - "m_flexWeight.024", - "m_flexWeight.025", - "m_flexWeight.026", - "m_flexWeight.027", - "m_flexWeight.028", - "m_flexWeight.029", - "m_flexWeight.030", - "m_flexWeight.031", - "m_flexWeight.032", - "m_flexWeight.033", - "m_flexWeight.034", - "m_flexWeight.035", - "m_flexWeight.036", - "m_flexWeight.037", - "m_flexWeight.038", - "m_flexWeight.039", - "m_flexWeight.040", - "m_flexWeight.041", - "m_flexWeight.042", - "m_flexWeight.043", - "m_flexWeight.044", - "m_flexWeight.045", - "m_flexWeight.046", - "m_flexWeight.047", - "m_flexWeight.048", - "m_flexWeight.049", - "m_flexWeight.050", - "m_flexWeight.051", - "m_flexWeight.052", - "m_flexWeight.053", - "m_flexWeight.054", - "m_flexWeight.055", - "m_flexWeight.056", - "m_flexWeight.057", - "m_flexWeight.058", - "m_flexWeight.059", - "m_flexWeight.060", - "m_flexWeight.061", - "m_flexWeight.062", - "m_flexWeight.063", - "m_flexWeight.064", - "m_flexWeight.065", - "m_flexWeight.066", - "m_flexWeight.067", - "m_flexWeight.068", - "m_flexWeight.069", - "m_flexWeight.070", - "m_flexWeight.071", - "m_flexWeight.072", - "m_flexWeight.073", - "m_flexWeight.074", - "m_flexWeight.075", - "m_flexWeight.076", - "m_flexWeight.077", - "m_flexWeight.078", - "m_flexWeight.079", - "m_flexWeight.080", - "m_flexWeight.081", - "m_flexWeight.082", - "m_flexWeight.083", - "m_flexWeight.084", - "m_flexWeight.085", - "m_flexWeight.086", - "m_flexWeight.087", - "m_flexWeight.088", - "m_flexWeight.089", - "m_flexWeight.090", - "m_flexWeight.091", - "m_flexWeight.092", - "m_flexWeight.093", - "m_flexWeight.094", - "m_flexWeight.095", - "DT_BCCLocalPlayerExclusive.m_flNextAttack", - "m_hMyWeapons.000", - "m_hMyWeapons.001", - "m_hMyWeapons.002", - "m_hMyWeapons.003", - "m_hMyWeapons.004", - "m_hMyWeapons.005", - "m_hMyWeapons.006", - "m_hMyWeapons.007", - "m_hMyWeapons.008", - "m_hMyWeapons.009", - "m_hMyWeapons.010", - "m_hMyWeapons.011", - "m_hMyWeapons.012", - "m_hMyWeapons.013", - "m_hMyWeapons.014", - "m_hMyWeapons.015", - "m_hMyWeapons.016", - "m_hMyWeapons.017", - "m_hMyWeapons.018", - "m_hMyWeapons.019", - "m_hMyWeapons.020", - "m_hMyWeapons.021", - "m_hMyWeapons.022", - "m_hMyWeapons.023", - "m_hMyWeapons.024", - "m_hMyWeapons.025", - "m_hMyWeapons.026", - "m_hMyWeapons.027", - "m_hMyWeapons.028", - "m_hMyWeapons.029", - "m_hMyWeapons.030", - "m_hMyWeapons.031", - "m_hMyWeapons.032", - "m_hMyWeapons.033", - "m_hMyWeapons.034", - "m_hMyWeapons.035", - "m_hMyWeapons.036", - "m_hMyWeapons.037", - "m_hMyWeapons.038", - "m_hMyWeapons.039", - "m_hMyWeapons.040", - "m_hMyWeapons.041", - "m_hMyWeapons.042", - "m_hMyWeapons.043", - "m_hMyWeapons.044", - "m_hMyWeapons.045", - "m_hMyWeapons.046", - "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -27906,7 +20494,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -27929,45 +20516,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseFlex.m_blinktoggle", - "DT_BaseFlex.m_viewtarget", - "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon", - "DT_TFRobotDestruction_Robot.m_iHealth", - "DT_TFRobotDestruction_Robot.m_iMaxHealth", - "DT_TFRobotDestruction_Robot.m_eType" - ], - "DT_TFRobotDestruction_RobotGroup": [ - "DT_TFRobotDestruction_RobotGroup.m_pszHudIcon", - "DT_TFRobotDestruction_RobotGroup.m_iTeamNum", - "DT_TFRobotDestruction_RobotGroup.m_nGroupNumber", - "DT_TFRobotDestruction_RobotGroup.m_nState", - "DT_TFRobotDestruction_RobotGroup.m_flRespawnStartTime", - "DT_TFRobotDestruction_RobotGroup.m_flRespawnEndTime", - "DT_TFRobotDestruction_RobotGroup.m_flLastAttackedTime" - ], - "DT_TFRobotDestructionRobotSpawn": [], - "DT_TFRobotDestructionLogic": [ - "m_eWinningMethod.000", - "m_eWinningMethod.001", - "m_eWinningMethod.002", - "m_eWinningMethod.003", - "DT_TFRobotDestructionLogic.m_nMaxPoints", - "DT_TFRobotDestructionLogic.m_nBlueScore", - "DT_TFRobotDestructionLogic.m_nRedScore", - "DT_TFRobotDestructionLogic.m_nBlueTargetPoints", - "DT_TFRobotDestructionLogic.m_nRedTargetPoints", - "DT_TFRobotDestructionLogic.m_flBlueTeamRespawnScale", - "DT_TFRobotDestructionLogic.m_flRedTeamRespawnScale", - "DT_TFRobotDestructionLogic.m_flBlueFinaleEndTime", - "DT_TFRobotDestructionLogic.m_flRedFinaleEndTime", - "DT_TFRobotDestructionLogic.m_flFinaleLength" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_WeaponRocketLauncher": [ + "DT_TFProjectile_EnergyBall": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -28011,80 +20583,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -28101,7 +20600,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -28124,27 +20622,22 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_EnergyBall.m_bChargedShot", + "DT_TFProjectile_EnergyBall.m_vColor1", + "DT_TFProjectile_EnergyBall.m_vColor2" ], - "DT_WeaponRocketLauncher_AirStrike": [ + "DT_TFProjectile_Flare": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -28188,80 +20681,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -28278,7 +20698,102 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Flare.m_bCritical" + ], + "DT_TFProjectile_GrapplingHook": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -28301,27 +20816,120 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Arrow.m_bArrowAlight", + "DT_TFProjectile_Arrow.m_bCritical", + "DT_TFProjectile_Arrow.m_iProjectileType" ], - "DT_WeaponRocketLauncher_DirectHit": [ + "DT_TFProjectile_HealingBolt": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Arrow.m_bArrowAlight", + "DT_TFProjectile_Arrow.m_bCritical", + "DT_TFProjectile_Arrow.m_iProjectileType" + ], + "DT_TFProjectile_Jar": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -28365,80 +20973,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -28455,7 +20990,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -28478,27 +21012,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_WeaponRocketLauncher_Mortar": [ + "DT_TFProjectile_JarMilk": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -28542,80 +21079,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -28632,7 +21096,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -28655,27 +21118,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFScatterGun": [ + "DT_TFProjectile_Pipebomb": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -28719,80 +21185,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -28809,7 +21202,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -28832,27 +21224,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFShotgun": [ + "DT_TFProjectile_Rocket": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -28896,80 +21291,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -28986,7 +21308,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -29009,27 +21330,20 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Rocket.m_bCritical" ], - "DT_TFShotgun_HWG": [ + "DT_TFProjectile_SentryRocket": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -29052,101 +21366,28 @@ "m_flPoseParameter.005", "m_flPoseParameter.006", "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -29163,7 +21404,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -29186,27 +21426,20 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Rocket.m_bCritical" ], - "DT_TFShotgun_Pyro": [ + "DT_TFProjectile_SpellBats": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -29250,80 +21483,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -29340,7 +21500,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -29363,27 +21522,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFShotgun_Revenge": [ + "DT_TFProjectile_SpellFireball": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -29427,80 +21589,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -29517,7 +21606,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -29540,27 +21628,20 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Rocket.m_bCritical" ], - "DT_TFShotgun_Soldier": [ + "DT_TFProjectile_SpellKartBats": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -29604,80 +21685,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -29694,7 +21702,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -29717,27 +21724,126 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFShotgunBuildingRescue": [ + "DT_TFProjectile_SpellKartOrb": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Rocket.m_bCritical" + ], + "DT_TFProjectile_SpellLightningOrb": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_TFBaseRocket.m_vecOrigin", + "DT_TFBaseRocket.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -29781,80 +21887,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -29871,7 +21904,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -29894,27 +21926,20 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_TFBaseRocket.m_vInitialVelocity", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFBaseRocket.m_iDeflected", + "DT_TFBaseRocket.m_hLauncher", + "DT_TFProjectile_Rocket.m_bCritical" ], - "DT_TFWeaponShovel": [ + "DT_TFProjectile_SpellMeteorShower": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -29958,80 +21983,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -30048,7 +22000,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -30071,27 +22022,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFSMG": [ + "DT_TFProjectile_SpellMirv": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -30135,80 +22089,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -30225,7 +22106,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -30248,28 +22128,31 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFSniperRifle": [ + "DT_TFProjectile_SpellPumpkin": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", - "DT_SniperRifleLocalData.m_flChargedDamage", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", @@ -30312,81 +22195,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -30403,7 +22212,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -30426,28 +22234,31 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFSniperRifleClassic": [ + "DT_TFProjectile_SpellSpawnBoss": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", - "DT_SniperRifleLocalData.m_flChargedDamage", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", @@ -30462,109 +22273,35 @@ "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", "m_flPoseParameter.000", - "m_flPoseParameter.001", - "m_flPoseParameter.002", - "m_flPoseParameter.003", - "m_flPoseParameter.004", - "m_flPoseParameter.005", - "m_flPoseParameter.006", - "m_flPoseParameter.007", - "m_flPoseParameter.008", - "m_flPoseParameter.009", - "m_flPoseParameter.010", - "m_flPoseParameter.011", - "m_flPoseParameter.012", - "m_flPoseParameter.013", - "m_flPoseParameter.014", - "m_flPoseParameter.015", - "m_flPoseParameter.016", - "m_flPoseParameter.017", - "m_flPoseParameter.018", - "m_flPoseParameter.019", - "m_flPoseParameter.020", - "m_flPoseParameter.021", - "m_flPoseParameter.022", - "m_flPoseParameter.023", - "m_flEncodedController.000", - "m_flEncodedController.001", - "m_flEncodedController.002", - "m_flEncodedController.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -30581,7 +22318,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -30604,29 +22340,31 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFSniperRifleClassic.m_bCharging" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFSniperRifleDecap": [ + "DT_TFProjectile_SpellSpawnHorde": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", - "DT_SniperRifleLocalData.m_flChargedDamage", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", @@ -30669,81 +22407,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -30760,7 +22424,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -30783,27 +22446,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFSodaPopper": [ + "DT_TFProjectile_SpellSpawnZombie": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -30847,80 +22513,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -30937,7 +22530,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -30960,27 +22552,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFWeaponSpellBook": [ + "DT_TFProjectile_StunBall": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -31024,80 +22619,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -31114,7 +22636,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -31137,32 +22658,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponThrowable.m_flChargeBeginTime", - "DT_TFWeaponSpellBook.m_iSelectedSpellIndex", - "DT_TFWeaponSpellBook.m_iSpellCharges", - "DT_TFWeaponSpellBook.m_flTimeNextSpell", - "DT_TFWeaponSpellBook.m_bFiredAttack" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFWeaponStickBomb": [ + "DT_TFProjectile_Throwable": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -31206,80 +22725,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -31296,7 +22742,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -31316,28 +22761,28 @@ "DT_BaseAnimating.m_nMuzzleFlashParity", "DT_BaseAnimating.m_hLightingOrigin", "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponBottle.m_bBroken", - "DT_TFWeaponStickBomb.m_iDetonated" + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFProjectile_StunBall": [ + "DT_TFProjectile_ThrowableBreadMonster": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -31443,11 +22888,12 @@ "DT_TFProjectile_Pipebomb.m_hLauncher", "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFWeaponSword": [ + "DT_TFProjectile_ThrowableBrick": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -31491,80 +22937,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -31581,7 +22954,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -31604,27 +22976,30 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_WeaponSyringeGun": [ + "DT_TFProjectile_ThrowableRepel": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -31668,80 +23043,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -31758,7 +23060,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -31781,23 +23082,25 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "DT_TFTankBoss": [ + "DT_TFPumpkinBomb": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -31846,227 +23149,130 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "m_flexWeight.000", - "m_flexWeight.001", - "m_flexWeight.002", - "m_flexWeight.003", - "m_flexWeight.004", - "m_flexWeight.005", - "m_flexWeight.006", - "m_flexWeight.007", - "m_flexWeight.008", - "m_flexWeight.009", - "m_flexWeight.010", - "m_flexWeight.011", - "m_flexWeight.012", - "m_flexWeight.013", - "m_flexWeight.014", - "m_flexWeight.015", - "m_flexWeight.016", - "m_flexWeight.017", - "m_flexWeight.018", - "m_flexWeight.019", - "m_flexWeight.020", - "m_flexWeight.021", - "m_flexWeight.022", - "m_flexWeight.023", - "m_flexWeight.024", - "m_flexWeight.025", - "m_flexWeight.026", - "m_flexWeight.027", - "m_flexWeight.028", - "m_flexWeight.029", - "m_flexWeight.030", - "m_flexWeight.031", - "m_flexWeight.032", - "m_flexWeight.033", - "m_flexWeight.034", - "m_flexWeight.035", - "m_flexWeight.036", - "m_flexWeight.037", - "m_flexWeight.038", - "m_flexWeight.039", - "m_flexWeight.040", - "m_flexWeight.041", - "m_flexWeight.042", - "m_flexWeight.043", - "m_flexWeight.044", - "m_flexWeight.045", - "m_flexWeight.046", - "m_flexWeight.047", - "m_flexWeight.048", - "m_flexWeight.049", - "m_flexWeight.050", - "m_flexWeight.051", - "m_flexWeight.052", - "m_flexWeight.053", - "m_flexWeight.054", - "m_flexWeight.055", - "m_flexWeight.056", - "m_flexWeight.057", - "m_flexWeight.058", - "m_flexWeight.059", - "m_flexWeight.060", - "m_flexWeight.061", - "m_flexWeight.062", - "m_flexWeight.063", - "m_flexWeight.064", - "m_flexWeight.065", - "m_flexWeight.066", - "m_flexWeight.067", - "m_flexWeight.068", - "m_flexWeight.069", - "m_flexWeight.070", - "m_flexWeight.071", - "m_flexWeight.072", - "m_flexWeight.073", - "m_flexWeight.074", - "m_flexWeight.075", - "m_flexWeight.076", - "m_flexWeight.077", - "m_flexWeight.078", - "m_flexWeight.079", - "m_flexWeight.080", - "m_flexWeight.081", - "m_flexWeight.082", - "m_flexWeight.083", - "m_flexWeight.084", - "m_flexWeight.085", - "m_flexWeight.086", - "m_flexWeight.087", - "m_flexWeight.088", - "m_flexWeight.089", - "m_flexWeight.090", - "m_flexWeight.091", - "m_flexWeight.092", - "m_flexWeight.093", - "m_flexWeight.094", - "m_flexWeight.095", - "DT_BCCLocalPlayerExclusive.m_flNextAttack", - "m_hMyWeapons.000", - "m_hMyWeapons.001", - "m_hMyWeapons.002", - "m_hMyWeapons.003", - "m_hMyWeapons.004", - "m_hMyWeapons.005", - "m_hMyWeapons.006", - "m_hMyWeapons.007", - "m_hMyWeapons.008", - "m_hMyWeapons.009", - "m_hMyWeapons.010", - "m_hMyWeapons.011", - "m_hMyWeapons.012", - "m_hMyWeapons.013", - "m_hMyWeapons.014", - "m_hMyWeapons.015", - "m_hMyWeapons.016", - "m_hMyWeapons.017", - "m_hMyWeapons.018", - "m_hMyWeapons.019", - "m_hMyWeapons.020", - "m_hMyWeapons.021", - "m_hMyWeapons.022", - "m_hMyWeapons.023", - "m_hMyWeapons.024", - "m_hMyWeapons.025", - "m_hMyWeapons.026", - "m_hMyWeapons.027", - "m_hMyWeapons.028", - "m_hMyWeapons.029", - "m_hMyWeapons.030", - "m_hMyWeapons.031", - "m_hMyWeapons.032", - "m_hMyWeapons.033", - "m_hMyWeapons.034", - "m_hMyWeapons.035", - "m_hMyWeapons.036", - "m_hMyWeapons.037", - "m_hMyWeapons.038", - "m_hMyWeapons.039", - "m_hMyWeapons.040", - "m_hMyWeapons.041", - "m_hMyWeapons.042", - "m_hMyWeapons.043", - "m_hMyWeapons.044", - "m_hMyWeapons.045", - "m_hMyWeapons.046", - "m_hMyWeapons.047", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale" + ], + "DT_TFRagdoll": [ + "_LPT_m_hRagWearables_8.lengthprop8", + "_ST_m_hRagWearables_8.000", + "_ST_m_hRagWearables_8.001", + "_ST_m_hRagWearables_8.002", + "_ST_m_hRagWearables_8.003", + "_ST_m_hRagWearables_8.004", + "_ST_m_hRagWearables_8.005", + "_ST_m_hRagWearables_8.006", + "_ST_m_hRagWearables_8.007", + "DT_TFRagdoll.m_vecRagdollOrigin", + "DT_TFRagdoll.m_iPlayerIndex", + "DT_TFRagdoll.m_vecForce", + "DT_TFRagdoll.m_vecRagdollVelocity", + "DT_TFRagdoll.m_nForceBone", + "DT_TFRagdoll.m_bGib", + "DT_TFRagdoll.m_bBurning", + "DT_TFRagdoll.m_bElectrocuted", + "DT_TFRagdoll.m_bFeignDeath", + "DT_TFRagdoll.m_bWasDisguised", + "DT_TFRagdoll.m_bBecomeAsh", + "DT_TFRagdoll.m_bOnGround", + "DT_TFRagdoll.m_bCloaked", + "DT_TFRagdoll.m_iDamageCustom", + "DT_TFRagdoll.m_iTeam", + "DT_TFRagdoll.m_iClass", + "DT_TFRagdoll.m_bGoldRagdoll", + "DT_TFRagdoll.m_bIceRagdoll", + "DT_TFRagdoll.m_bCritOnHardHit", + "DT_TFRagdoll.m_flHeadScale", + "DT_TFRagdoll.m_flTorsoScale", + "DT_TFRagdoll.m_flHandScale" + ], + "DT_TFReviveMarker": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_TFReviveMarker.m_iHealth", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -32108,13 +23314,29 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseFlex.m_blinktoggle", - "DT_BaseFlex.m_viewtarget", - "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon", - "DT_TFBaseBoss.m_lastHealthPercentage" + "DT_TFReviveMarker.m_hOwner", + "DT_CollisionProperty.m_nSolidType", + "DT_TFReviveMarker.m_iMaxHealth", + "DT_TFReviveMarker.m_nRevives" ], - "DT_TFTauntProp": [ + "DT_TFRobotDestructionLogic": [ + "m_eWinningMethod.000", + "m_eWinningMethod.001", + "m_eWinningMethod.002", + "m_eWinningMethod.003", + "DT_TFRobotDestructionLogic.m_nMaxPoints", + "DT_TFRobotDestructionLogic.m_nBlueScore", + "DT_TFRobotDestructionLogic.m_nRedScore", + "DT_TFRobotDestructionLogic.m_nBlueTargetPoints", + "DT_TFRobotDestructionLogic.m_nRedTargetPoints", + "DT_TFRobotDestructionLogic.m_flBlueTeamRespawnScale", + "DT_TFRobotDestructionLogic.m_flRedTeamRespawnScale", + "DT_TFRobotDestructionLogic.m_flBlueFinaleEndTime", + "DT_TFRobotDestructionLogic.m_flRedFinaleEndTime", + "DT_TFRobotDestructionLogic.m_flFinaleLength" + ], + "DT_TFRobotDestructionRobotSpawn": [], + "DT_TFRobotDestruction_Robot": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -32428,20 +23650,21 @@ "DT_BaseFlex.m_blinktoggle", "DT_BaseFlex.m_viewtarget", "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon" + "DT_BaseCombatCharacter.m_hActiveWeapon", + "DT_TFRobotDestruction_Robot.m_iHealth", + "DT_TFRobotDestruction_Robot.m_iMaxHealth", + "DT_TFRobotDestruction_Robot.m_eType" ], - "DT_TFTeam": [ - "DT_Team.m_iTeamNum", - "DT_Team.m_iScore", - "DT_Team.m_iRoundsWon", - "DT_Team.m_szTeamname", - "DT_Team.\"player_array\"", - "DT_TFTeam.m_nFlagCaptures", - "DT_TFTeam.m_iRole", - "DT_TFTeam.\"team_object_array\"", - "DT_TFTeam.m_hLeader" + "DT_TFRobotDestruction_RobotGroup": [ + "DT_TFRobotDestruction_RobotGroup.m_pszHudIcon", + "DT_TFRobotDestruction_RobotGroup.m_iTeamNum", + "DT_TFRobotDestruction_RobotGroup.m_nGroupNumber", + "DT_TFRobotDestruction_RobotGroup.m_nState", + "DT_TFRobotDestruction_RobotGroup.m_flRespawnStartTime", + "DT_TFRobotDestruction_RobotGroup.m_flRespawnEndTime", + "DT_TFRobotDestruction_RobotGroup.m_flLastAttackedTime" ], - "DT_TFWeaponThrowable": [ + "DT_TFSMG": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -32616,26 +23839,366 @@ "DT_TFWeaponBase.m_hExtraWearableViewModel", "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponThrowable.m_flChargeBeginTime" + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFViewModel": [ - "DT_BaseViewModel.m_nModelIndex", - "DT_BaseViewModel.m_nBody", - "DT_BaseViewModel.m_nSkin", - "DT_BaseViewModel.m_nSequence", - "DT_BaseViewModel.m_nViewModelIndex", - "DT_BaseViewModel.m_flPlaybackRate", - "DT_BaseViewModel.m_fEffects", - "DT_BaseViewModel.m_nAnimationParity", - "DT_BaseViewModel.m_hWeapon", - "DT_BaseViewModel.m_hOwner", - "DT_BaseViewModel.m_nNewSequenceParity", - "DT_BaseViewModel.m_nResetEventsParity", - "DT_BaseViewModel.m_nMuzzleFlashParity", - "DT_BaseViewModel.m_flPoseParameter" + "DT_TFScatterGun": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponBase": [ + "DT_TFSendHealersDataTable": [ + "DT_TFSendHealersDataTable.m_nActiveWpnClip" + ], + "DT_TFShotgun": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" + ], + "DT_TFShotgunBuildingRescue": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -32812,12 +24375,11 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponBaseGrenadeProj": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFShotgun_HWG": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", - "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -32861,7 +24423,80 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -32878,6 +24513,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -32900,21 +24536,200 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags", - "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", - "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" + ], + "DT_TFShotgun_Pyro": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", "DT_CollisionProperty.m_vecMaxs", - "DT_TFWeaponBaseGrenadeProj.m_iDeflected", - "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner" + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponBaseGun": [ + "DT_TFShotgun_Revenge": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -33091,7 +24906,7 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponBaseMelee": [ + "DT_TFShotgun_Soldier": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -33268,13 +25083,12 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponBaseMerasmusGrenade": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFSniperRifle": [ "DT_ServerAnimationData.m_flCycle", + "DT_SniperRifleLocalData.m_flChargedDamage", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", @@ -33317,8 +25131,81 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -33335,7 +25222,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -33358,20 +25245,28 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseProjectile.m_hOriginalLauncher", - "DT_BaseGrenade.m_flDamage", - "DT_BaseGrenade.m_DmgRadius", - "DT_BaseGrenade.m_bIsLive", - "DT_BaseGrenade.m_hThrower", - "DT_BaseGrenade.m_vecVelocity", - "DT_BaseGrenade.m_fFlags" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponBuilder": [ + "DT_TFSniperRifleClassic": [ "DT_ServerAnimationData.m_flCycle", + "DT_SniperRifleLocalData.m_flChargedDamage", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", @@ -33486,14 +25381,9 @@ "DT_LocalTFWeaponData.m_flLastFireTime", "DT_LocalTFWeaponData.m_flEffectBarRegenTime", "DT_LocalTFWeaponData.m_flObservedCritChance", - "m_aBuildableObjectTypes.000", - "m_aBuildableObjectTypes.001", - "m_aBuildableObjectTypes.002", - "m_aBuildableObjectTypes.003", - "DT_BuilderLocalData.m_iObjectType", - "DT_BuilderLocalData.m_hObjectBeingBuilt", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -33510,7 +25400,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -33548,16 +25438,14 @@ "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponBuilder.m_iBuildState", - "DT_TFWeaponBuilder.m_iObjectMode", - "DT_TFWeaponBuilder.m_flWheatleyTalkingUntil" + "DT_TFSniperRifleClassic.m_bCharging" ], - "DT_TFWeaponInvis": [ + "DT_TFSniperRifleDecap": [ "DT_ServerAnimationData.m_flCycle", + "DT_SniperRifleLocalData.m_flChargedDamage", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", @@ -33674,6 +25562,7 @@ "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -33690,7 +25579,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -33729,7 +25618,7 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponPDA": [ + "DT_TFSodaPopper": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -33906,7 +25795,8 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponPDA_Engineer_Build": [ + "DT_TFTankBoss": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -33954,78 +25844,227 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "m_flexWeight.000", + "m_flexWeight.001", + "m_flexWeight.002", + "m_flexWeight.003", + "m_flexWeight.004", + "m_flexWeight.005", + "m_flexWeight.006", + "m_flexWeight.007", + "m_flexWeight.008", + "m_flexWeight.009", + "m_flexWeight.010", + "m_flexWeight.011", + "m_flexWeight.012", + "m_flexWeight.013", + "m_flexWeight.014", + "m_flexWeight.015", + "m_flexWeight.016", + "m_flexWeight.017", + "m_flexWeight.018", + "m_flexWeight.019", + "m_flexWeight.020", + "m_flexWeight.021", + "m_flexWeight.022", + "m_flexWeight.023", + "m_flexWeight.024", + "m_flexWeight.025", + "m_flexWeight.026", + "m_flexWeight.027", + "m_flexWeight.028", + "m_flexWeight.029", + "m_flexWeight.030", + "m_flexWeight.031", + "m_flexWeight.032", + "m_flexWeight.033", + "m_flexWeight.034", + "m_flexWeight.035", + "m_flexWeight.036", + "m_flexWeight.037", + "m_flexWeight.038", + "m_flexWeight.039", + "m_flexWeight.040", + "m_flexWeight.041", + "m_flexWeight.042", + "m_flexWeight.043", + "m_flexWeight.044", + "m_flexWeight.045", + "m_flexWeight.046", + "m_flexWeight.047", + "m_flexWeight.048", + "m_flexWeight.049", + "m_flexWeight.050", + "m_flexWeight.051", + "m_flexWeight.052", + "m_flexWeight.053", + "m_flexWeight.054", + "m_flexWeight.055", + "m_flexWeight.056", + "m_flexWeight.057", + "m_flexWeight.058", + "m_flexWeight.059", + "m_flexWeight.060", + "m_flexWeight.061", + "m_flexWeight.062", + "m_flexWeight.063", + "m_flexWeight.064", + "m_flexWeight.065", + "m_flexWeight.066", + "m_flexWeight.067", + "m_flexWeight.068", + "m_flexWeight.069", + "m_flexWeight.070", + "m_flexWeight.071", + "m_flexWeight.072", + "m_flexWeight.073", + "m_flexWeight.074", + "m_flexWeight.075", + "m_flexWeight.076", + "m_flexWeight.077", + "m_flexWeight.078", + "m_flexWeight.079", + "m_flexWeight.080", + "m_flexWeight.081", + "m_flexWeight.082", + "m_flexWeight.083", + "m_flexWeight.084", + "m_flexWeight.085", + "m_flexWeight.086", + "m_flexWeight.087", + "m_flexWeight.088", + "m_flexWeight.089", + "m_flexWeight.090", + "m_flexWeight.091", + "m_flexWeight.092", + "m_flexWeight.093", + "m_flexWeight.094", + "m_flexWeight.095", + "DT_BCCLocalPlayerExclusive.m_flNextAttack", + "m_hMyWeapons.000", + "m_hMyWeapons.001", + "m_hMyWeapons.002", + "m_hMyWeapons.003", + "m_hMyWeapons.004", + "m_hMyWeapons.005", + "m_hMyWeapons.006", + "m_hMyWeapons.007", + "m_hMyWeapons.008", + "m_hMyWeapons.009", + "m_hMyWeapons.010", + "m_hMyWeapons.011", + "m_hMyWeapons.012", + "m_hMyWeapons.013", + "m_hMyWeapons.014", + "m_hMyWeapons.015", + "m_hMyWeapons.016", + "m_hMyWeapons.017", + "m_hMyWeapons.018", + "m_hMyWeapons.019", + "m_hMyWeapons.020", + "m_hMyWeapons.021", + "m_hMyWeapons.022", + "m_hMyWeapons.023", + "m_hMyWeapons.024", + "m_hMyWeapons.025", + "m_hMyWeapons.026", + "m_hMyWeapons.027", + "m_hMyWeapons.028", + "m_hMyWeapons.029", + "m_hMyWeapons.030", + "m_hMyWeapons.031", + "m_hMyWeapons.032", + "m_hMyWeapons.033", + "m_hMyWeapons.034", + "m_hMyWeapons.035", + "m_hMyWeapons.036", + "m_hMyWeapons.037", + "m_hMyWeapons.038", + "m_hMyWeapons.039", + "m_hMyWeapons.040", + "m_hMyWeapons.041", + "m_hMyWeapons.042", + "m_hMyWeapons.043", + "m_hMyWeapons.044", + "m_hMyWeapons.045", + "m_hMyWeapons.046", + "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -34067,23 +26106,14 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseFlex.m_blinktoggle", + "DT_BaseFlex.m_viewtarget", + "DT_BaseCombatCharacter.m_bGlowEnabled", + "DT_BaseCombatCharacter.m_hActiveWeapon", + "DT_TFBaseBoss.m_lastHealthPercentage" ], - "DT_TFWeaponPDA_Engineer_Destroy": [ + "DT_TFTauntProp": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -34131,78 +26161,227 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel", - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance", + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "m_flexWeight.000", + "m_flexWeight.001", + "m_flexWeight.002", + "m_flexWeight.003", + "m_flexWeight.004", + "m_flexWeight.005", + "m_flexWeight.006", + "m_flexWeight.007", + "m_flexWeight.008", + "m_flexWeight.009", + "m_flexWeight.010", + "m_flexWeight.011", + "m_flexWeight.012", + "m_flexWeight.013", + "m_flexWeight.014", + "m_flexWeight.015", + "m_flexWeight.016", + "m_flexWeight.017", + "m_flexWeight.018", + "m_flexWeight.019", + "m_flexWeight.020", + "m_flexWeight.021", + "m_flexWeight.022", + "m_flexWeight.023", + "m_flexWeight.024", + "m_flexWeight.025", + "m_flexWeight.026", + "m_flexWeight.027", + "m_flexWeight.028", + "m_flexWeight.029", + "m_flexWeight.030", + "m_flexWeight.031", + "m_flexWeight.032", + "m_flexWeight.033", + "m_flexWeight.034", + "m_flexWeight.035", + "m_flexWeight.036", + "m_flexWeight.037", + "m_flexWeight.038", + "m_flexWeight.039", + "m_flexWeight.040", + "m_flexWeight.041", + "m_flexWeight.042", + "m_flexWeight.043", + "m_flexWeight.044", + "m_flexWeight.045", + "m_flexWeight.046", + "m_flexWeight.047", + "m_flexWeight.048", + "m_flexWeight.049", + "m_flexWeight.050", + "m_flexWeight.051", + "m_flexWeight.052", + "m_flexWeight.053", + "m_flexWeight.054", + "m_flexWeight.055", + "m_flexWeight.056", + "m_flexWeight.057", + "m_flexWeight.058", + "m_flexWeight.059", + "m_flexWeight.060", + "m_flexWeight.061", + "m_flexWeight.062", + "m_flexWeight.063", + "m_flexWeight.064", + "m_flexWeight.065", + "m_flexWeight.066", + "m_flexWeight.067", + "m_flexWeight.068", + "m_flexWeight.069", + "m_flexWeight.070", + "m_flexWeight.071", + "m_flexWeight.072", + "m_flexWeight.073", + "m_flexWeight.074", + "m_flexWeight.075", + "m_flexWeight.076", + "m_flexWeight.077", + "m_flexWeight.078", + "m_flexWeight.079", + "m_flexWeight.080", + "m_flexWeight.081", + "m_flexWeight.082", + "m_flexWeight.083", + "m_flexWeight.084", + "m_flexWeight.085", + "m_flexWeight.086", + "m_flexWeight.087", + "m_flexWeight.088", + "m_flexWeight.089", + "m_flexWeight.090", + "m_flexWeight.091", + "m_flexWeight.092", + "m_flexWeight.093", + "m_flexWeight.094", + "m_flexWeight.095", + "DT_BCCLocalPlayerExclusive.m_flNextAttack", + "m_hMyWeapons.000", + "m_hMyWeapons.001", + "m_hMyWeapons.002", + "m_hMyWeapons.003", + "m_hMyWeapons.004", + "m_hMyWeapons.005", + "m_hMyWeapons.006", + "m_hMyWeapons.007", + "m_hMyWeapons.008", + "m_hMyWeapons.009", + "m_hMyWeapons.010", + "m_hMyWeapons.011", + "m_hMyWeapons.012", + "m_hMyWeapons.013", + "m_hMyWeapons.014", + "m_hMyWeapons.015", + "m_hMyWeapons.016", + "m_hMyWeapons.017", + "m_hMyWeapons.018", + "m_hMyWeapons.019", + "m_hMyWeapons.020", + "m_hMyWeapons.021", + "m_hMyWeapons.022", + "m_hMyWeapons.023", + "m_hMyWeapons.024", + "m_hMyWeapons.025", + "m_hMyWeapons.026", + "m_hMyWeapons.027", + "m_hMyWeapons.028", + "m_hMyWeapons.029", + "m_hMyWeapons.030", + "m_hMyWeapons.031", + "m_hMyWeapons.032", + "m_hMyWeapons.033", + "m_hMyWeapons.034", + "m_hMyWeapons.035", + "m_hMyWeapons.036", + "m_hMyWeapons.037", + "m_hMyWeapons.038", + "m_hMyWeapons.039", + "m_hMyWeapons.040", + "m_hMyWeapons.041", + "m_hMyWeapons.042", + "m_hMyWeapons.043", + "m_hMyWeapons.044", + "m_hMyWeapons.045", + "m_hMyWeapons.046", + "m_hMyWeapons.047", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -34244,23 +26423,39 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseCombatWeapon.m_iViewModelIndex", - "DT_BaseCombatWeapon.m_iWorldModelIndex", - "DT_BaseCombatWeapon.m_iState", - "DT_BaseCombatWeapon.m_hOwner", - "DT_TFWeaponBase.m_bLowered", - "DT_TFWeaponBase.m_bResetParity", - "DT_TFWeaponBase.m_iReloadMode", - "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", - "DT_TFWeaponBase.m_bDisguiseWeapon", - "DT_TFWeaponBase.m_flEnergy", - "DT_TFWeaponBase.m_hExtraWearable", - "DT_TFWeaponBase.m_hExtraWearableViewModel", - "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", - "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_BaseFlex.m_blinktoggle", + "DT_BaseFlex.m_viewtarget", + "DT_BaseCombatCharacter.m_bGlowEnabled", + "DT_BaseCombatCharacter.m_hActiveWeapon" ], - "DT_TFWeaponPDA_Spy": [ + "DT_TFTeam": [ + "DT_Team.m_iTeamNum", + "DT_Team.m_iScore", + "DT_Team.m_iRoundsWon", + "DT_Team.m_szTeamname", + "DT_Team.\"player_array\"", + "DT_TFTeam.m_nFlagCaptures", + "DT_TFTeam.m_iRole", + "DT_TFTeam.\"team_object_array\"", + "DT_TFTeam.m_hLeader" + ], + "DT_TFViewModel": [ + "DT_BaseViewModel.m_nModelIndex", + "DT_BaseViewModel.m_nBody", + "DT_BaseViewModel.m_nSkin", + "DT_BaseViewModel.m_nSequence", + "DT_BaseViewModel.m_nViewModelIndex", + "DT_BaseViewModel.m_flPlaybackRate", + "DT_BaseViewModel.m_fEffects", + "DT_BaseViewModel.m_nAnimationParity", + "DT_BaseViewModel.m_hWeapon", + "DT_BaseViewModel.m_hOwner", + "DT_BaseViewModel.m_nNewSequenceParity", + "DT_BaseViewModel.m_nResetEventsParity", + "DT_BaseViewModel.m_nMuzzleFlashParity", + "DT_BaseViewModel.m_flPoseParameter" + ], + "DT_TFWeaponBase": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -34437,12 +26632,12 @@ "DT_TFWeaponBase.m_nKillComboClass", "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponPDAExpansion_Dispenser": [ + "DT_TFWeaponBaseGrenadeProj": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -34486,65 +26681,7 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -34561,7 +26698,6 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -34584,11 +26720,21 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_TFWearable.m_bDisguiseWearable", - "DT_TFWearable.m_hWeaponAssociatedWith" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner" ], - "DT_TFWeaponPDAExpansion_Teleporter": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponBaseGun": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -34693,6 +26839,21 @@ "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -34734,10 +26895,23 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_TFWearable.m_bDisguiseWearable", - "DT_TFWearable.m_hWeaponAssociatedWith" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponSapper": [ + "DT_TFWeaponBaseMelee": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -34857,12 +27031,6 @@ "DT_LocalTFWeaponData.m_flLastFireTime", "DT_LocalTFWeaponData.m_flEffectBarRegenTime", "DT_LocalTFWeaponData.m_flObservedCritChance", - "m_aBuildableObjectTypes.000", - "m_aBuildableObjectTypes.001", - "m_aBuildableObjectTypes.002", - "m_aBuildableObjectTypes.003", - "DT_BuilderLocalData.m_iObjectType", - "DT_BuilderLocalData.m_hObjectBeingBuilt", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -34918,13 +27086,9 @@ "DT_TFWeaponBase.m_hExtraWearableViewModel", "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_TFWeaponBuilder.m_iBuildState", - "DT_TFWeaponBuilder.m_iObjectMode", - "DT_TFWeaponBuilder.m_flWheatleyTalkingUntil", - "DT_TFWeaponSapper.m_flChargeBeginTime" + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWearable": [ + "DT_TFWeaponBaseMerasmusGrenade": [ "DT_AnimTimeMustBeFirst.m_flAnimTime", "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", @@ -34973,63 +27137,6 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_Attributes_15.lengthprop15", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency", - "DT_ScriptCreatedItem.m_iItemDefinitionIndex", - "DT_ScriptCreatedItem.m_iEntityLevel", - "DT_ScriptCreatedItem.m_iItemIDHigh", - "DT_ScriptCreatedItem.m_iItemIDLow", - "DT_ScriptCreatedItem.m_iAccountID", - "DT_ScriptCreatedItem.m_iEntityQuality", - "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", - "DT_AttributeContainer.m_hOuter", - "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -35071,11 +27178,15 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_TFWearable.m_bDisguiseWearable", - "DT_TFWearable.m_hWeaponAssociatedWith" + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags" ], - "DT_TFWearableDemoShield": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponBat": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -35180,6 +27291,21 @@ "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -35221,11 +27347,23 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_TFWearable.m_bDisguiseWearable", - "DT_TFWearable.m_hWeaponAssociatedWith" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWearableItem": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponBat_Fish": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -35330,6 +27468,21 @@ "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -35370,10 +27523,24 @@ "DT_BaseAnimating.m_hLightingOriginRelative", "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale" + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWearableLevelableItem": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponBat_Giftwrap": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -35478,6 +27645,21 @@ "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -35519,12 +27701,23 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_TFWearable.m_bDisguiseWearable", - "DT_TFWearable.m_hWeaponAssociatedWith", - "DT_TFWearableLevelableItem.m_unLevel" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWearableRobotArm": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponBat_Wood": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -35629,6 +27822,21 @@ "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -35670,11 +27878,23 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_TFWearable.m_bDisguiseWearable", - "DT_TFWearable.m_hWeaponAssociatedWith" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWearableVM": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponBonesaw": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -35779,6 +27999,21 @@ "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -35820,10 +28055,23 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_TFWearable.m_bDisguiseWearable", - "DT_TFWearable.m_hWeaponAssociatedWith" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TFWeaponWrench": [ + "DT_TFWeaponBottle": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -35998,114 +28246,10 @@ "DT_TFWeaponBase.m_hExtraWearableViewModel", "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" - ], - "DT_VGuiScreen": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_VGuiScreen.m_flWidth", - "DT_VGuiScreen.m_flHeight", - "DT_VGuiScreen.m_nAttachmentIndex", - "DT_VGuiScreen.m_nPanelName", - "DT_VGuiScreen.m_fScreenFlags", - "DT_VGuiScreen.m_nOverlayMaterial", - "DT_VGuiScreen.m_hPlayerOwner" - ], - "DT_VoteController": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "m_nVoteOptionCount.000", - "m_nVoteOptionCount.001", - "m_nVoteOptionCount.002", - "m_nVoteOptionCount.003", - "m_nVoteOptionCount.004", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_VoteController.m_iActiveIssueIndex", - "DT_VoteController.m_iOnlyTeamToVote", - "DT_VoteController.m_nPotentialVotes", - "DT_VoteController.m_bIsYesNoVote" + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponBottle.m_bBroken" ], - "DT_WaterBullet": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponBuffItem": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -36153,6 +28297,78 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -36193,13 +28409,24 @@ "DT_BaseAnimating.m_hLightingOriginRelative", "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale" - ], - "DT_WaterLODControl": [ - "DT_WaterLODControl.m_flCheapWaterStartDistance", - "DT_WaterLODControl.m_flCheapWaterEndDistance" + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_WeaponIFMBase": [ + "DT_TFWeaponBuilder": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -36319,6 +28546,12 @@ "DT_LocalTFWeaponData.m_flLastFireTime", "DT_LocalTFWeaponData.m_flEffectBarRegenTime", "DT_LocalTFWeaponData.m_flObservedCritChance", + "m_aBuildableObjectTypes.000", + "m_aBuildableObjectTypes.001", + "m_aBuildableObjectTypes.002", + "m_aBuildableObjectTypes.003", + "DT_BuilderLocalData.m_iObjectType", + "DT_BuilderLocalData.m_hObjectBeingBuilt", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -36374,9 +28607,12 @@ "DT_TFWeaponBase.m_hExtraWearableViewModel", "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount" + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponBuilder.m_iBuildState", + "DT_TFWeaponBuilder.m_iObjectMode", + "DT_TFWeaponBuilder.m_flWheatleyTalkingUntil" ], - "DT_WeaponIFMBaseCamera": [ + "DT_TFWeaponCleaver": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -36551,14 +28787,9 @@ "DT_TFWeaponBase.m_hExtraWearableViewModel", "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_WeaponIFMBaseCamera.m_flRenderAspectRatio", - "DT_WeaponIFMBaseCamera.m_flRenderFOV", - "DT_WeaponIFMBaseCamera.m_flRenderArmLength", - "DT_WeaponIFMBaseCamera.m_vecRenderPosition", - "DT_WeaponIFMBaseCamera.m_angRenderAngles" + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_WeaponIFMSteadyCam": [ + "DT_TFWeaponClub": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -36733,20 +28964,16 @@ "DT_TFWeaponBase.m_hExtraWearableViewModel", "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_WeaponIFMBaseCamera.m_flRenderAspectRatio", - "DT_WeaponIFMBaseCamera.m_flRenderFOV", - "DT_WeaponIFMBaseCamera.m_flRenderArmLength", - "DT_WeaponIFMBaseCamera.m_vecRenderPosition", - "DT_WeaponIFMBaseCamera.m_angRenderAngles" + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_WeaponMedigun": [ + "DT_TFWeaponDataNonLocal": [], + "DT_TFWeaponFireAxe": [ "DT_ServerAnimationData.m_flCycle", - "DT_LocalTFWeaponMedigunData.m_flChargeLevel", - "DT_TFWeaponMedigunDataNonLocal.m_flChargeLevel", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", "DT_CollisionProperty.m_triggerBloat", "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", @@ -36862,8 +29089,6 @@ "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -36880,7 +29105,7 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", @@ -36917,70 +29142,9 @@ "DT_TFWeaponBase.m_hExtraWearableViewModel", "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", "DT_TFWeaponBase.m_nKillComboClass", - "DT_TFWeaponBase.m_nKillComboCount", - "DT_WeaponMedigun.m_hHealingTarget", - "DT_WeaponMedigun.m_bHealing", - "DT_WeaponMedigun.m_bAttacking", - "DT_WeaponMedigun.m_bChargeRelease", - "DT_WeaponMedigun.m_bHolstered", - "DT_WeaponMedigun.m_nChargeResistType" - ], - "DT_WORLD": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_WORLD.m_flWaveHeight", - "DT_WORLD.m_WorldMins", - "DT_WORLD.m_WorldMaxs", - "DT_WORLD.m_bStartDark", - "DT_WORLD.m_flMaxOccludeeArea", - "DT_WORLD.m_flMinOccluderArea", - "DT_WORLD.m_flMaxPropScreenSpaceWidth", - "DT_WORLD.m_flMinPropScreenSpaceWidth", - "DT_WORLD.m_iszDetailSpriteMaterial", - "DT_WORLD.m_bColdWorld" + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_Zombie": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponFists": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -37028,353 +29192,80 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "m_flexWeight.000", - "m_flexWeight.001", - "m_flexWeight.002", - "m_flexWeight.003", - "m_flexWeight.004", - "m_flexWeight.005", - "m_flexWeight.006", - "m_flexWeight.007", - "m_flexWeight.008", - "m_flexWeight.009", - "m_flexWeight.010", - "m_flexWeight.011", - "m_flexWeight.012", - "m_flexWeight.013", - "m_flexWeight.014", - "m_flexWeight.015", - "m_flexWeight.016", - "m_flexWeight.017", - "m_flexWeight.018", - "m_flexWeight.019", - "m_flexWeight.020", - "m_flexWeight.021", - "m_flexWeight.022", - "m_flexWeight.023", - "m_flexWeight.024", - "m_flexWeight.025", - "m_flexWeight.026", - "m_flexWeight.027", - "m_flexWeight.028", - "m_flexWeight.029", - "m_flexWeight.030", - "m_flexWeight.031", - "m_flexWeight.032", - "m_flexWeight.033", - "m_flexWeight.034", - "m_flexWeight.035", - "m_flexWeight.036", - "m_flexWeight.037", - "m_flexWeight.038", - "m_flexWeight.039", - "m_flexWeight.040", - "m_flexWeight.041", - "m_flexWeight.042", - "m_flexWeight.043", - "m_flexWeight.044", - "m_flexWeight.045", - "m_flexWeight.046", - "m_flexWeight.047", - "m_flexWeight.048", - "m_flexWeight.049", - "m_flexWeight.050", - "m_flexWeight.051", - "m_flexWeight.052", - "m_flexWeight.053", - "m_flexWeight.054", - "m_flexWeight.055", - "m_flexWeight.056", - "m_flexWeight.057", - "m_flexWeight.058", - "m_flexWeight.059", - "m_flexWeight.060", - "m_flexWeight.061", - "m_flexWeight.062", - "m_flexWeight.063", - "m_flexWeight.064", - "m_flexWeight.065", - "m_flexWeight.066", - "m_flexWeight.067", - "m_flexWeight.068", - "m_flexWeight.069", - "m_flexWeight.070", - "m_flexWeight.071", - "m_flexWeight.072", - "m_flexWeight.073", - "m_flexWeight.074", - "m_flexWeight.075", - "m_flexWeight.076", - "m_flexWeight.077", - "m_flexWeight.078", - "m_flexWeight.079", - "m_flexWeight.080", - "m_flexWeight.081", - "m_flexWeight.082", - "m_flexWeight.083", - "m_flexWeight.084", - "m_flexWeight.085", - "m_flexWeight.086", - "m_flexWeight.087", - "m_flexWeight.088", - "m_flexWeight.089", - "m_flexWeight.090", - "m_flexWeight.091", - "m_flexWeight.092", - "m_flexWeight.093", - "m_flexWeight.094", - "m_flexWeight.095", - "DT_BCCLocalPlayerExclusive.m_flNextAttack", - "m_hMyWeapons.000", - "m_hMyWeapons.001", - "m_hMyWeapons.002", - "m_hMyWeapons.003", - "m_hMyWeapons.004", - "m_hMyWeapons.005", - "m_hMyWeapons.006", - "m_hMyWeapons.007", - "m_hMyWeapons.008", - "m_hMyWeapons.009", - "m_hMyWeapons.010", - "m_hMyWeapons.011", - "m_hMyWeapons.012", - "m_hMyWeapons.013", - "m_hMyWeapons.014", - "m_hMyWeapons.015", - "m_hMyWeapons.016", - "m_hMyWeapons.017", - "m_hMyWeapons.018", - "m_hMyWeapons.019", - "m_hMyWeapons.020", - "m_hMyWeapons.021", - "m_hMyWeapons.022", - "m_hMyWeapons.023", - "m_hMyWeapons.024", - "m_hMyWeapons.025", - "m_hMyWeapons.026", - "m_hMyWeapons.027", - "m_hMyWeapons.028", - "m_hMyWeapons.029", - "m_hMyWeapons.030", - "m_hMyWeapons.031", - "m_hMyWeapons.032", - "m_hMyWeapons.033", - "m_hMyWeapons.034", - "m_hMyWeapons.035", - "m_hMyWeapons.036", - "m_hMyWeapons.037", - "m_hMyWeapons.038", - "m_hMyWeapons.039", - "m_hMyWeapons.040", - "m_hMyWeapons.041", - "m_hMyWeapons.042", - "m_hMyWeapons.043", - "m_hMyWeapons.044", - "m_hMyWeapons.045", - "m_hMyWeapons.046", - "m_hMyWeapons.047", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMaxs", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_BaseAnimating.m_nForceBone", - "DT_BaseAnimating.m_vecForce", - "DT_BaseAnimating.m_nSkin", - "DT_BaseAnimating.m_nBody", - "DT_BaseAnimating.m_nHitboxSet", - "DT_BaseAnimating.m_flModelScale", - "DT_BaseAnimating.m_nSequence", - "DT_BaseAnimating.m_flPlaybackRate", - "DT_BaseAnimating.m_bClientSideAnimation", - "DT_BaseAnimating.m_bClientSideFrameReset", - "DT_BaseAnimating.m_nNewSequenceParity", - "DT_BaseAnimating.m_nResetEventsParity", - "DT_BaseAnimating.m_nMuzzleFlashParity", - "DT_BaseAnimating.m_hLightingOrigin", - "DT_BaseAnimating.m_hLightingOriginRelative", - "DT_BaseAnimating.m_fadeMinDist", - "DT_BaseAnimating.m_fadeMaxDist", - "DT_BaseAnimating.m_flFadeScale", - "DT_BaseFlex.m_blinktoggle", - "DT_BaseFlex.m_viewtarget", - "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon", - "DT_Zombie.m_flHeadScale" - ], - "DT_DustTrail": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_DustTrail.m_SpawnRate", - "DT_DustTrail.m_Color", - "DT_DustTrail.m_ParticleLifetime", - "DT_DustTrail.m_StopEmitTime", - "DT_DustTrail.m_MinSpeed", - "DT_DustTrail.m_MaxSpeed", - "DT_DustTrail.m_MinDirectedSpeed", - "DT_DustTrail.m_MaxDirectedSpeed", - "DT_DustTrail.m_StartSize", - "DT_DustTrail.m_EndSize", - "DT_DustTrail.m_SpawnRadius", - "DT_DustTrail.m_bEmit", - "DT_DustTrail.m_Opacity" - ], - "DT_MovieExplosion": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -37391,14 +29282,46 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting" + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_NextBot": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponInvis": [ "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", @@ -37446,227 +29369,78 @@ "m_flEncodedController.002", "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "m_flexWeight.000", - "m_flexWeight.001", - "m_flexWeight.002", - "m_flexWeight.003", - "m_flexWeight.004", - "m_flexWeight.005", - "m_flexWeight.006", - "m_flexWeight.007", - "m_flexWeight.008", - "m_flexWeight.009", - "m_flexWeight.010", - "m_flexWeight.011", - "m_flexWeight.012", - "m_flexWeight.013", - "m_flexWeight.014", - "m_flexWeight.015", - "m_flexWeight.016", - "m_flexWeight.017", - "m_flexWeight.018", - "m_flexWeight.019", - "m_flexWeight.020", - "m_flexWeight.021", - "m_flexWeight.022", - "m_flexWeight.023", - "m_flexWeight.024", - "m_flexWeight.025", - "m_flexWeight.026", - "m_flexWeight.027", - "m_flexWeight.028", - "m_flexWeight.029", - "m_flexWeight.030", - "m_flexWeight.031", - "m_flexWeight.032", - "m_flexWeight.033", - "m_flexWeight.034", - "m_flexWeight.035", - "m_flexWeight.036", - "m_flexWeight.037", - "m_flexWeight.038", - "m_flexWeight.039", - "m_flexWeight.040", - "m_flexWeight.041", - "m_flexWeight.042", - "m_flexWeight.043", - "m_flexWeight.044", - "m_flexWeight.045", - "m_flexWeight.046", - "m_flexWeight.047", - "m_flexWeight.048", - "m_flexWeight.049", - "m_flexWeight.050", - "m_flexWeight.051", - "m_flexWeight.052", - "m_flexWeight.053", - "m_flexWeight.054", - "m_flexWeight.055", - "m_flexWeight.056", - "m_flexWeight.057", - "m_flexWeight.058", - "m_flexWeight.059", - "m_flexWeight.060", - "m_flexWeight.061", - "m_flexWeight.062", - "m_flexWeight.063", - "m_flexWeight.064", - "m_flexWeight.065", - "m_flexWeight.066", - "m_flexWeight.067", - "m_flexWeight.068", - "m_flexWeight.069", - "m_flexWeight.070", - "m_flexWeight.071", - "m_flexWeight.072", - "m_flexWeight.073", - "m_flexWeight.074", - "m_flexWeight.075", - "m_flexWeight.076", - "m_flexWeight.077", - "m_flexWeight.078", - "m_flexWeight.079", - "m_flexWeight.080", - "m_flexWeight.081", - "m_flexWeight.082", - "m_flexWeight.083", - "m_flexWeight.084", - "m_flexWeight.085", - "m_flexWeight.086", - "m_flexWeight.087", - "m_flexWeight.088", - "m_flexWeight.089", - "m_flexWeight.090", - "m_flexWeight.091", - "m_flexWeight.092", - "m_flexWeight.093", - "m_flexWeight.094", - "m_flexWeight.095", - "DT_BCCLocalPlayerExclusive.m_flNextAttack", - "m_hMyWeapons.000", - "m_hMyWeapons.001", - "m_hMyWeapons.002", - "m_hMyWeapons.003", - "m_hMyWeapons.004", - "m_hMyWeapons.005", - "m_hMyWeapons.006", - "m_hMyWeapons.007", - "m_hMyWeapons.008", - "m_hMyWeapons.009", - "m_hMyWeapons.010", - "m_hMyWeapons.011", - "m_hMyWeapons.012", - "m_hMyWeapons.013", - "m_hMyWeapons.014", - "m_hMyWeapons.015", - "m_hMyWeapons.016", - "m_hMyWeapons.017", - "m_hMyWeapons.018", - "m_hMyWeapons.019", - "m_hMyWeapons.020", - "m_hMyWeapons.021", - "m_hMyWeapons.022", - "m_hMyWeapons.023", - "m_hMyWeapons.024", - "m_hMyWeapons.025", - "m_hMyWeapons.026", - "m_hMyWeapons.027", - "m_hMyWeapons.028", - "m_hMyWeapons.029", - "m_hMyWeapons.030", - "m_hMyWeapons.031", - "m_hMyWeapons.032", - "m_hMyWeapons.033", - "m_hMyWeapons.034", - "m_hMyWeapons.035", - "m_hMyWeapons.036", - "m_hMyWeapons.037", - "m_hMyWeapons.038", - "m_hMyWeapons.039", - "m_hMyWeapons.040", - "m_hMyWeapons.041", - "m_hMyWeapons.042", - "m_hMyWeapons.043", - "m_hMyWeapons.044", - "m_hMyWeapons.045", - "m_hMyWeapons.046", - "m_hMyWeapons.047", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", @@ -37708,65 +29482,27 @@ "DT_BaseAnimating.m_fadeMinDist", "DT_BaseAnimating.m_fadeMaxDist", "DT_BaseAnimating.m_flFadeScale", - "DT_BaseFlex.m_blinktoggle", - "DT_BaseFlex.m_viewtarget", - "DT_BaseCombatCharacter.m_bGlowEnabled", - "DT_BaseCombatCharacter.m_hActiveWeapon" - ], - "DT_ParticleSmokeGrenade": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", - "DT_BaseEntity.m_flSimulationTime", - "DT_BaseEntity.m_vecOrigin", - "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", - "DT_CollisionProperty.m_nSolidType", - "DT_CollisionProperty.m_usSolidFlags", - "DT_CollisionProperty.m_nSurroundType", - "DT_CollisionProperty.m_triggerBloat", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", - "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated", - "m_nModelIndexOverrides.000", - "m_nModelIndexOverrides.001", - "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003", - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_BaseEntity.m_ubInterpolationFrame", - "DT_BaseEntity.m_nModelIndex", - "DT_BaseEntity.m_nRenderFX", - "DT_BaseEntity.m_nRenderMode", - "DT_BaseEntity.m_fEffects", - "DT_BaseEntity.m_clrRender", - "DT_BaseEntity.m_iTeamNum", - "DT_BaseEntity.m_CollisionGroup", - "DT_BaseEntity.m_flElasticity", - "DT_BaseEntity.m_flShadowCastDistance", - "DT_BaseEntity.m_hOwnerEntity", - "DT_BaseEntity.m_hEffectEntity", - "DT_BaseEntity.moveparent", - "DT_BaseEntity.m_iParentAttachment", - "DT_BaseEntity.movetype", - "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", - "DT_BaseEntity.m_iTextureFrameIndex", - "DT_BaseEntity.m_bSimulatedEveryTick", - "DT_BaseEntity.m_bAnimatedEveryTick", - "DT_BaseEntity.m_bAlternateSorting", - "DT_ParticleSmokeGrenade.m_flSpawnTime", - "DT_ParticleSmokeGrenade.m_FadeStartTime", - "DT_ParticleSmokeGrenade.m_FadeEndTime", - "DT_ParticleSmokeGrenade.m_CurrentStage" + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_RocketTrail": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponJar": [ + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -37781,8 +29517,109 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -37799,33 +29636,50 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_RocketTrail.m_SpawnRate", - "DT_RocketTrail.m_StartColor", - "DT_RocketTrail.m_EndColor", - "DT_RocketTrail.m_ParticleLifetime", - "DT_RocketTrail.m_StopEmitTime", - "DT_RocketTrail.m_MinSpeed", - "DT_RocketTrail.m_MaxSpeed", - "DT_RocketTrail.m_StartSize", - "DT_RocketTrail.m_EndSize", - "DT_RocketTrail.m_SpawnRadius", - "DT_RocketTrail.m_bEmit", - "DT_RocketTrail.m_nAttachment", - "DT_RocketTrail.m_Opacity", - "DT_RocketTrail.m_bDamaged", - "DT_RocketTrail.m_flFlareScale" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_SmokeTrail": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponJarMilk": [ + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -37840,8 +29694,109 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -37858,33 +29813,50 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_SmokeTrail.m_SpawnRate", - "DT_SmokeTrail.m_StartColor", - "DT_SmokeTrail.m_EndColor", - "DT_SmokeTrail.m_ParticleLifetime", - "DT_SmokeTrail.m_StopEmitTime", - "DT_SmokeTrail.m_MinSpeed", - "DT_SmokeTrail.m_MaxSpeed", - "DT_SmokeTrail.m_MinDirectedSpeed", - "DT_SmokeTrail.m_MaxDirectedSpeed", - "DT_SmokeTrail.m_StartSize", - "DT_SmokeTrail.m_EndSize", - "DT_SmokeTrail.m_SpawnRadius", - "DT_SmokeTrail.m_bEmit", - "DT_SmokeTrail.m_nAttachment", - "DT_SmokeTrail.m_Opacity" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_SporeExplosion": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponKatana": [ + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -37899,8 +29871,109 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -37917,25 +29990,51 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_SporeExplosion.m_flSpawnRate", - "DT_SporeExplosion.m_flParticleLifetime", - "DT_SporeExplosion.m_flStartSize", - "DT_SporeExplosion.m_flEndSize", - "DT_SporeExplosion.m_flSpawnRadius", - "DT_SporeExplosion.m_bEmit", - "DT_SporeExplosion.m_bDontRemove" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponKatana.m_bIsBloody" ], - "DT_SporeTrail": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_TFWeaponKnife": [ + "DT_ServerAnimationData.m_flCycle", "DT_BaseEntity.m_flSimulationTime", "DT_BaseEntity.m_vecOrigin", "DT_BaseEntity.m_angRotation", - "DT_CollisionProperty.m_vecMaxs", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -37950,8 +30049,109 @@ "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", "DT_BaseEntity.m_ubInterpolationFrame", "DT_BaseEntity.m_nModelIndex", "DT_BaseEntity.m_nRenderFX", @@ -37968,27 +30168,57 @@ "DT_BaseEntity.m_iParentAttachment", "DT_BaseEntity.movetype", "DT_BaseEntity.movecollide", - "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", "DT_BaseEntity.m_iTextureFrameIndex", "DT_BaseEntity.m_bSimulatedEveryTick", "DT_BaseEntity.m_bAnimatedEveryTick", "DT_BaseEntity.m_bAlternateSorting", - "DT_SporeTrail.m_flSpawnRate", - "DT_SporeTrail.m_vecEndColor", - "DT_SporeTrail.m_flParticleLifetime", - "DT_SporeTrail.m_flStartSize", - "DT_SporeTrail.m_flEndSize", - "DT_SporeTrail.m_flSpawnRadius", - "DT_SporeTrail.m_bEmit" + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponKnife.m_bReadyToBackstab", + "DT_TFWeaponKnife.m_bKnifeExists", + "DT_TFWeaponKnife.m_flKnifeRegenerateDuration", + "DT_TFWeaponKnife.m_flKnifeMeltTimestamp" ], - "DT_AnimTimeMustBeFirst": [ - "DT_AnimTimeMustBeFirst.m_flAnimTime" + "DT_TFWeaponMedigunDataNonLocal": [ + "DT_TFWeaponMedigunDataNonLocal.m_flChargeLevel" ], - "DT_CollisionProperty": [ - "DT_CollisionProperty.m_vecMinsPreScaled", - "DT_CollisionProperty.m_vecMaxsPreScaled", - "DT_CollisionProperty.m_vecMins", - "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponPDA": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", "DT_CollisionProperty.m_nSolidType", "DT_CollisionProperty.m_usSolidFlags", "DT_CollisionProperty.m_nSurroundType", @@ -37996,19 +30226,13 @@ "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", - "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs" - ], - "DT_PredictableId": [ + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", "DT_PredictableId.m_PredictableID", - "DT_PredictableId.m_bIsPlayerSimulated" - ], - "m_nModelIndexOverrides": [ + "DT_PredictableId.m_bIsPlayerSimulated", "m_nModelIndexOverrides.000", "m_nModelIndexOverrides.001", "m_nModelIndexOverrides.002", - "m_nModelIndexOverrides.003" - ], - "m_flPoseParameter": [ + "m_nModelIndexOverrides.003", "m_flPoseParameter.000", "m_flPoseParameter.001", "m_flPoseParameter.002", @@ -38032,335 +30256,340 @@ "m_flPoseParameter.020", "m_flPoseParameter.021", "m_flPoseParameter.022", - "m_flPoseParameter.023" - ], - "m_flEncodedController": [ + "m_flPoseParameter.023", "m_flEncodedController.000", "m_flEncodedController.001", "m_flEncodedController.002", - "m_flEncodedController.003" - ], - "DT_ServerAnimationData": [ - "DT_ServerAnimationData.m_flCycle" - ], - "DT_OverlayVars": [ - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder" - ], - "_ST_m_AnimOverlay_15": [ - "_LPT_m_AnimOverlay_15.lengthprop15", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder", - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder" - ], - "_LPT_m_AnimOverlay_15": [ - "_LPT_m_AnimOverlay_15.lengthprop15" - ], - "DT_Animationlayer": [ - "DT_Animationlayer.m_nSequence", - "DT_Animationlayer.m_flCycle", - "DT_Animationlayer.m_flPrevCycle", - "DT_Animationlayer.m_flWeight", - "DT_Animationlayer.m_nOrder" - ], - "m_flexWeight": [ - "m_flexWeight.000", - "m_flexWeight.001", - "m_flexWeight.002", - "m_flexWeight.003", - "m_flexWeight.004", - "m_flexWeight.005", - "m_flexWeight.006", - "m_flexWeight.007", - "m_flexWeight.008", - "m_flexWeight.009", - "m_flexWeight.010", - "m_flexWeight.011", - "m_flexWeight.012", - "m_flexWeight.013", - "m_flexWeight.014", - "m_flexWeight.015", - "m_flexWeight.016", - "m_flexWeight.017", - "m_flexWeight.018", - "m_flexWeight.019", - "m_flexWeight.020", - "m_flexWeight.021", - "m_flexWeight.022", - "m_flexWeight.023", - "m_flexWeight.024", - "m_flexWeight.025", - "m_flexWeight.026", - "m_flexWeight.027", - "m_flexWeight.028", - "m_flexWeight.029", - "m_flexWeight.030", - "m_flexWeight.031", - "m_flexWeight.032", - "m_flexWeight.033", - "m_flexWeight.034", - "m_flexWeight.035", - "m_flexWeight.036", - "m_flexWeight.037", - "m_flexWeight.038", - "m_flexWeight.039", - "m_flexWeight.040", - "m_flexWeight.041", - "m_flexWeight.042", - "m_flexWeight.043", - "m_flexWeight.044", - "m_flexWeight.045", - "m_flexWeight.046", - "m_flexWeight.047", - "m_flexWeight.048", - "m_flexWeight.049", - "m_flexWeight.050", - "m_flexWeight.051", - "m_flexWeight.052", - "m_flexWeight.053", - "m_flexWeight.054", - "m_flexWeight.055", - "m_flexWeight.056", - "m_flexWeight.057", - "m_flexWeight.058", - "m_flexWeight.059", - "m_flexWeight.060", - "m_flexWeight.061", - "m_flexWeight.062", - "m_flexWeight.063", - "m_flexWeight.064", - "m_flexWeight.065", - "m_flexWeight.066", - "m_flexWeight.067", - "m_flexWeight.068", - "m_flexWeight.069", - "m_flexWeight.070", - "m_flexWeight.071", - "m_flexWeight.072", - "m_flexWeight.073", - "m_flexWeight.074", - "m_flexWeight.075", - "m_flexWeight.076", - "m_flexWeight.077", - "m_flexWeight.078", - "m_flexWeight.079", - "m_flexWeight.080", - "m_flexWeight.081", - "m_flexWeight.082", - "m_flexWeight.083", - "m_flexWeight.084", - "m_flexWeight.085", - "m_flexWeight.086", - "m_flexWeight.087", - "m_flexWeight.088", - "m_flexWeight.089", - "m_flexWeight.090", - "m_flexWeight.091", - "m_flexWeight.092", - "m_flexWeight.093", - "m_flexWeight.094", - "m_flexWeight.095" - ], - "DT_BCCLocalPlayerExclusive": [ - "DT_BCCLocalPlayerExclusive.m_flNextAttack" + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_hMyWeapons": [ - "m_hMyWeapons.000", - "m_hMyWeapons.001", - "m_hMyWeapons.002", - "m_hMyWeapons.003", - "m_hMyWeapons.004", - "m_hMyWeapons.005", - "m_hMyWeapons.006", - "m_hMyWeapons.007", - "m_hMyWeapons.008", - "m_hMyWeapons.009", - "m_hMyWeapons.010", - "m_hMyWeapons.011", - "m_hMyWeapons.012", - "m_hMyWeapons.013", - "m_hMyWeapons.014", - "m_hMyWeapons.015", - "m_hMyWeapons.016", - "m_hMyWeapons.017", - "m_hMyWeapons.018", - "m_hMyWeapons.019", - "m_hMyWeapons.020", - "m_hMyWeapons.021", - "m_hMyWeapons.022", - "m_hMyWeapons.023", - "m_hMyWeapons.024", - "m_hMyWeapons.025", - "m_hMyWeapons.026", - "m_hMyWeapons.027", - "m_hMyWeapons.028", - "m_hMyWeapons.029", - "m_hMyWeapons.030", - "m_hMyWeapons.031", - "m_hMyWeapons.032", - "m_hMyWeapons.033", - "m_hMyWeapons.034", - "m_hMyWeapons.035", - "m_hMyWeapons.036", - "m_hMyWeapons.037", - "m_hMyWeapons.038", - "m_hMyWeapons.039", - "m_hMyWeapons.040", - "m_hMyWeapons.041", - "m_hMyWeapons.042", - "m_hMyWeapons.043", - "m_hMyWeapons.044", - "m_hMyWeapons.045", - "m_hMyWeapons.046", - "m_hMyWeapons.047" + "DT_TFWeaponPDAExpansion_Dispenser": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_TFWearable.m_bDisguiseWearable", + "DT_TFWearable.m_hWeaponAssociatedWith" ], - "DT_AttributeContainer": [ + "DT_TFWeaponPDAExpansion_Teleporter": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", "_LPT_m_Attributes_15.lengthprop15", "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", "DT_ScriptCreatedAttribute.m_iRawValue32", @@ -38417,9 +30646,99 @@ "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", "DT_AttributeContainer.m_hOuter", "DT_AttributeContainer.m_ProviderType", - "DT_AttributeContainer.m_iReapplyProvisionParity" + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_TFWearable.m_bDisguiseWearable", + "DT_TFWearable.m_hWeaponAssociatedWith" ], - "DT_ScriptCreatedItem": [ + "DT_TFWeaponPDA_Engineer_Build": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", "_LPT_m_Attributes_15.lengthprop15", "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", "DT_ScriptCreatedAttribute.m_iRawValue32", @@ -38473,9 +30792,130 @@ "DT_ScriptCreatedItem.m_iAccountID", "DT_ScriptCreatedItem.m_iEntityQuality", "DT_ScriptCreatedItem.m_bInitialized", - "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes" + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_AttributeList": [ + "DT_TFWeaponPDA_Engineer_Destroy": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", "_LPT_m_Attributes_15.lengthprop15", "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", "DT_ScriptCreatedAttribute.m_iRawValue32", @@ -38521,9 +30961,138 @@ "DT_ScriptCreatedAttribute.m_nRefundableCurrency", "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency" + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "_ST_m_Attributes_15": [ + "DT_TFWeaponPDA_Spy": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", "_LPT_m_Attributes_15.lengthprop15", "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", "DT_ScriptCreatedAttribute.m_iRawValue32", @@ -38569,2816 +31138,8764 @@ "DT_ScriptCreatedAttribute.m_nRefundableCurrency", "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency" - ], - "_LPT_m_Attributes_15": [ - "_LPT_m_Attributes_15.lengthprop15" - ], - "DT_ScriptCreatedAttribute": [ - "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", - "DT_ScriptCreatedAttribute.m_iRawValue32", - "DT_ScriptCreatedAttribute.m_nRefundableCurrency" - ], - "DT_LocalWeaponData": [ - "DT_LocalWeaponData.m_iClip1", - "DT_LocalWeaponData.m_iClip2", - "DT_LocalWeaponData.m_iPrimaryAmmoType", - "DT_LocalWeaponData.m_iSecondaryAmmoType", - "DT_LocalWeaponData.m_nViewModelIndex", - "DT_LocalWeaponData.m_bFlipViewModel" - ], - "DT_LocalActiveWeaponData": [ - "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", - "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", - "DT_LocalActiveWeaponData.m_nNextThinkTick", - "DT_LocalActiveWeaponData.m_flTimeWeaponIdle" - ], - "DT_PlayerState": [ - "DT_PlayerState.deadflag" - ], - "_ST_m_hMyWearables_8": [ - "_LPT_m_hMyWearables_8.lengthprop8", - "_ST_m_hMyWearables_8.000", - "_ST_m_hMyWearables_8.001", - "_ST_m_hMyWearables_8.002", - "_ST_m_hMyWearables_8.003", - "_ST_m_hMyWearables_8.004", - "_ST_m_hMyWearables_8.005", - "_ST_m_hMyWearables_8.006", - "_ST_m_hMyWearables_8.007" - ], - "_LPT_m_hMyWearables_8": [ - "_LPT_m_hMyWearables_8.lengthprop8" - ], - "DT_LocalPlayerExclusive": [ - "DT_Local.m_flDucktime", - "DT_Local.m_flFallVelocity", - "DT_Local.m_vecPunchAngle", - "DT_LocalPlayerExclusive.m_vecViewOffset[2]", - "DT_LocalPlayerExclusive.m_nTickBase", - "DT_LocalPlayerExclusive.m_hGroundEntity", - "DT_LocalPlayerExclusive.m_vecVelocity[0]", - "DT_LocalPlayerExclusive.m_vecVelocity[1]", - "DT_LocalPlayerExclusive.m_vecVelocity[2]", - "m_chAreaBits.009", - "m_chAreaBits.010", - "m_chAreaBits.011", - "m_chAreaBits.012", - "m_chAreaBits.013", - "m_chAreaBits.014", - "m_chAreaBits.015", - "m_chAreaBits.016", - "m_chAreaBits.017", - "m_chAreaBits.018", - "m_chAreaBits.019", - "m_chAreaBits.020", - "m_chAreaBits.021", - "m_chAreaBits.022", - "m_chAreaBits.023", - "m_chAreaBits.024", - "m_chAreaBits.025", - "m_chAreaBits.026", - "m_chAreaBits.027", - "m_chAreaBits.028", - "m_chAreaBits.029", - "m_chAreaBits.030", - "m_chAreaBits.031", - "m_chAreaPortalBits.000", - "m_chAreaPortalBits.001", - "m_chAreaPortalBits.002", - "m_chAreaPortalBits.003", - "m_chAreaPortalBits.004", - "m_chAreaPortalBits.005", - "m_chAreaPortalBits.006", - "m_chAreaPortalBits.007", - "m_chAreaPortalBits.008", - "m_chAreaPortalBits.009", - "m_chAreaPortalBits.010", - "m_chAreaPortalBits.011", - "m_chAreaPortalBits.012", - "m_chAreaPortalBits.013", - "m_chAreaPortalBits.014", - "m_chAreaPortalBits.015", - "m_chAreaPortalBits.016", - "m_chAreaPortalBits.017", - "m_chAreaPortalBits.018", - "m_chAreaPortalBits.019", - "m_chAreaPortalBits.020", - "m_chAreaPortalBits.021", - "m_chAreaPortalBits.022", - "m_chAreaPortalBits.023", - "DT_Local.m_iHideHUD", - "DT_Local.m_flFOVRate", - "DT_Local.m_bDucked", - "DT_Local.m_bDucking", - "DT_Local.m_bInDuckJump", - "m_chAreaBits.000", - "DT_Local.m_flDuckJumpTime", - "DT_Local.m_flJumpTime", - "m_chAreaBits.001", - "m_chAreaBits.002", - "DT_Local.m_vecPunchAngleVel", - "DT_Local.m_bDrawViewmodel", - "DT_Local.m_bWearingSuit", - "DT_Local.m_bPoisoned", - "DT_Local.m_flStepSize", - "DT_Local.m_bAllowAutoMovement", - "DT_Local.m_skybox3d.scale", - "DT_Local.m_skybox3d.origin", - "DT_Local.m_skybox3d.area", - "DT_Local.m_skybox3d.fog.enable", - "DT_Local.m_skybox3d.fog.blend", - "DT_Local.m_skybox3d.fog.dirPrimary", - "DT_Local.m_skybox3d.fog.colorPrimary", - "DT_Local.m_skybox3d.fog.colorSecondary", - "DT_Local.m_skybox3d.fog.start", - "DT_Local.m_skybox3d.fog.end", - "DT_Local.m_skybox3d.fog.maxdensity", - "DT_Local.m_PlayerFog.m_hCtrl", - "DT_Local.m_audio.localSound[0]", - "DT_Local.m_audio.localSound[1]", - "DT_Local.m_audio.localSound[2]", - "DT_Local.m_audio.localSound[3]", - "DT_Local.m_audio.localSound[4]", - "DT_Local.m_audio.localSound[5]", - "DT_Local.m_audio.localSound[6]", - "DT_Local.m_audio.localSound[7]", - "DT_Local.m_audio.soundscapeIndex", - "DT_Local.m_audio.localBits", - "DT_Local.m_audio.ent", - "m_iAmmo.000", - "m_iAmmo.001", - "m_iAmmo.002", - "m_iAmmo.003", - "m_iAmmo.004", - "m_iAmmo.005", - "m_iAmmo.006", - "m_iAmmo.007", - "m_iAmmo.008", - "m_iAmmo.009", - "m_iAmmo.010", - "m_iAmmo.011", - "m_iAmmo.012", - "m_iAmmo.013", - "m_iAmmo.014", - "m_iAmmo.015", - "m_iAmmo.016", - "m_iAmmo.017", - "m_iAmmo.018", - "m_iAmmo.019", - "m_iAmmo.020", - "m_iAmmo.021", - "m_iAmmo.022", - "m_iAmmo.023", - "m_iAmmo.024", - "m_iAmmo.025", - "m_iAmmo.026", - "m_iAmmo.027", - "m_iAmmo.028", - "m_iAmmo.029", - "m_iAmmo.030", - "m_iAmmo.031", - "DT_LocalPlayerExclusive.m_vecViewOffset[0]", - "DT_LocalPlayerExclusive.m_vecViewOffset[1]", - "m_chAreaBits.003", - "DT_LocalPlayerExclusive.m_flFriction", - "DT_LocalPlayerExclusive.m_fOnTarget", - "m_chAreaBits.004", - "DT_LocalPlayerExclusive.m_nNextThinkTick", - "DT_LocalPlayerExclusive.m_hLastWeapon", - "m_chAreaBits.005", - "m_chAreaBits.006", - "m_chAreaBits.007", - "m_chAreaBits.008", - "DT_LocalPlayerExclusive.m_vecBaseVelocity", - "DT_LocalPlayerExclusive.m_hConstraintEntity", - "DT_LocalPlayerExclusive.m_vecConstraintCenter", - "DT_LocalPlayerExclusive.m_flConstraintRadius", - "DT_LocalPlayerExclusive.m_flConstraintWidth", - "DT_LocalPlayerExclusive.m_flConstraintSpeedFactor", - "DT_LocalPlayerExclusive.m_flDeathTime", - "DT_LocalPlayerExclusive.m_nWaterLevel", - "DT_LocalPlayerExclusive.m_flLaggedMovementValue" - ], - "DT_Local": [ - "DT_Local.m_flDucktime", - "DT_Local.m_flFallVelocity", - "DT_Local.m_vecPunchAngle", - "m_chAreaBits.003", - "m_chAreaBits.004", - "m_chAreaBits.005", - "m_chAreaBits.006", - "m_chAreaBits.007", - "m_chAreaBits.008", - "m_chAreaBits.009", - "m_chAreaBits.010", - "m_chAreaBits.011", - "m_chAreaBits.012", - "m_chAreaBits.013", - "m_chAreaBits.014", - "m_chAreaBits.015", - "m_chAreaBits.016", - "m_chAreaBits.017", - "m_chAreaBits.018", - "m_chAreaBits.019", - "m_chAreaBits.020", - "m_chAreaBits.021", - "m_chAreaBits.022", - "m_chAreaBits.023", - "m_chAreaBits.024", - "m_chAreaBits.025", - "m_chAreaBits.026", - "m_chAreaBits.027", - "m_chAreaBits.028", - "m_chAreaBits.029", - "m_chAreaBits.030", - "m_chAreaBits.031", - "m_chAreaPortalBits.000", - "m_chAreaPortalBits.001", - "m_chAreaPortalBits.002", - "m_chAreaPortalBits.003", - "m_chAreaPortalBits.004", - "m_chAreaPortalBits.005", - "m_chAreaPortalBits.006", - "m_chAreaPortalBits.007", - "m_chAreaPortalBits.008", - "m_chAreaPortalBits.009", - "m_chAreaPortalBits.010", - "m_chAreaPortalBits.011", - "m_chAreaPortalBits.012", - "m_chAreaPortalBits.013", - "m_chAreaPortalBits.014", - "m_chAreaPortalBits.015", - "m_chAreaPortalBits.016", - "m_chAreaPortalBits.017", - "m_chAreaPortalBits.018", - "m_chAreaPortalBits.019", - "m_chAreaPortalBits.020", - "m_chAreaPortalBits.021", - "m_chAreaPortalBits.022", - "m_chAreaPortalBits.023", - "DT_Local.m_iHideHUD", - "DT_Local.m_flFOVRate", - "DT_Local.m_bDucked", - "DT_Local.m_bDucking", - "DT_Local.m_bInDuckJump", - "m_chAreaBits.000", - "DT_Local.m_flDuckJumpTime", - "DT_Local.m_flJumpTime", - "m_chAreaBits.001", - "m_chAreaBits.002", - "DT_Local.m_vecPunchAngleVel", - "DT_Local.m_bDrawViewmodel", - "DT_Local.m_bWearingSuit", - "DT_Local.m_bPoisoned", - "DT_Local.m_flStepSize", - "DT_Local.m_bAllowAutoMovement", - "DT_Local.m_skybox3d.scale", - "DT_Local.m_skybox3d.origin", - "DT_Local.m_skybox3d.area", - "DT_Local.m_skybox3d.fog.enable", - "DT_Local.m_skybox3d.fog.blend", - "DT_Local.m_skybox3d.fog.dirPrimary", - "DT_Local.m_skybox3d.fog.colorPrimary", - "DT_Local.m_skybox3d.fog.colorSecondary", - "DT_Local.m_skybox3d.fog.start", - "DT_Local.m_skybox3d.fog.end", - "DT_Local.m_skybox3d.fog.maxdensity", - "DT_Local.m_PlayerFog.m_hCtrl", - "DT_Local.m_audio.localSound[0]", - "DT_Local.m_audio.localSound[1]", - "DT_Local.m_audio.localSound[2]", - "DT_Local.m_audio.localSound[3]", - "DT_Local.m_audio.localSound[4]", - "DT_Local.m_audio.localSound[5]", - "DT_Local.m_audio.localSound[6]", - "DT_Local.m_audio.localSound[7]", - "DT_Local.m_audio.soundscapeIndex", - "DT_Local.m_audio.localBits", - "DT_Local.m_audio.ent" - ], - "m_chAreaBits": [ - "m_chAreaBits.000", - "m_chAreaBits.001", - "m_chAreaBits.002", - "m_chAreaBits.003", - "m_chAreaBits.004", - "m_chAreaBits.005", - "m_chAreaBits.006", - "m_chAreaBits.007", - "m_chAreaBits.008", - "m_chAreaBits.009", - "m_chAreaBits.010", - "m_chAreaBits.011", - "m_chAreaBits.012", - "m_chAreaBits.013", - "m_chAreaBits.014", - "m_chAreaBits.015", - "m_chAreaBits.016", - "m_chAreaBits.017", - "m_chAreaBits.018", - "m_chAreaBits.019", - "m_chAreaBits.020", - "m_chAreaBits.021", - "m_chAreaBits.022", - "m_chAreaBits.023", - "m_chAreaBits.024", - "m_chAreaBits.025", - "m_chAreaBits.026", - "m_chAreaBits.027", - "m_chAreaBits.028", - "m_chAreaBits.029", - "m_chAreaBits.030", - "m_chAreaBits.031" - ], - "m_chAreaPortalBits": [ - "m_chAreaPortalBits.000", - "m_chAreaPortalBits.001", - "m_chAreaPortalBits.002", - "m_chAreaPortalBits.003", - "m_chAreaPortalBits.004", - "m_chAreaPortalBits.005", - "m_chAreaPortalBits.006", - "m_chAreaPortalBits.007", - "m_chAreaPortalBits.008", - "m_chAreaPortalBits.009", - "m_chAreaPortalBits.010", - "m_chAreaPortalBits.011", - "m_chAreaPortalBits.012", - "m_chAreaPortalBits.013", - "m_chAreaPortalBits.014", - "m_chAreaPortalBits.015", - "m_chAreaPortalBits.016", - "m_chAreaPortalBits.017", - "m_chAreaPortalBits.018", - "m_chAreaPortalBits.019", - "m_chAreaPortalBits.020", - "m_chAreaPortalBits.021", - "m_chAreaPortalBits.022", - "m_chAreaPortalBits.023" - ], - "m_iAmmo": [ - "m_iAmmo.000", - "m_iAmmo.001", - "m_iAmmo.002", - "m_iAmmo.003", - "m_iAmmo.004", - "m_iAmmo.005", - "m_iAmmo.006", - "m_iAmmo.007", - "m_iAmmo.008", - "m_iAmmo.009", - "m_iAmmo.010", - "m_iAmmo.011", - "m_iAmmo.012", - "m_iAmmo.013", - "m_iAmmo.014", - "m_iAmmo.015", - "m_iAmmo.016", - "m_iAmmo.017", - "m_iAmmo.018", - "m_iAmmo.019", - "m_iAmmo.020", - "m_iAmmo.021", - "m_iAmmo.022", - "m_iAmmo.023", - "m_iAmmo.024", - "m_iAmmo.025", - "m_iAmmo.026", - "m_iAmmo.027", - "m_iAmmo.028", - "m_iAmmo.029", - "m_iAmmo.030", - "m_iAmmo.031" - ], - "m_bCPIsVisible": [ - "m_bCPIsVisible.000", - "m_bCPIsVisible.001", - "m_bCPIsVisible.002", - "m_bCPIsVisible.003", - "m_bCPIsVisible.004", - "m_bCPIsVisible.005", - "m_bCPIsVisible.006", - "m_bCPIsVisible.007" - ], - "m_flLazyCapPerc": [ - "m_flLazyCapPerc.000", - "m_flLazyCapPerc.001", - "m_flLazyCapPerc.002", - "m_flLazyCapPerc.003", - "m_flLazyCapPerc.004", - "m_flLazyCapPerc.005", - "m_flLazyCapPerc.006", - "m_flLazyCapPerc.007" - ], - "m_iTeamIcons": [ - "m_iTeamIcons.000", - "m_iTeamIcons.001", - "m_iTeamIcons.002", - "m_iTeamIcons.003", - "m_iTeamIcons.004", - "m_iTeamIcons.005", - "m_iTeamIcons.006", - "m_iTeamIcons.007", - "m_iTeamIcons.008", - "m_iTeamIcons.009", - "m_iTeamIcons.010", - "m_iTeamIcons.011", - "m_iTeamIcons.012", - "m_iTeamIcons.013", - "m_iTeamIcons.014", - "m_iTeamIcons.015", - "m_iTeamIcons.016", - "m_iTeamIcons.017", - "m_iTeamIcons.018", - "m_iTeamIcons.019", - "m_iTeamIcons.020", - "m_iTeamIcons.021", - "m_iTeamIcons.022", - "m_iTeamIcons.023", - "m_iTeamIcons.024", - "m_iTeamIcons.025", - "m_iTeamIcons.026", - "m_iTeamIcons.027", - "m_iTeamIcons.028", - "m_iTeamIcons.029", - "m_iTeamIcons.030", - "m_iTeamIcons.031", - "m_iTeamIcons.032", - "m_iTeamIcons.033", - "m_iTeamIcons.034", - "m_iTeamIcons.035", - "m_iTeamIcons.036", - "m_iTeamIcons.037", - "m_iTeamIcons.038", - "m_iTeamIcons.039", - "m_iTeamIcons.040", - "m_iTeamIcons.041", - "m_iTeamIcons.042", - "m_iTeamIcons.043", - "m_iTeamIcons.044", - "m_iTeamIcons.045", - "m_iTeamIcons.046", - "m_iTeamIcons.047", - "m_iTeamIcons.048", - "m_iTeamIcons.049", - "m_iTeamIcons.050", - "m_iTeamIcons.051", - "m_iTeamIcons.052", - "m_iTeamIcons.053", - "m_iTeamIcons.054", - "m_iTeamIcons.055", - "m_iTeamIcons.056", - "m_iTeamIcons.057", - "m_iTeamIcons.058", - "m_iTeamIcons.059", - "m_iTeamIcons.060", - "m_iTeamIcons.061", - "m_iTeamIcons.062", - "m_iTeamIcons.063" + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_iTeamOverlays": [ - "m_iTeamOverlays.000", - "m_iTeamOverlays.001", - "m_iTeamOverlays.002", - "m_iTeamOverlays.003", - "m_iTeamOverlays.004", - "m_iTeamOverlays.005", - "m_iTeamOverlays.006", - "m_iTeamOverlays.007", - "m_iTeamOverlays.008", - "m_iTeamOverlays.009", - "m_iTeamOverlays.010", - "m_iTeamOverlays.011", - "m_iTeamOverlays.012", - "m_iTeamOverlays.013", - "m_iTeamOverlays.014", - "m_iTeamOverlays.015", - "m_iTeamOverlays.016", - "m_iTeamOverlays.017", - "m_iTeamOverlays.018", - "m_iTeamOverlays.019", - "m_iTeamOverlays.020", - "m_iTeamOverlays.021", - "m_iTeamOverlays.022", - "m_iTeamOverlays.023", - "m_iTeamOverlays.024", - "m_iTeamOverlays.025", - "m_iTeamOverlays.026", - "m_iTeamOverlays.027", - "m_iTeamOverlays.028", - "m_iTeamOverlays.029", - "m_iTeamOverlays.030", - "m_iTeamOverlays.031", - "m_iTeamOverlays.032", - "m_iTeamOverlays.033", - "m_iTeamOverlays.034", - "m_iTeamOverlays.035", - "m_iTeamOverlays.036", - "m_iTeamOverlays.037", - "m_iTeamOverlays.038", - "m_iTeamOverlays.039", - "m_iTeamOverlays.040", - "m_iTeamOverlays.041", - "m_iTeamOverlays.042", - "m_iTeamOverlays.043", - "m_iTeamOverlays.044", - "m_iTeamOverlays.045", - "m_iTeamOverlays.046", - "m_iTeamOverlays.047", - "m_iTeamOverlays.048", - "m_iTeamOverlays.049", - "m_iTeamOverlays.050", - "m_iTeamOverlays.051", - "m_iTeamOverlays.052", - "m_iTeamOverlays.053", - "m_iTeamOverlays.054", - "m_iTeamOverlays.055", - "m_iTeamOverlays.056", - "m_iTeamOverlays.057", - "m_iTeamOverlays.058", - "m_iTeamOverlays.059", - "m_iTeamOverlays.060", - "m_iTeamOverlays.061", - "m_iTeamOverlays.062", - "m_iTeamOverlays.063" + "DT_TFWeaponRobotArm": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponRobotArm.m_hRobotArm" ], - "m_iTeamReqCappers": [ - "m_iTeamReqCappers.000", - "m_iTeamReqCappers.001", - "m_iTeamReqCappers.002", - "m_iTeamReqCappers.003", - "m_iTeamReqCappers.004", - "m_iTeamReqCappers.005", - "m_iTeamReqCappers.006", - "m_iTeamReqCappers.007", - "m_iTeamReqCappers.008", - "m_iTeamReqCappers.009", - "m_iTeamReqCappers.010", - "m_iTeamReqCappers.011", - "m_iTeamReqCappers.012", - "m_iTeamReqCappers.013", - "m_iTeamReqCappers.014", - "m_iTeamReqCappers.015", - "m_iTeamReqCappers.016", - "m_iTeamReqCappers.017", - "m_iTeamReqCappers.018", - "m_iTeamReqCappers.019", - "m_iTeamReqCappers.020", - "m_iTeamReqCappers.021", - "m_iTeamReqCappers.022", - "m_iTeamReqCappers.023", - "m_iTeamReqCappers.024", - "m_iTeamReqCappers.025", - "m_iTeamReqCappers.026", - "m_iTeamReqCappers.027", - "m_iTeamReqCappers.028", - "m_iTeamReqCappers.029", - "m_iTeamReqCappers.030", - "m_iTeamReqCappers.031", - "m_iTeamReqCappers.032", - "m_iTeamReqCappers.033", - "m_iTeamReqCappers.034", - "m_iTeamReqCappers.035", - "m_iTeamReqCappers.036", - "m_iTeamReqCappers.037", - "m_iTeamReqCappers.038", - "m_iTeamReqCappers.039", - "m_iTeamReqCappers.040", - "m_iTeamReqCappers.041", - "m_iTeamReqCappers.042", - "m_iTeamReqCappers.043", - "m_iTeamReqCappers.044", - "m_iTeamReqCappers.045", - "m_iTeamReqCappers.046", - "m_iTeamReqCappers.047", - "m_iTeamReqCappers.048", - "m_iTeamReqCappers.049", - "m_iTeamReqCappers.050", - "m_iTeamReqCappers.051", - "m_iTeamReqCappers.052", - "m_iTeamReqCappers.053", - "m_iTeamReqCappers.054", - "m_iTeamReqCappers.055", - "m_iTeamReqCappers.056", - "m_iTeamReqCappers.057", - "m_iTeamReqCappers.058", - "m_iTeamReqCappers.059", - "m_iTeamReqCappers.060", - "m_iTeamReqCappers.061", - "m_iTeamReqCappers.062", - "m_iTeamReqCappers.063" + "DT_TFWeaponSapper": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "m_aBuildableObjectTypes.000", + "m_aBuildableObjectTypes.001", + "m_aBuildableObjectTypes.002", + "m_aBuildableObjectTypes.003", + "DT_BuilderLocalData.m_iObjectType", + "DT_BuilderLocalData.m_hObjectBeingBuilt", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponBuilder.m_iBuildState", + "DT_TFWeaponBuilder.m_iObjectMode", + "DT_TFWeaponBuilder.m_flWheatleyTalkingUntil", + "DT_TFWeaponSapper.m_flChargeBeginTime" ], - "m_flTeamCapTime": [ - "m_flTeamCapTime.000", - "m_flTeamCapTime.001", - "m_flTeamCapTime.002", - "m_flTeamCapTime.003", - "m_flTeamCapTime.004", - "m_flTeamCapTime.005", - "m_flTeamCapTime.006", - "m_flTeamCapTime.007", - "m_flTeamCapTime.008", - "m_flTeamCapTime.009", - "m_flTeamCapTime.010", - "m_flTeamCapTime.011", - "m_flTeamCapTime.012", - "m_flTeamCapTime.013", - "m_flTeamCapTime.014", - "m_flTeamCapTime.015", - "m_flTeamCapTime.016", - "m_flTeamCapTime.017", - "m_flTeamCapTime.018", - "m_flTeamCapTime.019", - "m_flTeamCapTime.020", - "m_flTeamCapTime.021", - "m_flTeamCapTime.022", - "m_flTeamCapTime.023", - "m_flTeamCapTime.024", - "m_flTeamCapTime.025", - "m_flTeamCapTime.026", - "m_flTeamCapTime.027", - "m_flTeamCapTime.028", - "m_flTeamCapTime.029", - "m_flTeamCapTime.030", - "m_flTeamCapTime.031", - "m_flTeamCapTime.032", - "m_flTeamCapTime.033", - "m_flTeamCapTime.034", - "m_flTeamCapTime.035", - "m_flTeamCapTime.036", - "m_flTeamCapTime.037", - "m_flTeamCapTime.038", - "m_flTeamCapTime.039", - "m_flTeamCapTime.040", - "m_flTeamCapTime.041", - "m_flTeamCapTime.042", - "m_flTeamCapTime.043", - "m_flTeamCapTime.044", - "m_flTeamCapTime.045", - "m_flTeamCapTime.046", - "m_flTeamCapTime.047", - "m_flTeamCapTime.048", - "m_flTeamCapTime.049", - "m_flTeamCapTime.050", - "m_flTeamCapTime.051", - "m_flTeamCapTime.052", - "m_flTeamCapTime.053", - "m_flTeamCapTime.054", - "m_flTeamCapTime.055", - "m_flTeamCapTime.056", - "m_flTeamCapTime.057", - "m_flTeamCapTime.058", - "m_flTeamCapTime.059", - "m_flTeamCapTime.060", - "m_flTeamCapTime.061", - "m_flTeamCapTime.062", - "m_flTeamCapTime.063" + "DT_TFWeaponShovel": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_iPreviousPoints": [ - "m_iPreviousPoints.000", - "m_iPreviousPoints.001", - "m_iPreviousPoints.002", - "m_iPreviousPoints.003", - "m_iPreviousPoints.004", - "m_iPreviousPoints.005", - "m_iPreviousPoints.006", - "m_iPreviousPoints.007", - "m_iPreviousPoints.008", - "m_iPreviousPoints.009", - "m_iPreviousPoints.010", - "m_iPreviousPoints.011", - "m_iPreviousPoints.012", - "m_iPreviousPoints.013", - "m_iPreviousPoints.014", - "m_iPreviousPoints.015", - "m_iPreviousPoints.016", - "m_iPreviousPoints.017", - "m_iPreviousPoints.018", - "m_iPreviousPoints.019", - "m_iPreviousPoints.020", - "m_iPreviousPoints.021", - "m_iPreviousPoints.022", - "m_iPreviousPoints.023", - "m_iPreviousPoints.024", - "m_iPreviousPoints.025", - "m_iPreviousPoints.026", - "m_iPreviousPoints.027", - "m_iPreviousPoints.028", - "m_iPreviousPoints.029", - "m_iPreviousPoints.030", - "m_iPreviousPoints.031", - "m_iPreviousPoints.032", - "m_iPreviousPoints.033", - "m_iPreviousPoints.034", - "m_iPreviousPoints.035", - "m_iPreviousPoints.036", - "m_iPreviousPoints.037", - "m_iPreviousPoints.038", - "m_iPreviousPoints.039", - "m_iPreviousPoints.040", - "m_iPreviousPoints.041", - "m_iPreviousPoints.042", - "m_iPreviousPoints.043", - "m_iPreviousPoints.044", - "m_iPreviousPoints.045", - "m_iPreviousPoints.046", - "m_iPreviousPoints.047", - "m_iPreviousPoints.048", - "m_iPreviousPoints.049", - "m_iPreviousPoints.050", - "m_iPreviousPoints.051", - "m_iPreviousPoints.052", - "m_iPreviousPoints.053", - "m_iPreviousPoints.054", - "m_iPreviousPoints.055", - "m_iPreviousPoints.056", - "m_iPreviousPoints.057", - "m_iPreviousPoints.058", - "m_iPreviousPoints.059", - "m_iPreviousPoints.060", - "m_iPreviousPoints.061", - "m_iPreviousPoints.062", - "m_iPreviousPoints.063", - "m_iPreviousPoints.064", - "m_iPreviousPoints.065", - "m_iPreviousPoints.066", - "m_iPreviousPoints.067", - "m_iPreviousPoints.068", - "m_iPreviousPoints.069", - "m_iPreviousPoints.070", - "m_iPreviousPoints.071", - "m_iPreviousPoints.072", - "m_iPreviousPoints.073", - "m_iPreviousPoints.074", - "m_iPreviousPoints.075", - "m_iPreviousPoints.076", - "m_iPreviousPoints.077", - "m_iPreviousPoints.078", - "m_iPreviousPoints.079", - "m_iPreviousPoints.080", - "m_iPreviousPoints.081", - "m_iPreviousPoints.082", - "m_iPreviousPoints.083", - "m_iPreviousPoints.084", - "m_iPreviousPoints.085", - "m_iPreviousPoints.086", - "m_iPreviousPoints.087", - "m_iPreviousPoints.088", - "m_iPreviousPoints.089", - "m_iPreviousPoints.090", - "m_iPreviousPoints.091", - "m_iPreviousPoints.092", - "m_iPreviousPoints.093", - "m_iPreviousPoints.094", - "m_iPreviousPoints.095", - "m_iPreviousPoints.096", - "m_iPreviousPoints.097", - "m_iPreviousPoints.098", - "m_iPreviousPoints.099", - "m_iPreviousPoints.100", - "m_iPreviousPoints.101", - "m_iPreviousPoints.102", - "m_iPreviousPoints.103", - "m_iPreviousPoints.104", - "m_iPreviousPoints.105", - "m_iPreviousPoints.106", - "m_iPreviousPoints.107", - "m_iPreviousPoints.108", - "m_iPreviousPoints.109", - "m_iPreviousPoints.110", - "m_iPreviousPoints.111", - "m_iPreviousPoints.112", - "m_iPreviousPoints.113", - "m_iPreviousPoints.114", - "m_iPreviousPoints.115", - "m_iPreviousPoints.116", - "m_iPreviousPoints.117", - "m_iPreviousPoints.118", - "m_iPreviousPoints.119", - "m_iPreviousPoints.120", - "m_iPreviousPoints.121", - "m_iPreviousPoints.122", - "m_iPreviousPoints.123", - "m_iPreviousPoints.124", - "m_iPreviousPoints.125", - "m_iPreviousPoints.126", - "m_iPreviousPoints.127", - "m_iPreviousPoints.128", - "m_iPreviousPoints.129", - "m_iPreviousPoints.130", - "m_iPreviousPoints.131", - "m_iPreviousPoints.132", - "m_iPreviousPoints.133", - "m_iPreviousPoints.134", - "m_iPreviousPoints.135", - "m_iPreviousPoints.136", - "m_iPreviousPoints.137", - "m_iPreviousPoints.138", - "m_iPreviousPoints.139", - "m_iPreviousPoints.140", - "m_iPreviousPoints.141", - "m_iPreviousPoints.142", - "m_iPreviousPoints.143", - "m_iPreviousPoints.144", - "m_iPreviousPoints.145", - "m_iPreviousPoints.146", - "m_iPreviousPoints.147", - "m_iPreviousPoints.148", - "m_iPreviousPoints.149", - "m_iPreviousPoints.150", - "m_iPreviousPoints.151", - "m_iPreviousPoints.152", - "m_iPreviousPoints.153", - "m_iPreviousPoints.154", - "m_iPreviousPoints.155", - "m_iPreviousPoints.156", - "m_iPreviousPoints.157", - "m_iPreviousPoints.158", - "m_iPreviousPoints.159", - "m_iPreviousPoints.160", - "m_iPreviousPoints.161", - "m_iPreviousPoints.162", - "m_iPreviousPoints.163", - "m_iPreviousPoints.164", - "m_iPreviousPoints.165", - "m_iPreviousPoints.166", - "m_iPreviousPoints.167", - "m_iPreviousPoints.168", - "m_iPreviousPoints.169", - "m_iPreviousPoints.170", - "m_iPreviousPoints.171", - "m_iPreviousPoints.172", - "m_iPreviousPoints.173", - "m_iPreviousPoints.174", - "m_iPreviousPoints.175", - "m_iPreviousPoints.176", - "m_iPreviousPoints.177", - "m_iPreviousPoints.178", - "m_iPreviousPoints.179", - "m_iPreviousPoints.180", - "m_iPreviousPoints.181", - "m_iPreviousPoints.182", - "m_iPreviousPoints.183", - "m_iPreviousPoints.184", - "m_iPreviousPoints.185", - "m_iPreviousPoints.186", - "m_iPreviousPoints.187", - "m_iPreviousPoints.188", - "m_iPreviousPoints.189", - "m_iPreviousPoints.190", - "m_iPreviousPoints.191" + "DT_TFWeaponSpellBook": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponThrowable.m_flChargeBeginTime", + "DT_TFWeaponSpellBook.m_iSelectedSpellIndex", + "DT_TFWeaponSpellBook.m_iSpellCharges", + "DT_TFWeaponSpellBook.m_flTimeNextSpell", + "DT_TFWeaponSpellBook.m_bFiredAttack" ], - "m_bTeamCanCap": [ - "m_bTeamCanCap.000", - "m_bTeamCanCap.001", - "m_bTeamCanCap.002", - "m_bTeamCanCap.003", - "m_bTeamCanCap.004", - "m_bTeamCanCap.005", - "m_bTeamCanCap.006", - "m_bTeamCanCap.007", - "m_bTeamCanCap.008", - "m_bTeamCanCap.009", - "m_bTeamCanCap.010", - "m_bTeamCanCap.011", - "m_bTeamCanCap.012", - "m_bTeamCanCap.013", - "m_bTeamCanCap.014", - "m_bTeamCanCap.015", - "m_bTeamCanCap.016", - "m_bTeamCanCap.017", - "m_bTeamCanCap.018", - "m_bTeamCanCap.019", - "m_bTeamCanCap.020", - "m_bTeamCanCap.021", - "m_bTeamCanCap.022", - "m_bTeamCanCap.023", - "m_bTeamCanCap.024", - "m_bTeamCanCap.025", - "m_bTeamCanCap.026", - "m_bTeamCanCap.027", - "m_bTeamCanCap.028", - "m_bTeamCanCap.029", - "m_bTeamCanCap.030", - "m_bTeamCanCap.031", - "m_bTeamCanCap.032", - "m_bTeamCanCap.033", - "m_bTeamCanCap.034", - "m_bTeamCanCap.035", - "m_bTeamCanCap.036", - "m_bTeamCanCap.037", - "m_bTeamCanCap.038", - "m_bTeamCanCap.039", - "m_bTeamCanCap.040", - "m_bTeamCanCap.041", - "m_bTeamCanCap.042", - "m_bTeamCanCap.043", - "m_bTeamCanCap.044", - "m_bTeamCanCap.045", - "m_bTeamCanCap.046", - "m_bTeamCanCap.047", - "m_bTeamCanCap.048", - "m_bTeamCanCap.049", - "m_bTeamCanCap.050", - "m_bTeamCanCap.051", - "m_bTeamCanCap.052", - "m_bTeamCanCap.053", - "m_bTeamCanCap.054", - "m_bTeamCanCap.055", - "m_bTeamCanCap.056", - "m_bTeamCanCap.057", - "m_bTeamCanCap.058", - "m_bTeamCanCap.059", - "m_bTeamCanCap.060", - "m_bTeamCanCap.061", - "m_bTeamCanCap.062", - "m_bTeamCanCap.063" + "DT_TFWeaponStickBomb": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponBottle.m_bBroken", + "DT_TFWeaponStickBomb.m_iDetonated" ], - "m_iTeamBaseIcons": [ - "m_iTeamBaseIcons.000", - "m_iTeamBaseIcons.001", - "m_iTeamBaseIcons.002", - "m_iTeamBaseIcons.003", - "m_iTeamBaseIcons.004", - "m_iTeamBaseIcons.005", - "m_iTeamBaseIcons.006", - "m_iTeamBaseIcons.007", - "m_iTeamBaseIcons.008", - "m_iTeamBaseIcons.009", - "m_iTeamBaseIcons.010", - "m_iTeamBaseIcons.011", - "m_iTeamBaseIcons.012", - "m_iTeamBaseIcons.013", - "m_iTeamBaseIcons.014", - "m_iTeamBaseIcons.015", - "m_iTeamBaseIcons.016", - "m_iTeamBaseIcons.017", - "m_iTeamBaseIcons.018", - "m_iTeamBaseIcons.019", - "m_iTeamBaseIcons.020", - "m_iTeamBaseIcons.021", - "m_iTeamBaseIcons.022", - "m_iTeamBaseIcons.023", - "m_iTeamBaseIcons.024", - "m_iTeamBaseIcons.025", - "m_iTeamBaseIcons.026", - "m_iTeamBaseIcons.027", - "m_iTeamBaseIcons.028", - "m_iTeamBaseIcons.029", - "m_iTeamBaseIcons.030", - "m_iTeamBaseIcons.031" + "DT_TFWeaponSword": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_iBaseControlPoints": [ - "m_iBaseControlPoints.000", - "m_iBaseControlPoints.001", - "m_iBaseControlPoints.002", - "m_iBaseControlPoints.003", - "m_iBaseControlPoints.004", - "m_iBaseControlPoints.005", - "m_iBaseControlPoints.006", - "m_iBaseControlPoints.007", - "m_iBaseControlPoints.008", - "m_iBaseControlPoints.009", - "m_iBaseControlPoints.010", - "m_iBaseControlPoints.011", - "m_iBaseControlPoints.012", - "m_iBaseControlPoints.013", - "m_iBaseControlPoints.014", - "m_iBaseControlPoints.015", - "m_iBaseControlPoints.016", - "m_iBaseControlPoints.017", - "m_iBaseControlPoints.018", - "m_iBaseControlPoints.019", - "m_iBaseControlPoints.020", - "m_iBaseControlPoints.021", - "m_iBaseControlPoints.022", - "m_iBaseControlPoints.023", - "m_iBaseControlPoints.024", - "m_iBaseControlPoints.025", - "m_iBaseControlPoints.026", - "m_iBaseControlPoints.027", - "m_iBaseControlPoints.028", - "m_iBaseControlPoints.029", - "m_iBaseControlPoints.030", - "m_iBaseControlPoints.031" + "DT_TFWeaponThrowable": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_TFWeaponThrowable.m_flChargeBeginTime" ], - "m_bInMiniRound": [ - "m_bInMiniRound.000", - "m_bInMiniRound.001", - "m_bInMiniRound.002", - "m_bInMiniRound.003", - "m_bInMiniRound.004", - "m_bInMiniRound.005", - "m_bInMiniRound.006", - "m_bInMiniRound.007" + "DT_TFWeaponWrench": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_iWarnOnCap": [ - "m_iWarnOnCap.000", - "m_iWarnOnCap.001", - "m_iWarnOnCap.002", - "m_iWarnOnCap.003", - "m_iWarnOnCap.004", - "m_iWarnOnCap.005", - "m_iWarnOnCap.006", - "m_iWarnOnCap.007" + "DT_TFWearable": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_TFWearable.m_bDisguiseWearable", + "DT_TFWearable.m_hWeaponAssociatedWith" ], - "m_flPathDistance": [ - "m_flPathDistance.000", - "m_flPathDistance.001", - "m_flPathDistance.002", - "m_flPathDistance.003", - "m_flPathDistance.004", - "m_flPathDistance.005", - "m_flPathDistance.006", - "m_flPathDistance.007" + "DT_TFWearableDemoShield": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_TFWearable.m_bDisguiseWearable", + "DT_TFWearable.m_hWeaponAssociatedWith" ], - "m_iCPGroup": [ - "m_iCPGroup.000", - "m_iCPGroup.001", - "m_iCPGroup.002", - "m_iCPGroup.003", - "m_iCPGroup.004", - "m_iCPGroup.005", - "m_iCPGroup.006", - "m_iCPGroup.007" + "DT_TFWearableItem": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale" ], - "m_bCPLocked": [ - "m_bCPLocked.000", - "m_bCPLocked.001", - "m_bCPLocked.002", - "m_bCPLocked.003", - "m_bCPLocked.004", - "m_bCPLocked.005", - "m_bCPLocked.006", - "m_bCPLocked.007" + "DT_TFWearableLevelableItem": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_TFWearable.m_bDisguiseWearable", + "DT_TFWearable.m_hWeaponAssociatedWith", + "DT_TFWearableLevelableItem.m_unLevel" ], - "m_nNumNodeHillData": [ - "m_nNumNodeHillData.000", - "m_nNumNodeHillData.001", - "m_nNumNodeHillData.002", - "m_nNumNodeHillData.003" + "DT_TFWearableRobotArm": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_TFWearable.m_bDisguiseWearable", + "DT_TFWearable.m_hWeaponAssociatedWith" ], - "m_flNodeHillData": [ - "m_flNodeHillData.000", - "m_flNodeHillData.001", - "m_flNodeHillData.002", - "m_flNodeHillData.003", - "m_flNodeHillData.004", - "m_flNodeHillData.005", - "m_flNodeHillData.006", - "m_flNodeHillData.007", - "m_flNodeHillData.008", - "m_flNodeHillData.009", - "m_flNodeHillData.010", - "m_flNodeHillData.011", - "m_flNodeHillData.012", - "m_flNodeHillData.013", - "m_flNodeHillData.014", - "m_flNodeHillData.015", - "m_flNodeHillData.016", - "m_flNodeHillData.017", - "m_flNodeHillData.018", - "m_flNodeHillData.019", - "m_flNodeHillData.020", - "m_flNodeHillData.021", - "m_flNodeHillData.022", - "m_flNodeHillData.023", - "m_flNodeHillData.024", - "m_flNodeHillData.025", - "m_flNodeHillData.026", - "m_flNodeHillData.027", - "m_flNodeHillData.028", - "m_flNodeHillData.029", - "m_flNodeHillData.030", - "m_flNodeHillData.031", - "m_flNodeHillData.032", - "m_flNodeHillData.033", - "m_flNodeHillData.034", - "m_flNodeHillData.035", - "m_flNodeHillData.036", - "m_flNodeHillData.037", - "m_flNodeHillData.038", - "m_flNodeHillData.039" + "DT_TFWearableVM": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_TFWearable.m_bDisguiseWearable", + "DT_TFWearable.m_hWeaponAssociatedWith" ], - "m_bTrackAlarm": [ - "m_bTrackAlarm.000", - "m_bTrackAlarm.001", - "m_bTrackAlarm.002", - "m_bTrackAlarm.003" + "DT_Team": [ + "DT_Team.m_iTeamNum", + "DT_Team.m_iScore", + "DT_Team.m_iRoundsWon", + "DT_Team.m_szTeamname", + "DT_Team.\"player_array\"" ], - "m_flUnlockTimes": [ - "m_flUnlockTimes.000", - "m_flUnlockTimes.001", - "m_flUnlockTimes.002", - "m_flUnlockTimes.003", - "m_flUnlockTimes.004", - "m_flUnlockTimes.005", - "m_flUnlockTimes.006", - "m_flUnlockTimes.007" + "DT_TeamRoundTimer": [ + "DT_TeamRoundTimer.m_bTimerPaused", + "DT_TeamRoundTimer.m_flTimeRemaining", + "DT_TeamRoundTimer.m_flTimerEndTime", + "DT_TeamRoundTimer.m_nTimerMaxLength", + "DT_TeamRoundTimer.m_bIsDisabled", + "DT_TeamRoundTimer.m_bShowInHUD", + "DT_TeamRoundTimer.m_nTimerLength", + "DT_TeamRoundTimer.m_nTimerInitialLength", + "DT_TeamRoundTimer.m_bAutoCountdown", + "DT_TeamRoundTimer.m_nSetupTimeLength", + "DT_TeamRoundTimer.m_nState", + "DT_TeamRoundTimer.m_bStartPaused", + "DT_TeamRoundTimer.m_bShowTimeRemaining", + "DT_TeamRoundTimer.m_bStopWatchTimer", + "DT_TeamRoundTimer.m_bInCaptureWatchState", + "DT_TeamRoundTimer.m_flTotalTime" ], - "m_bHillIsDownhill": [ - "m_bHillIsDownhill.000", - "m_bHillIsDownhill.001", - "m_bHillIsDownhill.002", - "m_bHillIsDownhill.003", - "m_bHillIsDownhill.004", - "m_bHillIsDownhill.005", - "m_bHillIsDownhill.006", - "m_bHillIsDownhill.007", - "m_bHillIsDownhill.008", - "m_bHillIsDownhill.009", - "m_bHillIsDownhill.010", - "m_bHillIsDownhill.011", - "m_bHillIsDownhill.012", - "m_bHillIsDownhill.013", - "m_bHillIsDownhill.014", - "m_bHillIsDownhill.015", - "m_bHillIsDownhill.016", - "m_bHillIsDownhill.017", - "m_bHillIsDownhill.018", - "m_bHillIsDownhill.019" + "DT_TeamTrainWatcher": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_TeamTrainWatcher.m_flTotalProgress", + "DT_TeamTrainWatcher.m_iTrainSpeedLevel", + "DT_TeamTrainWatcher.m_flRecedeTime", + "DT_TeamTrainWatcher.m_nNumCappers", + "DT_TeamTrainWatcher.m_hGlowEnt" ], - "m_flCPTimerTimes": [ - "m_flCPTimerTimes.000", - "m_flCPTimerTimes.001", - "m_flCPTimerTimes.002", - "m_flCPTimerTimes.003", - "m_flCPTimerTimes.004", - "m_flCPTimerTimes.005", - "m_flCPTimerTimes.006", - "m_flCPTimerTimes.007" + "DT_TeamplayRoundBasedRules": [ + "m_flNextRespawnWave.000", + "m_flNextRespawnWave.001", + "m_flNextRespawnWave.002", + "m_flNextRespawnWave.003", + "m_flNextRespawnWave.004", + "m_flNextRespawnWave.005", + "m_flNextRespawnWave.006", + "m_flNextRespawnWave.007", + "m_flNextRespawnWave.008", + "m_flNextRespawnWave.009", + "m_flNextRespawnWave.010", + "m_flNextRespawnWave.011", + "m_flNextRespawnWave.012", + "m_flNextRespawnWave.013", + "m_flNextRespawnWave.014", + "m_flNextRespawnWave.015", + "m_flNextRespawnWave.016", + "m_flNextRespawnWave.017", + "m_flNextRespawnWave.018", + "m_flNextRespawnWave.019", + "m_flNextRespawnWave.020", + "m_flNextRespawnWave.021", + "m_flNextRespawnWave.022", + "m_flNextRespawnWave.023", + "m_flNextRespawnWave.024", + "m_flNextRespawnWave.025", + "m_flNextRespawnWave.026", + "m_flNextRespawnWave.027", + "m_flNextRespawnWave.028", + "m_flNextRespawnWave.029", + "m_flNextRespawnWave.030", + "m_flNextRespawnWave.031", + "m_TeamRespawnWaveTimes.000", + "m_TeamRespawnWaveTimes.001", + "m_TeamRespawnWaveTimes.002", + "m_TeamRespawnWaveTimes.003", + "m_TeamRespawnWaveTimes.004", + "m_TeamRespawnWaveTimes.005", + "m_TeamRespawnWaveTimes.006", + "m_TeamRespawnWaveTimes.007", + "m_TeamRespawnWaveTimes.008", + "m_TeamRespawnWaveTimes.009", + "m_TeamRespawnWaveTimes.010", + "m_TeamRespawnWaveTimes.011", + "m_TeamRespawnWaveTimes.012", + "m_TeamRespawnWaveTimes.013", + "m_TeamRespawnWaveTimes.014", + "m_TeamRespawnWaveTimes.015", + "m_TeamRespawnWaveTimes.016", + "m_TeamRespawnWaveTimes.017", + "m_TeamRespawnWaveTimes.018", + "m_TeamRespawnWaveTimes.019", + "m_TeamRespawnWaveTimes.020", + "m_TeamRespawnWaveTimes.021", + "m_TeamRespawnWaveTimes.022", + "m_TeamRespawnWaveTimes.023", + "m_TeamRespawnWaveTimes.024", + "m_TeamRespawnWaveTimes.025", + "m_TeamRespawnWaveTimes.026", + "m_TeamRespawnWaveTimes.027", + "m_TeamRespawnWaveTimes.028", + "m_TeamRespawnWaveTimes.029", + "m_TeamRespawnWaveTimes.030", + "m_TeamRespawnWaveTimes.031", + "m_bTeamReady.000", + "m_bTeamReady.001", + "m_bTeamReady.002", + "m_bTeamReady.003", + "m_bTeamReady.004", + "m_bTeamReady.005", + "m_bTeamReady.006", + "m_bTeamReady.007", + "m_bTeamReady.008", + "m_bTeamReady.009", + "m_bTeamReady.010", + "m_bTeamReady.011", + "m_bTeamReady.012", + "m_bTeamReady.013", + "m_bTeamReady.014", + "m_bTeamReady.015", + "m_bTeamReady.016", + "m_bTeamReady.017", + "m_bTeamReady.018", + "m_bTeamReady.019", + "m_bTeamReady.020", + "m_bTeamReady.021", + "m_bTeamReady.022", + "m_bTeamReady.023", + "m_bTeamReady.024", + "m_bTeamReady.025", + "m_bTeamReady.026", + "m_bTeamReady.027", + "m_bTeamReady.028", + "m_bTeamReady.029", + "m_bTeamReady.030", + "m_bTeamReady.031", + "m_bPlayerReady.000", + "m_bPlayerReady.001", + "m_bPlayerReady.002", + "m_bPlayerReady.003", + "m_bPlayerReady.004", + "m_bPlayerReady.005", + "m_bPlayerReady.006", + "m_bPlayerReady.007", + "m_bPlayerReady.008", + "m_bPlayerReady.009", + "m_bPlayerReady.010", + "m_bPlayerReady.011", + "m_bPlayerReady.012", + "m_bPlayerReady.013", + "m_bPlayerReady.014", + "m_bPlayerReady.015", + "m_bPlayerReady.016", + "m_bPlayerReady.017", + "m_bPlayerReady.018", + "m_bPlayerReady.019", + "m_bPlayerReady.020", + "m_bPlayerReady.021", + "m_bPlayerReady.022", + "m_bPlayerReady.023", + "m_bPlayerReady.024", + "m_bPlayerReady.025", + "m_bPlayerReady.026", + "m_bPlayerReady.027", + "m_bPlayerReady.028", + "m_bPlayerReady.029", + "m_bPlayerReady.030", + "m_bPlayerReady.031", + "m_bPlayerReady.032", + "DT_TeamplayRoundBasedRules.m_iRoundState", + "DT_TeamplayRoundBasedRules.m_bInWaitingForPlayers", + "DT_TeamplayRoundBasedRules.m_iWinningTeam", + "DT_TeamplayRoundBasedRules.m_bInOvertime", + "DT_TeamplayRoundBasedRules.m_bInSetup", + "DT_TeamplayRoundBasedRules.m_bSwitchedTeamsThisRound", + "DT_TeamplayRoundBasedRules.m_bAwaitingReadyRestart", + "DT_TeamplayRoundBasedRules.m_flRestartRoundTime", + "DT_TeamplayRoundBasedRules.m_flMapResetTime", + "DT_TeamplayRoundBasedRules.m_bStopWatch", + "DT_TeamplayRoundBasedRules.m_bMultipleTrains", + "DT_TeamplayRoundBasedRules.m_bCheatsEnabledDuringLevel" ], - "m_iNumTeamMembers": [ - "m_iNumTeamMembers.000", - "m_iNumTeamMembers.001", - "m_iNumTeamMembers.002", - "m_iNumTeamMembers.003", - "m_iNumTeamMembers.004", - "m_iNumTeamMembers.005", - "m_iNumTeamMembers.006", - "m_iNumTeamMembers.007", - "m_iNumTeamMembers.008", - "m_iNumTeamMembers.009", - "m_iNumTeamMembers.010", - "m_iNumTeamMembers.011", - "m_iNumTeamMembers.012", - "m_iNumTeamMembers.013", - "m_iNumTeamMembers.014", - "m_iNumTeamMembers.015", - "m_iNumTeamMembers.016", - "m_iNumTeamMembers.017", - "m_iNumTeamMembers.018", - "m_iNumTeamMembers.019", - "m_iNumTeamMembers.020", - "m_iNumTeamMembers.021", - "m_iNumTeamMembers.022", - "m_iNumTeamMembers.023", - "m_iNumTeamMembers.024", - "m_iNumTeamMembers.025", - "m_iNumTeamMembers.026", - "m_iNumTeamMembers.027", - "m_iNumTeamMembers.028", - "m_iNumTeamMembers.029", - "m_iNumTeamMembers.030", - "m_iNumTeamMembers.031", - "m_iNumTeamMembers.032", - "m_iNumTeamMembers.033", - "m_iNumTeamMembers.034", - "m_iNumTeamMembers.035", - "m_iNumTeamMembers.036", - "m_iNumTeamMembers.037", - "m_iNumTeamMembers.038", - "m_iNumTeamMembers.039", - "m_iNumTeamMembers.040", - "m_iNumTeamMembers.041", - "m_iNumTeamMembers.042", - "m_iNumTeamMembers.043", - "m_iNumTeamMembers.044", - "m_iNumTeamMembers.045", - "m_iNumTeamMembers.046", - "m_iNumTeamMembers.047", - "m_iNumTeamMembers.048", - "m_iNumTeamMembers.049", - "m_iNumTeamMembers.050", - "m_iNumTeamMembers.051", - "m_iNumTeamMembers.052", - "m_iNumTeamMembers.053", - "m_iNumTeamMembers.054", - "m_iNumTeamMembers.055", - "m_iNumTeamMembers.056", - "m_iNumTeamMembers.057", - "m_iNumTeamMembers.058", - "m_iNumTeamMembers.059", - "m_iNumTeamMembers.060", - "m_iNumTeamMembers.061", - "m_iNumTeamMembers.062", - "m_iNumTeamMembers.063" + "DT_TeamplayRoundBasedRulesProxy": [ + "m_flNextRespawnWave.000", + "m_flNextRespawnWave.001", + "m_flNextRespawnWave.002", + "m_flNextRespawnWave.003", + "m_flNextRespawnWave.004", + "m_flNextRespawnWave.005", + "m_flNextRespawnWave.006", + "m_flNextRespawnWave.007", + "m_flNextRespawnWave.008", + "m_flNextRespawnWave.009", + "m_flNextRespawnWave.010", + "m_flNextRespawnWave.011", + "m_flNextRespawnWave.012", + "m_flNextRespawnWave.013", + "m_flNextRespawnWave.014", + "m_flNextRespawnWave.015", + "m_flNextRespawnWave.016", + "m_flNextRespawnWave.017", + "m_flNextRespawnWave.018", + "m_flNextRespawnWave.019", + "m_flNextRespawnWave.020", + "m_flNextRespawnWave.021", + "m_flNextRespawnWave.022", + "m_flNextRespawnWave.023", + "m_flNextRespawnWave.024", + "m_flNextRespawnWave.025", + "m_flNextRespawnWave.026", + "m_flNextRespawnWave.027", + "m_flNextRespawnWave.028", + "m_flNextRespawnWave.029", + "m_flNextRespawnWave.030", + "m_flNextRespawnWave.031", + "m_TeamRespawnWaveTimes.000", + "m_TeamRespawnWaveTimes.001", + "m_TeamRespawnWaveTimes.002", + "m_TeamRespawnWaveTimes.003", + "m_TeamRespawnWaveTimes.004", + "m_TeamRespawnWaveTimes.005", + "m_TeamRespawnWaveTimes.006", + "m_TeamRespawnWaveTimes.007", + "m_TeamRespawnWaveTimes.008", + "m_TeamRespawnWaveTimes.009", + "m_TeamRespawnWaveTimes.010", + "m_TeamRespawnWaveTimes.011", + "m_TeamRespawnWaveTimes.012", + "m_TeamRespawnWaveTimes.013", + "m_TeamRespawnWaveTimes.014", + "m_TeamRespawnWaveTimes.015", + "m_TeamRespawnWaveTimes.016", + "m_TeamRespawnWaveTimes.017", + "m_TeamRespawnWaveTimes.018", + "m_TeamRespawnWaveTimes.019", + "m_TeamRespawnWaveTimes.020", + "m_TeamRespawnWaveTimes.021", + "m_TeamRespawnWaveTimes.022", + "m_TeamRespawnWaveTimes.023", + "m_TeamRespawnWaveTimes.024", + "m_TeamRespawnWaveTimes.025", + "m_TeamRespawnWaveTimes.026", + "m_TeamRespawnWaveTimes.027", + "m_TeamRespawnWaveTimes.028", + "m_TeamRespawnWaveTimes.029", + "m_TeamRespawnWaveTimes.030", + "m_TeamRespawnWaveTimes.031", + "m_bTeamReady.000", + "m_bTeamReady.001", + "m_bTeamReady.002", + "m_bTeamReady.003", + "m_bTeamReady.004", + "m_bTeamReady.005", + "m_bTeamReady.006", + "m_bTeamReady.007", + "m_bTeamReady.008", + "m_bTeamReady.009", + "m_bTeamReady.010", + "m_bTeamReady.011", + "m_bTeamReady.012", + "m_bTeamReady.013", + "m_bTeamReady.014", + "m_bTeamReady.015", + "m_bTeamReady.016", + "m_bTeamReady.017", + "m_bTeamReady.018", + "m_bTeamReady.019", + "m_bTeamReady.020", + "m_bTeamReady.021", + "m_bTeamReady.022", + "m_bTeamReady.023", + "m_bTeamReady.024", + "m_bTeamReady.025", + "m_bTeamReady.026", + "m_bTeamReady.027", + "m_bTeamReady.028", + "m_bTeamReady.029", + "m_bTeamReady.030", + "m_bTeamReady.031", + "m_bPlayerReady.000", + "m_bPlayerReady.001", + "m_bPlayerReady.002", + "m_bPlayerReady.003", + "m_bPlayerReady.004", + "m_bPlayerReady.005", + "m_bPlayerReady.006", + "m_bPlayerReady.007", + "m_bPlayerReady.008", + "m_bPlayerReady.009", + "m_bPlayerReady.010", + "m_bPlayerReady.011", + "m_bPlayerReady.012", + "m_bPlayerReady.013", + "m_bPlayerReady.014", + "m_bPlayerReady.015", + "m_bPlayerReady.016", + "m_bPlayerReady.017", + "m_bPlayerReady.018", + "m_bPlayerReady.019", + "m_bPlayerReady.020", + "m_bPlayerReady.021", + "m_bPlayerReady.022", + "m_bPlayerReady.023", + "m_bPlayerReady.024", + "m_bPlayerReady.025", + "m_bPlayerReady.026", + "m_bPlayerReady.027", + "m_bPlayerReady.028", + "m_bPlayerReady.029", + "m_bPlayerReady.030", + "m_bPlayerReady.031", + "m_bPlayerReady.032", + "DT_TeamplayRoundBasedRules.m_iRoundState", + "DT_TeamplayRoundBasedRules.m_bInWaitingForPlayers", + "DT_TeamplayRoundBasedRules.m_iWinningTeam", + "DT_TeamplayRoundBasedRules.m_bInOvertime", + "DT_TeamplayRoundBasedRules.m_bInSetup", + "DT_TeamplayRoundBasedRules.m_bSwitchedTeamsThisRound", + "DT_TeamplayRoundBasedRules.m_bAwaitingReadyRestart", + "DT_TeamplayRoundBasedRules.m_flRestartRoundTime", + "DT_TeamplayRoundBasedRules.m_flMapResetTime", + "DT_TeamplayRoundBasedRules.m_bStopWatch", + "DT_TeamplayRoundBasedRules.m_bMultipleTrains", + "DT_TeamplayRoundBasedRules.m_bCheatsEnabledDuringLevel" ], - "m_iCappingTeam": [ - "m_iCappingTeam.000", - "m_iCappingTeam.001", - "m_iCappingTeam.002", - "m_iCappingTeam.003", - "m_iCappingTeam.004", - "m_iCappingTeam.005", - "m_iCappingTeam.006", - "m_iCappingTeam.007" + "DT_TeleportVortex": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_TeleportVortex.m_iState", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_CollisionProperty.m_nSolidType" ], - "m_iTeamInZone": [ - "m_iTeamInZone.000", - "m_iTeamInZone.001", - "m_iTeamInZone.002", - "m_iTeamInZone.003", - "m_iTeamInZone.004", - "m_iTeamInZone.005", - "m_iTeamInZone.006", - "m_iTeamInZone.007" + "DT_Tesla": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_Tesla.m_SoundName", + "DT_Tesla.m_iszSpriteName" ], - "m_bBlocked": [ - "m_bBlocked.000", - "m_bBlocked.001", - "m_bBlocked.002", - "m_bBlocked.003", - "m_bBlocked.004", - "m_bBlocked.005", - "m_bBlocked.006", - "m_bBlocked.007" + "DT_TestTraceline": [ + "DT_TestTraceline.m_clrRender", + "DT_TestTraceline.m_vecOrigin", + "DT_TestTraceline.m_angRotation[0]", + "DT_TestTraceline.m_angRotation[1]", + "DT_TestTraceline.m_angRotation[2]", + "DT_TestTraceline.moveparent" ], - "m_iOwner": [ - "m_iOwner.000", - "m_iOwner.001", - "m_iOwner.002", - "m_iOwner.003", - "m_iOwner.004", - "m_iOwner.005", - "m_iOwner.006", - "m_iOwner.007" + "DT_VGuiScreen": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_VGuiScreen.m_flWidth", + "DT_VGuiScreen.m_flHeight", + "DT_VGuiScreen.m_nAttachmentIndex", + "DT_VGuiScreen.m_nPanelName", + "DT_VGuiScreen.m_fScreenFlags", + "DT_VGuiScreen.m_nOverlayMaterial", + "DT_VGuiScreen.m_hPlayerOwner" ], - "m_bCPCapRateScalesWithPlayers": [ - "m_bCPCapRateScalesWithPlayers.000", - "m_bCPCapRateScalesWithPlayers.001", - "m_bCPCapRateScalesWithPlayers.002", - "m_bCPCapRateScalesWithPlayers.003", - "m_bCPCapRateScalesWithPlayers.004", - "m_bCPCapRateScalesWithPlayers.005", - "m_bCPCapRateScalesWithPlayers.006", - "m_bCPCapRateScalesWithPlayers.007" + "DT_VoteController": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_nVoteOptionCount.000", + "m_nVoteOptionCount.001", + "m_nVoteOptionCount.002", + "m_nVoteOptionCount.003", + "m_nVoteOptionCount.004", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_VoteController.m_iActiveIssueIndex", + "DT_VoteController.m_iOnlyTeamToVote", + "DT_VoteController.m_nPotentialVotes", + "DT_VoteController.m_bIsYesNoVote" ], - "m_hAttachEntity": [ - "m_hAttachEntity.000", - "m_hAttachEntity.001", - "m_hAttachEntity.002", - "m_hAttachEntity.003", - "m_hAttachEntity.004", - "m_hAttachEntity.005", - "m_hAttachEntity.006", - "m_hAttachEntity.007", - "m_hAttachEntity.008", - "m_hAttachEntity.009" + "DT_WORLD": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_WORLD.m_flWaveHeight", + "DT_WORLD.m_WorldMins", + "DT_WORLD.m_WorldMaxs", + "DT_WORLD.m_bStartDark", + "DT_WORLD.m_flMaxOccludeeArea", + "DT_WORLD.m_flMinOccluderArea", + "DT_WORLD.m_flMaxPropScreenSpaceWidth", + "DT_WORLD.m_flMinPropScreenSpaceWidth", + "DT_WORLD.m_iszDetailSpriteMaterial", + "DT_WORLD.m_bColdWorld" ], - "m_nAttachIndex": [ - "m_nAttachIndex.000", - "m_nAttachIndex.001", - "m_nAttachIndex.002", - "m_nAttachIndex.003", - "m_nAttachIndex.004", - "m_nAttachIndex.005", - "m_nAttachIndex.006", - "m_nAttachIndex.007", - "m_nAttachIndex.008", - "m_nAttachIndex.009" + "DT_WaterBullet": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale" ], - "DT_BeamPredictableId": [ - "DT_BeamPredictableId.m_PredictableID", - "DT_BeamPredictableId.m_bIsPlayerSimulated" + "DT_WaterLODControl": [ + "DT_WaterLODControl.m_flCheapWaterStartDistance", + "DT_WaterLODControl.m_flCheapWaterEndDistance" ], - "_ST_m_aBonusPlayerRoll_33": [ - "_LPT_m_aBonusPlayerRoll_33.lengthprop33", - "_ST_m_aBonusPlayerRoll_33.000", - "_ST_m_aBonusPlayerRoll_33.001", - "_ST_m_aBonusPlayerRoll_33.002", - "_ST_m_aBonusPlayerRoll_33.003", - "_ST_m_aBonusPlayerRoll_33.004", - "_ST_m_aBonusPlayerRoll_33.005", - "_ST_m_aBonusPlayerRoll_33.006", - "_ST_m_aBonusPlayerRoll_33.007", - "_ST_m_aBonusPlayerRoll_33.008", - "_ST_m_aBonusPlayerRoll_33.009", - "_ST_m_aBonusPlayerRoll_33.010", - "_ST_m_aBonusPlayerRoll_33.011", - "_ST_m_aBonusPlayerRoll_33.012", - "_ST_m_aBonusPlayerRoll_33.013", - "_ST_m_aBonusPlayerRoll_33.014", - "_ST_m_aBonusPlayerRoll_33.015", - "_ST_m_aBonusPlayerRoll_33.016", - "_ST_m_aBonusPlayerRoll_33.017", - "_ST_m_aBonusPlayerRoll_33.018", - "_ST_m_aBonusPlayerRoll_33.019", - "_ST_m_aBonusPlayerRoll_33.020", - "_ST_m_aBonusPlayerRoll_33.021", - "_ST_m_aBonusPlayerRoll_33.022", - "_ST_m_aBonusPlayerRoll_33.023", - "_ST_m_aBonusPlayerRoll_33.024", - "_ST_m_aBonusPlayerRoll_33.025", - "_ST_m_aBonusPlayerRoll_33.026", - "_ST_m_aBonusPlayerRoll_33.027", - "_ST_m_aBonusPlayerRoll_33.028", - "_ST_m_aBonusPlayerRoll_33.029", - "_ST_m_aBonusPlayerRoll_33.030", - "_ST_m_aBonusPlayerRoll_33.031", - "_ST_m_aBonusPlayerRoll_33.032" + "DT_WeaponCompoundBow": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_PipebombLauncherLocalData.m_iPipebombCount", + "DT_PipebombLauncherLocalData.m_flChargeBeginTime", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_WeaponCompoundBow.m_bArrowAlight", + "DT_WeaponCompoundBow.m_bNoFire" ], - "_LPT_m_aBonusPlayerRoll_33": [ - "_LPT_m_aBonusPlayerRoll_33.lengthprop33" + "DT_WeaponDRGPomson": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_RawPanelBitVec": [ - "m_RawPanelBitVec.000", - "m_RawPanelBitVec.001", - "m_RawPanelBitVec.002", - "m_RawPanelBitVec.003", - "m_RawPanelBitVec.004", - "m_RawPanelBitVec.005", - "m_RawPanelBitVec.006", - "m_RawPanelBitVec.007", - "m_RawPanelBitVec.008", - "m_RawPanelBitVec.009", - "m_RawPanelBitVec.010", - "m_RawPanelBitVec.011", - "m_RawPanelBitVec.012", - "m_RawPanelBitVec.013", - "m_RawPanelBitVec.014", - "m_RawPanelBitVec.015", - "m_RawPanelBitVec.016", - "m_RawPanelBitVec.017", - "m_RawPanelBitVec.018", - "m_RawPanelBitVec.019", - "m_RawPanelBitVec.020", - "m_RawPanelBitVec.021", - "m_RawPanelBitVec.022", - "m_RawPanelBitVec.023", - "m_RawPanelBitVec.024", - "m_RawPanelBitVec.025", - "m_RawPanelBitVec.026", - "m_RawPanelBitVec.027", - "m_RawPanelBitVec.028", - "m_RawPanelBitVec.029", - "m_RawPanelBitVec.030", - "m_RawPanelBitVec.031", - "m_RawPanelBitVec.032", - "m_RawPanelBitVec.033", - "m_RawPanelBitVec.034", - "m_RawPanelBitVec.035", - "m_RawPanelBitVec.036", - "m_RawPanelBitVec.037", - "m_RawPanelBitVec.038", - "m_RawPanelBitVec.039", - "m_RawPanelBitVec.040", - "m_RawPanelBitVec.041", - "m_RawPanelBitVec.042", - "m_RawPanelBitVec.043", - "m_RawPanelBitVec.044", - "m_RawPanelBitVec.045", - "m_RawPanelBitVec.046", - "m_RawPanelBitVec.047", - "m_RawPanelBitVec.048", - "m_RawPanelBitVec.049", - "m_RawPanelBitVec.050", - "m_RawPanelBitVec.051", - "m_RawPanelBitVec.052", - "m_RawPanelBitVec.053", - "m_RawPanelBitVec.054", - "m_RawPanelBitVec.055", - "m_RawPanelBitVec.056", - "m_RawPanelBitVec.057", - "m_RawPanelBitVec.058", - "m_RawPanelBitVec.059", - "m_RawPanelBitVec.060", - "m_RawPanelBitVec.061", - "m_RawPanelBitVec.062", - "m_RawPanelBitVec.063", - "m_RawPanelBitVec.064", - "m_RawPanelBitVec.065", - "m_RawPanelBitVec.066", - "m_RawPanelBitVec.067", - "m_RawPanelBitVec.068", - "m_RawPanelBitVec.069", - "m_RawPanelBitVec.070", - "m_RawPanelBitVec.071", - "m_RawPanelBitVec.072", - "m_RawPanelBitVec.073", - "m_RawPanelBitVec.074", - "m_RawPanelBitVec.075", - "m_RawPanelBitVec.076", - "m_RawPanelBitVec.077", - "m_RawPanelBitVec.078", - "m_RawPanelBitVec.079", - "m_RawPanelBitVec.080", - "m_RawPanelBitVec.081", - "m_RawPanelBitVec.082", - "m_RawPanelBitVec.083", - "m_RawPanelBitVec.084", - "m_RawPanelBitVec.085", - "m_RawPanelBitVec.086", - "m_RawPanelBitVec.087", - "m_RawPanelBitVec.088", - "m_RawPanelBitVec.089", - "m_RawPanelBitVec.090", - "m_RawPanelBitVec.091", - "m_RawPanelBitVec.092", - "m_RawPanelBitVec.093", - "m_RawPanelBitVec.094", - "m_RawPanelBitVec.095", - "m_RawPanelBitVec.096", - "m_RawPanelBitVec.097", - "m_RawPanelBitVec.098", - "m_RawPanelBitVec.099", - "m_RawPanelBitVec.100", - "m_RawPanelBitVec.101", - "m_RawPanelBitVec.102", - "m_RawPanelBitVec.103", - "m_RawPanelBitVec.104", - "m_RawPanelBitVec.105", - "m_RawPanelBitVec.106", - "m_RawPanelBitVec.107", - "m_RawPanelBitVec.108", - "m_RawPanelBitVec.109", - "m_RawPanelBitVec.110", - "m_RawPanelBitVec.111", - "m_RawPanelBitVec.112", - "m_RawPanelBitVec.113", - "m_RawPanelBitVec.114", - "m_RawPanelBitVec.115", - "m_RawPanelBitVec.116", - "m_RawPanelBitVec.117", - "m_RawPanelBitVec.118", - "m_RawPanelBitVec.119", - "m_RawPanelBitVec.120", - "m_RawPanelBitVec.121", - "m_RawPanelBitVec.122", - "m_RawPanelBitVec.123", - "m_RawPanelBitVec.124", - "m_RawPanelBitVec.125", - "m_RawPanelBitVec.126", - "m_RawPanelBitVec.127", - "m_RawPanelBitVec.128", - "m_RawPanelBitVec.129", - "m_RawPanelBitVec.130", - "m_RawPanelBitVec.131", - "m_RawPanelBitVec.132", - "m_RawPanelBitVec.133", - "m_RawPanelBitVec.134", - "m_RawPanelBitVec.135", - "m_RawPanelBitVec.136", - "m_RawPanelBitVec.137", - "m_RawPanelBitVec.138", - "m_RawPanelBitVec.139", - "m_RawPanelBitVec.140", - "m_RawPanelBitVec.141", - "m_RawPanelBitVec.142", - "m_RawPanelBitVec.143", - "m_RawPanelBitVec.144", - "m_RawPanelBitVec.145", - "m_RawPanelBitVec.146", - "m_RawPanelBitVec.147", - "m_RawPanelBitVec.148", - "m_RawPanelBitVec.149", - "m_RawPanelBitVec.150", - "m_RawPanelBitVec.151", - "m_RawPanelBitVec.152", - "m_RawPanelBitVec.153", - "m_RawPanelBitVec.154", - "m_RawPanelBitVec.155", - "m_RawPanelBitVec.156", - "m_RawPanelBitVec.157", - "m_RawPanelBitVec.158", - "m_RawPanelBitVec.159", - "m_RawPanelBitVec.160", - "m_RawPanelBitVec.161", - "m_RawPanelBitVec.162", - "m_RawPanelBitVec.163", - "m_RawPanelBitVec.164", - "m_RawPanelBitVec.165", - "m_RawPanelBitVec.166", - "m_RawPanelBitVec.167", - "m_RawPanelBitVec.168", - "m_RawPanelBitVec.169", - "m_RawPanelBitVec.170", - "m_RawPanelBitVec.171", - "m_RawPanelBitVec.172", - "m_RawPanelBitVec.173", - "m_RawPanelBitVec.174", - "m_RawPanelBitVec.175", - "m_RawPanelBitVec.176", - "m_RawPanelBitVec.177", - "m_RawPanelBitVec.178", - "m_RawPanelBitVec.179", - "m_RawPanelBitVec.180", - "m_RawPanelBitVec.181", - "m_RawPanelBitVec.182", - "m_RawPanelBitVec.183", - "m_RawPanelBitVec.184", - "m_RawPanelBitVec.185", - "m_RawPanelBitVec.186", - "m_RawPanelBitVec.187", - "m_RawPanelBitVec.188", - "m_RawPanelBitVec.189", - "m_RawPanelBitVec.190", - "m_RawPanelBitVec.191", - "m_RawPanelBitVec.192", - "m_RawPanelBitVec.193", - "m_RawPanelBitVec.194", - "m_RawPanelBitVec.195", - "m_RawPanelBitVec.196", - "m_RawPanelBitVec.197", - "m_RawPanelBitVec.198", - "m_RawPanelBitVec.199", - "m_RawPanelBitVec.200", - "m_RawPanelBitVec.201", - "m_RawPanelBitVec.202", - "m_RawPanelBitVec.203", - "m_RawPanelBitVec.204", - "m_RawPanelBitVec.205", - "m_RawPanelBitVec.206", - "m_RawPanelBitVec.207", - "m_RawPanelBitVec.208", - "m_RawPanelBitVec.209", - "m_RawPanelBitVec.210", - "m_RawPanelBitVec.211", - "m_RawPanelBitVec.212", - "m_RawPanelBitVec.213", - "m_RawPanelBitVec.214", - "m_RawPanelBitVec.215", - "m_RawPanelBitVec.216", - "m_RawPanelBitVec.217", - "m_RawPanelBitVec.218", - "m_RawPanelBitVec.219", - "m_RawPanelBitVec.220", - "m_RawPanelBitVec.221", - "m_RawPanelBitVec.222", - "m_RawPanelBitVec.223", - "m_RawPanelBitVec.224", - "m_RawPanelBitVec.225", - "m_RawPanelBitVec.226", - "m_RawPanelBitVec.227", - "m_RawPanelBitVec.228", - "m_RawPanelBitVec.229", - "m_RawPanelBitVec.230", - "m_RawPanelBitVec.231", - "m_RawPanelBitVec.232", - "m_RawPanelBitVec.233", - "m_RawPanelBitVec.234", - "m_RawPanelBitVec.235", - "m_RawPanelBitVec.236", - "m_RawPanelBitVec.237", - "m_RawPanelBitVec.238", - "m_RawPanelBitVec.239", - "m_RawPanelBitVec.240", - "m_RawPanelBitVec.241", - "m_RawPanelBitVec.242", - "m_RawPanelBitVec.243", - "m_RawPanelBitVec.244", - "m_RawPanelBitVec.245", - "m_RawPanelBitVec.246", - "m_RawPanelBitVec.247", - "m_RawPanelBitVec.248", - "m_RawPanelBitVec.249", - "m_RawPanelBitVec.250", - "m_RawPanelBitVec.251", - "m_RawPanelBitVec.252", - "m_RawPanelBitVec.253", - "m_RawPanelBitVec.254", - "m_RawPanelBitVec.255" + "DT_WeaponFlameThrower": [ + "DT_ServerAnimationData.m_flCycle", + "DT_LocalFlameThrower.m_iActiveFlames", + "DT_LocalFlameThrower.m_iDamagingFlames", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_WeaponFlameThrower.m_iWeaponState", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_usSolidFlags", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_CollisionProperty.m_nSurroundType", + "DT_WeaponFlameThrower.m_bCritFire", + "DT_WeaponFlameThrower.m_bHitTarget", + "DT_WeaponFlameThrower.m_flChargeBeginTime" ], - "DT_EntityParticleTrailInfo": [ - "DT_EntityParticleTrailInfo.m_flLifetime", - "DT_EntityParticleTrailInfo.m_flStartSize", - "DT_EntityParticleTrailInfo.m_flEndSize" + "DT_WeaponFlareGun": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_WeaponFlareGun.m_flChargeBeginTime" ], - "DT_EnvWindShared": [ - "DT_EnvWindShared.m_iMinWind", - "DT_EnvWindShared.m_iMaxWind", - "DT_EnvWindShared.m_iMinGust", - "DT_EnvWindShared.m_iMaxGust", - "DT_EnvWindShared.m_flMinGustDelay", - "DT_EnvWindShared.m_flMaxGustDelay", - "DT_EnvWindShared.m_iGustDirChange", - "DT_EnvWindShared.m_iWindSeed", - "DT_EnvWindShared.m_iInitialWindDir", - "DT_EnvWindShared.m_flInitialWindSpeed", - "DT_EnvWindShared.m_flStartTime", - "DT_EnvWindShared.m_flGustDuration" + "DT_WeaponFlareGun_Revenge": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_WeaponFlareGun.m_flChargeBeginTime", + "DT_WeaponFlareGun_Revenge.m_fLastExtinguishTime" ], - "DT_CMannVsMachineWaveStats": [ - "DT_CMannVsMachineWaveStats.nCreditsDropped", - "DT_CMannVsMachineWaveStats.nCreditsAcquired", - "DT_CMannVsMachineWaveStats.nCreditsBonus", - "DT_CMannVsMachineWaveStats.nPlayerDeaths", - "DT_CMannVsMachineWaveStats.nBuyBacks" + "DT_WeaponGrenadeLauncher": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_WeaponGrenadeLauncher.m_flDetonateTime" ], - "DT_SentrygunLocalData": [ - "DT_SentrygunLocalData.m_iKills", - "DT_SentrygunLocalData.m_iAssists" + "DT_WeaponIFMBase": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" + ], + "DT_WeaponIFMBaseCamera": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_WeaponIFMBaseCamera.m_flRenderAspectRatio", + "DT_WeaponIFMBaseCamera.m_flRenderFOV", + "DT_WeaponIFMBaseCamera.m_flRenderArmLength", + "DT_WeaponIFMBaseCamera.m_vecRenderPosition", + "DT_WeaponIFMBaseCamera.m_angRenderAngles" ], - "m_hControlPointEnts": [ - "m_hControlPointEnts.000", - "m_hControlPointEnts.001", - "m_hControlPointEnts.002", - "m_hControlPointEnts.003", - "m_hControlPointEnts.004", - "m_hControlPointEnts.005", - "m_hControlPointEnts.006", - "m_hControlPointEnts.007", - "m_hControlPointEnts.008", - "m_hControlPointEnts.009", - "m_hControlPointEnts.010", - "m_hControlPointEnts.011", - "m_hControlPointEnts.012", - "m_hControlPointEnts.013", - "m_hControlPointEnts.014", - "m_hControlPointEnts.015", - "m_hControlPointEnts.016", - "m_hControlPointEnts.017", - "m_hControlPointEnts.018", - "m_hControlPointEnts.019", - "m_hControlPointEnts.020", - "m_hControlPointEnts.021", - "m_hControlPointEnts.022", - "m_hControlPointEnts.023", - "m_hControlPointEnts.024", - "m_hControlPointEnts.025", - "m_hControlPointEnts.026", - "m_hControlPointEnts.027", - "m_hControlPointEnts.028", - "m_hControlPointEnts.029", - "m_hControlPointEnts.030", - "m_hControlPointEnts.031", - "m_hControlPointEnts.032", - "m_hControlPointEnts.033", - "m_hControlPointEnts.034", - "m_hControlPointEnts.035", - "m_hControlPointEnts.036", - "m_hControlPointEnts.037", - "m_hControlPointEnts.038", - "m_hControlPointEnts.039", - "m_hControlPointEnts.040", - "m_hControlPointEnts.041", - "m_hControlPointEnts.042", - "m_hControlPointEnts.043", - "m_hControlPointEnts.044", - "m_hControlPointEnts.045", - "m_hControlPointEnts.046", - "m_hControlPointEnts.047", - "m_hControlPointEnts.048", - "m_hControlPointEnts.049", - "m_hControlPointEnts.050", - "m_hControlPointEnts.051", - "m_hControlPointEnts.052", - "m_hControlPointEnts.053", - "m_hControlPointEnts.054", - "m_hControlPointEnts.055", - "m_hControlPointEnts.056", - "m_hControlPointEnts.057", - "m_hControlPointEnts.058", - "m_hControlPointEnts.059", - "m_hControlPointEnts.060", - "m_hControlPointEnts.061", - "m_hControlPointEnts.062" + "DT_WeaponIFMSteadyCam": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_WeaponIFMBaseCamera.m_flRenderAspectRatio", + "DT_WeaponIFMBaseCamera.m_flRenderFOV", + "DT_WeaponIFMBaseCamera.m_flRenderArmLength", + "DT_WeaponIFMBaseCamera.m_vecRenderPosition", + "DT_WeaponIFMBaseCamera.m_angRenderAngles" ], - "m_iControlPointParents": [ - "m_iControlPointParents.000", - "m_iControlPointParents.001", - "m_iControlPointParents.002", - "m_iControlPointParents.003", - "m_iControlPointParents.004", - "m_iControlPointParents.005", - "m_iControlPointParents.006", - "m_iControlPointParents.007", - "m_iControlPointParents.008", - "m_iControlPointParents.009", - "m_iControlPointParents.010", - "m_iControlPointParents.011", - "m_iControlPointParents.012", - "m_iControlPointParents.013", - "m_iControlPointParents.014", - "m_iControlPointParents.015", - "m_iControlPointParents.016", - "m_iControlPointParents.017", - "m_iControlPointParents.018", - "m_iControlPointParents.019", - "m_iControlPointParents.020", - "m_iControlPointParents.021", - "m_iControlPointParents.022", - "m_iControlPointParents.023", - "m_iControlPointParents.024", - "m_iControlPointParents.025", - "m_iControlPointParents.026", - "m_iControlPointParents.027", - "m_iControlPointParents.028", - "m_iControlPointParents.029", - "m_iControlPointParents.030", - "m_iControlPointParents.031", - "m_iControlPointParents.032", - "m_iControlPointParents.033", - "m_iControlPointParents.034", - "m_iControlPointParents.035", - "m_iControlPointParents.036", - "m_iControlPointParents.037", - "m_iControlPointParents.038", - "m_iControlPointParents.039", - "m_iControlPointParents.040", - "m_iControlPointParents.041", - "m_iControlPointParents.042", - "m_iControlPointParents.043", - "m_iControlPointParents.044", - "m_iControlPointParents.045", - "m_iControlPointParents.046", - "m_iControlPointParents.047", - "m_iControlPointParents.048", - "m_iControlPointParents.049", - "m_iControlPointParents.050", - "m_iControlPointParents.051", - "m_iControlPointParents.052", - "m_iControlPointParents.053", - "m_iControlPointParents.054", - "m_iControlPointParents.055", - "m_iControlPointParents.056", - "m_iControlPointParents.057", - "m_iControlPointParents.058", - "m_iControlPointParents.059", - "m_iControlPointParents.060", - "m_iControlPointParents.061", - "m_iControlPointParents.062" + "DT_WeaponLunchBox": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_iPing": [ - "m_iPing.000", - "m_iPing.001", - "m_iPing.002", - "m_iPing.003", - "m_iPing.004", - "m_iPing.005", - "m_iPing.006", - "m_iPing.007", - "m_iPing.008", - "m_iPing.009", - "m_iPing.010", - "m_iPing.011", - "m_iPing.012", - "m_iPing.013", - "m_iPing.014", - "m_iPing.015", - "m_iPing.016", - "m_iPing.017", - "m_iPing.018", - "m_iPing.019", - "m_iPing.020", - "m_iPing.021", - "m_iPing.022", - "m_iPing.023", - "m_iPing.024", - "m_iPing.025", - "m_iPing.026", - "m_iPing.027", - "m_iPing.028", - "m_iPing.029", - "m_iPing.030", - "m_iPing.031", - "m_iPing.032", - "m_iPing.033" + "DT_WeaponMedigun": [ + "DT_ServerAnimationData.m_flCycle", + "DT_LocalTFWeaponMedigunData.m_flChargeLevel", + "DT_TFWeaponMedigunDataNonLocal.m_flChargeLevel", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_CollisionProperty.m_nSolidType", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_usSolidFlags", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_WeaponMedigun.m_hHealingTarget", + "DT_WeaponMedigun.m_bHealing", + "DT_WeaponMedigun.m_bAttacking", + "DT_WeaponMedigun.m_bChargeRelease", + "DT_WeaponMedigun.m_bHolstered", + "DT_WeaponMedigun.m_nChargeResistType" ], - "m_iScore": [ - "m_iScore.000", - "m_iScore.001", - "m_iScore.002", - "m_iScore.003", - "m_iScore.004", - "m_iScore.005", - "m_iScore.006", - "m_iScore.007", - "m_iScore.008", - "m_iScore.009", - "m_iScore.010", - "m_iScore.011", - "m_iScore.012", - "m_iScore.013", - "m_iScore.014", - "m_iScore.015", - "m_iScore.016", - "m_iScore.017", - "m_iScore.018", - "m_iScore.019", - "m_iScore.020", - "m_iScore.021", - "m_iScore.022", - "m_iScore.023", - "m_iScore.024", - "m_iScore.025", - "m_iScore.026", - "m_iScore.027", - "m_iScore.028", - "m_iScore.029", - "m_iScore.030", - "m_iScore.031", - "m_iScore.032", - "m_iScore.033" + "DT_WeaponMinigun": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_WeaponMinigun.m_iWeaponState", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount", + "DT_CollisionProperty.m_nSolidType", + "DT_WeaponMinigun.m_bCritShot" ], - "m_iDeaths": [ - "m_iDeaths.000", - "m_iDeaths.001", - "m_iDeaths.002", - "m_iDeaths.003", - "m_iDeaths.004", - "m_iDeaths.005", - "m_iDeaths.006", - "m_iDeaths.007", - "m_iDeaths.008", - "m_iDeaths.009", - "m_iDeaths.010", - "m_iDeaths.011", - "m_iDeaths.012", - "m_iDeaths.013", - "m_iDeaths.014", - "m_iDeaths.015", - "m_iDeaths.016", - "m_iDeaths.017", - "m_iDeaths.018", - "m_iDeaths.019", - "m_iDeaths.020", - "m_iDeaths.021", - "m_iDeaths.022", - "m_iDeaths.023", - "m_iDeaths.024", - "m_iDeaths.025", - "m_iDeaths.026", - "m_iDeaths.027", - "m_iDeaths.028", - "m_iDeaths.029", - "m_iDeaths.030", - "m_iDeaths.031", - "m_iDeaths.032", - "m_iDeaths.033" + "DT_WeaponPipebombLauncher": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_PipebombLauncherLocalData.m_iPipebombCount", + "DT_PipebombLauncherLocalData.m_flChargeBeginTime", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_bConnected": [ - "m_bConnected.000", - "m_bConnected.001", - "m_bConnected.002", - "m_bConnected.003", - "m_bConnected.004", - "m_bConnected.005", - "m_bConnected.006", - "m_bConnected.007", - "m_bConnected.008", - "m_bConnected.009", - "m_bConnected.010", - "m_bConnected.011", - "m_bConnected.012", - "m_bConnected.013", - "m_bConnected.014", - "m_bConnected.015", - "m_bConnected.016", - "m_bConnected.017", - "m_bConnected.018", - "m_bConnected.019", - "m_bConnected.020", - "m_bConnected.021", - "m_bConnected.022", - "m_bConnected.023", - "m_bConnected.024", - "m_bConnected.025", - "m_bConnected.026", - "m_bConnected.027", - "m_bConnected.028", - "m_bConnected.029", - "m_bConnected.030", - "m_bConnected.031", - "m_bConnected.032", - "m_bConnected.033" + "DT_WeaponPistol": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_iTeam": [ - "m_iTeam.000", - "m_iTeam.001", - "m_iTeam.002", - "m_iTeam.003", - "m_iTeam.004", - "m_iTeam.005", - "m_iTeam.006", - "m_iTeam.007", - "m_iTeam.008", - "m_iTeam.009", - "m_iTeam.010", - "m_iTeam.011", - "m_iTeam.012", - "m_iTeam.013", - "m_iTeam.014", - "m_iTeam.015", - "m_iTeam.016", - "m_iTeam.017", - "m_iTeam.018", - "m_iTeam.019", - "m_iTeam.020", - "m_iTeam.021", - "m_iTeam.022", - "m_iTeam.023", - "m_iTeam.024", - "m_iTeam.025", - "m_iTeam.026", - "m_iTeam.027", - "m_iTeam.028", - "m_iTeam.029", - "m_iTeam.030", - "m_iTeam.031", - "m_iTeam.032", - "m_iTeam.033" + "DT_WeaponPistol_Scout": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_bAlive": [ - "m_bAlive.000", - "m_bAlive.001", - "m_bAlive.002", - "m_bAlive.003", - "m_bAlive.004", - "m_bAlive.005", - "m_bAlive.006", - "m_bAlive.007", - "m_bAlive.008", - "m_bAlive.009", - "m_bAlive.010", - "m_bAlive.011", - "m_bAlive.012", - "m_bAlive.013", - "m_bAlive.014", - "m_bAlive.015", - "m_bAlive.016", - "m_bAlive.017", - "m_bAlive.018", - "m_bAlive.019", - "m_bAlive.020", - "m_bAlive.021", - "m_bAlive.022", - "m_bAlive.023", - "m_bAlive.024", - "m_bAlive.025", - "m_bAlive.026", - "m_bAlive.027", - "m_bAlive.028", - "m_bAlive.029", - "m_bAlive.030", - "m_bAlive.031", - "m_bAlive.032", - "m_bAlive.033" + "DT_WeaponPistol_ScoutPrimary": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_iHealth": [ - "m_iHealth.000", - "m_iHealth.001", - "m_iHealth.002", - "m_iHealth.003", - "m_iHealth.004", - "m_iHealth.005", - "m_iHealth.006", - "m_iHealth.007", - "m_iHealth.008", - "m_iHealth.009", - "m_iHealth.010", - "m_iHealth.011", - "m_iHealth.012", - "m_iHealth.013", - "m_iHealth.014", - "m_iHealth.015", - "m_iHealth.016", - "m_iHealth.017", - "m_iHealth.018", - "m_iHealth.019", - "m_iHealth.020", - "m_iHealth.021", - "m_iHealth.022", - "m_iHealth.023", - "m_iHealth.024", - "m_iHealth.025", - "m_iHealth.026", - "m_iHealth.027", - "m_iHealth.028", - "m_iHealth.029", - "m_iHealth.030", - "m_iHealth.031", - "m_iHealth.032", - "m_iHealth.033" + "DT_WeaponPistol_ScoutSecondary": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_hProps": [ - "m_hProps.000", - "m_hProps.001", - "m_hProps.002", - "m_hProps.003" + "DT_WeaponRaygun": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_chPoseIndex": [ - "m_chPoseIndex.000", - "m_chPoseIndex.001", - "m_chPoseIndex.002", - "m_chPoseIndex.003" + "DT_WeaponRevolver": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "_ST_m_hActorList_16": [ - "_LPT_m_hActorList_16.lengthprop16", - "_ST_m_hActorList_16.000", - "_ST_m_hActorList_16.001", - "_ST_m_hActorList_16.002", - "_ST_m_hActorList_16.003", - "_ST_m_hActorList_16.004", - "_ST_m_hActorList_16.005", - "_ST_m_hActorList_16.006", - "_ST_m_hActorList_16.007", - "_ST_m_hActorList_16.008", - "_ST_m_hActorList_16.009", - "_ST_m_hActorList_16.010", - "_ST_m_hActorList_16.011", - "_ST_m_hActorList_16.012", - "_ST_m_hActorList_16.013", - "_ST_m_hActorList_16.014", - "_ST_m_hActorList_16.015" + "DT_WeaponRocketLauncher": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "_LPT_m_hActorList_16": [ - "_LPT_m_hActorList_16.lengthprop16" + "DT_WeaponRocketLauncher_AirStrike": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_chCurrentSlideLists": [ - "m_chCurrentSlideLists.000", - "m_chCurrentSlideLists.001", - "m_chCurrentSlideLists.002", - "m_chCurrentSlideLists.003", - "m_chCurrentSlideLists.004", - "m_chCurrentSlideLists.005", - "m_chCurrentSlideLists.006", - "m_chCurrentSlideLists.007", - "m_chCurrentSlideLists.008", - "m_chCurrentSlideLists.009", - "m_chCurrentSlideLists.010", - "m_chCurrentSlideLists.011", - "m_chCurrentSlideLists.012", - "m_chCurrentSlideLists.013", - "m_chCurrentSlideLists.014", - "m_chCurrentSlideLists.015" + "DT_WeaponRocketLauncher_DirectHit": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" + ], + "DT_WeaponRocketLauncher_Mortar": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "DT_TeamplayRoundBasedRules": [ - "m_flNextRespawnWave.000", - "m_flNextRespawnWave.001", - "m_flNextRespawnWave.002", - "m_flNextRespawnWave.003", - "m_flNextRespawnWave.004", - "m_flNextRespawnWave.005", - "m_flNextRespawnWave.006", - "m_flNextRespawnWave.007", - "m_flNextRespawnWave.008", - "m_flNextRespawnWave.009", - "m_flNextRespawnWave.010", - "m_flNextRespawnWave.011", - "m_flNextRespawnWave.012", - "m_flNextRespawnWave.013", - "m_flNextRespawnWave.014", - "m_flNextRespawnWave.015", - "m_flNextRespawnWave.016", - "m_flNextRespawnWave.017", - "m_flNextRespawnWave.018", - "m_flNextRespawnWave.019", - "m_flNextRespawnWave.020", - "m_flNextRespawnWave.021", - "m_flNextRespawnWave.022", - "m_flNextRespawnWave.023", - "m_flNextRespawnWave.024", - "m_flNextRespawnWave.025", - "m_flNextRespawnWave.026", - "m_flNextRespawnWave.027", - "m_flNextRespawnWave.028", - "m_flNextRespawnWave.029", - "m_flNextRespawnWave.030", - "m_flNextRespawnWave.031", - "m_TeamRespawnWaveTimes.000", - "m_TeamRespawnWaveTimes.001", - "m_TeamRespawnWaveTimes.002", - "m_TeamRespawnWaveTimes.003", - "m_TeamRespawnWaveTimes.004", - "m_TeamRespawnWaveTimes.005", - "m_TeamRespawnWaveTimes.006", - "m_TeamRespawnWaveTimes.007", - "m_TeamRespawnWaveTimes.008", - "m_TeamRespawnWaveTimes.009", - "m_TeamRespawnWaveTimes.010", - "m_TeamRespawnWaveTimes.011", - "m_TeamRespawnWaveTimes.012", - "m_TeamRespawnWaveTimes.013", - "m_TeamRespawnWaveTimes.014", - "m_TeamRespawnWaveTimes.015", - "m_TeamRespawnWaveTimes.016", - "m_TeamRespawnWaveTimes.017", - "m_TeamRespawnWaveTimes.018", - "m_TeamRespawnWaveTimes.019", - "m_TeamRespawnWaveTimes.020", - "m_TeamRespawnWaveTimes.021", - "m_TeamRespawnWaveTimes.022", - "m_TeamRespawnWaveTimes.023", - "m_TeamRespawnWaveTimes.024", - "m_TeamRespawnWaveTimes.025", - "m_TeamRespawnWaveTimes.026", - "m_TeamRespawnWaveTimes.027", - "m_TeamRespawnWaveTimes.028", - "m_TeamRespawnWaveTimes.029", - "m_TeamRespawnWaveTimes.030", - "m_TeamRespawnWaveTimes.031", - "m_bTeamReady.000", - "m_bTeamReady.001", - "m_bTeamReady.002", - "m_bTeamReady.003", - "m_bTeamReady.004", - "m_bTeamReady.005", - "m_bTeamReady.006", - "m_bTeamReady.007", - "m_bTeamReady.008", - "m_bTeamReady.009", - "m_bTeamReady.010", - "m_bTeamReady.011", - "m_bTeamReady.012", - "m_bTeamReady.013", - "m_bTeamReady.014", - "m_bTeamReady.015", - "m_bTeamReady.016", - "m_bTeamReady.017", - "m_bTeamReady.018", - "m_bTeamReady.019", - "m_bTeamReady.020", - "m_bTeamReady.021", - "m_bTeamReady.022", - "m_bTeamReady.023", - "m_bTeamReady.024", - "m_bTeamReady.025", - "m_bTeamReady.026", - "m_bTeamReady.027", - "m_bTeamReady.028", - "m_bTeamReady.029", - "m_bTeamReady.030", - "m_bTeamReady.031", - "m_bPlayerReady.000", - "m_bPlayerReady.001", - "m_bPlayerReady.002", - "m_bPlayerReady.003", - "m_bPlayerReady.004", - "m_bPlayerReady.005", - "m_bPlayerReady.006", - "m_bPlayerReady.007", - "m_bPlayerReady.008", - "m_bPlayerReady.009", - "m_bPlayerReady.010", - "m_bPlayerReady.011", - "m_bPlayerReady.012", - "m_bPlayerReady.013", - "m_bPlayerReady.014", - "m_bPlayerReady.015", - "m_bPlayerReady.016", - "m_bPlayerReady.017", - "m_bPlayerReady.018", - "m_bPlayerReady.019", - "m_bPlayerReady.020", - "m_bPlayerReady.021", - "m_bPlayerReady.022", - "m_bPlayerReady.023", - "m_bPlayerReady.024", - "m_bPlayerReady.025", - "m_bPlayerReady.026", - "m_bPlayerReady.027", - "m_bPlayerReady.028", - "m_bPlayerReady.029", - "m_bPlayerReady.030", - "m_bPlayerReady.031", - "m_bPlayerReady.032", - "DT_TeamplayRoundBasedRules.m_iRoundState", - "DT_TeamplayRoundBasedRules.m_bInWaitingForPlayers", - "DT_TeamplayRoundBasedRules.m_iWinningTeam", - "DT_TeamplayRoundBasedRules.m_bInOvertime", - "DT_TeamplayRoundBasedRules.m_bInSetup", - "DT_TeamplayRoundBasedRules.m_bSwitchedTeamsThisRound", - "DT_TeamplayRoundBasedRules.m_bAwaitingReadyRestart", - "DT_TeamplayRoundBasedRules.m_flRestartRoundTime", - "DT_TeamplayRoundBasedRules.m_flMapResetTime", - "DT_TeamplayRoundBasedRules.m_bStopWatch", - "DT_TeamplayRoundBasedRules.m_bMultipleTrains", - "DT_TeamplayRoundBasedRules.m_bCheatsEnabledDuringLevel" + "DT_WeaponSyringeGun": [ + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_LocalWeaponData.m_iClip1", + "DT_LocalWeaponData.m_iClip2", + "DT_LocalWeaponData.m_iPrimaryAmmoType", + "DT_LocalWeaponData.m_iSecondaryAmmoType", + "DT_LocalWeaponData.m_nViewModelIndex", + "DT_LocalWeaponData.m_bFlipViewModel", + "DT_LocalActiveWeaponData.m_flNextPrimaryAttack", + "DT_LocalActiveWeaponData.m_flNextSecondaryAttack", + "DT_LocalActiveWeaponData.m_nNextThinkTick", + "DT_LocalActiveWeaponData.m_flTimeWeaponIdle", + "DT_LocalTFWeaponData.m_flLastCritCheckTime", + "DT_LocalTFWeaponData.m_flReloadPriorNextFire", + "DT_LocalTFWeaponData.m_flLastFireTime", + "DT_LocalTFWeaponData.m_flEffectBarRegenTime", + "DT_LocalTFWeaponData.m_flObservedCritChance", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseCombatWeapon.m_iViewModelIndex", + "DT_BaseCombatWeapon.m_iWorldModelIndex", + "DT_BaseCombatWeapon.m_iState", + "DT_BaseCombatWeapon.m_hOwner", + "DT_TFWeaponBase.m_bLowered", + "DT_TFWeaponBase.m_bResetParity", + "DT_TFWeaponBase.m_iReloadMode", + "DT_TFWeaponBase.m_bReloadedThroughAnimEvent", + "DT_TFWeaponBase.m_bDisguiseWeapon", + "DT_TFWeaponBase.m_flEnergy", + "DT_TFWeaponBase.m_hExtraWearable", + "DT_TFWeaponBase.m_hExtraWearableViewModel", + "DT_TFWeaponBase.m_bBeingRepurposedForTaunt", + "DT_TFWeaponBase.m_nKillComboClass", + "DT_TFWeaponBase.m_nKillComboCount" ], - "m_flNextRespawnWave": [ - "m_flNextRespawnWave.000", - "m_flNextRespawnWave.001", - "m_flNextRespawnWave.002", - "m_flNextRespawnWave.003", - "m_flNextRespawnWave.004", - "m_flNextRespawnWave.005", - "m_flNextRespawnWave.006", - "m_flNextRespawnWave.007", - "m_flNextRespawnWave.008", - "m_flNextRespawnWave.009", - "m_flNextRespawnWave.010", - "m_flNextRespawnWave.011", - "m_flNextRespawnWave.012", - "m_flNextRespawnWave.013", - "m_flNextRespawnWave.014", - "m_flNextRespawnWave.015", - "m_flNextRespawnWave.016", - "m_flNextRespawnWave.017", - "m_flNextRespawnWave.018", - "m_flNextRespawnWave.019", - "m_flNextRespawnWave.020", - "m_flNextRespawnWave.021", - "m_flNextRespawnWave.022", - "m_flNextRespawnWave.023", - "m_flNextRespawnWave.024", - "m_flNextRespawnWave.025", - "m_flNextRespawnWave.026", - "m_flNextRespawnWave.027", - "m_flNextRespawnWave.028", - "m_flNextRespawnWave.029", - "m_flNextRespawnWave.030", - "m_flNextRespawnWave.031" + "DT_WearableItem": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedItem.m_iItemDefinitionIndex", + "DT_ScriptCreatedItem.m_iEntityLevel", + "DT_ScriptCreatedItem.m_iItemIDHigh", + "DT_ScriptCreatedItem.m_iItemIDLow", + "DT_ScriptCreatedItem.m_iAccountID", + "DT_ScriptCreatedItem.m_iEntityQuality", + "DT_ScriptCreatedItem.m_bInitialized", + "DT_ScriptCreatedItem.m_bOnlyIterateItemViewAttributes", + "DT_AttributeContainer.m_hOuter", + "DT_AttributeContainer.m_ProviderType", + "DT_AttributeContainer.m_iReapplyProvisionParity", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale" ], - "m_TeamRespawnWaveTimes": [ - "m_TeamRespawnWaveTimes.000", - "m_TeamRespawnWaveTimes.001", - "m_TeamRespawnWaveTimes.002", - "m_TeamRespawnWaveTimes.003", - "m_TeamRespawnWaveTimes.004", - "m_TeamRespawnWaveTimes.005", - "m_TeamRespawnWaveTimes.006", - "m_TeamRespawnWaveTimes.007", - "m_TeamRespawnWaveTimes.008", - "m_TeamRespawnWaveTimes.009", - "m_TeamRespawnWaveTimes.010", - "m_TeamRespawnWaveTimes.011", - "m_TeamRespawnWaveTimes.012", - "m_TeamRespawnWaveTimes.013", - "m_TeamRespawnWaveTimes.014", - "m_TeamRespawnWaveTimes.015", - "m_TeamRespawnWaveTimes.016", - "m_TeamRespawnWaveTimes.017", - "m_TeamRespawnWaveTimes.018", - "m_TeamRespawnWaveTimes.019", - "m_TeamRespawnWaveTimes.020", - "m_TeamRespawnWaveTimes.021", - "m_TeamRespawnWaveTimes.022", - "m_TeamRespawnWaveTimes.023", - "m_TeamRespawnWaveTimes.024", - "m_TeamRespawnWaveTimes.025", - "m_TeamRespawnWaveTimes.026", - "m_TeamRespawnWaveTimes.027", - "m_TeamRespawnWaveTimes.028", - "m_TeamRespawnWaveTimes.029", - "m_TeamRespawnWaveTimes.030", - "m_TeamRespawnWaveTimes.031" + "DT_Zombie": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_BaseEntity.m_vecOrigin", + "DT_BaseEntity.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "m_flexWeight.000", + "m_flexWeight.001", + "m_flexWeight.002", + "m_flexWeight.003", + "m_flexWeight.004", + "m_flexWeight.005", + "m_flexWeight.006", + "m_flexWeight.007", + "m_flexWeight.008", + "m_flexWeight.009", + "m_flexWeight.010", + "m_flexWeight.011", + "m_flexWeight.012", + "m_flexWeight.013", + "m_flexWeight.014", + "m_flexWeight.015", + "m_flexWeight.016", + "m_flexWeight.017", + "m_flexWeight.018", + "m_flexWeight.019", + "m_flexWeight.020", + "m_flexWeight.021", + "m_flexWeight.022", + "m_flexWeight.023", + "m_flexWeight.024", + "m_flexWeight.025", + "m_flexWeight.026", + "m_flexWeight.027", + "m_flexWeight.028", + "m_flexWeight.029", + "m_flexWeight.030", + "m_flexWeight.031", + "m_flexWeight.032", + "m_flexWeight.033", + "m_flexWeight.034", + "m_flexWeight.035", + "m_flexWeight.036", + "m_flexWeight.037", + "m_flexWeight.038", + "m_flexWeight.039", + "m_flexWeight.040", + "m_flexWeight.041", + "m_flexWeight.042", + "m_flexWeight.043", + "m_flexWeight.044", + "m_flexWeight.045", + "m_flexWeight.046", + "m_flexWeight.047", + "m_flexWeight.048", + "m_flexWeight.049", + "m_flexWeight.050", + "m_flexWeight.051", + "m_flexWeight.052", + "m_flexWeight.053", + "m_flexWeight.054", + "m_flexWeight.055", + "m_flexWeight.056", + "m_flexWeight.057", + "m_flexWeight.058", + "m_flexWeight.059", + "m_flexWeight.060", + "m_flexWeight.061", + "m_flexWeight.062", + "m_flexWeight.063", + "m_flexWeight.064", + "m_flexWeight.065", + "m_flexWeight.066", + "m_flexWeight.067", + "m_flexWeight.068", + "m_flexWeight.069", + "m_flexWeight.070", + "m_flexWeight.071", + "m_flexWeight.072", + "m_flexWeight.073", + "m_flexWeight.074", + "m_flexWeight.075", + "m_flexWeight.076", + "m_flexWeight.077", + "m_flexWeight.078", + "m_flexWeight.079", + "m_flexWeight.080", + "m_flexWeight.081", + "m_flexWeight.082", + "m_flexWeight.083", + "m_flexWeight.084", + "m_flexWeight.085", + "m_flexWeight.086", + "m_flexWeight.087", + "m_flexWeight.088", + "m_flexWeight.089", + "m_flexWeight.090", + "m_flexWeight.091", + "m_flexWeight.092", + "m_flexWeight.093", + "m_flexWeight.094", + "m_flexWeight.095", + "DT_BCCLocalPlayerExclusive.m_flNextAttack", + "m_hMyWeapons.000", + "m_hMyWeapons.001", + "m_hMyWeapons.002", + "m_hMyWeapons.003", + "m_hMyWeapons.004", + "m_hMyWeapons.005", + "m_hMyWeapons.006", + "m_hMyWeapons.007", + "m_hMyWeapons.008", + "m_hMyWeapons.009", + "m_hMyWeapons.010", + "m_hMyWeapons.011", + "m_hMyWeapons.012", + "m_hMyWeapons.013", + "m_hMyWeapons.014", + "m_hMyWeapons.015", + "m_hMyWeapons.016", + "m_hMyWeapons.017", + "m_hMyWeapons.018", + "m_hMyWeapons.019", + "m_hMyWeapons.020", + "m_hMyWeapons.021", + "m_hMyWeapons.022", + "m_hMyWeapons.023", + "m_hMyWeapons.024", + "m_hMyWeapons.025", + "m_hMyWeapons.026", + "m_hMyWeapons.027", + "m_hMyWeapons.028", + "m_hMyWeapons.029", + "m_hMyWeapons.030", + "m_hMyWeapons.031", + "m_hMyWeapons.032", + "m_hMyWeapons.033", + "m_hMyWeapons.034", + "m_hMyWeapons.035", + "m_hMyWeapons.036", + "m_hMyWeapons.037", + "m_hMyWeapons.038", + "m_hMyWeapons.039", + "m_hMyWeapons.040", + "m_hMyWeapons.041", + "m_hMyWeapons.042", + "m_hMyWeapons.043", + "m_hMyWeapons.044", + "m_hMyWeapons.045", + "m_hMyWeapons.046", + "m_hMyWeapons.047", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_CollisionProperty.m_vecMins", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_CollisionProperty.m_vecMaxs", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseFlex.m_blinktoggle", + "DT_BaseFlex.m_viewtarget", + "DT_BaseCombatCharacter.m_bGlowEnabled", + "DT_BaseCombatCharacter.m_hActiveWeapon", + "DT_Zombie.m_flHeadScale" ], - "m_bTeamReady": [ - "m_bTeamReady.000", - "m_bTeamReady.001", - "m_bTeamReady.002", - "m_bTeamReady.003", - "m_bTeamReady.004", - "m_bTeamReady.005", - "m_bTeamReady.006", - "m_bTeamReady.007", - "m_bTeamReady.008", - "m_bTeamReady.009", - "m_bTeamReady.010", - "m_bTeamReady.011", - "m_bTeamReady.012", - "m_bTeamReady.013", - "m_bTeamReady.014", - "m_bTeamReady.015", - "m_bTeamReady.016", - "m_bTeamReady.017", - "m_bTeamReady.018", - "m_bTeamReady.019", - "m_bTeamReady.020", - "m_bTeamReady.021", - "m_bTeamReady.022", - "m_bTeamReady.023", - "m_bTeamReady.024", - "m_bTeamReady.025", - "m_bTeamReady.026", - "m_bTeamReady.027", - "m_bTeamReady.028", - "m_bTeamReady.029", - "m_bTeamReady.030", - "m_bTeamReady.031" + "SpellTransposeTeleport": [ + "DT_AnimTimeMustBeFirst.m_flAnimTime", + "DT_ServerAnimationData.m_flCycle", + "DT_BaseEntity.m_flSimulationTime", + "DT_TFWeaponBaseGrenadeProj.m_vecOrigin", + "DT_TFWeaponBaseGrenadeProj.m_angRotation", + "DT_CollisionProperty.m_nSolidType", + "DT_CollisionProperty.m_usSolidFlags", + "DT_CollisionProperty.m_nSurroundType", + "DT_CollisionProperty.m_triggerBloat", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMinsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxsPreScaled", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMins", + "DT_CollisionProperty.m_vecSpecifiedSurroundingMaxs", + "DT_PredictableId.m_PredictableID", + "DT_PredictableId.m_bIsPlayerSimulated", + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003", + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023", + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003", + "DT_CollisionProperty.m_vecMinsPreScaled", + "DT_CollisionProperty.m_vecMaxsPreScaled", + "DT_BaseEntity.m_ubInterpolationFrame", + "DT_BaseEntity.m_nModelIndex", + "DT_BaseEntity.m_nRenderFX", + "DT_BaseEntity.m_nRenderMode", + "DT_BaseEntity.m_fEffects", + "DT_BaseEntity.m_clrRender", + "DT_BaseEntity.m_iTeamNum", + "DT_BaseEntity.m_CollisionGroup", + "DT_BaseEntity.m_flElasticity", + "DT_BaseEntity.m_flShadowCastDistance", + "DT_BaseEntity.m_hOwnerEntity", + "DT_BaseEntity.m_hEffectEntity", + "DT_BaseEntity.moveparent", + "DT_BaseEntity.m_iParentAttachment", + "DT_BaseEntity.movetype", + "DT_BaseEntity.movecollide", + "DT_BaseEntity.m_iTextureFrameIndex", + "DT_BaseEntity.m_bSimulatedEveryTick", + "DT_BaseEntity.m_bAnimatedEveryTick", + "DT_BaseEntity.m_bAlternateSorting", + "DT_BaseAnimating.m_nForceBone", + "DT_BaseAnimating.m_vecForce", + "DT_BaseAnimating.m_nSkin", + "DT_BaseAnimating.m_nBody", + "DT_BaseAnimating.m_nHitboxSet", + "DT_BaseAnimating.m_flModelScale", + "DT_BaseAnimating.m_nSequence", + "DT_BaseAnimating.m_flPlaybackRate", + "DT_BaseAnimating.m_bClientSideAnimation", + "DT_BaseAnimating.m_bClientSideFrameReset", + "DT_BaseAnimating.m_nNewSequenceParity", + "DT_BaseAnimating.m_nResetEventsParity", + "DT_BaseAnimating.m_nMuzzleFlashParity", + "DT_BaseAnimating.m_hLightingOrigin", + "DT_BaseAnimating.m_hLightingOriginRelative", + "DT_BaseAnimating.m_fadeMinDist", + "DT_BaseAnimating.m_fadeMaxDist", + "DT_BaseAnimating.m_flFadeScale", + "DT_BaseProjectile.m_hOriginalLauncher", + "DT_BaseGrenade.m_flDamage", + "DT_BaseGrenade.m_DmgRadius", + "DT_BaseGrenade.m_bIsLive", + "DT_BaseGrenade.m_hThrower", + "DT_BaseGrenade.m_vecVelocity", + "DT_BaseGrenade.m_fFlags", + "DT_TFWeaponBaseGrenadeProj.m_vInitialVelocity", + "DT_TFWeaponBaseGrenadeProj.m_bCritical", + "DT_CollisionProperty.m_vecMins", + "DT_CollisionProperty.m_vecMaxs", + "DT_TFWeaponBaseGrenadeProj.m_iDeflected", + "DT_TFWeaponBaseGrenadeProj.m_hDeflectOwner", + "DT_TFProjectile_Pipebomb.m_bTouched", + "DT_TFProjectile_Pipebomb.m_iType", + "DT_TFProjectile_Pipebomb.m_hLauncher", + "DT_TFProjectile_Pipebomb.m_bDefensiveBomb" ], - "m_bPlayerReady": [ - "m_bPlayerReady.000", - "m_bPlayerReady.001", - "m_bPlayerReady.002", - "m_bPlayerReady.003", - "m_bPlayerReady.004", - "m_bPlayerReady.005", - "m_bPlayerReady.006", - "m_bPlayerReady.007", - "m_bPlayerReady.008", - "m_bPlayerReady.009", - "m_bPlayerReady.010", - "m_bPlayerReady.011", - "m_bPlayerReady.012", - "m_bPlayerReady.013", - "m_bPlayerReady.014", - "m_bPlayerReady.015", - "m_bPlayerReady.016", - "m_bPlayerReady.017", - "m_bPlayerReady.018", - "m_bPlayerReady.019", - "m_bPlayerReady.020", - "m_bPlayerReady.021", - "m_bPlayerReady.022", - "m_bPlayerReady.023", - "m_bPlayerReady.024", - "m_bPlayerReady.025", - "m_bPlayerReady.026", - "m_bPlayerReady.027", - "m_bPlayerReady.028", - "m_bPlayerReady.029", - "m_bPlayerReady.030", - "m_bPlayerReady.031", - "m_bPlayerReady.032" + "_LPT_m_AnimOverlay_15": [ + "_LPT_m_AnimOverlay_15.lengthprop15" ], - "DT_EffectData": [ - "DT_EffectData.m_vOrigin[0]", - "DT_EffectData.m_vOrigin[1]", - "DT_EffectData.m_vOrigin[2]", - "DT_EffectData.m_vStart[0]", - "DT_EffectData.m_vStart[1]", - "DT_EffectData.m_vStart[2]", - "DT_EffectData.m_vAngles", - "DT_EffectData.m_vNormal", - "DT_EffectData.m_fFlags", - "DT_EffectData.m_flMagnitude", - "DT_EffectData.m_flScale", - "DT_EffectData.m_nAttachmentIndex", - "DT_EffectData.m_nSurfaceProp", - "DT_EffectData.m_iEffectName", - "DT_EffectData.m_nMaterial", - "DT_EffectData.m_nDamageType", - "DT_EffectData.m_nHitBox", - "DT_EffectData.entindex", - "DT_EffectData.m_nColor", - "DT_EffectData.m_flRadius", - "DT_EffectData.m_bCustomColors", - "DT_EffectData.m_CustomColors.m_vecColor1", - "DT_EffectData.m_CustomColors.m_vecColor2", - "DT_EffectData.m_bControlPoint1", - "DT_EffectData.m_ControlPoint1.m_eParticleAttachment", - "DT_EffectData.m_ControlPoint1.m_vecOffset[0]", - "DT_EffectData.m_ControlPoint1.m_vecOffset[1]", - "DT_EffectData.m_ControlPoint1.m_vecOffset[2]" + "_LPT_m_Attributes_15": [ + "_LPT_m_Attributes_15.lengthprop15" ], - "DT_ProxyToggle_ProxiedData": [ - "DT_ProxyToggle_ProxiedData.m_WithProxy" + "_LPT_m_aBonusPlayerRoll_33": [ + "_LPT_m_aBonusPlayerRoll_33.lengthprop33" ], - "DT_LocalTFWeaponData": [ - "DT_LocalTFWeaponData.m_flLastCritCheckTime", - "DT_LocalTFWeaponData.m_flReloadPriorNextFire", - "DT_LocalTFWeaponData.m_flLastFireTime", - "DT_LocalTFWeaponData.m_flEffectBarRegenTime", - "DT_LocalTFWeaponData.m_flObservedCritChance" + "_LPT_m_hActorList_16": [ + "_LPT_m_hActorList_16.lengthprop16" ], - "DT_TFWeaponDataNonLocal": [], - "DT_PipebombLauncherLocalData": [ - "DT_PipebombLauncherLocalData.m_iPipebombCount", - "DT_PipebombLauncherLocalData.m_flChargeBeginTime" + "_LPT_m_hMyWearables_8": [ + "_LPT_m_hMyWearables_8.lengthprop8" ], - "DT_LocalFlameThrower": [ - "DT_LocalFlameThrower.m_iActiveFlames", - "DT_LocalFlameThrower.m_iDamagingFlames" + "_LPT_m_hRagWearables_8": [ + "_LPT_m_hRagWearables_8.lengthprop8" ], - "DT_TFGameRules": [ - "DT_TFGameRules.m_nGameType", - "DT_TFGameRules.m_nStopWatchState", - "DT_TFGameRules.m_pszTeamGoalStringRed", - "DT_TFGameRules.m_pszTeamGoalStringBlue", - "DT_TFGameRules.m_flCapturePointEnableTime", - "DT_TFGameRules.m_nHudType", - "DT_TFGameRules.m_bIsInTraining", - "DT_TFGameRules.m_bAllowTrainingAchievements", - "DT_TFGameRules.m_bIsWaitingForTrainingContinue", - "DT_TFGameRules.m_bIsTrainingHUDVisible", - "DT_TFGameRules.m_bIsInItemTestingMode", - "DT_TFGameRules.m_hBonusLogic", - "DT_TFGameRules.m_bPlayingKoth", - "DT_TFGameRules.m_bPlayingMedieval", - "DT_TFGameRules.m_bPlayingHybrid_CTF_CP", - "DT_TFGameRules.m_bPlayingSpecialDeliveryMode", - "DT_TFGameRules.m_bPlayingRobotDestructionMode", - "DT_TFGameRules.m_hRedKothTimer", - "DT_TFGameRules.m_hBlueKothTimer", - "DT_TFGameRules.m_nMapHolidayType", - "DT_TFGameRules.m_itHandle", - "DT_TFGameRules.m_bPlayingMannVsMachine", - "DT_TFGameRules.m_hBirthdayPlayer", - "DT_TFGameRules.m_nBossHealth", - "DT_TFGameRules.m_nMaxBossHealth", - "DT_TFGameRules.m_fBossNormalizedTravelDistance", - "DT_TFGameRules.m_bMannVsMachineAlarmStatus", - "DT_TFGameRules.m_bHaveMinPlayersToEnableReady", - "DT_TFGameRules.m_bBountyModeEnabled", - "DT_TFGameRules.m_nHalloweenEffect", - "DT_TFGameRules.m_fHalloweenEffectStartTime", - "DT_TFGameRules.m_fHalloweenEffectDuration", - "DT_TFGameRules.m_halloweenScenario", - "DT_TFGameRules.m_bHelltowerPlayersInHell", - "DT_TFGameRules.m_bIsUsingSpells", - "DT_TFGameRules.m_bCompetitiveMode", - "DT_TFGameRules.m_bPowerupMode", - "DT_TFGameRules.m_pszCustomUpgradesFile" + "_ST_m_AnimOverlay_15": [ + "_LPT_m_AnimOverlay_15.lengthprop15", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder", + "DT_Animationlayer.m_nSequence", + "DT_Animationlayer.m_flCycle", + "DT_Animationlayer.m_flPrevCycle", + "DT_Animationlayer.m_flWeight", + "DT_Animationlayer.m_nOrder" + ], + "_ST_m_Attributes_15": [ + "_LPT_m_Attributes_15.lengthprop15", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency", + "DT_ScriptCreatedAttribute.m_iAttributeDefinitionIndex", + "DT_ScriptCreatedAttribute.m_iRawValue32", + "DT_ScriptCreatedAttribute.m_nRefundableCurrency" + ], + "_ST_m_aBonusPlayerRoll_33": [ + "_LPT_m_aBonusPlayerRoll_33.lengthprop33", + "_ST_m_aBonusPlayerRoll_33.000", + "_ST_m_aBonusPlayerRoll_33.001", + "_ST_m_aBonusPlayerRoll_33.002", + "_ST_m_aBonusPlayerRoll_33.003", + "_ST_m_aBonusPlayerRoll_33.004", + "_ST_m_aBonusPlayerRoll_33.005", + "_ST_m_aBonusPlayerRoll_33.006", + "_ST_m_aBonusPlayerRoll_33.007", + "_ST_m_aBonusPlayerRoll_33.008", + "_ST_m_aBonusPlayerRoll_33.009", + "_ST_m_aBonusPlayerRoll_33.010", + "_ST_m_aBonusPlayerRoll_33.011", + "_ST_m_aBonusPlayerRoll_33.012", + "_ST_m_aBonusPlayerRoll_33.013", + "_ST_m_aBonusPlayerRoll_33.014", + "_ST_m_aBonusPlayerRoll_33.015", + "_ST_m_aBonusPlayerRoll_33.016", + "_ST_m_aBonusPlayerRoll_33.017", + "_ST_m_aBonusPlayerRoll_33.018", + "_ST_m_aBonusPlayerRoll_33.019", + "_ST_m_aBonusPlayerRoll_33.020", + "_ST_m_aBonusPlayerRoll_33.021", + "_ST_m_aBonusPlayerRoll_33.022", + "_ST_m_aBonusPlayerRoll_33.023", + "_ST_m_aBonusPlayerRoll_33.024", + "_ST_m_aBonusPlayerRoll_33.025", + "_ST_m_aBonusPlayerRoll_33.026", + "_ST_m_aBonusPlayerRoll_33.027", + "_ST_m_aBonusPlayerRoll_33.028", + "_ST_m_aBonusPlayerRoll_33.029", + "_ST_m_aBonusPlayerRoll_33.030", + "_ST_m_aBonusPlayerRoll_33.031", + "_ST_m_aBonusPlayerRoll_33.032" + ], + "_ST_m_hActorList_16": [ + "_LPT_m_hActorList_16.lengthprop16", + "_ST_m_hActorList_16.000", + "_ST_m_hActorList_16.001", + "_ST_m_hActorList_16.002", + "_ST_m_hActorList_16.003", + "_ST_m_hActorList_16.004", + "_ST_m_hActorList_16.005", + "_ST_m_hActorList_16.006", + "_ST_m_hActorList_16.007", + "_ST_m_hActorList_16.008", + "_ST_m_hActorList_16.009", + "_ST_m_hActorList_16.010", + "_ST_m_hActorList_16.011", + "_ST_m_hActorList_16.012", + "_ST_m_hActorList_16.013", + "_ST_m_hActorList_16.014", + "_ST_m_hActorList_16.015" + ], + "_ST_m_hMyWearables_8": [ + "_LPT_m_hMyWearables_8.lengthprop8", + "_ST_m_hMyWearables_8.000", + "_ST_m_hMyWearables_8.001", + "_ST_m_hMyWearables_8.002", + "_ST_m_hMyWearables_8.003", + "_ST_m_hMyWearables_8.004", + "_ST_m_hMyWearables_8.005", + "_ST_m_hMyWearables_8.006", + "_ST_m_hMyWearables_8.007" + ], + "_ST_m_hRagWearables_8": [ + "_LPT_m_hRagWearables_8.lengthprop8", + "_ST_m_hRagWearables_8.000", + "_ST_m_hRagWearables_8.001", + "_ST_m_hRagWearables_8.002", + "_ST_m_hRagWearables_8.003", + "_ST_m_hRagWearables_8.004", + "_ST_m_hRagWearables_8.005", + "_ST_m_hRagWearables_8.006", + "_ST_m_hRagWearables_8.007" + ], + "m_RawPanelBitVec": [ + "m_RawPanelBitVec.000", + "m_RawPanelBitVec.001", + "m_RawPanelBitVec.002", + "m_RawPanelBitVec.003", + "m_RawPanelBitVec.004", + "m_RawPanelBitVec.005", + "m_RawPanelBitVec.006", + "m_RawPanelBitVec.007", + "m_RawPanelBitVec.008", + "m_RawPanelBitVec.009", + "m_RawPanelBitVec.010", + "m_RawPanelBitVec.011", + "m_RawPanelBitVec.012", + "m_RawPanelBitVec.013", + "m_RawPanelBitVec.014", + "m_RawPanelBitVec.015", + "m_RawPanelBitVec.016", + "m_RawPanelBitVec.017", + "m_RawPanelBitVec.018", + "m_RawPanelBitVec.019", + "m_RawPanelBitVec.020", + "m_RawPanelBitVec.021", + "m_RawPanelBitVec.022", + "m_RawPanelBitVec.023", + "m_RawPanelBitVec.024", + "m_RawPanelBitVec.025", + "m_RawPanelBitVec.026", + "m_RawPanelBitVec.027", + "m_RawPanelBitVec.028", + "m_RawPanelBitVec.029", + "m_RawPanelBitVec.030", + "m_RawPanelBitVec.031", + "m_RawPanelBitVec.032", + "m_RawPanelBitVec.033", + "m_RawPanelBitVec.034", + "m_RawPanelBitVec.035", + "m_RawPanelBitVec.036", + "m_RawPanelBitVec.037", + "m_RawPanelBitVec.038", + "m_RawPanelBitVec.039", + "m_RawPanelBitVec.040", + "m_RawPanelBitVec.041", + "m_RawPanelBitVec.042", + "m_RawPanelBitVec.043", + "m_RawPanelBitVec.044", + "m_RawPanelBitVec.045", + "m_RawPanelBitVec.046", + "m_RawPanelBitVec.047", + "m_RawPanelBitVec.048", + "m_RawPanelBitVec.049", + "m_RawPanelBitVec.050", + "m_RawPanelBitVec.051", + "m_RawPanelBitVec.052", + "m_RawPanelBitVec.053", + "m_RawPanelBitVec.054", + "m_RawPanelBitVec.055", + "m_RawPanelBitVec.056", + "m_RawPanelBitVec.057", + "m_RawPanelBitVec.058", + "m_RawPanelBitVec.059", + "m_RawPanelBitVec.060", + "m_RawPanelBitVec.061", + "m_RawPanelBitVec.062", + "m_RawPanelBitVec.063", + "m_RawPanelBitVec.064", + "m_RawPanelBitVec.065", + "m_RawPanelBitVec.066", + "m_RawPanelBitVec.067", + "m_RawPanelBitVec.068", + "m_RawPanelBitVec.069", + "m_RawPanelBitVec.070", + "m_RawPanelBitVec.071", + "m_RawPanelBitVec.072", + "m_RawPanelBitVec.073", + "m_RawPanelBitVec.074", + "m_RawPanelBitVec.075", + "m_RawPanelBitVec.076", + "m_RawPanelBitVec.077", + "m_RawPanelBitVec.078", + "m_RawPanelBitVec.079", + "m_RawPanelBitVec.080", + "m_RawPanelBitVec.081", + "m_RawPanelBitVec.082", + "m_RawPanelBitVec.083", + "m_RawPanelBitVec.084", + "m_RawPanelBitVec.085", + "m_RawPanelBitVec.086", + "m_RawPanelBitVec.087", + "m_RawPanelBitVec.088", + "m_RawPanelBitVec.089", + "m_RawPanelBitVec.090", + "m_RawPanelBitVec.091", + "m_RawPanelBitVec.092", + "m_RawPanelBitVec.093", + "m_RawPanelBitVec.094", + "m_RawPanelBitVec.095", + "m_RawPanelBitVec.096", + "m_RawPanelBitVec.097", + "m_RawPanelBitVec.098", + "m_RawPanelBitVec.099", + "m_RawPanelBitVec.100", + "m_RawPanelBitVec.101", + "m_RawPanelBitVec.102", + "m_RawPanelBitVec.103", + "m_RawPanelBitVec.104", + "m_RawPanelBitVec.105", + "m_RawPanelBitVec.106", + "m_RawPanelBitVec.107", + "m_RawPanelBitVec.108", + "m_RawPanelBitVec.109", + "m_RawPanelBitVec.110", + "m_RawPanelBitVec.111", + "m_RawPanelBitVec.112", + "m_RawPanelBitVec.113", + "m_RawPanelBitVec.114", + "m_RawPanelBitVec.115", + "m_RawPanelBitVec.116", + "m_RawPanelBitVec.117", + "m_RawPanelBitVec.118", + "m_RawPanelBitVec.119", + "m_RawPanelBitVec.120", + "m_RawPanelBitVec.121", + "m_RawPanelBitVec.122", + "m_RawPanelBitVec.123", + "m_RawPanelBitVec.124", + "m_RawPanelBitVec.125", + "m_RawPanelBitVec.126", + "m_RawPanelBitVec.127", + "m_RawPanelBitVec.128", + "m_RawPanelBitVec.129", + "m_RawPanelBitVec.130", + "m_RawPanelBitVec.131", + "m_RawPanelBitVec.132", + "m_RawPanelBitVec.133", + "m_RawPanelBitVec.134", + "m_RawPanelBitVec.135", + "m_RawPanelBitVec.136", + "m_RawPanelBitVec.137", + "m_RawPanelBitVec.138", + "m_RawPanelBitVec.139", + "m_RawPanelBitVec.140", + "m_RawPanelBitVec.141", + "m_RawPanelBitVec.142", + "m_RawPanelBitVec.143", + "m_RawPanelBitVec.144", + "m_RawPanelBitVec.145", + "m_RawPanelBitVec.146", + "m_RawPanelBitVec.147", + "m_RawPanelBitVec.148", + "m_RawPanelBitVec.149", + "m_RawPanelBitVec.150", + "m_RawPanelBitVec.151", + "m_RawPanelBitVec.152", + "m_RawPanelBitVec.153", + "m_RawPanelBitVec.154", + "m_RawPanelBitVec.155", + "m_RawPanelBitVec.156", + "m_RawPanelBitVec.157", + "m_RawPanelBitVec.158", + "m_RawPanelBitVec.159", + "m_RawPanelBitVec.160", + "m_RawPanelBitVec.161", + "m_RawPanelBitVec.162", + "m_RawPanelBitVec.163", + "m_RawPanelBitVec.164", + "m_RawPanelBitVec.165", + "m_RawPanelBitVec.166", + "m_RawPanelBitVec.167", + "m_RawPanelBitVec.168", + "m_RawPanelBitVec.169", + "m_RawPanelBitVec.170", + "m_RawPanelBitVec.171", + "m_RawPanelBitVec.172", + "m_RawPanelBitVec.173", + "m_RawPanelBitVec.174", + "m_RawPanelBitVec.175", + "m_RawPanelBitVec.176", + "m_RawPanelBitVec.177", + "m_RawPanelBitVec.178", + "m_RawPanelBitVec.179", + "m_RawPanelBitVec.180", + "m_RawPanelBitVec.181", + "m_RawPanelBitVec.182", + "m_RawPanelBitVec.183", + "m_RawPanelBitVec.184", + "m_RawPanelBitVec.185", + "m_RawPanelBitVec.186", + "m_RawPanelBitVec.187", + "m_RawPanelBitVec.188", + "m_RawPanelBitVec.189", + "m_RawPanelBitVec.190", + "m_RawPanelBitVec.191", + "m_RawPanelBitVec.192", + "m_RawPanelBitVec.193", + "m_RawPanelBitVec.194", + "m_RawPanelBitVec.195", + "m_RawPanelBitVec.196", + "m_RawPanelBitVec.197", + "m_RawPanelBitVec.198", + "m_RawPanelBitVec.199", + "m_RawPanelBitVec.200", + "m_RawPanelBitVec.201", + "m_RawPanelBitVec.202", + "m_RawPanelBitVec.203", + "m_RawPanelBitVec.204", + "m_RawPanelBitVec.205", + "m_RawPanelBitVec.206", + "m_RawPanelBitVec.207", + "m_RawPanelBitVec.208", + "m_RawPanelBitVec.209", + "m_RawPanelBitVec.210", + "m_RawPanelBitVec.211", + "m_RawPanelBitVec.212", + "m_RawPanelBitVec.213", + "m_RawPanelBitVec.214", + "m_RawPanelBitVec.215", + "m_RawPanelBitVec.216", + "m_RawPanelBitVec.217", + "m_RawPanelBitVec.218", + "m_RawPanelBitVec.219", + "m_RawPanelBitVec.220", + "m_RawPanelBitVec.221", + "m_RawPanelBitVec.222", + "m_RawPanelBitVec.223", + "m_RawPanelBitVec.224", + "m_RawPanelBitVec.225", + "m_RawPanelBitVec.226", + "m_RawPanelBitVec.227", + "m_RawPanelBitVec.228", + "m_RawPanelBitVec.229", + "m_RawPanelBitVec.230", + "m_RawPanelBitVec.231", + "m_RawPanelBitVec.232", + "m_RawPanelBitVec.233", + "m_RawPanelBitVec.234", + "m_RawPanelBitVec.235", + "m_RawPanelBitVec.236", + "m_RawPanelBitVec.237", + "m_RawPanelBitVec.238", + "m_RawPanelBitVec.239", + "m_RawPanelBitVec.240", + "m_RawPanelBitVec.241", + "m_RawPanelBitVec.242", + "m_RawPanelBitVec.243", + "m_RawPanelBitVec.244", + "m_RawPanelBitVec.245", + "m_RawPanelBitVec.246", + "m_RawPanelBitVec.247", + "m_RawPanelBitVec.248", + "m_RawPanelBitVec.249", + "m_RawPanelBitVec.250", + "m_RawPanelBitVec.251", + "m_RawPanelBitVec.252", + "m_RawPanelBitVec.253", + "m_RawPanelBitVec.254", + "m_RawPanelBitVec.255" ], - "m_nMinigameTeamScore": [ - "m_nMinigameTeamScore.000", - "m_nMinigameTeamScore.001", - "m_nMinigameTeamScore.002", - "m_nMinigameTeamScore.003" + "m_TeamRespawnWaveTimes": [ + "m_TeamRespawnWaveTimes.000", + "m_TeamRespawnWaveTimes.001", + "m_TeamRespawnWaveTimes.002", + "m_TeamRespawnWaveTimes.003", + "m_TeamRespawnWaveTimes.004", + "m_TeamRespawnWaveTimes.005", + "m_TeamRespawnWaveTimes.006", + "m_TeamRespawnWaveTimes.007", + "m_TeamRespawnWaveTimes.008", + "m_TeamRespawnWaveTimes.009", + "m_TeamRespawnWaveTimes.010", + "m_TeamRespawnWaveTimes.011", + "m_TeamRespawnWaveTimes.012", + "m_TeamRespawnWaveTimes.013", + "m_TeamRespawnWaveTimes.014", + "m_TeamRespawnWaveTimes.015", + "m_TeamRespawnWaveTimes.016", + "m_TeamRespawnWaveTimes.017", + "m_TeamRespawnWaveTimes.018", + "m_TeamRespawnWaveTimes.019", + "m_TeamRespawnWaveTimes.020", + "m_TeamRespawnWaveTimes.021", + "m_TeamRespawnWaveTimes.022", + "m_TeamRespawnWaveTimes.023", + "m_TeamRespawnWaveTimes.024", + "m_TeamRespawnWaveTimes.025", + "m_TeamRespawnWaveTimes.026", + "m_TeamRespawnWaveTimes.027", + "m_TeamRespawnWaveTimes.028", + "m_TeamRespawnWaveTimes.029", + "m_TeamRespawnWaveTimes.030", + "m_TeamRespawnWaveTimes.031" ], - "m_nMannVsMachineWaveClassCounts": [ - "m_nMannVsMachineWaveClassCounts.000", - "m_nMannVsMachineWaveClassCounts.001", - "m_nMannVsMachineWaveClassCounts.002", - "m_nMannVsMachineWaveClassCounts.003", - "m_nMannVsMachineWaveClassCounts.004", - "m_nMannVsMachineWaveClassCounts.005", - "m_nMannVsMachineWaveClassCounts.006", - "m_nMannVsMachineWaveClassCounts.007", - "m_nMannVsMachineWaveClassCounts.008", - "m_nMannVsMachineWaveClassCounts.009", - "m_nMannVsMachineWaveClassCounts.010", - "m_nMannVsMachineWaveClassCounts.011" + "m_aBuildableObjectTypes": [ + "m_aBuildableObjectTypes.000", + "m_aBuildableObjectTypes.001", + "m_aBuildableObjectTypes.002", + "m_aBuildableObjectTypes.003" ], - "m_nMannVsMachineWaveClassFlags": [ - "m_nMannVsMachineWaveClassFlags.000", - "m_nMannVsMachineWaveClassFlags.001", - "m_nMannVsMachineWaveClassFlags.002", - "m_nMannVsMachineWaveClassFlags.003", - "m_nMannVsMachineWaveClassFlags.004", - "m_nMannVsMachineWaveClassFlags.005", - "m_nMannVsMachineWaveClassFlags.006", - "m_nMannVsMachineWaveClassFlags.007", - "m_nMannVsMachineWaveClassFlags.008", - "m_nMannVsMachineWaveClassFlags.009", - "m_nMannVsMachineWaveClassFlags.010", - "m_nMannVsMachineWaveClassFlags.011" + "m_bAlive": [ + "m_bAlive.000", + "m_bAlive.001", + "m_bAlive.002", + "m_bAlive.003", + "m_bAlive.004", + "m_bAlive.005", + "m_bAlive.006", + "m_bAlive.007", + "m_bAlive.008", + "m_bAlive.009", + "m_bAlive.010", + "m_bAlive.011", + "m_bAlive.012", + "m_bAlive.013", + "m_bAlive.014", + "m_bAlive.015", + "m_bAlive.016", + "m_bAlive.017", + "m_bAlive.018", + "m_bAlive.019", + "m_bAlive.020", + "m_bAlive.021", + "m_bAlive.022", + "m_bAlive.023", + "m_bAlive.024", + "m_bAlive.025", + "m_bAlive.026", + "m_bAlive.027", + "m_bAlive.028", + "m_bAlive.029", + "m_bAlive.030", + "m_bAlive.031", + "m_bAlive.032", + "m_bAlive.033" ], - "m_nMannVsMachineWaveClassCounts2": [ - "m_nMannVsMachineWaveClassCounts2.000", - "m_nMannVsMachineWaveClassCounts2.001", - "m_nMannVsMachineWaveClassCounts2.002", - "m_nMannVsMachineWaveClassCounts2.003", - "m_nMannVsMachineWaveClassCounts2.004", - "m_nMannVsMachineWaveClassCounts2.005", - "m_nMannVsMachineWaveClassCounts2.006", - "m_nMannVsMachineWaveClassCounts2.007", - "m_nMannVsMachineWaveClassCounts2.008", - "m_nMannVsMachineWaveClassCounts2.009", - "m_nMannVsMachineWaveClassCounts2.010", - "m_nMannVsMachineWaveClassCounts2.011" + "m_bArenaSpectator": [ + "m_bArenaSpectator.000", + "m_bArenaSpectator.001", + "m_bArenaSpectator.002", + "m_bArenaSpectator.003", + "m_bArenaSpectator.004", + "m_bArenaSpectator.005", + "m_bArenaSpectator.006", + "m_bArenaSpectator.007", + "m_bArenaSpectator.008", + "m_bArenaSpectator.009", + "m_bArenaSpectator.010", + "m_bArenaSpectator.011", + "m_bArenaSpectator.012", + "m_bArenaSpectator.013", + "m_bArenaSpectator.014", + "m_bArenaSpectator.015", + "m_bArenaSpectator.016", + "m_bArenaSpectator.017", + "m_bArenaSpectator.018", + "m_bArenaSpectator.019", + "m_bArenaSpectator.020", + "m_bArenaSpectator.021", + "m_bArenaSpectator.022", + "m_bArenaSpectator.023", + "m_bArenaSpectator.024", + "m_bArenaSpectator.025", + "m_bArenaSpectator.026", + "m_bArenaSpectator.027", + "m_bArenaSpectator.028", + "m_bArenaSpectator.029", + "m_bArenaSpectator.030", + "m_bArenaSpectator.031", + "m_bArenaSpectator.032", + "m_bArenaSpectator.033" ], - "m_nMannVsMachineWaveClassFlags2": [ - "m_nMannVsMachineWaveClassFlags2.000", - "m_nMannVsMachineWaveClassFlags2.001", - "m_nMannVsMachineWaveClassFlags2.002", - "m_nMannVsMachineWaveClassFlags2.003", - "m_nMannVsMachineWaveClassFlags2.004", - "m_nMannVsMachineWaveClassFlags2.005", - "m_nMannVsMachineWaveClassFlags2.006", - "m_nMannVsMachineWaveClassFlags2.007", - "m_nMannVsMachineWaveClassFlags2.008", - "m_nMannVsMachineWaveClassFlags2.009", - "m_nMannVsMachineWaveClassFlags2.010", - "m_nMannVsMachineWaveClassFlags2.011" + "m_bBlocked": [ + "m_bBlocked.000", + "m_bBlocked.001", + "m_bBlocked.002", + "m_bBlocked.003", + "m_bBlocked.004", + "m_bBlocked.005", + "m_bBlocked.006", + "m_bBlocked.007" ], - "m_bMannVsMachineWaveClassActive": [ - "m_bMannVsMachineWaveClassActive.000", - "m_bMannVsMachineWaveClassActive.001", - "m_bMannVsMachineWaveClassActive.002", - "m_bMannVsMachineWaveClassActive.003", - "m_bMannVsMachineWaveClassActive.004", - "m_bMannVsMachineWaveClassActive.005", - "m_bMannVsMachineWaveClassActive.006", - "m_bMannVsMachineWaveClassActive.007", - "m_bMannVsMachineWaveClassActive.008", - "m_bMannVsMachineWaveClassActive.009", - "m_bMannVsMachineWaveClassActive.010", - "m_bMannVsMachineWaveClassActive.011" + "m_bCPCapRateScalesWithPlayers": [ + "m_bCPCapRateScalesWithPlayers.000", + "m_bCPCapRateScalesWithPlayers.001", + "m_bCPCapRateScalesWithPlayers.002", + "m_bCPCapRateScalesWithPlayers.003", + "m_bCPCapRateScalesWithPlayers.004", + "m_bCPCapRateScalesWithPlayers.005", + "m_bCPCapRateScalesWithPlayers.006", + "m_bCPCapRateScalesWithPlayers.007" ], - "m_bMannVsMachineWaveClassActive2": [ - "m_bMannVsMachineWaveClassActive2.000", - "m_bMannVsMachineWaveClassActive2.001", - "m_bMannVsMachineWaveClassActive2.002", - "m_bMannVsMachineWaveClassActive2.003", - "m_bMannVsMachineWaveClassActive2.004", - "m_bMannVsMachineWaveClassActive2.005", - "m_bMannVsMachineWaveClassActive2.006", - "m_bMannVsMachineWaveClassActive2.007", - "m_bMannVsMachineWaveClassActive2.008", - "m_bMannVsMachineWaveClassActive2.009", - "m_bMannVsMachineWaveClassActive2.010", - "m_bMannVsMachineWaveClassActive2.011" + "m_bCPIsVisible": [ + "m_bCPIsVisible.000", + "m_bCPIsVisible.001", + "m_bCPIsVisible.002", + "m_bCPIsVisible.003", + "m_bCPIsVisible.004", + "m_bCPIsVisible.005", + "m_bCPIsVisible.006", + "m_bCPIsVisible.007" ], - "DT_TFPlayerClassShared": [ - "DT_TFPlayerClassShared.m_iClass", - "DT_TFPlayerClassShared.m_iszClassIcon", - "DT_TFPlayerClassShared.m_iszCustomModel", - "DT_TFPlayerClassShared.m_vecCustomModelOffset", - "DT_TFPlayerClassShared.m_angCustomModelRotation", - "DT_TFPlayerClassShared.m_bCustomModelRotates", - "DT_TFPlayerClassShared.m_bCustomModelRotationSet", - "DT_TFPlayerClassShared.m_bCustomModelVisibleToSelf", - "DT_TFPlayerClassShared.m_bUseClassAnimations", - "DT_TFPlayerClassShared.m_iClassModelParity" + "m_bCPLocked": [ + "m_bCPLocked.000", + "m_bCPLocked.001", + "m_bCPLocked.002", + "m_bCPLocked.003", + "m_bCPLocked.004", + "m_bCPLocked.005", + "m_bCPLocked.006", + "m_bCPLocked.007" ], - "DT_TFPlayerShared": [ - "m_bPlayerDominated.000", - "m_bPlayerDominated.001", - "m_bPlayerDominated.002", - "m_bPlayerDominated.003", - "m_bPlayerDominated.004", - "m_bPlayerDominated.005", - "m_bPlayerDominated.006", - "m_bPlayerDominated.007", - "m_bPlayerDominated.008", - "m_bPlayerDominated.009", - "m_bPlayerDominated.010", - "m_bPlayerDominated.011", - "m_bPlayerDominated.012", - "m_bPlayerDominated.013", - "m_bPlayerDominated.014", - "m_bPlayerDominated.015", - "m_bPlayerDominated.016", - "m_bPlayerDominated.017", - "m_bPlayerDominated.018", - "m_bPlayerDominated.019", - "m_bPlayerDominated.020", - "m_bPlayerDominated.021", - "m_bPlayerDominated.022", - "m_bPlayerDominated.023", - "m_bPlayerDominated.024", - "m_bPlayerDominated.025", - "m_bPlayerDominated.026", - "m_bPlayerDominated.027", - "m_bPlayerDominated.028", - "m_bPlayerDominated.029", - "m_bPlayerDominated.030", - "m_bPlayerDominated.031", - "m_bPlayerDominated.032", - "m_bPlayerDominated.033", - "m_bPlayerDominatingMe.000", - "m_bPlayerDominatingMe.001", - "m_bPlayerDominatingMe.002", - "m_bPlayerDominatingMe.003", - "m_bPlayerDominatingMe.004", - "m_bPlayerDominatingMe.005", - "m_bPlayerDominatingMe.006", - "m_bPlayerDominatingMe.007", - "m_bPlayerDominatingMe.008", - "m_bPlayerDominatingMe.009", - "m_bPlayerDominatingMe.010", - "m_bPlayerDominatingMe.011", - "m_bPlayerDominatingMe.012", - "m_bPlayerDominatingMe.013", - "m_bPlayerDominatingMe.014", - "m_bPlayerDominatingMe.015", - "m_bPlayerDominatingMe.016", - "m_bPlayerDominatingMe.017", - "m_bPlayerDominatingMe.018", - "m_bPlayerDominatingMe.019", - "m_bPlayerDominatingMe.020", - "m_bPlayerDominatingMe.021", - "m_bPlayerDominatingMe.022", - "m_bPlayerDominatingMe.023", - "m_bPlayerDominatingMe.024", - "m_bPlayerDominatingMe.025", - "m_bPlayerDominatingMe.026", - "m_bPlayerDominatingMe.027", - "m_bPlayerDominatingMe.028", - "m_bPlayerDominatingMe.029", - "m_bPlayerDominatingMe.030", - "m_bPlayerDominatingMe.031", - "m_bPlayerDominatingMe.032", - "m_bPlayerDominatingMe.033", - "DT_TFPlayerScoringDataExclusive.m_iCaptures", - "DT_TFPlayerScoringDataExclusive.m_iDefenses", - "DT_TFPlayerScoringDataExclusive.m_iKills", - "DT_TFPlayerScoringDataExclusive.m_iDeaths", - "DT_TFPlayerScoringDataExclusive.m_iSuicides", - "DT_TFPlayerScoringDataExclusive.m_iDominations", - "DT_TFPlayerScoringDataExclusive.m_iRevenge", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", - "DT_TFPlayerScoringDataExclusive.m_iHeadshots", - "DT_TFPlayerScoringDataExclusive.m_iBackstabs", - "DT_TFPlayerScoringDataExclusive.m_iHealPoints", - "DT_TFPlayerScoringDataExclusive.m_iInvulns", - "DT_TFPlayerScoringDataExclusive.m_iTeleports", - "DT_TFPlayerScoringDataExclusive.m_iDamageDone", - "DT_TFPlayerScoringDataExclusive.m_iCrits", - "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", - "DT_TFPlayerScoringDataExclusive.m_iKillAssists", - "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", - "DT_TFPlayerScoringDataExclusive.m_iPoints", - "DT_TFPlayerScoringDataExclusive.m_iCaptures", - "DT_TFPlayerScoringDataExclusive.m_iDefenses", - "DT_TFPlayerScoringDataExclusive.m_iKills", - "DT_TFPlayerScoringDataExclusive.m_iDeaths", - "DT_TFPlayerScoringDataExclusive.m_iSuicides", - "DT_TFPlayerScoringDataExclusive.m_iDominations", - "DT_TFPlayerScoringDataExclusive.m_iRevenge", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", - "DT_TFPlayerScoringDataExclusive.m_iHeadshots", - "DT_TFPlayerScoringDataExclusive.m_iBackstabs", - "DT_TFPlayerScoringDataExclusive.m_iHealPoints", - "DT_TFPlayerScoringDataExclusive.m_iInvulns", - "DT_TFPlayerScoringDataExclusive.m_iTeleports", - "DT_TFPlayerScoringDataExclusive.m_iDamageDone", - "DT_TFPlayerScoringDataExclusive.m_iCrits", - "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", - "DT_TFPlayerScoringDataExclusive.m_iKillAssists", - "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", - "DT_TFPlayerScoringDataExclusive.m_iPoints", - "DT_TFPlayerSharedLocal.m_nDesiredDisguiseTeam", - "DT_TFPlayerSharedLocal.m_nDesiredDisguiseClass", - "DT_TFPlayerSharedLocal.m_bLastDisguisedAsOwnTeam", - "DT_TFPlayerSharedLocal.m_flStealthNoAttackExpire", - "DT_TFPlayerSharedLocal.m_flStealthNextChangeTime", - "DT_TFPlayerSharedLocal.m_flRageMeter", - "DT_TFPlayerSharedLocal.m_bRageDraining", - "DT_TFPlayerSharedLocal.m_flNextRageEarnTime", - "DT_TFPlayerSharedLocal.m_bInUpgradeZone", - "DT_TFPlayerConditionListExclusive._condition_bits", - "m_nStreaks.000", - "m_nStreaks.001", - "m_nStreaks.002", - "m_nStreaks.003", - "DT_TFPlayerShared.m_nPlayerCond", - "DT_TFPlayerShared.m_bJumping", - "DT_TFPlayerShared.m_nNumHealers", - "DT_TFPlayerShared.m_iCritMult", - "DT_TFPlayerShared.m_iAirDash", - "DT_TFPlayerShared.m_nAirDucked", - "DT_TFPlayerShared.m_flDuckTimer", - "DT_TFPlayerShared.m_nPlayerState", - "DT_TFPlayerShared.m_iDesiredPlayerClass", - "DT_TFPlayerShared.m_flMovementStunTime", - "DT_TFPlayerShared.m_iMovementStunAmount", - "DT_TFPlayerShared.m_iMovementStunParity", - "DT_TFPlayerShared.m_hStunner", - "DT_TFPlayerShared.m_iStunFlags", - "DT_TFPlayerShared.m_nArenaNumChanges", - "DT_TFPlayerShared.m_bArenaFirstBloodBoost", - "DT_TFPlayerShared.m_iWeaponKnockbackID", - "DT_TFPlayerShared.m_bLoadoutUnavailable", - "DT_TFPlayerShared.m_iItemFindBonus", - "DT_TFPlayerShared.m_bShieldEquipped", - "DT_TFPlayerShared.m_iNextMeleeCrit", - "DT_TFPlayerShared.m_iDecapitations", - "DT_TFPlayerShared.m_iRevengeCrits", - "DT_TFPlayerShared.m_iDisguiseBody", - "DT_TFPlayerShared.m_hCarriedObject", - "DT_TFPlayerShared.m_bCarryingObject", - "DT_TFPlayerShared.m_flNextNoiseMakerTime", - "DT_TFPlayerShared.m_iKillCountSinceLastDeploy", - "DT_TFPlayerShared.m_flFirstPrimaryAttack", - "DT_TFPlayerShared.m_flEnergyDrinkMeter", - "DT_TFPlayerShared.m_flHypeMeter", - "DT_TFPlayerShared.m_flChargeMeter", - "DT_TFPlayerShared.m_flInvisChangeCompleteTime", - "DT_TFPlayerShared.m_nDisguiseTeam", - "DT_TFPlayerShared.m_nDisguiseClass", - "DT_TFPlayerShared.m_nMaskClass", - "DT_TFPlayerShared.m_iDisguiseTargetIndex", - "DT_TFPlayerShared.m_iDisguiseHealth", - "DT_TFPlayerShared.m_bFeignDeathReady", - "DT_TFPlayerShared.m_hDisguiseWeapon", - "DT_TFPlayerShared.m_nTeamTeleporterUsed", - "DT_TFPlayerShared.m_flCloakMeter", - "DT_TFPlayerShared.m_flSpyTranqBuffDuration", - "DT_TFPlayerShared.m_iTauntIndex", - "DT_TFPlayerShared.m_iTauntConcept", - "DT_TFPlayerShared.m_nPlayerCondEx", - "DT_TFPlayerShared.m_iStunIndex", - "DT_TFPlayerShared.m_nHalloweenBombHeadStage", - "DT_TFPlayerShared.m_nPlayerCondEx2", - "DT_TFPlayerShared.m_nPlayerCondEx3", - "DT_TFPlayerShared.m_unTauntSourceItemID_Low", - "DT_TFPlayerShared.m_unTauntSourceItemID_High" + "m_bConnected": [ + "m_bConnected.000", + "m_bConnected.001", + "m_bConnected.002", + "m_bConnected.003", + "m_bConnected.004", + "m_bConnected.005", + "m_bConnected.006", + "m_bConnected.007", + "m_bConnected.008", + "m_bConnected.009", + "m_bConnected.010", + "m_bConnected.011", + "m_bConnected.012", + "m_bConnected.013", + "m_bConnected.014", + "m_bConnected.015", + "m_bConnected.016", + "m_bConnected.017", + "m_bConnected.018", + "m_bConnected.019", + "m_bConnected.020", + "m_bConnected.021", + "m_bConnected.022", + "m_bConnected.023", + "m_bConnected.024", + "m_bConnected.025", + "m_bConnected.026", + "m_bConnected.027", + "m_bConnected.028", + "m_bConnected.029", + "m_bConnected.030", + "m_bConnected.031", + "m_bConnected.032", + "m_bConnected.033" ], - "DT_TFPlayerSharedLocal": [ - "m_bPlayerDominated.000", - "m_bPlayerDominated.001", - "m_bPlayerDominated.002", - "m_bPlayerDominated.003", - "m_bPlayerDominated.004", - "m_bPlayerDominated.005", - "m_bPlayerDominated.006", - "m_bPlayerDominated.007", - "m_bPlayerDominated.008", - "m_bPlayerDominated.009", - "m_bPlayerDominated.010", - "m_bPlayerDominated.011", - "m_bPlayerDominated.012", - "m_bPlayerDominated.013", - "m_bPlayerDominated.014", - "m_bPlayerDominated.015", - "m_bPlayerDominated.016", - "m_bPlayerDominated.017", - "m_bPlayerDominated.018", - "m_bPlayerDominated.019", - "m_bPlayerDominated.020", - "m_bPlayerDominated.021", - "m_bPlayerDominated.022", - "m_bPlayerDominated.023", - "m_bPlayerDominated.024", - "m_bPlayerDominated.025", - "m_bPlayerDominated.026", - "m_bPlayerDominated.027", - "m_bPlayerDominated.028", - "m_bPlayerDominated.029", - "m_bPlayerDominated.030", - "m_bPlayerDominated.031", - "m_bPlayerDominated.032", - "m_bPlayerDominated.033", - "m_bPlayerDominatingMe.000", - "m_bPlayerDominatingMe.001", - "m_bPlayerDominatingMe.002", - "m_bPlayerDominatingMe.003", - "m_bPlayerDominatingMe.004", - "m_bPlayerDominatingMe.005", - "m_bPlayerDominatingMe.006", - "m_bPlayerDominatingMe.007", - "m_bPlayerDominatingMe.008", - "m_bPlayerDominatingMe.009", - "m_bPlayerDominatingMe.010", - "m_bPlayerDominatingMe.011", - "m_bPlayerDominatingMe.012", - "m_bPlayerDominatingMe.013", - "m_bPlayerDominatingMe.014", - "m_bPlayerDominatingMe.015", - "m_bPlayerDominatingMe.016", - "m_bPlayerDominatingMe.017", - "m_bPlayerDominatingMe.018", - "m_bPlayerDominatingMe.019", - "m_bPlayerDominatingMe.020", - "m_bPlayerDominatingMe.021", - "m_bPlayerDominatingMe.022", - "m_bPlayerDominatingMe.023", - "m_bPlayerDominatingMe.024", - "m_bPlayerDominatingMe.025", - "m_bPlayerDominatingMe.026", - "m_bPlayerDominatingMe.027", - "m_bPlayerDominatingMe.028", - "m_bPlayerDominatingMe.029", - "m_bPlayerDominatingMe.030", - "m_bPlayerDominatingMe.031", - "m_bPlayerDominatingMe.032", - "m_bPlayerDominatingMe.033", - "DT_TFPlayerScoringDataExclusive.m_iCaptures", - "DT_TFPlayerScoringDataExclusive.m_iDefenses", - "DT_TFPlayerScoringDataExclusive.m_iKills", - "DT_TFPlayerScoringDataExclusive.m_iDeaths", - "DT_TFPlayerScoringDataExclusive.m_iSuicides", - "DT_TFPlayerScoringDataExclusive.m_iDominations", - "DT_TFPlayerScoringDataExclusive.m_iRevenge", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", - "DT_TFPlayerScoringDataExclusive.m_iHeadshots", - "DT_TFPlayerScoringDataExclusive.m_iBackstabs", - "DT_TFPlayerScoringDataExclusive.m_iHealPoints", - "DT_TFPlayerScoringDataExclusive.m_iInvulns", - "DT_TFPlayerScoringDataExclusive.m_iTeleports", - "DT_TFPlayerScoringDataExclusive.m_iDamageDone", - "DT_TFPlayerScoringDataExclusive.m_iCrits", - "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", - "DT_TFPlayerScoringDataExclusive.m_iKillAssists", - "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", - "DT_TFPlayerScoringDataExclusive.m_iPoints", - "DT_TFPlayerScoringDataExclusive.m_iCaptures", - "DT_TFPlayerScoringDataExclusive.m_iDefenses", - "DT_TFPlayerScoringDataExclusive.m_iKills", - "DT_TFPlayerScoringDataExclusive.m_iDeaths", - "DT_TFPlayerScoringDataExclusive.m_iSuicides", - "DT_TFPlayerScoringDataExclusive.m_iDominations", - "DT_TFPlayerScoringDataExclusive.m_iRevenge", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", - "DT_TFPlayerScoringDataExclusive.m_iHeadshots", - "DT_TFPlayerScoringDataExclusive.m_iBackstabs", - "DT_TFPlayerScoringDataExclusive.m_iHealPoints", - "DT_TFPlayerScoringDataExclusive.m_iInvulns", - "DT_TFPlayerScoringDataExclusive.m_iTeleports", - "DT_TFPlayerScoringDataExclusive.m_iDamageDone", - "DT_TFPlayerScoringDataExclusive.m_iCrits", - "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", - "DT_TFPlayerScoringDataExclusive.m_iKillAssists", - "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", - "DT_TFPlayerScoringDataExclusive.m_iPoints", - "DT_TFPlayerSharedLocal.m_nDesiredDisguiseTeam", - "DT_TFPlayerSharedLocal.m_nDesiredDisguiseClass", - "DT_TFPlayerSharedLocal.m_bLastDisguisedAsOwnTeam", - "DT_TFPlayerSharedLocal.m_flStealthNoAttackExpire", - "DT_TFPlayerSharedLocal.m_flStealthNextChangeTime", - "DT_TFPlayerSharedLocal.m_flRageMeter", - "DT_TFPlayerSharedLocal.m_bRageDraining", - "DT_TFPlayerSharedLocal.m_flNextRageEarnTime", - "DT_TFPlayerSharedLocal.m_bInUpgradeZone" + "m_bHillIsDownhill": [ + "m_bHillIsDownhill.000", + "m_bHillIsDownhill.001", + "m_bHillIsDownhill.002", + "m_bHillIsDownhill.003", + "m_bHillIsDownhill.004", + "m_bHillIsDownhill.005", + "m_bHillIsDownhill.006", + "m_bHillIsDownhill.007", + "m_bHillIsDownhill.008", + "m_bHillIsDownhill.009", + "m_bHillIsDownhill.010", + "m_bHillIsDownhill.011", + "m_bHillIsDownhill.012", + "m_bHillIsDownhill.013", + "m_bHillIsDownhill.014", + "m_bHillIsDownhill.015", + "m_bHillIsDownhill.016", + "m_bHillIsDownhill.017", + "m_bHillIsDownhill.018", + "m_bHillIsDownhill.019" + ], + "m_bInMiniRound": [ + "m_bInMiniRound.000", + "m_bInMiniRound.001", + "m_bInMiniRound.002", + "m_bInMiniRound.003", + "m_bInMiniRound.004", + "m_bInMiniRound.005", + "m_bInMiniRound.006", + "m_bInMiniRound.007" + ], + "m_bMannVsMachineWaveClassActive": [ + "m_bMannVsMachineWaveClassActive.000", + "m_bMannVsMachineWaveClassActive.001", + "m_bMannVsMachineWaveClassActive.002", + "m_bMannVsMachineWaveClassActive.003", + "m_bMannVsMachineWaveClassActive.004", + "m_bMannVsMachineWaveClassActive.005", + "m_bMannVsMachineWaveClassActive.006", + "m_bMannVsMachineWaveClassActive.007", + "m_bMannVsMachineWaveClassActive.008", + "m_bMannVsMachineWaveClassActive.009", + "m_bMannVsMachineWaveClassActive.010", + "m_bMannVsMachineWaveClassActive.011" + ], + "m_bMannVsMachineWaveClassActive2": [ + "m_bMannVsMachineWaveClassActive2.000", + "m_bMannVsMachineWaveClassActive2.001", + "m_bMannVsMachineWaveClassActive2.002", + "m_bMannVsMachineWaveClassActive2.003", + "m_bMannVsMachineWaveClassActive2.004", + "m_bMannVsMachineWaveClassActive2.005", + "m_bMannVsMachineWaveClassActive2.006", + "m_bMannVsMachineWaveClassActive2.007", + "m_bMannVsMachineWaveClassActive2.008", + "m_bMannVsMachineWaveClassActive2.009", + "m_bMannVsMachineWaveClassActive2.010", + "m_bMannVsMachineWaveClassActive2.011" ], "m_bPlayerDominated": [ "m_bPlayerDominated.000", @@ -41452,242 +39969,717 @@ "m_bPlayerDominatingMe.032", "m_bPlayerDominatingMe.033" ], - "DT_TFPlayerScoringDataExclusive": [ - "DT_TFPlayerScoringDataExclusive.m_iCaptures", - "DT_TFPlayerScoringDataExclusive.m_iDefenses", - "DT_TFPlayerScoringDataExclusive.m_iKills", - "DT_TFPlayerScoringDataExclusive.m_iDeaths", - "DT_TFPlayerScoringDataExclusive.m_iSuicides", - "DT_TFPlayerScoringDataExclusive.m_iDominations", - "DT_TFPlayerScoringDataExclusive.m_iRevenge", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsBuilt", - "DT_TFPlayerScoringDataExclusive.m_iBuildingsDestroyed", - "DT_TFPlayerScoringDataExclusive.m_iHeadshots", - "DT_TFPlayerScoringDataExclusive.m_iBackstabs", - "DT_TFPlayerScoringDataExclusive.m_iHealPoints", - "DT_TFPlayerScoringDataExclusive.m_iInvulns", - "DT_TFPlayerScoringDataExclusive.m_iTeleports", - "DT_TFPlayerScoringDataExclusive.m_iDamageDone", - "DT_TFPlayerScoringDataExclusive.m_iCrits", - "DT_TFPlayerScoringDataExclusive.m_iResupplyPoints", - "DT_TFPlayerScoringDataExclusive.m_iKillAssists", - "DT_TFPlayerScoringDataExclusive.m_iBonusPoints", - "DT_TFPlayerScoringDataExclusive.m_iPoints" + "m_bPlayerReady": [ + "m_bPlayerReady.000", + "m_bPlayerReady.001", + "m_bPlayerReady.002", + "m_bPlayerReady.003", + "m_bPlayerReady.004", + "m_bPlayerReady.005", + "m_bPlayerReady.006", + "m_bPlayerReady.007", + "m_bPlayerReady.008", + "m_bPlayerReady.009", + "m_bPlayerReady.010", + "m_bPlayerReady.011", + "m_bPlayerReady.012", + "m_bPlayerReady.013", + "m_bPlayerReady.014", + "m_bPlayerReady.015", + "m_bPlayerReady.016", + "m_bPlayerReady.017", + "m_bPlayerReady.018", + "m_bPlayerReady.019", + "m_bPlayerReady.020", + "m_bPlayerReady.021", + "m_bPlayerReady.022", + "m_bPlayerReady.023", + "m_bPlayerReady.024", + "m_bPlayerReady.025", + "m_bPlayerReady.026", + "m_bPlayerReady.027", + "m_bPlayerReady.028", + "m_bPlayerReady.029", + "m_bPlayerReady.030", + "m_bPlayerReady.031", + "m_bPlayerReady.032" ], - "DT_TFPlayerConditionListExclusive": [ - "DT_TFPlayerConditionListExclusive._condition_bits" + "m_bTeamCanCap": [ + "m_bTeamCanCap.000", + "m_bTeamCanCap.001", + "m_bTeamCanCap.002", + "m_bTeamCanCap.003", + "m_bTeamCanCap.004", + "m_bTeamCanCap.005", + "m_bTeamCanCap.006", + "m_bTeamCanCap.007", + "m_bTeamCanCap.008", + "m_bTeamCanCap.009", + "m_bTeamCanCap.010", + "m_bTeamCanCap.011", + "m_bTeamCanCap.012", + "m_bTeamCanCap.013", + "m_bTeamCanCap.014", + "m_bTeamCanCap.015", + "m_bTeamCanCap.016", + "m_bTeamCanCap.017", + "m_bTeamCanCap.018", + "m_bTeamCanCap.019", + "m_bTeamCanCap.020", + "m_bTeamCanCap.021", + "m_bTeamCanCap.022", + "m_bTeamCanCap.023", + "m_bTeamCanCap.024", + "m_bTeamCanCap.025", + "m_bTeamCanCap.026", + "m_bTeamCanCap.027", + "m_bTeamCanCap.028", + "m_bTeamCanCap.029", + "m_bTeamCanCap.030", + "m_bTeamCanCap.031", + "m_bTeamCanCap.032", + "m_bTeamCanCap.033", + "m_bTeamCanCap.034", + "m_bTeamCanCap.035", + "m_bTeamCanCap.036", + "m_bTeamCanCap.037", + "m_bTeamCanCap.038", + "m_bTeamCanCap.039", + "m_bTeamCanCap.040", + "m_bTeamCanCap.041", + "m_bTeamCanCap.042", + "m_bTeamCanCap.043", + "m_bTeamCanCap.044", + "m_bTeamCanCap.045", + "m_bTeamCanCap.046", + "m_bTeamCanCap.047", + "m_bTeamCanCap.048", + "m_bTeamCanCap.049", + "m_bTeamCanCap.050", + "m_bTeamCanCap.051", + "m_bTeamCanCap.052", + "m_bTeamCanCap.053", + "m_bTeamCanCap.054", + "m_bTeamCanCap.055", + "m_bTeamCanCap.056", + "m_bTeamCanCap.057", + "m_bTeamCanCap.058", + "m_bTeamCanCap.059", + "m_bTeamCanCap.060", + "m_bTeamCanCap.061", + "m_bTeamCanCap.062", + "m_bTeamCanCap.063" + ], + "m_bTeamReady": [ + "m_bTeamReady.000", + "m_bTeamReady.001", + "m_bTeamReady.002", + "m_bTeamReady.003", + "m_bTeamReady.004", + "m_bTeamReady.005", + "m_bTeamReady.006", + "m_bTeamReady.007", + "m_bTeamReady.008", + "m_bTeamReady.009", + "m_bTeamReady.010", + "m_bTeamReady.011", + "m_bTeamReady.012", + "m_bTeamReady.013", + "m_bTeamReady.014", + "m_bTeamReady.015", + "m_bTeamReady.016", + "m_bTeamReady.017", + "m_bTeamReady.018", + "m_bTeamReady.019", + "m_bTeamReady.020", + "m_bTeamReady.021", + "m_bTeamReady.022", + "m_bTeamReady.023", + "m_bTeamReady.024", + "m_bTeamReady.025", + "m_bTeamReady.026", + "m_bTeamReady.027", + "m_bTeamReady.028", + "m_bTeamReady.029", + "m_bTeamReady.030", + "m_bTeamReady.031" + ], + "m_bTrackAlarm": [ + "m_bTrackAlarm.000", + "m_bTrackAlarm.001", + "m_bTrackAlarm.002", + "m_bTrackAlarm.003" + ], + "m_chAreaBits": [ + "m_chAreaBits.000", + "m_chAreaBits.001", + "m_chAreaBits.002", + "m_chAreaBits.003", + "m_chAreaBits.004", + "m_chAreaBits.005", + "m_chAreaBits.006", + "m_chAreaBits.007", + "m_chAreaBits.008", + "m_chAreaBits.009", + "m_chAreaBits.010", + "m_chAreaBits.011", + "m_chAreaBits.012", + "m_chAreaBits.013", + "m_chAreaBits.014", + "m_chAreaBits.015", + "m_chAreaBits.016", + "m_chAreaBits.017", + "m_chAreaBits.018", + "m_chAreaBits.019", + "m_chAreaBits.020", + "m_chAreaBits.021", + "m_chAreaBits.022", + "m_chAreaBits.023", + "m_chAreaBits.024", + "m_chAreaBits.025", + "m_chAreaBits.026", + "m_chAreaBits.027", + "m_chAreaBits.028", + "m_chAreaBits.029", + "m_chAreaBits.030", + "m_chAreaBits.031" + ], + "m_chAreaPortalBits": [ + "m_chAreaPortalBits.000", + "m_chAreaPortalBits.001", + "m_chAreaPortalBits.002", + "m_chAreaPortalBits.003", + "m_chAreaPortalBits.004", + "m_chAreaPortalBits.005", + "m_chAreaPortalBits.006", + "m_chAreaPortalBits.007", + "m_chAreaPortalBits.008", + "m_chAreaPortalBits.009", + "m_chAreaPortalBits.010", + "m_chAreaPortalBits.011", + "m_chAreaPortalBits.012", + "m_chAreaPortalBits.013", + "m_chAreaPortalBits.014", + "m_chAreaPortalBits.015", + "m_chAreaPortalBits.016", + "m_chAreaPortalBits.017", + "m_chAreaPortalBits.018", + "m_chAreaPortalBits.019", + "m_chAreaPortalBits.020", + "m_chAreaPortalBits.021", + "m_chAreaPortalBits.022", + "m_chAreaPortalBits.023" + ], + "m_chCurrentSlideLists": [ + "m_chCurrentSlideLists.000", + "m_chCurrentSlideLists.001", + "m_chCurrentSlideLists.002", + "m_chCurrentSlideLists.003", + "m_chCurrentSlideLists.004", + "m_chCurrentSlideLists.005", + "m_chCurrentSlideLists.006", + "m_chCurrentSlideLists.007", + "m_chCurrentSlideLists.008", + "m_chCurrentSlideLists.009", + "m_chCurrentSlideLists.010", + "m_chCurrentSlideLists.011", + "m_chCurrentSlideLists.012", + "m_chCurrentSlideLists.013", + "m_chCurrentSlideLists.014", + "m_chCurrentSlideLists.015" + ], + "m_chPoseIndex": [ + "m_chPoseIndex.000", + "m_chPoseIndex.001", + "m_chPoseIndex.002", + "m_chPoseIndex.003" + ], + "m_eWinningMethod": [ + "m_eWinningMethod.000", + "m_eWinningMethod.001", + "m_eWinningMethod.002", + "m_eWinningMethod.003" + ], + "m_flCPTimerTimes": [ + "m_flCPTimerTimes.000", + "m_flCPTimerTimes.001", + "m_flCPTimerTimes.002", + "m_flCPTimerTimes.003", + "m_flCPTimerTimes.004", + "m_flCPTimerTimes.005", + "m_flCPTimerTimes.006", + "m_flCPTimerTimes.007" + ], + "m_flEncodedController": [ + "m_flEncodedController.000", + "m_flEncodedController.001", + "m_flEncodedController.002", + "m_flEncodedController.003" + ], + "m_flLazyCapPerc": [ + "m_flLazyCapPerc.000", + "m_flLazyCapPerc.001", + "m_flLazyCapPerc.002", + "m_flLazyCapPerc.003", + "m_flLazyCapPerc.004", + "m_flLazyCapPerc.005", + "m_flLazyCapPerc.006", + "m_flLazyCapPerc.007" + ], + "m_flNextRespawnTime": [ + "m_flNextRespawnTime.000", + "m_flNextRespawnTime.001", + "m_flNextRespawnTime.002", + "m_flNextRespawnTime.003", + "m_flNextRespawnTime.004", + "m_flNextRespawnTime.005", + "m_flNextRespawnTime.006", + "m_flNextRespawnTime.007", + "m_flNextRespawnTime.008", + "m_flNextRespawnTime.009", + "m_flNextRespawnTime.010", + "m_flNextRespawnTime.011", + "m_flNextRespawnTime.012", + "m_flNextRespawnTime.013", + "m_flNextRespawnTime.014", + "m_flNextRespawnTime.015", + "m_flNextRespawnTime.016", + "m_flNextRespawnTime.017", + "m_flNextRespawnTime.018", + "m_flNextRespawnTime.019", + "m_flNextRespawnTime.020", + "m_flNextRespawnTime.021", + "m_flNextRespawnTime.022", + "m_flNextRespawnTime.023", + "m_flNextRespawnTime.024", + "m_flNextRespawnTime.025", + "m_flNextRespawnTime.026", + "m_flNextRespawnTime.027", + "m_flNextRespawnTime.028", + "m_flNextRespawnTime.029", + "m_flNextRespawnTime.030", + "m_flNextRespawnTime.031", + "m_flNextRespawnTime.032", + "m_flNextRespawnTime.033" ], - "m_nStreaks": [ - "m_nStreaks.000", - "m_nStreaks.001", - "m_nStreaks.002", - "m_nStreaks.003" + "m_flNextRespawnWave": [ + "m_flNextRespawnWave.000", + "m_flNextRespawnWave.001", + "m_flNextRespawnWave.002", + "m_flNextRespawnWave.003", + "m_flNextRespawnWave.004", + "m_flNextRespawnWave.005", + "m_flNextRespawnWave.006", + "m_flNextRespawnWave.007", + "m_flNextRespawnWave.008", + "m_flNextRespawnWave.009", + "m_flNextRespawnWave.010", + "m_flNextRespawnWave.011", + "m_flNextRespawnWave.012", + "m_flNextRespawnWave.013", + "m_flNextRespawnWave.014", + "m_flNextRespawnWave.015", + "m_flNextRespawnWave.016", + "m_flNextRespawnWave.017", + "m_flNextRespawnWave.018", + "m_flNextRespawnWave.019", + "m_flNextRespawnWave.020", + "m_flNextRespawnWave.021", + "m_flNextRespawnWave.022", + "m_flNextRespawnWave.023", + "m_flNextRespawnWave.024", + "m_flNextRespawnWave.025", + "m_flNextRespawnWave.026", + "m_flNextRespawnWave.027", + "m_flNextRespawnWave.028", + "m_flNextRespawnWave.029", + "m_flNextRespawnWave.030", + "m_flNextRespawnWave.031" ], - "DT_TFLocalPlayerExclusive": [ - "DT_TFLocalPlayerExclusive.m_vecOrigin", - "DT_TFLocalPlayerExclusive.m_vecOrigin[2]", - "DT_TFLocalPlayerExclusive.m_angEyeAngles[0]", - "DT_TFLocalPlayerExclusive.\"player_object_array\"", - "DT_TFLocalPlayerExclusive.m_bIsCoaching", - "DT_TFLocalPlayerExclusive.m_hCoach", - "DT_TFLocalPlayerExclusive.m_hStudent", - "DT_TFLocalPlayerExclusive.m_nCurrency", - "DT_TFLocalPlayerExclusive.m_nExperienceLevel", - "DT_TFLocalPlayerExclusive.m_nExperienceLevelProgress" + "m_flNodeHillData": [ + "m_flNodeHillData.000", + "m_flNodeHillData.001", + "m_flNodeHillData.002", + "m_flNodeHillData.003", + "m_flNodeHillData.004", + "m_flNodeHillData.005", + "m_flNodeHillData.006", + "m_flNodeHillData.007", + "m_flNodeHillData.008", + "m_flNodeHillData.009", + "m_flNodeHillData.010", + "m_flNodeHillData.011", + "m_flNodeHillData.012", + "m_flNodeHillData.013", + "m_flNodeHillData.014", + "m_flNodeHillData.015", + "m_flNodeHillData.016", + "m_flNodeHillData.017", + "m_flNodeHillData.018", + "m_flNodeHillData.019", + "m_flNodeHillData.020", + "m_flNodeHillData.021", + "m_flNodeHillData.022", + "m_flNodeHillData.023", + "m_flNodeHillData.024", + "m_flNodeHillData.025", + "m_flNodeHillData.026", + "m_flNodeHillData.027", + "m_flNodeHillData.028", + "m_flNodeHillData.029", + "m_flNodeHillData.030", + "m_flNodeHillData.031", + "m_flNodeHillData.032", + "m_flNodeHillData.033", + "m_flNodeHillData.034", + "m_flNodeHillData.035", + "m_flNodeHillData.036", + "m_flNodeHillData.037", + "m_flNodeHillData.038", + "m_flNodeHillData.039" ], - "DT_TFNonLocalPlayerExclusive": [ - "DT_TFNonLocalPlayerExclusive.m_vecOrigin", - "DT_TFNonLocalPlayerExclusive.m_vecOrigin[2]", - "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[0]", - "DT_TFNonLocalPlayerExclusive.m_angEyeAngles[1]" + "m_flPathDistance": [ + "m_flPathDistance.000", + "m_flPathDistance.001", + "m_flPathDistance.002", + "m_flPathDistance.003", + "m_flPathDistance.004", + "m_flPathDistance.005", + "m_flPathDistance.006", + "m_flPathDistance.007" ], - "DT_AttributeManager": [ - "DT_AttributeManager.m_hOuter", - "DT_AttributeManager.m_ProviderType", - "DT_AttributeManager.m_iReapplyProvisionParity" + "m_flPoseParameter": [ + "m_flPoseParameter.000", + "m_flPoseParameter.001", + "m_flPoseParameter.002", + "m_flPoseParameter.003", + "m_flPoseParameter.004", + "m_flPoseParameter.005", + "m_flPoseParameter.006", + "m_flPoseParameter.007", + "m_flPoseParameter.008", + "m_flPoseParameter.009", + "m_flPoseParameter.010", + "m_flPoseParameter.011", + "m_flPoseParameter.012", + "m_flPoseParameter.013", + "m_flPoseParameter.014", + "m_flPoseParameter.015", + "m_flPoseParameter.016", + "m_flPoseParameter.017", + "m_flPoseParameter.018", + "m_flPoseParameter.019", + "m_flPoseParameter.020", + "m_flPoseParameter.021", + "m_flPoseParameter.022", + "m_flPoseParameter.023" ], - "DT_TFSendHealersDataTable": [ - "DT_TFSendHealersDataTable.m_nActiveWpnClip" + "m_flTeamCapTime": [ + "m_flTeamCapTime.000", + "m_flTeamCapTime.001", + "m_flTeamCapTime.002", + "m_flTeamCapTime.003", + "m_flTeamCapTime.004", + "m_flTeamCapTime.005", + "m_flTeamCapTime.006", + "m_flTeamCapTime.007", + "m_flTeamCapTime.008", + "m_flTeamCapTime.009", + "m_flTeamCapTime.010", + "m_flTeamCapTime.011", + "m_flTeamCapTime.012", + "m_flTeamCapTime.013", + "m_flTeamCapTime.014", + "m_flTeamCapTime.015", + "m_flTeamCapTime.016", + "m_flTeamCapTime.017", + "m_flTeamCapTime.018", + "m_flTeamCapTime.019", + "m_flTeamCapTime.020", + "m_flTeamCapTime.021", + "m_flTeamCapTime.022", + "m_flTeamCapTime.023", + "m_flTeamCapTime.024", + "m_flTeamCapTime.025", + "m_flTeamCapTime.026", + "m_flTeamCapTime.027", + "m_flTeamCapTime.028", + "m_flTeamCapTime.029", + "m_flTeamCapTime.030", + "m_flTeamCapTime.031", + "m_flTeamCapTime.032", + "m_flTeamCapTime.033", + "m_flTeamCapTime.034", + "m_flTeamCapTime.035", + "m_flTeamCapTime.036", + "m_flTeamCapTime.037", + "m_flTeamCapTime.038", + "m_flTeamCapTime.039", + "m_flTeamCapTime.040", + "m_flTeamCapTime.041", + "m_flTeamCapTime.042", + "m_flTeamCapTime.043", + "m_flTeamCapTime.044", + "m_flTeamCapTime.045", + "m_flTeamCapTime.046", + "m_flTeamCapTime.047", + "m_flTeamCapTime.048", + "m_flTeamCapTime.049", + "m_flTeamCapTime.050", + "m_flTeamCapTime.051", + "m_flTeamCapTime.052", + "m_flTeamCapTime.053", + "m_flTeamCapTime.054", + "m_flTeamCapTime.055", + "m_flTeamCapTime.056", + "m_flTeamCapTime.057", + "m_flTeamCapTime.058", + "m_flTeamCapTime.059", + "m_flTeamCapTime.060", + "m_flTeamCapTime.061", + "m_flTeamCapTime.062", + "m_flTeamCapTime.063" ], - "m_iTotalScore": [ - "m_iTotalScore.000", - "m_iTotalScore.001", - "m_iTotalScore.002", - "m_iTotalScore.003", - "m_iTotalScore.004", - "m_iTotalScore.005", - "m_iTotalScore.006", - "m_iTotalScore.007", - "m_iTotalScore.008", - "m_iTotalScore.009", - "m_iTotalScore.010", - "m_iTotalScore.011", - "m_iTotalScore.012", - "m_iTotalScore.013", - "m_iTotalScore.014", - "m_iTotalScore.015", - "m_iTotalScore.016", - "m_iTotalScore.017", - "m_iTotalScore.018", - "m_iTotalScore.019", - "m_iTotalScore.020", - "m_iTotalScore.021", - "m_iTotalScore.022", - "m_iTotalScore.023", - "m_iTotalScore.024", - "m_iTotalScore.025", - "m_iTotalScore.026", - "m_iTotalScore.027", - "m_iTotalScore.028", - "m_iTotalScore.029", - "m_iTotalScore.030", - "m_iTotalScore.031", - "m_iTotalScore.032", - "m_iTotalScore.033" + "m_flUnlockTimes": [ + "m_flUnlockTimes.000", + "m_flUnlockTimes.001", + "m_flUnlockTimes.002", + "m_flUnlockTimes.003", + "m_flUnlockTimes.004", + "m_flUnlockTimes.005", + "m_flUnlockTimes.006", + "m_flUnlockTimes.007" ], - "m_iMaxHealth": [ - "m_iMaxHealth.000", - "m_iMaxHealth.001", - "m_iMaxHealth.002", - "m_iMaxHealth.003", - "m_iMaxHealth.004", - "m_iMaxHealth.005", - "m_iMaxHealth.006", - "m_iMaxHealth.007", - "m_iMaxHealth.008", - "m_iMaxHealth.009", - "m_iMaxHealth.010", - "m_iMaxHealth.011", - "m_iMaxHealth.012", - "m_iMaxHealth.013", - "m_iMaxHealth.014", - "m_iMaxHealth.015", - "m_iMaxHealth.016", - "m_iMaxHealth.017", - "m_iMaxHealth.018", - "m_iMaxHealth.019", - "m_iMaxHealth.020", - "m_iMaxHealth.021", - "m_iMaxHealth.022", - "m_iMaxHealth.023", - "m_iMaxHealth.024", - "m_iMaxHealth.025", - "m_iMaxHealth.026", - "m_iMaxHealth.027", - "m_iMaxHealth.028", - "m_iMaxHealth.029", - "m_iMaxHealth.030", - "m_iMaxHealth.031", - "m_iMaxHealth.032", - "m_iMaxHealth.033" + "m_flexWeight": [ + "m_flexWeight.000", + "m_flexWeight.001", + "m_flexWeight.002", + "m_flexWeight.003", + "m_flexWeight.004", + "m_flexWeight.005", + "m_flexWeight.006", + "m_flexWeight.007", + "m_flexWeight.008", + "m_flexWeight.009", + "m_flexWeight.010", + "m_flexWeight.011", + "m_flexWeight.012", + "m_flexWeight.013", + "m_flexWeight.014", + "m_flexWeight.015", + "m_flexWeight.016", + "m_flexWeight.017", + "m_flexWeight.018", + "m_flexWeight.019", + "m_flexWeight.020", + "m_flexWeight.021", + "m_flexWeight.022", + "m_flexWeight.023", + "m_flexWeight.024", + "m_flexWeight.025", + "m_flexWeight.026", + "m_flexWeight.027", + "m_flexWeight.028", + "m_flexWeight.029", + "m_flexWeight.030", + "m_flexWeight.031", + "m_flexWeight.032", + "m_flexWeight.033", + "m_flexWeight.034", + "m_flexWeight.035", + "m_flexWeight.036", + "m_flexWeight.037", + "m_flexWeight.038", + "m_flexWeight.039", + "m_flexWeight.040", + "m_flexWeight.041", + "m_flexWeight.042", + "m_flexWeight.043", + "m_flexWeight.044", + "m_flexWeight.045", + "m_flexWeight.046", + "m_flexWeight.047", + "m_flexWeight.048", + "m_flexWeight.049", + "m_flexWeight.050", + "m_flexWeight.051", + "m_flexWeight.052", + "m_flexWeight.053", + "m_flexWeight.054", + "m_flexWeight.055", + "m_flexWeight.056", + "m_flexWeight.057", + "m_flexWeight.058", + "m_flexWeight.059", + "m_flexWeight.060", + "m_flexWeight.061", + "m_flexWeight.062", + "m_flexWeight.063", + "m_flexWeight.064", + "m_flexWeight.065", + "m_flexWeight.066", + "m_flexWeight.067", + "m_flexWeight.068", + "m_flexWeight.069", + "m_flexWeight.070", + "m_flexWeight.071", + "m_flexWeight.072", + "m_flexWeight.073", + "m_flexWeight.074", + "m_flexWeight.075", + "m_flexWeight.076", + "m_flexWeight.077", + "m_flexWeight.078", + "m_flexWeight.079", + "m_flexWeight.080", + "m_flexWeight.081", + "m_flexWeight.082", + "m_flexWeight.083", + "m_flexWeight.084", + "m_flexWeight.085", + "m_flexWeight.086", + "m_flexWeight.087", + "m_flexWeight.088", + "m_flexWeight.089", + "m_flexWeight.090", + "m_flexWeight.091", + "m_flexWeight.092", + "m_flexWeight.093", + "m_flexWeight.094", + "m_flexWeight.095" ], - "m_iMaxBuffedHealth": [ - "m_iMaxBuffedHealth.000", - "m_iMaxBuffedHealth.001", - "m_iMaxBuffedHealth.002", - "m_iMaxBuffedHealth.003", - "m_iMaxBuffedHealth.004", - "m_iMaxBuffedHealth.005", - "m_iMaxBuffedHealth.006", - "m_iMaxBuffedHealth.007", - "m_iMaxBuffedHealth.008", - "m_iMaxBuffedHealth.009", - "m_iMaxBuffedHealth.010", - "m_iMaxBuffedHealth.011", - "m_iMaxBuffedHealth.012", - "m_iMaxBuffedHealth.013", - "m_iMaxBuffedHealth.014", - "m_iMaxBuffedHealth.015", - "m_iMaxBuffedHealth.016", - "m_iMaxBuffedHealth.017", - "m_iMaxBuffedHealth.018", - "m_iMaxBuffedHealth.019", - "m_iMaxBuffedHealth.020", - "m_iMaxBuffedHealth.021", - "m_iMaxBuffedHealth.022", - "m_iMaxBuffedHealth.023", - "m_iMaxBuffedHealth.024", - "m_iMaxBuffedHealth.025", - "m_iMaxBuffedHealth.026", - "m_iMaxBuffedHealth.027", - "m_iMaxBuffedHealth.028", - "m_iMaxBuffedHealth.029", - "m_iMaxBuffedHealth.030", - "m_iMaxBuffedHealth.031", - "m_iMaxBuffedHealth.032", - "m_iMaxBuffedHealth.033" + "m_hAttachEntity": [ + "m_hAttachEntity.000", + "m_hAttachEntity.001", + "m_hAttachEntity.002", + "m_hAttachEntity.003", + "m_hAttachEntity.004", + "m_hAttachEntity.005", + "m_hAttachEntity.006", + "m_hAttachEntity.007", + "m_hAttachEntity.008", + "m_hAttachEntity.009" ], - "m_iPlayerClass": [ - "m_iPlayerClass.000", - "m_iPlayerClass.001", - "m_iPlayerClass.002", - "m_iPlayerClass.003", - "m_iPlayerClass.004", - "m_iPlayerClass.005", - "m_iPlayerClass.006", - "m_iPlayerClass.007", - "m_iPlayerClass.008", - "m_iPlayerClass.009", - "m_iPlayerClass.010", - "m_iPlayerClass.011", - "m_iPlayerClass.012", - "m_iPlayerClass.013", - "m_iPlayerClass.014", - "m_iPlayerClass.015", - "m_iPlayerClass.016", - "m_iPlayerClass.017", - "m_iPlayerClass.018", - "m_iPlayerClass.019", - "m_iPlayerClass.020", - "m_iPlayerClass.021", - "m_iPlayerClass.022", - "m_iPlayerClass.023", - "m_iPlayerClass.024", - "m_iPlayerClass.025", - "m_iPlayerClass.026", - "m_iPlayerClass.027", - "m_iPlayerClass.028", - "m_iPlayerClass.029", - "m_iPlayerClass.030", - "m_iPlayerClass.031", - "m_iPlayerClass.032", - "m_iPlayerClass.033" + "m_hControlPointEnts": [ + "m_hControlPointEnts.000", + "m_hControlPointEnts.001", + "m_hControlPointEnts.002", + "m_hControlPointEnts.003", + "m_hControlPointEnts.004", + "m_hControlPointEnts.005", + "m_hControlPointEnts.006", + "m_hControlPointEnts.007", + "m_hControlPointEnts.008", + "m_hControlPointEnts.009", + "m_hControlPointEnts.010", + "m_hControlPointEnts.011", + "m_hControlPointEnts.012", + "m_hControlPointEnts.013", + "m_hControlPointEnts.014", + "m_hControlPointEnts.015", + "m_hControlPointEnts.016", + "m_hControlPointEnts.017", + "m_hControlPointEnts.018", + "m_hControlPointEnts.019", + "m_hControlPointEnts.020", + "m_hControlPointEnts.021", + "m_hControlPointEnts.022", + "m_hControlPointEnts.023", + "m_hControlPointEnts.024", + "m_hControlPointEnts.025", + "m_hControlPointEnts.026", + "m_hControlPointEnts.027", + "m_hControlPointEnts.028", + "m_hControlPointEnts.029", + "m_hControlPointEnts.030", + "m_hControlPointEnts.031", + "m_hControlPointEnts.032", + "m_hControlPointEnts.033", + "m_hControlPointEnts.034", + "m_hControlPointEnts.035", + "m_hControlPointEnts.036", + "m_hControlPointEnts.037", + "m_hControlPointEnts.038", + "m_hControlPointEnts.039", + "m_hControlPointEnts.040", + "m_hControlPointEnts.041", + "m_hControlPointEnts.042", + "m_hControlPointEnts.043", + "m_hControlPointEnts.044", + "m_hControlPointEnts.045", + "m_hControlPointEnts.046", + "m_hControlPointEnts.047", + "m_hControlPointEnts.048", + "m_hControlPointEnts.049", + "m_hControlPointEnts.050", + "m_hControlPointEnts.051", + "m_hControlPointEnts.052", + "m_hControlPointEnts.053", + "m_hControlPointEnts.054", + "m_hControlPointEnts.055", + "m_hControlPointEnts.056", + "m_hControlPointEnts.057", + "m_hControlPointEnts.058", + "m_hControlPointEnts.059", + "m_hControlPointEnts.060", + "m_hControlPointEnts.061", + "m_hControlPointEnts.062" ], - "m_bArenaSpectator": [ - "m_bArenaSpectator.000", - "m_bArenaSpectator.001", - "m_bArenaSpectator.002", - "m_bArenaSpectator.003", - "m_bArenaSpectator.004", - "m_bArenaSpectator.005", - "m_bArenaSpectator.006", - "m_bArenaSpectator.007", - "m_bArenaSpectator.008", - "m_bArenaSpectator.009", - "m_bArenaSpectator.010", - "m_bArenaSpectator.011", - "m_bArenaSpectator.012", - "m_bArenaSpectator.013", - "m_bArenaSpectator.014", - "m_bArenaSpectator.015", - "m_bArenaSpectator.016", - "m_bArenaSpectator.017", - "m_bArenaSpectator.018", - "m_bArenaSpectator.019", - "m_bArenaSpectator.020", - "m_bArenaSpectator.021", - "m_bArenaSpectator.022", - "m_bArenaSpectator.023", - "m_bArenaSpectator.024", - "m_bArenaSpectator.025", - "m_bArenaSpectator.026", - "m_bArenaSpectator.027", - "m_bArenaSpectator.028", - "m_bArenaSpectator.029", - "m_bArenaSpectator.030", - "m_bArenaSpectator.031", - "m_bArenaSpectator.032", - "m_bArenaSpectator.033" + "m_hMyWeapons": [ + "m_hMyWeapons.000", + "m_hMyWeapons.001", + "m_hMyWeapons.002", + "m_hMyWeapons.003", + "m_hMyWeapons.004", + "m_hMyWeapons.005", + "m_hMyWeapons.006", + "m_hMyWeapons.007", + "m_hMyWeapons.008", + "m_hMyWeapons.009", + "m_hMyWeapons.010", + "m_hMyWeapons.011", + "m_hMyWeapons.012", + "m_hMyWeapons.013", + "m_hMyWeapons.014", + "m_hMyWeapons.015", + "m_hMyWeapons.016", + "m_hMyWeapons.017", + "m_hMyWeapons.018", + "m_hMyWeapons.019", + "m_hMyWeapons.020", + "m_hMyWeapons.021", + "m_hMyWeapons.022", + "m_hMyWeapons.023", + "m_hMyWeapons.024", + "m_hMyWeapons.025", + "m_hMyWeapons.026", + "m_hMyWeapons.027", + "m_hMyWeapons.028", + "m_hMyWeapons.029", + "m_hMyWeapons.030", + "m_hMyWeapons.031", + "m_hMyWeapons.032", + "m_hMyWeapons.033", + "m_hMyWeapons.034", + "m_hMyWeapons.035", + "m_hMyWeapons.036", + "m_hMyWeapons.037", + "m_hMyWeapons.038", + "m_hMyWeapons.039", + "m_hMyWeapons.040", + "m_hMyWeapons.041", + "m_hMyWeapons.042", + "m_hMyWeapons.043", + "m_hMyWeapons.044", + "m_hMyWeapons.045", + "m_hMyWeapons.046", + "m_hMyWeapons.047" + ], + "m_hProps": [ + "m_hProps.000", + "m_hProps.001", + "m_hProps.002", + "m_hProps.003" ], "m_iActiveDominations": [ "m_iActiveDominations.000", @@ -41725,41 +40717,129 @@ "m_iActiveDominations.032", "m_iActiveDominations.033" ], - "m_flNextRespawnTime": [ - "m_flNextRespawnTime.000", - "m_flNextRespawnTime.001", - "m_flNextRespawnTime.002", - "m_flNextRespawnTime.003", - "m_flNextRespawnTime.004", - "m_flNextRespawnTime.005", - "m_flNextRespawnTime.006", - "m_flNextRespawnTime.007", - "m_flNextRespawnTime.008", - "m_flNextRespawnTime.009", - "m_flNextRespawnTime.010", - "m_flNextRespawnTime.011", - "m_flNextRespawnTime.012", - "m_flNextRespawnTime.013", - "m_flNextRespawnTime.014", - "m_flNextRespawnTime.015", - "m_flNextRespawnTime.016", - "m_flNextRespawnTime.017", - "m_flNextRespawnTime.018", - "m_flNextRespawnTime.019", - "m_flNextRespawnTime.020", - "m_flNextRespawnTime.021", - "m_flNextRespawnTime.022", - "m_flNextRespawnTime.023", - "m_flNextRespawnTime.024", - "m_flNextRespawnTime.025", - "m_flNextRespawnTime.026", - "m_flNextRespawnTime.027", - "m_flNextRespawnTime.028", - "m_flNextRespawnTime.029", - "m_flNextRespawnTime.030", - "m_flNextRespawnTime.031", - "m_flNextRespawnTime.032", - "m_flNextRespawnTime.033" + "m_iAmmo": [ + "m_iAmmo.000", + "m_iAmmo.001", + "m_iAmmo.002", + "m_iAmmo.003", + "m_iAmmo.004", + "m_iAmmo.005", + "m_iAmmo.006", + "m_iAmmo.007", + "m_iAmmo.008", + "m_iAmmo.009", + "m_iAmmo.010", + "m_iAmmo.011", + "m_iAmmo.012", + "m_iAmmo.013", + "m_iAmmo.014", + "m_iAmmo.015", + "m_iAmmo.016", + "m_iAmmo.017", + "m_iAmmo.018", + "m_iAmmo.019", + "m_iAmmo.020", + "m_iAmmo.021", + "m_iAmmo.022", + "m_iAmmo.023", + "m_iAmmo.024", + "m_iAmmo.025", + "m_iAmmo.026", + "m_iAmmo.027", + "m_iAmmo.028", + "m_iAmmo.029", + "m_iAmmo.030", + "m_iAmmo.031" + ], + "m_iBaseControlPoints": [ + "m_iBaseControlPoints.000", + "m_iBaseControlPoints.001", + "m_iBaseControlPoints.002", + "m_iBaseControlPoints.003", + "m_iBaseControlPoints.004", + "m_iBaseControlPoints.005", + "m_iBaseControlPoints.006", + "m_iBaseControlPoints.007", + "m_iBaseControlPoints.008", + "m_iBaseControlPoints.009", + "m_iBaseControlPoints.010", + "m_iBaseControlPoints.011", + "m_iBaseControlPoints.012", + "m_iBaseControlPoints.013", + "m_iBaseControlPoints.014", + "m_iBaseControlPoints.015", + "m_iBaseControlPoints.016", + "m_iBaseControlPoints.017", + "m_iBaseControlPoints.018", + "m_iBaseControlPoints.019", + "m_iBaseControlPoints.020", + "m_iBaseControlPoints.021", + "m_iBaseControlPoints.022", + "m_iBaseControlPoints.023", + "m_iBaseControlPoints.024", + "m_iBaseControlPoints.025", + "m_iBaseControlPoints.026", + "m_iBaseControlPoints.027", + "m_iBaseControlPoints.028", + "m_iBaseControlPoints.029", + "m_iBaseControlPoints.030", + "m_iBaseControlPoints.031" + ], + "m_iBonusPoints": [ + "m_iBonusPoints.000", + "m_iBonusPoints.001", + "m_iBonusPoints.002", + "m_iBonusPoints.003", + "m_iBonusPoints.004", + "m_iBonusPoints.005", + "m_iBonusPoints.006", + "m_iBonusPoints.007", + "m_iBonusPoints.008", + "m_iBonusPoints.009", + "m_iBonusPoints.010", + "m_iBonusPoints.011", + "m_iBonusPoints.012", + "m_iBonusPoints.013", + "m_iBonusPoints.014", + "m_iBonusPoints.015", + "m_iBonusPoints.016", + "m_iBonusPoints.017", + "m_iBonusPoints.018", + "m_iBonusPoints.019", + "m_iBonusPoints.020", + "m_iBonusPoints.021", + "m_iBonusPoints.022", + "m_iBonusPoints.023", + "m_iBonusPoints.024", + "m_iBonusPoints.025", + "m_iBonusPoints.026", + "m_iBonusPoints.027", + "m_iBonusPoints.028", + "m_iBonusPoints.029", + "m_iBonusPoints.030", + "m_iBonusPoints.031", + "m_iBonusPoints.032", + "m_iBonusPoints.033" + ], + "m_iCPGroup": [ + "m_iCPGroup.000", + "m_iCPGroup.001", + "m_iCPGroup.002", + "m_iCPGroup.003", + "m_iCPGroup.004", + "m_iCPGroup.005", + "m_iCPGroup.006", + "m_iCPGroup.007" + ], + "m_iCappingTeam": [ + "m_iCappingTeam.000", + "m_iCappingTeam.001", + "m_iCappingTeam.002", + "m_iCappingTeam.003", + "m_iCappingTeam.004", + "m_iCappingTeam.005", + "m_iCappingTeam.006", + "m_iCappingTeam.007" ], "m_iChargeLevel": [ "m_iChargeLevel.000", @@ -41797,6 +40877,107 @@ "m_iChargeLevel.032", "m_iChargeLevel.033" ], + "m_iControlPointParents": [ + "m_iControlPointParents.000", + "m_iControlPointParents.001", + "m_iControlPointParents.002", + "m_iControlPointParents.003", + "m_iControlPointParents.004", + "m_iControlPointParents.005", + "m_iControlPointParents.006", + "m_iControlPointParents.007", + "m_iControlPointParents.008", + "m_iControlPointParents.009", + "m_iControlPointParents.010", + "m_iControlPointParents.011", + "m_iControlPointParents.012", + "m_iControlPointParents.013", + "m_iControlPointParents.014", + "m_iControlPointParents.015", + "m_iControlPointParents.016", + "m_iControlPointParents.017", + "m_iControlPointParents.018", + "m_iControlPointParents.019", + "m_iControlPointParents.020", + "m_iControlPointParents.021", + "m_iControlPointParents.022", + "m_iControlPointParents.023", + "m_iControlPointParents.024", + "m_iControlPointParents.025", + "m_iControlPointParents.026", + "m_iControlPointParents.027", + "m_iControlPointParents.028", + "m_iControlPointParents.029", + "m_iControlPointParents.030", + "m_iControlPointParents.031", + "m_iControlPointParents.032", + "m_iControlPointParents.033", + "m_iControlPointParents.034", + "m_iControlPointParents.035", + "m_iControlPointParents.036", + "m_iControlPointParents.037", + "m_iControlPointParents.038", + "m_iControlPointParents.039", + "m_iControlPointParents.040", + "m_iControlPointParents.041", + "m_iControlPointParents.042", + "m_iControlPointParents.043", + "m_iControlPointParents.044", + "m_iControlPointParents.045", + "m_iControlPointParents.046", + "m_iControlPointParents.047", + "m_iControlPointParents.048", + "m_iControlPointParents.049", + "m_iControlPointParents.050", + "m_iControlPointParents.051", + "m_iControlPointParents.052", + "m_iControlPointParents.053", + "m_iControlPointParents.054", + "m_iControlPointParents.055", + "m_iControlPointParents.056", + "m_iControlPointParents.057", + "m_iControlPointParents.058", + "m_iControlPointParents.059", + "m_iControlPointParents.060", + "m_iControlPointParents.061", + "m_iControlPointParents.062" + ], + "m_iCurrencyCollected": [ + "m_iCurrencyCollected.000", + "m_iCurrencyCollected.001", + "m_iCurrencyCollected.002", + "m_iCurrencyCollected.003", + "m_iCurrencyCollected.004", + "m_iCurrencyCollected.005", + "m_iCurrencyCollected.006", + "m_iCurrencyCollected.007", + "m_iCurrencyCollected.008", + "m_iCurrencyCollected.009", + "m_iCurrencyCollected.010", + "m_iCurrencyCollected.011", + "m_iCurrencyCollected.012", + "m_iCurrencyCollected.013", + "m_iCurrencyCollected.014", + "m_iCurrencyCollected.015", + "m_iCurrencyCollected.016", + "m_iCurrencyCollected.017", + "m_iCurrencyCollected.018", + "m_iCurrencyCollected.019", + "m_iCurrencyCollected.020", + "m_iCurrencyCollected.021", + "m_iCurrencyCollected.022", + "m_iCurrencyCollected.023", + "m_iCurrencyCollected.024", + "m_iCurrencyCollected.025", + "m_iCurrencyCollected.026", + "m_iCurrencyCollected.027", + "m_iCurrencyCollected.028", + "m_iCurrencyCollected.029", + "m_iCurrencyCollected.030", + "m_iCurrencyCollected.031", + "m_iCurrencyCollected.032", + "m_iCurrencyCollected.033" + ], "m_iDamage": [ "m_iDamage.000", "m_iDamage.001", @@ -41869,6 +41050,42 @@ "m_iDamageAssist.032", "m_iDamageAssist.033" ], + "m_iDamageBlocked": [ + "m_iDamageBlocked.000", + "m_iDamageBlocked.001", + "m_iDamageBlocked.002", + "m_iDamageBlocked.003", + "m_iDamageBlocked.004", + "m_iDamageBlocked.005", + "m_iDamageBlocked.006", + "m_iDamageBlocked.007", + "m_iDamageBlocked.008", + "m_iDamageBlocked.009", + "m_iDamageBlocked.010", + "m_iDamageBlocked.011", + "m_iDamageBlocked.012", + "m_iDamageBlocked.013", + "m_iDamageBlocked.014", + "m_iDamageBlocked.015", + "m_iDamageBlocked.016", + "m_iDamageBlocked.017", + "m_iDamageBlocked.018", + "m_iDamageBlocked.019", + "m_iDamageBlocked.020", + "m_iDamageBlocked.021", + "m_iDamageBlocked.022", + "m_iDamageBlocked.023", + "m_iDamageBlocked.024", + "m_iDamageBlocked.025", + "m_iDamageBlocked.026", + "m_iDamageBlocked.027", + "m_iDamageBlocked.028", + "m_iDamageBlocked.029", + "m_iDamageBlocked.030", + "m_iDamageBlocked.031", + "m_iDamageBlocked.032", + "m_iDamageBlocked.033" + ], "m_iDamageBoss": [ "m_iDamageBoss.000", "m_iDamageBoss.001", @@ -41905,6 +41122,42 @@ "m_iDamageBoss.032", "m_iDamageBoss.033" ], + "m_iDeaths": [ + "m_iDeaths.000", + "m_iDeaths.001", + "m_iDeaths.002", + "m_iDeaths.003", + "m_iDeaths.004", + "m_iDeaths.005", + "m_iDeaths.006", + "m_iDeaths.007", + "m_iDeaths.008", + "m_iDeaths.009", + "m_iDeaths.010", + "m_iDeaths.011", + "m_iDeaths.012", + "m_iDeaths.013", + "m_iDeaths.014", + "m_iDeaths.015", + "m_iDeaths.016", + "m_iDeaths.017", + "m_iDeaths.018", + "m_iDeaths.019", + "m_iDeaths.020", + "m_iDeaths.021", + "m_iDeaths.022", + "m_iDeaths.023", + "m_iDeaths.024", + "m_iDeaths.025", + "m_iDeaths.026", + "m_iDeaths.027", + "m_iDeaths.028", + "m_iDeaths.029", + "m_iDeaths.030", + "m_iDeaths.031", + "m_iDeaths.032", + "m_iDeaths.033" + ], "m_iHealing": [ "m_iHealing.000", "m_iHealing.001", @@ -41941,149 +41194,297 @@ "m_iHealing.032", "m_iHealing.033" ], - "m_iHealingAssist": [ - "m_iHealingAssist.000", - "m_iHealingAssist.001", - "m_iHealingAssist.002", - "m_iHealingAssist.003", - "m_iHealingAssist.004", - "m_iHealingAssist.005", - "m_iHealingAssist.006", - "m_iHealingAssist.007", - "m_iHealingAssist.008", - "m_iHealingAssist.009", - "m_iHealingAssist.010", - "m_iHealingAssist.011", - "m_iHealingAssist.012", - "m_iHealingAssist.013", - "m_iHealingAssist.014", - "m_iHealingAssist.015", - "m_iHealingAssist.016", - "m_iHealingAssist.017", - "m_iHealingAssist.018", - "m_iHealingAssist.019", - "m_iHealingAssist.020", - "m_iHealingAssist.021", - "m_iHealingAssist.022", - "m_iHealingAssist.023", - "m_iHealingAssist.024", - "m_iHealingAssist.025", - "m_iHealingAssist.026", - "m_iHealingAssist.027", - "m_iHealingAssist.028", - "m_iHealingAssist.029", - "m_iHealingAssist.030", - "m_iHealingAssist.031", - "m_iHealingAssist.032", - "m_iHealingAssist.033" + "m_iHealingAssist": [ + "m_iHealingAssist.000", + "m_iHealingAssist.001", + "m_iHealingAssist.002", + "m_iHealingAssist.003", + "m_iHealingAssist.004", + "m_iHealingAssist.005", + "m_iHealingAssist.006", + "m_iHealingAssist.007", + "m_iHealingAssist.008", + "m_iHealingAssist.009", + "m_iHealingAssist.010", + "m_iHealingAssist.011", + "m_iHealingAssist.012", + "m_iHealingAssist.013", + "m_iHealingAssist.014", + "m_iHealingAssist.015", + "m_iHealingAssist.016", + "m_iHealingAssist.017", + "m_iHealingAssist.018", + "m_iHealingAssist.019", + "m_iHealingAssist.020", + "m_iHealingAssist.021", + "m_iHealingAssist.022", + "m_iHealingAssist.023", + "m_iHealingAssist.024", + "m_iHealingAssist.025", + "m_iHealingAssist.026", + "m_iHealingAssist.027", + "m_iHealingAssist.028", + "m_iHealingAssist.029", + "m_iHealingAssist.030", + "m_iHealingAssist.031", + "m_iHealingAssist.032", + "m_iHealingAssist.033" + ], + "m_iHealth": [ + "m_iHealth.000", + "m_iHealth.001", + "m_iHealth.002", + "m_iHealth.003", + "m_iHealth.004", + "m_iHealth.005", + "m_iHealth.006", + "m_iHealth.007", + "m_iHealth.008", + "m_iHealth.009", + "m_iHealth.010", + "m_iHealth.011", + "m_iHealth.012", + "m_iHealth.013", + "m_iHealth.014", + "m_iHealth.015", + "m_iHealth.016", + "m_iHealth.017", + "m_iHealth.018", + "m_iHealth.019", + "m_iHealth.020", + "m_iHealth.021", + "m_iHealth.022", + "m_iHealth.023", + "m_iHealth.024", + "m_iHealth.025", + "m_iHealth.026", + "m_iHealth.027", + "m_iHealth.028", + "m_iHealth.029", + "m_iHealth.030", + "m_iHealth.031", + "m_iHealth.032", + "m_iHealth.033" + ], + "m_iMaxBuffedHealth": [ + "m_iMaxBuffedHealth.000", + "m_iMaxBuffedHealth.001", + "m_iMaxBuffedHealth.002", + "m_iMaxBuffedHealth.003", + "m_iMaxBuffedHealth.004", + "m_iMaxBuffedHealth.005", + "m_iMaxBuffedHealth.006", + "m_iMaxBuffedHealth.007", + "m_iMaxBuffedHealth.008", + "m_iMaxBuffedHealth.009", + "m_iMaxBuffedHealth.010", + "m_iMaxBuffedHealth.011", + "m_iMaxBuffedHealth.012", + "m_iMaxBuffedHealth.013", + "m_iMaxBuffedHealth.014", + "m_iMaxBuffedHealth.015", + "m_iMaxBuffedHealth.016", + "m_iMaxBuffedHealth.017", + "m_iMaxBuffedHealth.018", + "m_iMaxBuffedHealth.019", + "m_iMaxBuffedHealth.020", + "m_iMaxBuffedHealth.021", + "m_iMaxBuffedHealth.022", + "m_iMaxBuffedHealth.023", + "m_iMaxBuffedHealth.024", + "m_iMaxBuffedHealth.025", + "m_iMaxBuffedHealth.026", + "m_iMaxBuffedHealth.027", + "m_iMaxBuffedHealth.028", + "m_iMaxBuffedHealth.029", + "m_iMaxBuffedHealth.030", + "m_iMaxBuffedHealth.031", + "m_iMaxBuffedHealth.032", + "m_iMaxBuffedHealth.033" + ], + "m_iMaxHealth": [ + "m_iMaxHealth.000", + "m_iMaxHealth.001", + "m_iMaxHealth.002", + "m_iMaxHealth.003", + "m_iMaxHealth.004", + "m_iMaxHealth.005", + "m_iMaxHealth.006", + "m_iMaxHealth.007", + "m_iMaxHealth.008", + "m_iMaxHealth.009", + "m_iMaxHealth.010", + "m_iMaxHealth.011", + "m_iMaxHealth.012", + "m_iMaxHealth.013", + "m_iMaxHealth.014", + "m_iMaxHealth.015", + "m_iMaxHealth.016", + "m_iMaxHealth.017", + "m_iMaxHealth.018", + "m_iMaxHealth.019", + "m_iMaxHealth.020", + "m_iMaxHealth.021", + "m_iMaxHealth.022", + "m_iMaxHealth.023", + "m_iMaxHealth.024", + "m_iMaxHealth.025", + "m_iMaxHealth.026", + "m_iMaxHealth.027", + "m_iMaxHealth.028", + "m_iMaxHealth.029", + "m_iMaxHealth.030", + "m_iMaxHealth.031", + "m_iMaxHealth.032", + "m_iMaxHealth.033" ], - "m_iDamageBlocked": [ - "m_iDamageBlocked.000", - "m_iDamageBlocked.001", - "m_iDamageBlocked.002", - "m_iDamageBlocked.003", - "m_iDamageBlocked.004", - "m_iDamageBlocked.005", - "m_iDamageBlocked.006", - "m_iDamageBlocked.007", - "m_iDamageBlocked.008", - "m_iDamageBlocked.009", - "m_iDamageBlocked.010", - "m_iDamageBlocked.011", - "m_iDamageBlocked.012", - "m_iDamageBlocked.013", - "m_iDamageBlocked.014", - "m_iDamageBlocked.015", - "m_iDamageBlocked.016", - "m_iDamageBlocked.017", - "m_iDamageBlocked.018", - "m_iDamageBlocked.019", - "m_iDamageBlocked.020", - "m_iDamageBlocked.021", - "m_iDamageBlocked.022", - "m_iDamageBlocked.023", - "m_iDamageBlocked.024", - "m_iDamageBlocked.025", - "m_iDamageBlocked.026", - "m_iDamageBlocked.027", - "m_iDamageBlocked.028", - "m_iDamageBlocked.029", - "m_iDamageBlocked.030", - "m_iDamageBlocked.031", - "m_iDamageBlocked.032", - "m_iDamageBlocked.033" + "m_iNumTeamMembers": [ + "m_iNumTeamMembers.000", + "m_iNumTeamMembers.001", + "m_iNumTeamMembers.002", + "m_iNumTeamMembers.003", + "m_iNumTeamMembers.004", + "m_iNumTeamMembers.005", + "m_iNumTeamMembers.006", + "m_iNumTeamMembers.007", + "m_iNumTeamMembers.008", + "m_iNumTeamMembers.009", + "m_iNumTeamMembers.010", + "m_iNumTeamMembers.011", + "m_iNumTeamMembers.012", + "m_iNumTeamMembers.013", + "m_iNumTeamMembers.014", + "m_iNumTeamMembers.015", + "m_iNumTeamMembers.016", + "m_iNumTeamMembers.017", + "m_iNumTeamMembers.018", + "m_iNumTeamMembers.019", + "m_iNumTeamMembers.020", + "m_iNumTeamMembers.021", + "m_iNumTeamMembers.022", + "m_iNumTeamMembers.023", + "m_iNumTeamMembers.024", + "m_iNumTeamMembers.025", + "m_iNumTeamMembers.026", + "m_iNumTeamMembers.027", + "m_iNumTeamMembers.028", + "m_iNumTeamMembers.029", + "m_iNumTeamMembers.030", + "m_iNumTeamMembers.031", + "m_iNumTeamMembers.032", + "m_iNumTeamMembers.033", + "m_iNumTeamMembers.034", + "m_iNumTeamMembers.035", + "m_iNumTeamMembers.036", + "m_iNumTeamMembers.037", + "m_iNumTeamMembers.038", + "m_iNumTeamMembers.039", + "m_iNumTeamMembers.040", + "m_iNumTeamMembers.041", + "m_iNumTeamMembers.042", + "m_iNumTeamMembers.043", + "m_iNumTeamMembers.044", + "m_iNumTeamMembers.045", + "m_iNumTeamMembers.046", + "m_iNumTeamMembers.047", + "m_iNumTeamMembers.048", + "m_iNumTeamMembers.049", + "m_iNumTeamMembers.050", + "m_iNumTeamMembers.051", + "m_iNumTeamMembers.052", + "m_iNumTeamMembers.053", + "m_iNumTeamMembers.054", + "m_iNumTeamMembers.055", + "m_iNumTeamMembers.056", + "m_iNumTeamMembers.057", + "m_iNumTeamMembers.058", + "m_iNumTeamMembers.059", + "m_iNumTeamMembers.060", + "m_iNumTeamMembers.061", + "m_iNumTeamMembers.062", + "m_iNumTeamMembers.063" ], - "m_iCurrencyCollected": [ - "m_iCurrencyCollected.000", - "m_iCurrencyCollected.001", - "m_iCurrencyCollected.002", - "m_iCurrencyCollected.003", - "m_iCurrencyCollected.004", - "m_iCurrencyCollected.005", - "m_iCurrencyCollected.006", - "m_iCurrencyCollected.007", - "m_iCurrencyCollected.008", - "m_iCurrencyCollected.009", - "m_iCurrencyCollected.010", - "m_iCurrencyCollected.011", - "m_iCurrencyCollected.012", - "m_iCurrencyCollected.013", - "m_iCurrencyCollected.014", - "m_iCurrencyCollected.015", - "m_iCurrencyCollected.016", - "m_iCurrencyCollected.017", - "m_iCurrencyCollected.018", - "m_iCurrencyCollected.019", - "m_iCurrencyCollected.020", - "m_iCurrencyCollected.021", - "m_iCurrencyCollected.022", - "m_iCurrencyCollected.023", - "m_iCurrencyCollected.024", - "m_iCurrencyCollected.025", - "m_iCurrencyCollected.026", - "m_iCurrencyCollected.027", - "m_iCurrencyCollected.028", - "m_iCurrencyCollected.029", - "m_iCurrencyCollected.030", - "m_iCurrencyCollected.031", - "m_iCurrencyCollected.032", - "m_iCurrencyCollected.033" + "m_iOwner": [ + "m_iOwner.000", + "m_iOwner.001", + "m_iOwner.002", + "m_iOwner.003", + "m_iOwner.004", + "m_iOwner.005", + "m_iOwner.006", + "m_iOwner.007" ], - "m_iBonusPoints": [ - "m_iBonusPoints.000", - "m_iBonusPoints.001", - "m_iBonusPoints.002", - "m_iBonusPoints.003", - "m_iBonusPoints.004", - "m_iBonusPoints.005", - "m_iBonusPoints.006", - "m_iBonusPoints.007", - "m_iBonusPoints.008", - "m_iBonusPoints.009", - "m_iBonusPoints.010", - "m_iBonusPoints.011", - "m_iBonusPoints.012", - "m_iBonusPoints.013", - "m_iBonusPoints.014", - "m_iBonusPoints.015", - "m_iBonusPoints.016", - "m_iBonusPoints.017", - "m_iBonusPoints.018", - "m_iBonusPoints.019", - "m_iBonusPoints.020", - "m_iBonusPoints.021", - "m_iBonusPoints.022", - "m_iBonusPoints.023", - "m_iBonusPoints.024", - "m_iBonusPoints.025", - "m_iBonusPoints.026", - "m_iBonusPoints.027", - "m_iBonusPoints.028", - "m_iBonusPoints.029", - "m_iBonusPoints.030", - "m_iBonusPoints.031", - "m_iBonusPoints.032", - "m_iBonusPoints.033" + "m_iPing": [ + "m_iPing.000", + "m_iPing.001", + "m_iPing.002", + "m_iPing.003", + "m_iPing.004", + "m_iPing.005", + "m_iPing.006", + "m_iPing.007", + "m_iPing.008", + "m_iPing.009", + "m_iPing.010", + "m_iPing.011", + "m_iPing.012", + "m_iPing.013", + "m_iPing.014", + "m_iPing.015", + "m_iPing.016", + "m_iPing.017", + "m_iPing.018", + "m_iPing.019", + "m_iPing.020", + "m_iPing.021", + "m_iPing.022", + "m_iPing.023", + "m_iPing.024", + "m_iPing.025", + "m_iPing.026", + "m_iPing.027", + "m_iPing.028", + "m_iPing.029", + "m_iPing.030", + "m_iPing.031", + "m_iPing.032", + "m_iPing.033" + ], + "m_iPlayerClass": [ + "m_iPlayerClass.000", + "m_iPlayerClass.001", + "m_iPlayerClass.002", + "m_iPlayerClass.003", + "m_iPlayerClass.004", + "m_iPlayerClass.005", + "m_iPlayerClass.006", + "m_iPlayerClass.007", + "m_iPlayerClass.008", + "m_iPlayerClass.009", + "m_iPlayerClass.010", + "m_iPlayerClass.011", + "m_iPlayerClass.012", + "m_iPlayerClass.013", + "m_iPlayerClass.014", + "m_iPlayerClass.015", + "m_iPlayerClass.016", + "m_iPlayerClass.017", + "m_iPlayerClass.018", + "m_iPlayerClass.019", + "m_iPlayerClass.020", + "m_iPlayerClass.021", + "m_iPlayerClass.022", + "m_iPlayerClass.023", + "m_iPlayerClass.024", + "m_iPlayerClass.025", + "m_iPlayerClass.026", + "m_iPlayerClass.027", + "m_iPlayerClass.028", + "m_iPlayerClass.029", + "m_iPlayerClass.030", + "m_iPlayerClass.031", + "m_iPlayerClass.032", + "m_iPlayerClass.033" ], "m_iPlayerLevel": [ "m_iPlayerLevel.000", @@ -42121,6 +41522,236 @@ "m_iPlayerLevel.032", "m_iPlayerLevel.033" ], + "m_iPreviousPoints": [ + "m_iPreviousPoints.000", + "m_iPreviousPoints.001", + "m_iPreviousPoints.002", + "m_iPreviousPoints.003", + "m_iPreviousPoints.004", + "m_iPreviousPoints.005", + "m_iPreviousPoints.006", + "m_iPreviousPoints.007", + "m_iPreviousPoints.008", + "m_iPreviousPoints.009", + "m_iPreviousPoints.010", + "m_iPreviousPoints.011", + "m_iPreviousPoints.012", + "m_iPreviousPoints.013", + "m_iPreviousPoints.014", + "m_iPreviousPoints.015", + "m_iPreviousPoints.016", + "m_iPreviousPoints.017", + "m_iPreviousPoints.018", + "m_iPreviousPoints.019", + "m_iPreviousPoints.020", + "m_iPreviousPoints.021", + "m_iPreviousPoints.022", + "m_iPreviousPoints.023", + "m_iPreviousPoints.024", + "m_iPreviousPoints.025", + "m_iPreviousPoints.026", + "m_iPreviousPoints.027", + "m_iPreviousPoints.028", + "m_iPreviousPoints.029", + "m_iPreviousPoints.030", + "m_iPreviousPoints.031", + "m_iPreviousPoints.032", + "m_iPreviousPoints.033", + "m_iPreviousPoints.034", + "m_iPreviousPoints.035", + "m_iPreviousPoints.036", + "m_iPreviousPoints.037", + "m_iPreviousPoints.038", + "m_iPreviousPoints.039", + "m_iPreviousPoints.040", + "m_iPreviousPoints.041", + "m_iPreviousPoints.042", + "m_iPreviousPoints.043", + "m_iPreviousPoints.044", + "m_iPreviousPoints.045", + "m_iPreviousPoints.046", + "m_iPreviousPoints.047", + "m_iPreviousPoints.048", + "m_iPreviousPoints.049", + "m_iPreviousPoints.050", + "m_iPreviousPoints.051", + "m_iPreviousPoints.052", + "m_iPreviousPoints.053", + "m_iPreviousPoints.054", + "m_iPreviousPoints.055", + "m_iPreviousPoints.056", + "m_iPreviousPoints.057", + "m_iPreviousPoints.058", + "m_iPreviousPoints.059", + "m_iPreviousPoints.060", + "m_iPreviousPoints.061", + "m_iPreviousPoints.062", + "m_iPreviousPoints.063", + "m_iPreviousPoints.064", + "m_iPreviousPoints.065", + "m_iPreviousPoints.066", + "m_iPreviousPoints.067", + "m_iPreviousPoints.068", + "m_iPreviousPoints.069", + "m_iPreviousPoints.070", + "m_iPreviousPoints.071", + "m_iPreviousPoints.072", + "m_iPreviousPoints.073", + "m_iPreviousPoints.074", + "m_iPreviousPoints.075", + "m_iPreviousPoints.076", + "m_iPreviousPoints.077", + "m_iPreviousPoints.078", + "m_iPreviousPoints.079", + "m_iPreviousPoints.080", + "m_iPreviousPoints.081", + "m_iPreviousPoints.082", + "m_iPreviousPoints.083", + "m_iPreviousPoints.084", + "m_iPreviousPoints.085", + "m_iPreviousPoints.086", + "m_iPreviousPoints.087", + "m_iPreviousPoints.088", + "m_iPreviousPoints.089", + "m_iPreviousPoints.090", + "m_iPreviousPoints.091", + "m_iPreviousPoints.092", + "m_iPreviousPoints.093", + "m_iPreviousPoints.094", + "m_iPreviousPoints.095", + "m_iPreviousPoints.096", + "m_iPreviousPoints.097", + "m_iPreviousPoints.098", + "m_iPreviousPoints.099", + "m_iPreviousPoints.100", + "m_iPreviousPoints.101", + "m_iPreviousPoints.102", + "m_iPreviousPoints.103", + "m_iPreviousPoints.104", + "m_iPreviousPoints.105", + "m_iPreviousPoints.106", + "m_iPreviousPoints.107", + "m_iPreviousPoints.108", + "m_iPreviousPoints.109", + "m_iPreviousPoints.110", + "m_iPreviousPoints.111", + "m_iPreviousPoints.112", + "m_iPreviousPoints.113", + "m_iPreviousPoints.114", + "m_iPreviousPoints.115", + "m_iPreviousPoints.116", + "m_iPreviousPoints.117", + "m_iPreviousPoints.118", + "m_iPreviousPoints.119", + "m_iPreviousPoints.120", + "m_iPreviousPoints.121", + "m_iPreviousPoints.122", + "m_iPreviousPoints.123", + "m_iPreviousPoints.124", + "m_iPreviousPoints.125", + "m_iPreviousPoints.126", + "m_iPreviousPoints.127", + "m_iPreviousPoints.128", + "m_iPreviousPoints.129", + "m_iPreviousPoints.130", + "m_iPreviousPoints.131", + "m_iPreviousPoints.132", + "m_iPreviousPoints.133", + "m_iPreviousPoints.134", + "m_iPreviousPoints.135", + "m_iPreviousPoints.136", + "m_iPreviousPoints.137", + "m_iPreviousPoints.138", + "m_iPreviousPoints.139", + "m_iPreviousPoints.140", + "m_iPreviousPoints.141", + "m_iPreviousPoints.142", + "m_iPreviousPoints.143", + "m_iPreviousPoints.144", + "m_iPreviousPoints.145", + "m_iPreviousPoints.146", + "m_iPreviousPoints.147", + "m_iPreviousPoints.148", + "m_iPreviousPoints.149", + "m_iPreviousPoints.150", + "m_iPreviousPoints.151", + "m_iPreviousPoints.152", + "m_iPreviousPoints.153", + "m_iPreviousPoints.154", + "m_iPreviousPoints.155", + "m_iPreviousPoints.156", + "m_iPreviousPoints.157", + "m_iPreviousPoints.158", + "m_iPreviousPoints.159", + "m_iPreviousPoints.160", + "m_iPreviousPoints.161", + "m_iPreviousPoints.162", + "m_iPreviousPoints.163", + "m_iPreviousPoints.164", + "m_iPreviousPoints.165", + "m_iPreviousPoints.166", + "m_iPreviousPoints.167", + "m_iPreviousPoints.168", + "m_iPreviousPoints.169", + "m_iPreviousPoints.170", + "m_iPreviousPoints.171", + "m_iPreviousPoints.172", + "m_iPreviousPoints.173", + "m_iPreviousPoints.174", + "m_iPreviousPoints.175", + "m_iPreviousPoints.176", + "m_iPreviousPoints.177", + "m_iPreviousPoints.178", + "m_iPreviousPoints.179", + "m_iPreviousPoints.180", + "m_iPreviousPoints.181", + "m_iPreviousPoints.182", + "m_iPreviousPoints.183", + "m_iPreviousPoints.184", + "m_iPreviousPoints.185", + "m_iPreviousPoints.186", + "m_iPreviousPoints.187", + "m_iPreviousPoints.188", + "m_iPreviousPoints.189", + "m_iPreviousPoints.190", + "m_iPreviousPoints.191" + ], + "m_iScore": [ + "m_iScore.000", + "m_iScore.001", + "m_iScore.002", + "m_iScore.003", + "m_iScore.004", + "m_iScore.005", + "m_iScore.006", + "m_iScore.007", + "m_iScore.008", + "m_iScore.009", + "m_iScore.010", + "m_iScore.011", + "m_iScore.012", + "m_iScore.013", + "m_iScore.014", + "m_iScore.015", + "m_iScore.016", + "m_iScore.017", + "m_iScore.018", + "m_iScore.019", + "m_iScore.020", + "m_iScore.021", + "m_iScore.022", + "m_iScore.023", + "m_iScore.024", + "m_iScore.025", + "m_iScore.026", + "m_iScore.027", + "m_iScore.028", + "m_iScore.029", + "m_iScore.030", + "m_iScore.031", + "m_iScore.032", + "m_iScore.033" + ], "m_iStreaks": [ "m_iStreaks.000", "m_iStreaks.001", @@ -42259,6 +41890,320 @@ "m_iStreaks.134", "m_iStreaks.135" ], + "m_iTeam": [ + "m_iTeam.000", + "m_iTeam.001", + "m_iTeam.002", + "m_iTeam.003", + "m_iTeam.004", + "m_iTeam.005", + "m_iTeam.006", + "m_iTeam.007", + "m_iTeam.008", + "m_iTeam.009", + "m_iTeam.010", + "m_iTeam.011", + "m_iTeam.012", + "m_iTeam.013", + "m_iTeam.014", + "m_iTeam.015", + "m_iTeam.016", + "m_iTeam.017", + "m_iTeam.018", + "m_iTeam.019", + "m_iTeam.020", + "m_iTeam.021", + "m_iTeam.022", + "m_iTeam.023", + "m_iTeam.024", + "m_iTeam.025", + "m_iTeam.026", + "m_iTeam.027", + "m_iTeam.028", + "m_iTeam.029", + "m_iTeam.030", + "m_iTeam.031", + "m_iTeam.032", + "m_iTeam.033" + ], + "m_iTeamBaseIcons": [ + "m_iTeamBaseIcons.000", + "m_iTeamBaseIcons.001", + "m_iTeamBaseIcons.002", + "m_iTeamBaseIcons.003", + "m_iTeamBaseIcons.004", + "m_iTeamBaseIcons.005", + "m_iTeamBaseIcons.006", + "m_iTeamBaseIcons.007", + "m_iTeamBaseIcons.008", + "m_iTeamBaseIcons.009", + "m_iTeamBaseIcons.010", + "m_iTeamBaseIcons.011", + "m_iTeamBaseIcons.012", + "m_iTeamBaseIcons.013", + "m_iTeamBaseIcons.014", + "m_iTeamBaseIcons.015", + "m_iTeamBaseIcons.016", + "m_iTeamBaseIcons.017", + "m_iTeamBaseIcons.018", + "m_iTeamBaseIcons.019", + "m_iTeamBaseIcons.020", + "m_iTeamBaseIcons.021", + "m_iTeamBaseIcons.022", + "m_iTeamBaseIcons.023", + "m_iTeamBaseIcons.024", + "m_iTeamBaseIcons.025", + "m_iTeamBaseIcons.026", + "m_iTeamBaseIcons.027", + "m_iTeamBaseIcons.028", + "m_iTeamBaseIcons.029", + "m_iTeamBaseIcons.030", + "m_iTeamBaseIcons.031" + ], + "m_iTeamIcons": [ + "m_iTeamIcons.000", + "m_iTeamIcons.001", + "m_iTeamIcons.002", + "m_iTeamIcons.003", + "m_iTeamIcons.004", + "m_iTeamIcons.005", + "m_iTeamIcons.006", + "m_iTeamIcons.007", + "m_iTeamIcons.008", + "m_iTeamIcons.009", + "m_iTeamIcons.010", + "m_iTeamIcons.011", + "m_iTeamIcons.012", + "m_iTeamIcons.013", + "m_iTeamIcons.014", + "m_iTeamIcons.015", + "m_iTeamIcons.016", + "m_iTeamIcons.017", + "m_iTeamIcons.018", + "m_iTeamIcons.019", + "m_iTeamIcons.020", + "m_iTeamIcons.021", + "m_iTeamIcons.022", + "m_iTeamIcons.023", + "m_iTeamIcons.024", + "m_iTeamIcons.025", + "m_iTeamIcons.026", + "m_iTeamIcons.027", + "m_iTeamIcons.028", + "m_iTeamIcons.029", + "m_iTeamIcons.030", + "m_iTeamIcons.031", + "m_iTeamIcons.032", + "m_iTeamIcons.033", + "m_iTeamIcons.034", + "m_iTeamIcons.035", + "m_iTeamIcons.036", + "m_iTeamIcons.037", + "m_iTeamIcons.038", + "m_iTeamIcons.039", + "m_iTeamIcons.040", + "m_iTeamIcons.041", + "m_iTeamIcons.042", + "m_iTeamIcons.043", + "m_iTeamIcons.044", + "m_iTeamIcons.045", + "m_iTeamIcons.046", + "m_iTeamIcons.047", + "m_iTeamIcons.048", + "m_iTeamIcons.049", + "m_iTeamIcons.050", + "m_iTeamIcons.051", + "m_iTeamIcons.052", + "m_iTeamIcons.053", + "m_iTeamIcons.054", + "m_iTeamIcons.055", + "m_iTeamIcons.056", + "m_iTeamIcons.057", + "m_iTeamIcons.058", + "m_iTeamIcons.059", + "m_iTeamIcons.060", + "m_iTeamIcons.061", + "m_iTeamIcons.062", + "m_iTeamIcons.063" + ], + "m_iTeamInZone": [ + "m_iTeamInZone.000", + "m_iTeamInZone.001", + "m_iTeamInZone.002", + "m_iTeamInZone.003", + "m_iTeamInZone.004", + "m_iTeamInZone.005", + "m_iTeamInZone.006", + "m_iTeamInZone.007" + ], + "m_iTeamOverlays": [ + "m_iTeamOverlays.000", + "m_iTeamOverlays.001", + "m_iTeamOverlays.002", + "m_iTeamOverlays.003", + "m_iTeamOverlays.004", + "m_iTeamOverlays.005", + "m_iTeamOverlays.006", + "m_iTeamOverlays.007", + "m_iTeamOverlays.008", + "m_iTeamOverlays.009", + "m_iTeamOverlays.010", + "m_iTeamOverlays.011", + "m_iTeamOverlays.012", + "m_iTeamOverlays.013", + "m_iTeamOverlays.014", + "m_iTeamOverlays.015", + "m_iTeamOverlays.016", + "m_iTeamOverlays.017", + "m_iTeamOverlays.018", + "m_iTeamOverlays.019", + "m_iTeamOverlays.020", + "m_iTeamOverlays.021", + "m_iTeamOverlays.022", + "m_iTeamOverlays.023", + "m_iTeamOverlays.024", + "m_iTeamOverlays.025", + "m_iTeamOverlays.026", + "m_iTeamOverlays.027", + "m_iTeamOverlays.028", + "m_iTeamOverlays.029", + "m_iTeamOverlays.030", + "m_iTeamOverlays.031", + "m_iTeamOverlays.032", + "m_iTeamOverlays.033", + "m_iTeamOverlays.034", + "m_iTeamOverlays.035", + "m_iTeamOverlays.036", + "m_iTeamOverlays.037", + "m_iTeamOverlays.038", + "m_iTeamOverlays.039", + "m_iTeamOverlays.040", + "m_iTeamOverlays.041", + "m_iTeamOverlays.042", + "m_iTeamOverlays.043", + "m_iTeamOverlays.044", + "m_iTeamOverlays.045", + "m_iTeamOverlays.046", + "m_iTeamOverlays.047", + "m_iTeamOverlays.048", + "m_iTeamOverlays.049", + "m_iTeamOverlays.050", + "m_iTeamOverlays.051", + "m_iTeamOverlays.052", + "m_iTeamOverlays.053", + "m_iTeamOverlays.054", + "m_iTeamOverlays.055", + "m_iTeamOverlays.056", + "m_iTeamOverlays.057", + "m_iTeamOverlays.058", + "m_iTeamOverlays.059", + "m_iTeamOverlays.060", + "m_iTeamOverlays.061", + "m_iTeamOverlays.062", + "m_iTeamOverlays.063" + ], + "m_iTeamReqCappers": [ + "m_iTeamReqCappers.000", + "m_iTeamReqCappers.001", + "m_iTeamReqCappers.002", + "m_iTeamReqCappers.003", + "m_iTeamReqCappers.004", + "m_iTeamReqCappers.005", + "m_iTeamReqCappers.006", + "m_iTeamReqCappers.007", + "m_iTeamReqCappers.008", + "m_iTeamReqCappers.009", + "m_iTeamReqCappers.010", + "m_iTeamReqCappers.011", + "m_iTeamReqCappers.012", + "m_iTeamReqCappers.013", + "m_iTeamReqCappers.014", + "m_iTeamReqCappers.015", + "m_iTeamReqCappers.016", + "m_iTeamReqCappers.017", + "m_iTeamReqCappers.018", + "m_iTeamReqCappers.019", + "m_iTeamReqCappers.020", + "m_iTeamReqCappers.021", + "m_iTeamReqCappers.022", + "m_iTeamReqCappers.023", + "m_iTeamReqCappers.024", + "m_iTeamReqCappers.025", + "m_iTeamReqCappers.026", + "m_iTeamReqCappers.027", + "m_iTeamReqCappers.028", + "m_iTeamReqCappers.029", + "m_iTeamReqCappers.030", + "m_iTeamReqCappers.031", + "m_iTeamReqCappers.032", + "m_iTeamReqCappers.033", + "m_iTeamReqCappers.034", + "m_iTeamReqCappers.035", + "m_iTeamReqCappers.036", + "m_iTeamReqCappers.037", + "m_iTeamReqCappers.038", + "m_iTeamReqCappers.039", + "m_iTeamReqCappers.040", + "m_iTeamReqCappers.041", + "m_iTeamReqCappers.042", + "m_iTeamReqCappers.043", + "m_iTeamReqCappers.044", + "m_iTeamReqCappers.045", + "m_iTeamReqCappers.046", + "m_iTeamReqCappers.047", + "m_iTeamReqCappers.048", + "m_iTeamReqCappers.049", + "m_iTeamReqCappers.050", + "m_iTeamReqCappers.051", + "m_iTeamReqCappers.052", + "m_iTeamReqCappers.053", + "m_iTeamReqCappers.054", + "m_iTeamReqCappers.055", + "m_iTeamReqCappers.056", + "m_iTeamReqCappers.057", + "m_iTeamReqCappers.058", + "m_iTeamReqCappers.059", + "m_iTeamReqCappers.060", + "m_iTeamReqCappers.061", + "m_iTeamReqCappers.062", + "m_iTeamReqCappers.063" + ], + "m_iTotalScore": [ + "m_iTotalScore.000", + "m_iTotalScore.001", + "m_iTotalScore.002", + "m_iTotalScore.003", + "m_iTotalScore.004", + "m_iTotalScore.005", + "m_iTotalScore.006", + "m_iTotalScore.007", + "m_iTotalScore.008", + "m_iTotalScore.009", + "m_iTotalScore.010", + "m_iTotalScore.011", + "m_iTotalScore.012", + "m_iTotalScore.013", + "m_iTotalScore.014", + "m_iTotalScore.015", + "m_iTotalScore.016", + "m_iTotalScore.017", + "m_iTotalScore.018", + "m_iTotalScore.019", + "m_iTotalScore.020", + "m_iTotalScore.021", + "m_iTotalScore.022", + "m_iTotalScore.023", + "m_iTotalScore.024", + "m_iTotalScore.025", + "m_iTotalScore.026", + "m_iTotalScore.027", + "m_iTotalScore.028", + "m_iTotalScore.029", + "m_iTotalScore.030", + "m_iTotalScore.031", + "m_iTotalScore.032", + "m_iTotalScore.033" + ], "m_iUpgradeRefundCredits": [ "m_iUpgradeRefundCredits.000", "m_iUpgradeRefundCredits.001", @@ -42295,42 +42240,107 @@ "m_iUpgradeRefundCredits.032", "m_iUpgradeRefundCredits.033" ], - "_ST_m_hRagWearables_8": [ - "_LPT_m_hRagWearables_8.lengthprop8", - "_ST_m_hRagWearables_8.000", - "_ST_m_hRagWearables_8.001", - "_ST_m_hRagWearables_8.002", - "_ST_m_hRagWearables_8.003", - "_ST_m_hRagWearables_8.004", - "_ST_m_hRagWearables_8.005", - "_ST_m_hRagWearables_8.006", - "_ST_m_hRagWearables_8.007" + "m_iWarnOnCap": [ + "m_iWarnOnCap.000", + "m_iWarnOnCap.001", + "m_iWarnOnCap.002", + "m_iWarnOnCap.003", + "m_iWarnOnCap.004", + "m_iWarnOnCap.005", + "m_iWarnOnCap.006", + "m_iWarnOnCap.007" ], - "_LPT_m_hRagWearables_8": [ - "_LPT_m_hRagWearables_8.lengthprop8" + "m_nAttachIndex": [ + "m_nAttachIndex.000", + "m_nAttachIndex.001", + "m_nAttachIndex.002", + "m_nAttachIndex.003", + "m_nAttachIndex.004", + "m_nAttachIndex.005", + "m_nAttachIndex.006", + "m_nAttachIndex.007", + "m_nAttachIndex.008", + "m_nAttachIndex.009" ], - "m_eWinningMethod": [ - "m_eWinningMethod.000", - "m_eWinningMethod.001", - "m_eWinningMethod.002", - "m_eWinningMethod.003" + "m_nMannVsMachineWaveClassCounts": [ + "m_nMannVsMachineWaveClassCounts.000", + "m_nMannVsMachineWaveClassCounts.001", + "m_nMannVsMachineWaveClassCounts.002", + "m_nMannVsMachineWaveClassCounts.003", + "m_nMannVsMachineWaveClassCounts.004", + "m_nMannVsMachineWaveClassCounts.005", + "m_nMannVsMachineWaveClassCounts.006", + "m_nMannVsMachineWaveClassCounts.007", + "m_nMannVsMachineWaveClassCounts.008", + "m_nMannVsMachineWaveClassCounts.009", + "m_nMannVsMachineWaveClassCounts.010", + "m_nMannVsMachineWaveClassCounts.011" ], - "DT_SniperRifleLocalData": [ - "DT_SniperRifleLocalData.m_flChargedDamage" + "m_nMannVsMachineWaveClassCounts2": [ + "m_nMannVsMachineWaveClassCounts2.000", + "m_nMannVsMachineWaveClassCounts2.001", + "m_nMannVsMachineWaveClassCounts2.002", + "m_nMannVsMachineWaveClassCounts2.003", + "m_nMannVsMachineWaveClassCounts2.004", + "m_nMannVsMachineWaveClassCounts2.005", + "m_nMannVsMachineWaveClassCounts2.006", + "m_nMannVsMachineWaveClassCounts2.007", + "m_nMannVsMachineWaveClassCounts2.008", + "m_nMannVsMachineWaveClassCounts2.009", + "m_nMannVsMachineWaveClassCounts2.010", + "m_nMannVsMachineWaveClassCounts2.011" ], - "DT_BuilderLocalData": [ - "m_aBuildableObjectTypes.000", - "m_aBuildableObjectTypes.001", - "m_aBuildableObjectTypes.002", - "m_aBuildableObjectTypes.003", - "DT_BuilderLocalData.m_iObjectType", - "DT_BuilderLocalData.m_hObjectBeingBuilt" + "m_nMannVsMachineWaveClassFlags": [ + "m_nMannVsMachineWaveClassFlags.000", + "m_nMannVsMachineWaveClassFlags.001", + "m_nMannVsMachineWaveClassFlags.002", + "m_nMannVsMachineWaveClassFlags.003", + "m_nMannVsMachineWaveClassFlags.004", + "m_nMannVsMachineWaveClassFlags.005", + "m_nMannVsMachineWaveClassFlags.006", + "m_nMannVsMachineWaveClassFlags.007", + "m_nMannVsMachineWaveClassFlags.008", + "m_nMannVsMachineWaveClassFlags.009", + "m_nMannVsMachineWaveClassFlags.010", + "m_nMannVsMachineWaveClassFlags.011" ], - "m_aBuildableObjectTypes": [ - "m_aBuildableObjectTypes.000", - "m_aBuildableObjectTypes.001", - "m_aBuildableObjectTypes.002", - "m_aBuildableObjectTypes.003" + "m_nMannVsMachineWaveClassFlags2": [ + "m_nMannVsMachineWaveClassFlags2.000", + "m_nMannVsMachineWaveClassFlags2.001", + "m_nMannVsMachineWaveClassFlags2.002", + "m_nMannVsMachineWaveClassFlags2.003", + "m_nMannVsMachineWaveClassFlags2.004", + "m_nMannVsMachineWaveClassFlags2.005", + "m_nMannVsMachineWaveClassFlags2.006", + "m_nMannVsMachineWaveClassFlags2.007", + "m_nMannVsMachineWaveClassFlags2.008", + "m_nMannVsMachineWaveClassFlags2.009", + "m_nMannVsMachineWaveClassFlags2.010", + "m_nMannVsMachineWaveClassFlags2.011" + ], + "m_nMinigameTeamScore": [ + "m_nMinigameTeamScore.000", + "m_nMinigameTeamScore.001", + "m_nMinigameTeamScore.002", + "m_nMinigameTeamScore.003" + ], + "m_nModelIndexOverrides": [ + "m_nModelIndexOverrides.000", + "m_nModelIndexOverrides.001", + "m_nModelIndexOverrides.002", + "m_nModelIndexOverrides.003" + ], + "m_nNumNodeHillData": [ + "m_nNumNodeHillData.000", + "m_nNumNodeHillData.001", + "m_nNumNodeHillData.002", + "m_nNumNodeHillData.003" + ], + "m_nStreaks": [ + "m_nStreaks.000", + "m_nStreaks.001", + "m_nStreaks.002", + "m_nStreaks.003" ], "m_nVoteOptionCount": [ "m_nVoteOptionCount.000", @@ -42338,11 +42348,5 @@ "m_nVoteOptionCount.002", "m_nVoteOptionCount.003", "m_nVoteOptionCount.004" - ], - "DT_LocalTFWeaponMedigunData": [ - "DT_LocalTFWeaponMedigunData.m_flChargeLevel" - ], - "DT_TFWeaponMedigunDataNonLocal": [ - "DT_TFWeaponMedigunDataNonLocal.m_flChargeLevel" ] } diff --git a/test_data/comp.json b/tests/snapshots/tests__comp.dem_minimal.snap similarity index 99% rename from test_data/comp.json rename to tests/snapshots/tests__comp.dem_minimal.snap index 28a2a46..98ac7ca 100644 --- a/test_data/comp.json +++ b/tests/snapshots/tests__comp.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -2121,5 +2125,6 @@ } ], "startTick": 27136, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [] +} diff --git a/test_data/decal.json b/tests/snapshots/tests__decal.dem_minimal.snap similarity index 99% rename from test_data/decal.json rename to tests/snapshots/tests__decal.dem_minimal.snap index 84f49cc..c084b57 100644 --- a/test_data/decal.json +++ b/tests/snapshots/tests__decal.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -1897,5 +1901,15 @@ } ], "startTick": 7233, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [ + { + "from": 60409, + "to": 63698 + }, + { + "from": 79213, + "to": 80377 + } + ] +} diff --git a/test_data/emptysaytext.json b/tests/snapshots/tests__emptysaytext.dem_minimal.snap similarity index 99% rename from test_data/emptysaytext.json rename to tests/snapshots/tests__emptysaytext.dem_minimal.snap index f16b73c..450e26e 100644 --- a/test_data/emptysaytext.json +++ b/tests/snapshots/tests__emptysaytext.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -1298,5 +1302,11 @@ } ], "startTick": 11793, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [ + { + "from": 14081, + "to": 16714 + } + ] +} diff --git a/test_data/gully_game_state.json b/tests/snapshots/tests__gully.dem.snap similarity index 99% rename from test_data/gully_game_state.json rename to tests/snapshots/tests__gully.dem.snap index cc7ddd4..d1c9512 100644 --- a/test_data/gully_game_state.json +++ b/tests/snapshots/tests__gully.dem.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "players": [ { @@ -1862,4 +1866,4 @@ } ], "tick": 105351 -} \ No newline at end of file +} diff --git a/test_data/gully.json b/tests/snapshots/tests__gully.dem_minimal.snap similarity index 99% rename from test_data/gully.json rename to tests/snapshots/tests__gully.dem_minimal.snap index fd6968b..9002c05 100644 --- a/test_data/gully.json +++ b/tests/snapshots/tests__gully.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -2505,5 +2509,6 @@ } ], "startTick": 348, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [] +} diff --git a/test_data/malformed_cvar.json b/tests/snapshots/tests__malformed_cvar.dem_minimal.snap similarity index 99% rename from test_data/malformed_cvar.json rename to tests/snapshots/tests__malformed_cvar.dem_minimal.snap index d06d8c7..49c1ada 100644 --- a/test_data/malformed_cvar.json +++ b/tests/snapshots/tests__malformed_cvar.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -1474,5 +1478,6 @@ } ], "startTick": 10587, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [] +} diff --git a/test_data/nousers.json b/tests/snapshots/tests__nousers.dem_minimal.snap similarity index 99% rename from test_data/nousers.json rename to tests/snapshots/tests__nousers.dem_minimal.snap index e3fe84b..6c99412 100644 --- a/test_data/nousers.json +++ b/tests/snapshots/tests__nousers.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -2509,5 +2513,6 @@ } ], "startTick": 67, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [] +} diff --git a/test_data/protocol23.json b/tests/snapshots/tests__protocol23.dem_minimal.snap similarity index 99% rename from test_data/protocol23.json rename to tests/snapshots/tests__protocol23.dem_minimal.snap index a2b82c0..e48d518 100644 --- a/test_data/protocol23.json +++ b/tests/snapshots/tests__protocol23.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -2570,5 +2574,6 @@ } ], "startTick": 77, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [] +} diff --git a/test_data/saytext2.json b/tests/snapshots/tests__saytext2.dem_minimal.snap similarity index 99% rename from test_data/saytext2.json rename to tests/snapshots/tests__saytext2.dem_minimal.snap index 0b6c156..320809d 100644 --- a/test_data/saytext2.json +++ b/tests/snapshots/tests__saytext2.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -1672,5 +1676,6 @@ } ], "startTick": 173463, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [] +} diff --git a/test_data/small_game_state.json b/tests/snapshots/tests__small.dem.snap similarity index 94% rename from test_data/small_game_state.json rename to tests/snapshots/tests__small.dem.snap index 2f32891..cab4178 100644 --- a/test_data/small_game_state.json +++ b/tests/snapshots/tests__small.dem.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "players": [ { @@ -42,4 +46,4 @@ }, "kills": [], "tick": 115 -} \ No newline at end of file +} diff --git a/test_data/small.json b/tests/snapshots/tests__small.dem_minimal.snap similarity index 71% rename from test_data/small.json rename to tests/snapshots/tests__small.dem_minimal.snap index b9e3b36..0c86d11 100644 --- a/test_data/small.json +++ b/tests/snapshots/tests__small.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [], "users": { @@ -12,5 +16,6 @@ "deaths": [], "rounds": [], "startTick": 68, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [] +} diff --git a/test_data/unicode-saytext.json b/tests/snapshots/tests__unicode-saytext.dem_minimal.snap similarity index 99% rename from test_data/unicode-saytext.json rename to tests/snapshots/tests__unicode-saytext.dem_minimal.snap index a913561..5dd702b 100644 --- a/test_data/unicode-saytext.json +++ b/tests/snapshots/tests__unicode-saytext.dem_minimal.snap @@ -1,3 +1,7 @@ +--- +source: tests/tests.rs +expression: state +--- { "chat": [ { @@ -1608,5 +1612,6 @@ } ], "startTick": 24964, - "intervalPerTick": 0.015 -} \ No newline at end of file + "intervalPerTick": 0.015, + "pauses": [] +} diff --git a/tests/tests.rs b/tests/tests.rs index 527cdaf..40c180e 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -1,63 +1,38 @@ use std::fs; use test_case::test_case; -use tf_demo_parser::demo::parser::gamestateanalyser::{GameState, GameStateAnalyser}; -use tf_demo_parser::{Demo, DemoParser, MatchState}; +use tf_demo_parser::demo::parser::gamestateanalyser::GameStateAnalyser; +use tf_demo_parser::{Demo, DemoParser}; -#[test_case("small.dem", "small.json"; "small.dem")] -#[test_case("gully.dem", "gully.json"; "gully.dem")] -#[test_case("comp.dem", "comp.json"; "comp.dem")] -#[test_case("malformed_cvar.dem", "malformed_cvar.json"; "malformed_cvar.dem")] -#[test_case("unicode-saytext.dem", "unicode-saytext.json"; "unicode-saytext.dem")] -#[test_case("nousers.dem", "nousers.json"; "nousers.dem")] -#[test_case("decal.dem", "decal.json"; "decal.dem")] -#[test_case("saytext2.dem", "saytext2.json"; "saytext2.dem")] -#[test_case("emptysaytext.dem", "emptysaytext.json"; "emptysaytext.dem")] -#[test_case("protocol23.dem", "protocol23.json"; "protocol23.dem")] -fn snapshot_test(input_file: &str, snapshot_file: &str) { +#[test_case("small.dem")] +#[test_case("gully.dem")] +#[test_case("comp.dem")] +#[test_case("malformed_cvar.dem")] +#[test_case("unicode-saytext.dem")] +#[test_case("nousers.dem")] +#[test_case("decal.dem")] +#[test_case("saytext2.dem")] +#[test_case("emptysaytext.dem")] +#[test_case("protocol23.dem")] +fn snapshot_test(input_file: &str) { let file = fs::read(format!("test_data/{}", input_file)).expect("Unable to read file"); let demo = Demo::new(&file); let (_, state) = DemoParser::new(demo.get_stream()).parse().unwrap(); - // - // fs::write( - // format!("test_data/{}", snapshot_file), - // serde_json::to_string_pretty(&state).unwrap(), - // ) - // .unwrap(); - let expected: MatchState = serde_json::from_slice( - fs::read(format!("test_data/{}", snapshot_file)) - .expect("Unable to read file") - .as_slice(), - ) - .unwrap(); - pretty_assertions::assert_eq!(expected, state); + insta::assert_json_snapshot!(format!("{input_file}_minimal"), state); let (_, state) = DemoParser::new_all(demo.get_stream()).parse().unwrap(); - pretty_assertions::assert_eq!(expected, state); + insta::assert_json_snapshot!(format!("{input_file}_minimal"), state); } -#[test_case("small.dem", "small_game_state.json"; "small.dem")] -#[test_case("gully.dem", "gully_game_state.json"; "gully.dem")] -fn game_state_test(input_file: &str, snapshot_file: &str) { +#[test_case("small.dem")] +#[test_case("gully.dem")] +fn game_state_test(input_file: &str) { let file = fs::read(format!("test_data/{}", input_file)).expect("Unable to read file"); let demo = Demo::new(&file); let (_, state) = DemoParser::new_with_analyser(demo.get_stream(), GameStateAnalyser::new()) .parse() .unwrap(); - // fs::write( - // format!("test_data/{}", snapshot_file), - // serde_json::to_string_pretty(&state).unwrap(), - // ) - // .unwrap(); - - let expected: GameState = serde_json::from_slice( - fs::read(format!("test_data/{}", snapshot_file)) - .expect("Unable to read file") - .as_slice(), - ) - .unwrap(); - pretty_assertions::assert_eq!(expected.players, state.players); - pretty_assertions::assert_eq!(expected, state); + insta::assert_json_snapshot!(input_file, state); }