chirpnest/bindata.go
2020-04-18 15:59:45 +08:00

756 lines
151 KiB
Go

// Code generated by go-bindata. (@generated) DO NOT EDIT.
//Package main generated by go-bindata.// sources:
// data/code_obj_class.json
// data/code_obj_classif.json
// data/code_obj_sub_type.json
// data/code_obj_type.json
// data/config.json
// data/msg_rules.json
// data/obj_item/01.base.json
// data/obj_item/01.craft.json
// data/obj_item/01.parts.json
// data/obj_item/01.recipes.json
// data/obj_item/02.alch.base.json
// data/obj_item/02.alch.craft.json
// data/obj_item/03.t0.armor.json
// data/obj_item/03.t0.weapon.json
// data/obj_item/03.t1.armor.json
// data/obj_item/03.t1.weapon.json
// data/obj_item/03.t2.armor.json
// data/obj_item/03.t2.weapon.json
// data/obj_item/03.t3.armor.json
// data/obj_item/03.t3.weapon.json
// data/obj_item/03.t4.armor.json
// data/obj_item/03.t4.weapon.json
// data/obj_item/99.legacy.json
package main
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"
"strings"
"time"
)
func bindataRead(data []byte, name string) ([]byte, error) {
gz, err := gzip.NewReader(bytes.NewBuffer(data))
if err != nil {
return nil, fmt.Errorf("read %q: %v", name, err)
}
var buf bytes.Buffer
_, err = io.Copy(&buf, gz)
clErr := gz.Close()
if err != nil {
return nil, fmt.Errorf("read %q: %v", name, err)
}
if clErr != nil {
return nil, err
}
return buf.Bytes(), nil
}
type asset struct {
bytes []byte
info os.FileInfo
}
type bindataFileInfo struct {
name string
size int64
mode os.FileMode
modTime time.Time
}
// Name return file name
func (fi bindataFileInfo) Name() string {
return fi.name
}
// Size return file size
func (fi bindataFileInfo) Size() int64 {
return fi.size
}
// Mode return file mode
func (fi bindataFileInfo) Mode() os.FileMode {
return fi.mode
}
// ModTime return file modify time
func (fi bindataFileInfo) ModTime() time.Time {
return fi.modTime
}
// IsDir return file whether a directory
func (fi bindataFileInfo) IsDir() bool {
return fi.mode&os.ModeDir != 0
}
// Sys return file is sys mode
func (fi bindataFileInfo) Sys() interface{} {
return nil
}
var _dataCode_obj_classJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8a\xe6\xe2\xac\xe6\xe2\xe4\x54\xca\xcc\x2b\xc9\x89\xcf\x4c\x51\xb2\x52\x50\x2a\x4f\x4d\x2c\xc8\xcf\x53\xd2\x01\x09\xe7\x25\xe6\xa6\x82\xc4\xc2\x91\xc4\xf2\x93\xb2\xe2\x93\x73\x12\x8b\x8b\x33\xd3\x40\x52\xa9\x85\xa5\x99\x05\xf1\x25\x95\x05\xa9\x4a\x5c\x9c\xb5\x3a\xe8\xa6\x25\x16\xe5\xe6\x17\xa1\x1a\xe6\x88\x10\x02\x99\x05\xd6\x4a\xd8\x20\xb0\x2e\x88\x34\xa6\x69\x0a\x21\x70\x71\x64\x23\x33\x4b\x52\x73\xe3\xf3\x4b\x32\x52\x8b\x40\x46\x72\xc5\x02\x02\x00\x00\xff\xff\x56\xe6\xa8\x82\xee\x00\x00\x00")
func dataCode_obj_classJsonBytes() ([]byte, error) {
return bindataRead(
_dataCode_obj_classJson,
"data/code_obj_class.json",
)
}
func dataCode_obj_classJson() (*asset, error) {
bytes, err := dataCode_obj_classJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/code_obj_class.json", size: 238, mode: os.FileMode(420), modTime: time.Unix(1586221462, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataCode_obj_classifJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8a\xe6\xe2\xac\xe6\xe2\xe4\x54\xca\xcc\x2b\xc9\x89\xcf\x4c\x51\xb2\x52\x50\x4a\x2d\x2c\xcd\x2c\x88\x2f\xa9\x2c\x48\x55\xd2\x01\x49\xe5\x25\xe6\xa6\x82\xc4\x5d\x41\xe2\xb9\xa9\x79\x25\x0a\x21\x70\xb9\xfc\xa4\x2c\x88\x4a\x2b\x05\xa5\xcc\x92\xd4\xdc\xf8\xfc\x92\x8c\xd4\x22\x25\x2e\xce\x5a\x1d\x74\x63\xcb\x53\x13\x0b\xf2\xf3\xb0\x98\x1b\x0e\x96\x20\xcf\x50\xc7\xa2\xdc\xfc\x22\x2c\x66\x82\xc5\x89\x32\x92\x2b\x16\x10\x00\x00\xff\xff\x33\xfe\x25\x41\x03\x01\x00\x00")
func dataCode_obj_classifJsonBytes() ([]byte, error) {
return bindataRead(
_dataCode_obj_classifJson,
"data/code_obj_classif.json",
)
}
func dataCode_obj_classifJson() (*asset, error) {
bytes, err := dataCode_obj_classifJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/code_obj_classif.json", size: 259, mode: os.FileMode(420), modTime: time.Unix(1586221462, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataCode_obj_sub_typeJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x9b\x4f\x93\xdb\x2a\x12\xc0\xcf\xc9\xa7\xa0\x72\x7e\x87\x57\x39\xee\x6d\x32\x7f\xf2\xb2\x9b\x49\xf2\xc6\x33\x2f\xb5\xb5\xb5\xa5\xc2\x52\xcb\x26\x83\x40\x01\x64\x8f\x6b\x6b\xbf\xfb\x16\x20\xc9\x12\x20\x8f\x69\x67\xaf\x34\xfe\x75\xab\xf9\xd7\xdd\xe0\x7f\xbd\x7d\xf3\x9f\xb7\x6f\xde\xbc\x63\xc2\xf0\x82\x55\xef\xfe\x46\xde\x75\x1a\xd4\xbb\xdf\x6c\xa3\xa0\x0d\xd8\x96\xa7\xb1\x45\xae\x7f\x14\xe6\xd0\xc2\xd8\xef\xed\x9b\xff\xfe\x16\x23\x36\x1d\xe3\xd5\x9c\xf1\xf1\xd8\x34\x85\xf8\x9e\x69\x4a\xa3\x37\x81\x1d\xe2\x59\xc8\xbd\x88\x29\xb6\xe7\x22\xa3\x70\x3a\x8a\x86\x32\x91\x30\x89\xd8\x76\x52\x6e\xa9\xc1\x61\x2b\x68\xa5\x66\x26\x45\xee\x45\x28\xf8\x5a\x9a\x42\x6f\x3b\x53\x8d\xdf\x3b\xb0\x1f\xe0\x67\x07\xda\x90\xb9\xf4\x7c\xb2\xde\xca\xd6\x39\xa3\x50\xf0\x73\x8e\x5e\x6d\x65\xeb\xfd\xa1\xbc\x12\x3c\x9b\x96\xcf\x4b\xec\x51\x74\x3e\xf7\x87\x5c\x17\x9b\x3d\x33\xdb\x4a\xd1\x7d\x6c\xb7\x77\xf7\x20\x27\xa5\x14\x35\x19\x3b\x61\xb5\x44\x5f\x90\xd2\x82\xf8\x96\x4d\xc1\x84\x6e\xa1\x34\x4b\xdf\xd1\x8b\x89\x82\x4d\x2e\x7b\x20\x47\xb6\x7f\x32\xd0\x8c\x60\x84\xd1\x4c\xec\x28\x67\x55\x41\x4b\xc3\xa4\xf8\xb5\xec\x3d\x0d\xb6\x9b\xef\x54\x11\x05\xad\x54\xc8\x25\x19\x01\x9d\x5f\x35\xd9\xa3\xb9\xfe\x57\xf1\x80\x7d\xe3\xf4\x00\x6a\x02\xc6\x2e\x9c\x5e\x41\x34\x6e\xb1\x02\xd4\x8c\x7b\xc5\xfe\x4d\xe8\x1f\xec\x67\xbc\xfa\x21\xb1\x26\xc4\xf7\x38\xd3\x0a\x05\x7a\xae\xe2\x4f\xb7\x2d\x2a\xd0\x1d\xcf\x36\xbc\xea\x80\x17\x35\xdb\x6c\x83\x8d\xfc\xa6\x03\x4e\x5c\x3b\x12\xbc\x05\x25\x63\xbf\xff\x01\x4a\x12\xdd\x35\x0d\x55\x07\xac\xaf\x1d\x39\xf2\xf3\x8c\x8c\xf0\x6d\x03\x4b\xd6\x6e\xed\x68\x5d\x68\x73\x03\x4b\x16\xcf\xe8\xb8\x0d\x2a\x36\xfc\x93\xd8\x81\x30\x12\x6f\xaf\xa5\xc6\x7b\xe9\x48\x45\xd8\xd9\x32\xce\xe9\x06\x0a\x26\xca\x60\x81\x78\x01\x61\xa2\x94\x0d\x13\xd9\x5b\xff\x04\xfc\xfe\x34\x99\xec\xde\x63\xe1\x1b\x99\x46\x0f\xed\xf9\x44\xc3\x1a\x90\x9d\x49\x63\x67\xc2\x7c\xf6\x3e\x0c\xf8\x06\xee\x28\xc8\x67\x72\xa9\x75\x1a\x7a\x94\x9c\x4f\x35\x8a\xad\x3b\x93\x98\x0d\x8f\x5e\x80\x9e\x0d\x03\x38\x9a\xbc\x03\x98\x96\x36\x94\xe6\x50\x6d\x20\x11\x95\x9f\x05\xd7\x85\x36\xd4\xe8\x78\xd9\x0d\x3a\x56\x56\x8c\x09\xc4\x02\x05\x8b\x1f\xe1\x15\x20\x56\x21\xed\x5c\x1c\x53\x50\x21\x64\x27\x4a\x98\xe3\xaf\xbc\x94\xcc\xa5\xf9\xf4\xae\xad\x62\xe7\x0c\xf0\xae\xad\xa8\x01\xec\xc6\x34\x55\x11\xb9\x27\x50\x71\x1c\xea\x06\x44\xb6\x26\xbb\x06\x13\x23\xc0\x1a\x20\x57\x97\x83\xe3\xb9\x63\xc1\x0f\xc8\xe8\x23\xd8\x9d\x3e\xe6\xef\x4a\x6e\x41\x84\x91\xcb\xb1\x2d\xc7\x96\x31\x4c\x09\x83\x7c\x49\x7c\x02\xf7\x90\xbf\x30\x6a\xaa\x4d\x2a\x4c\xb9\x52\x20\x28\xb1\x52\x32\x91\x66\x59\x4b\x2d\x22\xb2\x74\xd2\x9a\x31\xb2\xb2\x4d\x0c\xac\x6c\xf3\xa3\x05\xd1\xcd\x21\xf7\x63\x4b\x46\x26\xdd\x1d\x12\x99\x2e\x70\x8e\x19\x00\x0d\x9c\xc7\xb4\x0f\xdd\x01\x03\x93\xaa\x02\xb5\x96\xf2\x39\x26\x7e\x1d\x44\x97\x71\x69\xc9\x97\xb8\x57\x88\x44\x6d\x31\x01\xff\x3e\x24\xc5\x08\x6b\x47\x6a\x29\x2b\x58\xc0\x5e\x8f\x22\x8c\xb5\xe5\x6e\xd1\xda\x12\xd8\x2e\xff\x00\xd4\x46\x96\x89\x41\x5b\xd9\x66\xd4\xac\x72\xbc\xb8\x64\xe2\x78\x88\x81\x6a\x98\x2e\x63\xf3\xee\x99\x2e\x31\xd6\x39\x5a\x64\x9c\xa3\x21\x6c\xeb\x84\x3d\xb7\xa2\x14\xfd\xc9\x36\x5f\x90\xa1\x9b\x6e\x29\xc7\x7d\x54\xb4\x02\xe2\xf9\xdf\xa9\x22\x0f\x3e\xef\x44\x38\x62\xd4\x91\x08\x48\x92\x3a\x10\xee\x49\xc6\xc3\x1f\x41\x80\x62\x25\x36\x1e\x1e\xcf\xa2\xb8\xa4\x25\x89\xcf\x9a\x11\x96\x6e\x94\xe4\x90\x88\xfe\x7c\x11\xcb\x09\x31\x4e\xee\xb1\x0b\xd5\x37\x8f\xc5\x58\x3b\xac\xd9\x94\xc5\xc3\xc2\xc5\x19\xdc\xaf\x5e\x5e\x6e\x17\xd1\x57\xbc\xdc\x5e\xc0\x4e\xaf\xe7\x9e\x8d\x5d\xd6\xa3\x47\x96\xd1\x0f\x70\x09\xb9\xa5\xa9\xe5\xd8\xa3\xbf\x51\xdc\x1a\xec\xd9\xd2\xa4\x9c\xed\x64\xe4\xab\xb9\xc4\xd7\x54\x1c\x12\x93\xcf\x93\xaf\xc4\xe1\xa2\xb9\xb7\xe4\x65\xb4\xad\x91\x9d\xe8\x23\x63\xdd\xe9\x43\x18\xd4\x0c\x2d\x39\x65\x4c\xbd\x74\x38\x3e\x80\x96\x9d\x2a\x41\x13\xf4\x57\xbb\x25\xb6\x80\xb7\x2b\x0c\x9a\x03\x1e\xee\xd6\xd8\x02\xdc\x2d\x31\x34\x19\x7e\x76\xac\x5d\x42\xdf\x5a\xa1\x4d\x9f\xf0\xfc\x52\xd1\xda\xfc\x1f\xf9\x9e\x0c\x4d\x6b\x0e\xa9\xf8\xe4\xf6\x28\xc8\x8e\x78\x52\x6b\x6d\x75\xd1\x52\x1b\xee\xe3\x12\xab\xed\xa6\xbf\x8e\xc3\xac\xb7\x11\x1b\x2f\xb9\x01\x8b\xb2\x76\x47\x3b\x6e\x8a\xba\xe3\x3c\x75\xda\x39\x29\x39\x4a\x33\xe6\x04\xd5\x86\x43\x41\x8d\xa1\xa9\x59\x71\xed\xc4\xe4\xca\x89\x51\x73\x6e\xc6\x8f\x9c\x32\xe7\x23\x3c\xd3\xf3\x0d\x55\x1b\x48\x8c\x65\xcf\x7f\x74\xe2\x0b\xec\xef\xf9\x4b\xf6\xf7\x7c\xbc\xfd\x15\xd4\x8b\xc6\xdf\x40\x0d\x42\xc3\x05\xd6\x5b\xfa\x92\xe9\x03\x1d\x73\x14\x44\xcc\x0f\x88\x12\x5b\x6f\xe3\xd2\xd7\x5f\x30\xe7\x96\x26\x5b\xbe\x8d\xf0\x52\x6e\xa9\xd8\x24\xac\xbc\xed\x25\xa8\xfd\x7e\xa0\x46\x96\x8e\x54\x8c\xad\xee\x14\x49\xef\xef\xf8\x53\x29\x36\xd1\xf1\x50\x79\xdd\x82\x85\x4f\x5e\x80\xb1\x71\x60\x46\x56\x0e\x4c\x84\x9d\x42\x16\xda\xd0\x86\x85\xc5\xae\x2f\x92\xac\xa6\xed\x98\x72\x8b\x06\xaa\xca\xed\x52\xc5\x65\x2a\xcd\xbf\xec\x0c\xbc\xfa\x27\xb6\x84\xb8\x90\x09\xa2\xd3\xc0\x35\x35\x86\x43\xb8\x5f\x1c\xdb\x32\xfd\x58\x94\x54\x94\x90\xa8\xb1\x39\x3f\x92\x6b\x27\x45\x17\xc5\x06\x7a\xf4\xf9\x33\x3a\xc2\x0b\xfd\x94\xb2\x01\xb0\x91\x0a\xaa\x30\xa4\x71\x52\x9b\x61\x4e\xa4\x88\x0b\xef\x82\x36\xeb\x4e\x6f\x53\x43\xe7\xaf\xa7\xdd\xf3\x14\x72\x35\xe9\x95\x73\xa1\x4c\x79\xd1\xb5\x73\xf8\x1f\x40\x39\x79\xca\x2e\xdd\xba\xba\xb1\xaf\x54\x27\xee\x27\x5c\xb5\xfa\xce\xdd\xaa\x63\xa2\xa6\xbe\x58\x9d\x2c\x67\x78\xf6\x25\xc5\x4d\x11\x61\xc7\x7a\xe1\x17\x04\x77\xb8\x38\xac\xa0\x06\xba\x70\xcf\x79\x33\x91\x9d\x4f\xe6\xb0\x03\x3b\x60\xf1\x5a\xf9\x6c\x25\xe4\x09\xb5\xe7\x8e\xd4\xc8\x0d\x23\x15\xb3\xeb\x1e\xde\xff\xfe\xfe\xf7\xa2\xa1\x2f\x45\x49\x5b\x5a\xb2\x30\x97\xf8\xf2\x4f\x62\x7b\x90\xdb\x9d\xcd\x55\x1e\x19\x07\x62\x24\x69\xe8\x0b\x99\xf7\xcf\x56\xd9\x69\x50\x85\x61\x1c\x0a\x0d\xe6\x55\x9d\x2b\x30\xa4\x96\x8a\xa4\x5f\x3c\x9e\xa5\xd0\x4f\x7a\x6d\xa8\x3a\xa9\xce\x4f\x7f\xa6\x89\xeb\x89\xb8\xe2\x9d\xa9\x93\xbb\xf0\xcd\xe6\x82\xb6\x63\xc7\x6c\x4d\x4a\x76\xa2\x2a\x2a\x29\xe0\x94\xa6\x07\xdb\x8b\xd4\x4c\x30\xbd\xcd\xdf\xe9\x66\xaa\xf6\x4a\x8a\x8d\x1f\xbb\x67\x26\xaa\x53\x5a\xbf\xdb\xae\x7e\x08\xff\x31\x76\x45\xaa\xad\x95\xd4\xa7\xa7\xe7\x9d\xeb\x41\xbe\x03\x6d\x65\xf6\x4b\x82\x5e\x57\xd9\x29\x05\xc2\x14\x0d\x6d\x4f\xa9\xba\xf6\xdd\xc8\x3d\xcd\xde\x83\x87\x8f\x82\x8d\x92\xe1\xb6\x1e\x8c\xd9\xb4\x4b\xb6\x82\x54\x04\x30\xe7\xfb\x78\xc0\x5d\xd7\xb3\x7c\x87\xad\xa5\xe9\x6b\x1c\xcc\x40\x13\xc4\xfe\xb6\x9d\x94\x5b\x28\x9f\xdd\xba\xd5\x2d\x94\xac\x66\x25\x39\x76\xc5\x28\xa2\x61\x3e\x1e\xea\xa1\x9c\x3b\x15\xd9\x2f\x3e\xfc\xbb\x5e\xd9\x06\x8f\x48\xae\x1d\xd9\x52\x27\xc2\x3c\x6a\x5f\x54\x09\x4e\x44\xe8\x0b\x3f\x18\xa2\xdb\x3a\x4b\x29\x6a\xb6\x89\xa9\x76\x87\x24\xd7\x4e\x48\x98\x20\x1f\x24\xea\x89\xf3\x44\xc5\x78\x52\x86\xef\x4b\x57\x81\xb6\xe1\xd4\xfc\xfa\xe5\x97\x69\xac\xeb\x33\x55\xde\xdd\x5d\xaa\xd3\x26\xed\x89\xe7\xf1\xa1\xc6\x9b\xdb\x3b\xf2\xf1\xe9\xd3\xe7\x9b\x5f\xa1\xcf\x67\xce\xaf\x2b\xbc\xbe\x5a\x3d\x7e\xbe\xcd\xcf\xd2\xdc\xab\xfc\xe4\xdb\x60\xa7\xc5\xcb\xc9\x55\x89\x5d\xfd\xca\x0e\x52\xb8\x85\x3d\xd8\x01\x79\x6a\xc9\x10\x9d\x61\xc0\x2d\xd0\x32\x26\x7f\xb3\xad\x97\xa2\x5d\xb1\x3a\xda\x47\xdc\x45\x10\xcd\xaf\xe7\xbd\x56\xfa\x26\xfe\x82\x02\xf1\xd6\x6a\x42\x8e\x03\xf5\x23\x19\x51\x01\xd2\xcf\x8c\xf3\xc2\x48\x59\x70\xb9\x0f\xa6\x85\x15\x11\x23\x25\x19\x45\xe7\x71\x7f\xc8\xf5\xb0\x6a\xd3\xa1\xf4\x0f\xb9\x8e\x79\xb6\x71\x99\xd7\xbf\x36\x9b\xf3\x86\x27\x66\x08\xde\xf8\x17\x82\x60\xd3\x1c\x66\x13\xe5\x28\x6a\x6a\x77\xf7\xb5\x72\x04\x4d\x81\x2e\xa9\x28\x9a\xf0\x1f\x36\x0f\xae\x9d\x34\xa0\x35\xd2\x9b\x1a\x4c\x22\x46\xb4\xfb\xc0\x0f\xb9\x26\x54\x13\x2b\xc4\x80\x5d\x09\x90\xb3\xf1\xa5\xd9\x11\x2d\xaa\xd1\xe0\x1d\xa3\x64\xda\x29\x0f\xaf\xa0\x56\x10\xa6\xd7\x0f\xbe\x71\x54\x51\x2b\xd9\x20\x75\xac\x69\xf9\xdc\xb5\x05\xbc\x1c\x5f\x38\x1c\x4b\x83\xee\xc5\xc0\x07\xd7\x03\xc9\x65\x4d\xcc\xfd\xd4\x5c\xc0\xdd\xa4\xff\xdc\x34\xdc\x78\x60\x66\xf1\x70\x8f\x52\xef\xc3\xff\x87\x0d\xd4\x3b\xa9\xf6\x54\x55\xa8\xb9\x47\x77\x10\xff\x2f\x60\x45\x77\x40\xd4\x78\xfd\x88\xe0\xfa\x5b\x1a\x77\xaa\x6a\x43\x4d\x17\x28\xf8\xcb\x5d\xd3\xb8\xc3\x74\xe5\xc4\x78\x1d\x36\xa6\x3c\xa1\xc3\xfd\xd5\x06\xaf\xc3\x3d\x21\x0c\x1d\x3f\xf8\xfb\xfe\xc2\x35\x0f\x89\x18\x6a\xb8\x85\xf8\x3b\xce\xd6\x0a\x82\xe3\xf3\x5e\x6f\xc8\x0d\x70\x0c\x6f\x03\xc6\xfb\x38\x0c\x65\xfd\xd3\x1a\x1b\xd2\xfe\x45\x93\x7f\xf0\x78\x9d\xbb\xa5\x4d\xe3\xaa\x0c\x0d\xc4\x81\xf2\x1f\x4e\x48\xdc\xc3\x56\x84\x6f\x4f\x67\x3e\xb3\x7c\x67\xfc\xff\x04\x5a\xcd\x42\xde\x33\x66\x3b\x97\x68\x48\x07\x44\xa1\x02\x26\xfa\x80\x03\x33\x0d\xe3\xbc\x6a\x65\x9b\x2e\xb1\xda\x31\x0b\xcd\xe9\x2e\x3c\xd1\x66\x64\xd7\x01\xe5\x77\x9b\xf8\xf5\x8b\x9f\xb3\x26\xdc\x6b\x7d\x5e\xe8\xef\x81\x87\x2d\x8c\x4c\xfa\x9d\xa7\xc8\xed\x2a\xd1\xbe\x38\xbc\xc8\x88\x49\x6e\xb6\x9d\x40\xd9\xa1\x8c\x23\x45\x68\x12\x35\xba\xd7\x50\x0d\xd3\xc1\x5f\x1f\xee\x99\x2e\x81\x73\x2a\x40\x76\x89\x44\xf8\x35\xa0\x82\x92\xb5\x10\x7e\xe9\xb1\x2d\x87\xd5\x46\x35\xbc\x6f\x34\xf5\x34\xf1\x35\x8e\x34\xdb\xb0\x3c\xf7\xf5\xd8\x94\x43\xea\x04\xfb\xd9\x05\x5f\xf7\x34\x69\x3b\x93\x95\x4a\x08\xaf\x27\x6d\x53\x4c\xdf\x37\x0d\xaa\x29\x0b\x3e\xec\x6e\x6c\x99\x42\x5c\xbf\x34\xc2\x3d\x08\x8d\xbe\x28\x95\x28\xfa\x9e\x69\xca\xa9\x20\x3e\x26\x0d\xbd\xd3\xac\x97\x36\x8a\xcd\x40\x31\x48\xfe\x13\xe4\xa5\x5d\x80\xf8\x3b\x9b\x5a\xaa\xf1\x8f\x0c\x93\x03\x37\xf9\xe7\x06\xff\x9f\x87\x53\x34\xbd\xa7\x4d\x60\xdb\xea\xd8\x94\xc7\xda\x51\xce\xe1\x10\x06\x19\xc7\xb6\x73\x69\xbf\xd2\xf1\x26\xf2\xd5\x63\xd2\x53\xa6\x37\xe7\xed\xbf\xff\x17\x00\x00\xff\xff\x8f\xc9\x5f\xfc\xbf\x40\x00\x00")
func dataCode_obj_sub_typeJsonBytes() ([]byte, error) {
return bindataRead(
_dataCode_obj_sub_typeJson,
"data/code_obj_sub_type.json",
)
}
func dataCode_obj_sub_typeJson() (*asset, error) {
bytes, err := dataCode_obj_sub_typeJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/code_obj_sub_type.json", size: 16575, mode: os.FileMode(420), modTime: time.Unix(1586227707, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataCode_obj_typeJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\xcd\x6a\x84\x30\x14\x46\xd7\xc9\x53\x48\xd6\x3e\x41\xb7\xa5\x2d\x2d\x74\xd1\xa2\x74\x51\x8a\x5c\xf5\x56\xee\xa0\x89\x93\x1f\x14\x86\x79\xf7\x21\x3a\x9b\xc4\x64\x37\xdb\xe3\x39\xe6\x0b\xf9\xe5\xec\xc2\x19\x13\x24\xed\xd8\x50\x2f\x9e\x0a\xe1\x0c\x6a\x51\x7a\x28\x61\x42\x4f\x6a\x4f\x38\xbb\x96\x47\x79\x70\x34\xf6\xa1\xfd\xb6\xa1\xb4\x3e\x99\x21\x94\x3f\xd1\x18\x18\x30\xa3\x2f\x10\x2d\xf9\x81\xdc\x90\x05\x74\xa3\x71\x56\xda\x1e\x8a\xe2\x7b\xe7\xe9\xf0\xa4\xda\xb0\xf8\x50\x6d\x46\x25\x8b\x53\xe8\xbe\x7b\x92\x96\x3b\x30\x76\xc4\x50\x7f\xde\x59\x3a\xf8\x07\x8a\x6e\xfb\xea\x49\x5a\x76\x92\x94\x0c\xed\x4a\x43\x8f\x45\xbd\x7d\x48\x47\x56\x53\xeb\x2c\xc6\xd9\x0e\xd3\xc9\x3a\x87\xf6\xcb\x3a\xa3\x26\x94\x5d\x2e\x38\x3b\x34\xd1\x13\x7c\x6d\xe8\x61\x93\xec\xe1\x80\xea\xfe\x7f\xfe\x77\x0b\x00\x00\xff\xff\x42\x4e\x7f\xd8\xcf\x02\x00\x00")
func dataCode_obj_typeJsonBytes() ([]byte, error) {
return bindataRead(
_dataCode_obj_typeJson,
"data/code_obj_type.json",
)
}
func dataCode_obj_typeJson() (*asset, error) {
bytes, err := dataCode_obj_typeJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/code_obj_type.json", size: 719, mode: os.FileMode(420), modTime: time.Unix(1586221462, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataConfigJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\x41\x6e\xf2\x30\x10\x85\xd7\xe1\x14\xd6\xac\x11\x18\xf2\xff\x50\xb2\xae\xd4\x4d\x6f\x80\x50\x34\x89\xad\xc4\xc2\x89\x8d\xed\xd0\x46\x28\x77\xaf\x26\xc1\x05\x2a\xba\xe8\x26\x92\xbf\x37\x33\xef\x8d\xe3\xcb\x8c\x31\x08\x52\xcb\xca\x61\x03\x19\xa3\x33\x63\xd0\x39\x0d\x19\x83\x3a\x04\xeb\xb3\xe5\x12\xad\x5a\xc4\xa2\x85\x71\x15\xcc\xa7\xb2\x60\x8e\xb2\xa5\x42\x98\x31\x36\x10\x04\x7f\xd2\xb7\x31\xc2\xa9\xb3\x74\x54\xd0\xf4\x24\xc4\xb6\xde\x4a\x82\xa1\xb4\x11\xa1\x10\x4e\x7a\x4f\x54\x9b\x12\x75\x6d\x7c\xc8\xd2\x94\x6f\x62\x41\xe7\xa5\x6b\xb1\x19\xfb\xca\x5a\x39\xdb\x4a\x1f\xa2\x68\xd1\xfb\x0f\xe3\xc4\x53\x51\x60\xc0\x02\xfd\x8f\xce\xef\xc0\x0e\x8b\x42\x85\xbb\xd5\xfd\x94\xf8\x6f\x26\x94\xf7\x31\xfc\xff\xcd\x76\x7d\x6b\x0d\xf5\x2f\xf6\x85\xb9\xf3\x46\xd1\xa8\x36\x57\x64\xc1\xaf\xad\x55\xa7\xb4\xc8\xe3\xe6\x6f\x74\x82\x7b\x69\xa4\xef\xaf\x91\x35\xa8\xda\xbc\xac\x31\x3c\x4e\x11\xd2\x1a\xaf\xc2\x13\xc5\x49\x6b\xdc\x33\x01\xdb\xca\xf5\x85\x72\x85\x9f\xf8\x4b\x9a\xfe\xe3\xbb\xdd\x76\x4d\x7a\x02\x67\xec\x74\xc8\xb5\x6a\xc6\xbb\xdb\x13\x4b\x2e\xe3\x37\x01\x15\x64\x03\x2c\x63\xc0\x57\x63\xae\x84\x06\x26\x40\xbb\x9d\x42\x1f\x3d\x22\xc5\xcf\x2b\x5d\x71\xce\xf9\x68\x9e\x0c\xa4\x1f\x26\x27\x5f\x1b\x4b\x0f\x63\x7f\x79\x78\x04\xe3\x7f\x9a\x33\xd0\xaa\x3d\xd2\x19\x8b\x52\x00\x1b\x0e\x74\xb3\xb3\xe1\x2b\x00\x00\xff\xff\x4a\x65\x6a\x96\xd8\x02\x00\x00")
func dataConfigJsonBytes() ([]byte, error) {
return bindataRead(
_dataConfigJson,
"data/config.json",
)
}
func dataConfigJson() (*asset, error) {
bytes, err := dataConfigJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/config.json", size: 728, mode: os.FileMode(420), modTime: time.Unix(1586221462, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataMsg_rulesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xef\x8e\x1c\x47\x92\x27\xf8\x79\xe6\x29\x5c\x9c\x05\x58\x45\x56\x15\xff\x88\xa4\x24\xde\x80\xbc\x22\x29\x4a\x9c\x15\xd5\x6c\x15\xd5\x84\x86\xc1\x2d\x78\x46\x58\x66\x78\xa7\x87\x7b\xd0\xdd\x23\x93\x29\x51\x00\xb1\x33\x73\xb8\xc3\xf4\x8c\xf6\x34\xba\xe9\xdb\x1e\x35\x78\x0d\xec\xf4\x01\x77\x0b\x4c\x63\x3f\xdc\x35\x16\xb8\x2f\x83\x7b\x12\xde\x03\x34\x1f\xe1\x60\x66\xee\x11\x91\x95\x99\x55\xa5\xee\x2a\x29\xd5\xab\xc6\x0c\x95\x15\xe1\x11\xe1\x7f\xcc\xcd\xed\xcf\xcf\xcc\x1e\xff\xa9\x10\x9f\xfd\xa9\x10\x42\x9c\xa9\x9d\xb2\x67\xae\x8b\xab\x17\x2f\x5e\xdc\xe2\x2b\x05\xf8\xdc\x9c\xb9\x2e\xce\x3c\xd0\x72\x06\x4e\x4c\xa5\x13\x0e\x6a\xeb\xc2\x99\xd8\xc2\x35\x1a\xb0\xc1\xbf\xdb\xb8\xf9\xe0\xcf\x6f\x4b\x1f\x34\xdc\x78\xfc\xfa\xe5\x7f\xf8\x9f\x5e\xbf\xfc\xf5\xdf\xbc\x7e\xf9\x1f\xfe\xeb\xeb\x97\xbf\xfe\x1f\x5f\xbf\xfc\xf5\xcf\x5e\xbf\xfc\xe7\xaf\x5e\xbf\xfc\xd9\xff\xfc\x64\x73\x23\xcb\x1e\x63\xeb\xf7\x1a\xa5\x8b\x1b\x8f\x77\xb7\xff\xf2\xe2\xf6\x3b\x4f\x3e\xbb\xb4\xf5\xe6\xe7\x9b\x59\xf6\x64\xf3\xb3\x8b\x5b\x97\x3e\xc7\x06\x1f\x7b\x70\x37\x36\xb0\x81\xdc\xfe\xf4\xe2\xf6\x3b\xe2\xc9\xb9\xcd\x4d\xf1\xea\x17\x5f\x5d\xc7\xbb\xbb\x21\xc8\x7c\x7c\xe3\x31\x3e\x7c\x7e\xb3\xbb\x72\xdf\x16\x37\xb2\x6c\x63\x63\xfb\x79\x96\x9d\xdf\xe4\xdb\x59\xb6\xc9\xaf\x15\xaf\x5f\xfe\xd3\xaf\xe8\xf1\x3b\x30\x04\xe3\xa1\xff\x7c\xbc\x74\xf8\x0b\x3e\x98\xe8\xeb\x02\x5b\x7f\x00\x13\xd0\xe9\xf1\x2c\x33\x9f\xd8\x06\x27\xc7\x37\x3a\x08\x6b\x44\x28\x41\x0c\x64\x08\x1a\x86\x0a\x74\x71\x3d\xcb\xcc\xc6\xeb\x97\x5f\xfd\xf3\xbb\xcf\x6a\x7e\xfe\xdd\x67\x75\x7a\x3a\x0e\x39\xcb\xcc\xe6\xb9\x8d\xd7\x2f\xbf\xfc\xcd\x7b\x56\x17\xdc\x0a\x7f\xdd\xc8\xb2\x6d\x6a\xb1\xbc\xf9\x3f\xfc\x7a\x2f\xd8\x7c\xcc\xed\xe9\xe7\xa1\x0f\xbc\xfa\xe5\x7f\xfa\xdd\x6f\xbf\x78\x3f\xf6\xe2\xfd\x07\xd8\x78\x59\x3b\xea\x62\x70\xf2\xc6\xc6\x4d\x7f\x7d\xe7\xdc\xe6\xe6\xbf\x49\x6b\x5e\xf9\xd1\x7e\x98\xd5\xb4\xee\xf8\x9b\x29\x62\x5f\xe6\xe3\xd4\x22\x2f\x65\xd8\x57\xc5\x99\xeb\x22\x51\x52\xe3\xc1\xc5\x2b\x7f\x2a\xc4\xe7\x5b\xc7\xa2\xba\xdd\x26\x0f\xca\x1a\x21\x8d\xb1\x4d\x0e\x0b\x34\xf7\x81\x0d\xe2\xcf\x68\x2d\x6c\x48\x73\x29\x78\x5c\xf7\x02\x54\x37\x76\xce\xe1\xc2\x6c\xfc\xb8\x91\x5a\x85\x19\xdf\x88\x7f\xc4\x7b\x71\xc4\xb7\xad\x29\x14\x7e\x8a\xdb\xe0\x9f\x73\x0d\xf6\x40\x6b\x70\x71\x86\xe9\xf7\x31\x49\x5d\xb4\x53\xfa\xb8\x7b\xf6\x48\xc2\xe7\x66\x44\xfe\x3b\xe7\xf8\x72\x96\x99\xdb\x8d\x73\x60\x82\xa8\x9d\xca\x81\xfb\xf2\x00\x7f\xb6\x23\xaf\x6d\x93\x97\x59\xb6\x01\x3e\xcb\xb0\xef\xb7\x9a\x19\x75\xfa\x43\x6b\xe0\x39\x36\xa7\x0b\xbf\x5f\xcf\xe9\xd1\x23\x3b\x4e\xad\xe6\xfa\x8d\xfd\x78\xd7\x14\x62\x37\x44\xaa\x6f\x67\x76\x2f\xc8\xd0\xf8\x44\xb5\xf8\x1b\x6f\x24\xe2\x23\x92\x5b\x45\x70\x92\xe9\x62\x9f\xe8\xc2\x74\x84\x71\x42\x64\xf7\x50\x55\x8b\xb4\x76\xcf\x88\xdb\xa5\x0c\xe2\x91\x74\x5e\x4c\xad\xd3\x85\x30\x76\x8a\xe4\x75\xf3\xc1\x9f\xe3\x13\x89\xda\x70\x53\xd9\xc6\xf1\xaa\x7c\x76\xf9\xf3\x4d\x62\x37\xf7\x95\x69\x02\x74\x17\x63\xcb\x3b\x72\xd6\x5d\xa3\xa9\xb8\x6f\x4d\x28\x6f\xec\x9c\xe7\xbf\x3e\x01\x99\xde\x74\x85\x1e\xca\x32\xf3\x08\x64\x28\xc1\x89\xa1\x75\x90\x4b\x1f\xe2\xab\xe2\x65\xec\xc6\xab\xff\xe1\xcb\xde\x95\x0f\xe1\x59\x68\x3b\x47\xf3\xba\x72\x27\x07\x55\xc1\x29\xec\xe3\x07\x4a\x6b\x39\x02\x71\xcf\xe4\xe2\xcf\x2e\x2d\x4c\xed\x27\xb6\x11\x53\x70\x20\x7c\x70\x56\x6b\x65\x46\x42\x3a\xdb\x98\x02\xf9\xe8\x0c\xd9\x6a\x69\x9d\x07\x31\x2d\x81\xfe\x16\xc6\x06\x95\x43\x21\x8e\x7d\x92\xf0\xc9\xc0\x93\x23\xec\x50\xec\x7c\xc6\xd7\xe3\x5e\xd8\xb8\x6f\xad\xd1\x6a\x54\x86\xe7\x8f\xac\x1e\xd6\x32\x1f\x3f\xbf\x03\xe0\x4a\xeb\xcc\xf3\x3b\x4e\x8e\xac\xf1\xb9\xd4\xf0\x7c\xaf\x94\x6e\x1c\x00\x42\xf9\xfc\x81\x0d\x32\xd8\xe7\xef\xab\x51\x69\xc0\x87\xcd\x4d\xc1\x2f\x13\xc1\xcd\x70\x04\xc1\x8a\x3a\x0e\x5b\x0a\x6d\x73\xa9\xc5\x84\xff\xde\x11\x0f\xad\xf0\xc1\xd6\xa2\x54\x95\xc8\xb5\xca\xc7\xe2\xc2\xc8\xae\x5c\x94\xf8\x9a\x7d\x65\xf2\xd3\x5c\x97\xcb\xff\xad\xaf\x4b\x96\xed\x1c\x67\x0d\x2e\x9f\xf0\x22\xbc\x67\x17\x26\xfe\x30\x6a\x18\xd9\x53\x22\x82\x25\xfd\x40\x02\xd0\x6a\x18\x44\x53\xf3\x7a\xfb\xa9\x75\x85\x90\xa6\x10\x79\x29\x1d\x4e\x61\x20\x41\x67\xa2\xac\x96\xc1\xba\xa3\x27\xf0\xd4\xba\xff\x48\x99\xa5\xfd\xf7\x4d\x9e\x83\xf7\xc3\x46\xeb\x99\x28\x60\x08\x32\xfc\xbe\x14\xba\x23\x76\xbd\x28\x41\x4c\xa5\x17\xb9\x93\x53\xde\x11\x53\x39\xdb\x22\xea\xaf\x55\x3e\x86\x02\xe7\xca\xdb\x0a\x90\x9c\x71\x6a\x46\x56\x17\xf8\x90\x86\x61\x10\x03\x28\x95\x29\x76\xc4\x47\x90\x83\x9a\x60\x3f\x92\x88\x97\xce\x70\x6a\x8e\x13\x7c\x40\x44\x14\xf0\xac\x3e\x7a\x76\xa7\xdd\x24\x9c\xf0\xf4\xe2\x09\x67\x9b\x45\xb1\xff\x13\xdb\x64\xd9\xd9\x09\x88\xa1\x54\x1a\x0a\xda\x5e\xce\x06\xc8\x13\x61\xd0\xe3\xce\x67\xd9\x8e\xf8\xd0\x8a\xca\x3a\x10\x0e\xa6\xd2\x15\x1e\x0f\x30\x9c\xb8\xe3\xec\xbb\x30\xff\xf9\x13\x1e\xdc\x07\xd6\xfb\xe5\xc4\x0f\xe1\xf7\x64\x66\x23\x4b\xab\x58\x42\xe2\x36\x45\x7f\x3e\x70\x36\x1e\x81\x28\x6d\x0d\x44\x3a\x43\x00\x2d\x02\x38\xa7\x06\xfa\x58\x7c\x48\xf7\x7a\x7c\xc2\x93\x71\x87\xf6\xc8\xd2\xe9\x08\x4e\x41\x41\x47\x57\x8d\xa4\xff\x7b\xcd\x0c\x0e\x7d\x4f\x16\x7a\xb6\x95\xb6\x52\xb0\x96\x4e\x18\x33\xc2\x7b\xa4\x46\x0d\x6c\x31\x13\x65\xe3\x82\xdf\x12\x83\x26\x10\xa5\xd0\xa6\x72\x20\x3d\x1f\x3e\x3c\x67\xc0\xc7\x03\x18\x28\xf0\xe1\xb4\xaf\x16\x34\x2c\xdc\x3e\xc7\x99\xd7\x62\x6e\xf0\x27\x34\xb3\x77\x1a\xd0\xe2\x2e\xf6\x33\xe9\x87\x8b\x87\x2d\x69\x31\x6a\x08\x97\x6e\x6c\x64\xd9\xf6\x66\x5f\x7b\xdb\x39\xd7\x1d\x89\x97\xbe\x91\x72\x7d\xe9\xb0\x45\xc1\x5e\x29\x1f\x2e\x45\xd1\xf0\x27\x7b\x51\x8e\xc4\x5e\x5c\x3e\xbc\x17\x97\xbf\x51\x2f\x2e\x1f\xa3\x17\x97\xe7\x05\x54\xfc\x15\x5f\xf1\x48\x99\x23\xe9\xeb\x91\x32\xf1\x3d\xb4\xf7\x86\xce\x56\x82\xfb\xfb\x48\x99\xe3\xe9\x3b\x3b\xe7\x92\x9c\xe0\x83\x34\x85\x17\x13\x95\x07\xeb\x94\x6d\xbc\xb0\x13\x70\x2d\xb1\x23\xaf\x38\xb2\x43\xd8\x68\x45\x8f\xf0\xd6\x37\xec\xd2\x96\x98\xaa\x50\x8a\x81\xb6\xb6\x10\x5e\xdb\x29\x9e\x64\x4e\xf1\x26\xa4\x57\x97\xca\x8b\x28\xf1\xd7\xd6\xd0\x59\xc5\x16\x09\xe1\x0e\xdb\x11\x3b\xc7\x50\x09\x8a\x06\xf4\xfe\x10\x89\xf7\xf4\x77\xc5\x82\x6a\xf0\xc3\xae\x58\x97\x5d\x81\x8c\x9a\x99\x34\x38\x11\x4a\x69\xbe\xcb\x0d\xb1\xfe\xc4\xfd\x11\x99\xc4\x84\x83\xa7\x0d\xf8\xc5\xc3\xf4\x02\x9b\xcc\x8e\xb2\xa8\x39\x78\x7a\xd2\xca\x06\x2e\x54\x34\xe1\xae\xee\x5d\xea\xc0\x6a\x25\xe4\xf4\x7a\xf8\x3e\x38\xbb\xba\x67\x25\xb8\xd5\xaa\x11\xde\x3c\x85\x1e\xdd\x87\xd4\x9f\x65\xc6\x8b\x0b\x15\xac\xec\x50\x05\xa7\xdc\x9d\x45\x9d\xfd\xf5\xcb\x2f\xfe\xe6\xfe\xb7\xdc\xa3\x7b\x66\x02\x26\x58\x37\x5b\xbd\x6e\xca\x4c\x56\xf6\x49\x99\xc9\x29\x74\x0a\x15\x96\xd5\xfd\x41\x7d\xe2\x70\x2b\xd8\xc9\xf7\xe8\x81\x86\x62\xb4\x68\x58\xbc\x50\xd3\xf5\xd5\xa2\xe9\xdc\x63\x27\xd4\x97\x5b\xcd\x21\x8b\x35\x0d\x83\xfd\xd6\x86\x9e\xfc\x23\xfb\xd1\x78\x6e\x82\x0a\xb3\x79\xc7\xc5\xca\xae\x0f\x9a\xd9\x29\xcc\xe3\x1e\x68\x7d\x58\xe7\xfd\x31\x3b\xcf\x57\xe7\x4c\xe8\xd1\x66\x7d\xf8\xa8\x3c\x68\x7d\x0a\xc3\xfa\x91\x2b\xc0\x0d\xac\x1d\x0b\x0f\xd2\xe5\xe5\x12\xa2\xed\x3c\x1b\x8f\xe5\xf6\xa7\xbb\xd1\x29\x76\x7e\xf5\xf9\x66\xd3\x3b\xf7\xe7\xdf\x79\xe2\x5d\xee\x4d\x47\xaf\xbf\xfb\xec\x4c\x29\xda\xf9\x3d\x46\x47\x4f\x73\x62\x7b\x96\xed\x39\xbf\xe5\x87\xb2\x82\x38\xa5\x7f\x89\xf3\x29\xec\x70\x08\xce\x0b\x63\xa7\xd7\xa3\xfc\xf7\xe3\x30\xbb\xd4\x39\x5a\x72\x36\x5e\xb4\xf4\xd3\xde\x7a\xfd\xf2\xcb\xdf\x74\x4f\x5c\x5e\xfd\xc4\xe5\xe5\x4f\xbc\xb9\xfa\x89\x37\x0f\x3c\xb1\x73\xee\x56\x33\xbb\xce\x6e\x1e\x71\xe9\xba\x68\xb7\x6d\x7f\xc2\xe3\xed\xab\xf1\x36\x5f\xdd\xbf\x9a\x65\x86\x25\xa8\x52\x4e\x60\xc1\x08\x85\x1f\x68\x6d\x50\x3f\xee\x36\x8c\x68\xa7\xe8\x1c\x7d\x1f\x37\x22\x76\x80\x36\xe4\x25\xf1\xb4\x51\xf9\x58\xcf\xe8\x53\x7e\x3f\xf9\x4d\xf9\xee\xd5\xa5\x77\xa9\x23\xfc\xf4\x45\x1a\x2c\x5f\xa6\xef\x83\xcc\xcb\xf9\xc6\x97\x2e\xc6\x5f\xc7\xa0\x22\x99\xeb\x13\xa6\xa2\x47\x2a\x94\x85\x93\x53\xf1\xd1\x32\x52\x1f\xed\x4f\xe3\xfd\x0d\xb1\x79\x3e\x6d\xd3\x4b\x44\x54\x91\xdb\xc4\xeb\x89\x0b\xb5\x24\xb3\xd1\x7f\xe2\xf2\x21\x4f\x5c\x3e\xe0\x2e\xee\x3f\xf7\xe6\x21\xcf\xbd\x79\xc8\x73\x57\x0e\x79\xee\xca\x21\xcf\x5d\x3d\xe4\xb9\xab\x87\x3c\x77\xed\x90\xe7\xae\x1d\xf2\xdc\x5b\x87\x3c\xf7\xd6\x21\xcf\xbd\x7d\xc8\x73\x6f\x1f\xf3\x14\x4b\x2b\x7b\x0a\xac\xa9\x25\x2a\xdc\xb3\xcb\xa4\xcb\xd4\x80\xcc\x6d\x2d\x55\xa1\x06\xf5\x4c\xcc\x53\x13\xd9\xa7\x3f\x82\x5c\xd5\x0a\x4c\x10\xbe\x94\x5a\x0b\x0f\x86\x4c\xb2\x03\x1b\x70\xa3\x92\x60\x4f\x2a\x93\x68\xa7\xe5\xe8\x61\xe7\xb6\x38\x69\xf1\xe3\xc0\xb8\x17\xc5\xd8\xde\xb8\x13\x07\x3e\x74\xe8\xd8\xa6\xdb\x43\x8b\x8d\x2e\xcf\xfb\xfb\xbb\x6d\xb3\xd8\xf4\xcd\xe5\x4d\xaf\x2c\x69\x7a\x65\x79\xd3\xab\x4b\x9a\x5e\x5d\xde\xf4\xda\x92\xa6\xd7\x96\x37\x7d\x6b\x49\xd3\xb7\x96\x37\x7d\x7b\x49\xd3\xb7\xe7\x9a\x7e\xef\x08\xa5\xf5\x98\x2c\xd9\x24\x73\xde\x14\x1c\xbf\xbf\xb1\x11\x27\xe0\x50\xdc\x4a\xb7\xb1\xf3\xc9\xe9\xf7\x7b\x91\xc8\x5b\x6b\x75\xaf\xdf\x48\xc8\xbd\xbe\x1f\x62\xbb\x38\xc5\xde\x13\x88\x68\xf9\x41\xe7\xf1\xd6\x6a\xd1\x18\xef\x9e\x86\xc8\x4f\x1d\xda\x5d\x22\xbe\x45\xf8\x93\x93\x23\x10\x59\x46\x3b\xe0\x63\x0f\x45\x27\xff\x5c\x20\x07\xc4\x44\x2a\x2d\x07\xba\x27\x17\x6d\x1e\x98\xf5\x24\xdb\xbc\xfa\xe5\x5f\xff\xee\xb7\x5f\xbc\x7e\xf9\xe5\xff\x7a\xf6\xc9\x79\x7c\x65\x07\x00\x3b\x64\x31\x78\xe0\x7f\x18\x72\xe2\xcc\x95\x8b\x17\x2f\x9e\xf9\x56\x86\x9e\x65\xe6\x63\x8f\x4f\x5d\xf0\xa3\xfd\x2c\xfb\x0c\x77\x6e\x96\x7d\x8e\x1c\x20\x38\x59\x00\x3b\x5b\x64\x65\x1b\x13\x84\x1d\x0a\x07\xde\x36\x2e\x07\x12\xd2\x76\xce\xb1\x04\x7a\xa1\xce\x7d\x8f\x37\xf3\x34\xf2\x2b\x5b\xa6\x21\xbe\xfb\x69\x5d\x6a\x43\x51\x3e\x5f\x4e\xdf\x95\xf2\xf9\x6a\xeb\x89\xf2\xf9\x29\x50\xf7\xc7\x46\x59\x73\x28\xb6\xf2\xf5\xcb\x2f\xfe\xb7\x87\xb4\x30\x0d\xb5\x35\x30\xf5\xd7\x7b\x7c\x9f\x40\x92\x4f\x70\xae\x71\xca\xbb\xdf\x9b\x64\xb7\xdd\xd8\x00\xe9\x55\x74\x7f\x9b\x02\x8a\xe7\xe9\xc7\x9c\x77\xfc\xf9\xc0\xa1\xd0\x0d\xc5\xce\xf3\xd8\xbe\xbb\x90\x6b\xeb\xa1\x7f\x65\x73\x73\x43\x24\xb7\x9e\x67\x35\xa2\x75\x74\x72\x1f\x49\x79\x49\x9a\x03\x2d\x24\xf7\x36\x22\x21\xff\xfe\x1f\xf9\x71\xa1\x41\x16\xe0\xfc\x75\xb1\x71\x94\xf9\xfc\xf1\xbf\xdb\x42\x31\x6e\xeb\x98\x0d\xe3\xe4\x9c\x6a\xf3\x1e\x62\x92\x7f\xe1\xc0\x22\x8e\xf4\x8f\x6b\x64\x11\x99\x47\x88\xd3\xbf\xff\x3f\xf6\x82\x0c\x04\x71\x80\x67\xb9\x6e\x3c\x0a\x0a\x4e\x8d\xca\x30\x47\x95\x2b\x89\x72\x63\x03\xc9\x32\xe2\x04\xa0\x78\x3e\x00\x6d\xcd\xc8\x8b\x60\x37\x37\xc4\xca\xc7\xae\x6f\xfe\x40\x39\xdf\xc7\x91\xb5\x94\xb3\x92\xaf\x12\xc3\xd8\x9f\x4a\x77\x9a\x8c\x35\x3a\x51\x6d\x58\xb4\xac\xad\xe0\xaf\x86\x50\xe1\xf4\x92\x16\x04\x7d\x14\xf5\xf3\x33\x77\xa5\x72\x47\xe3\xa6\x4f\x62\xd8\x67\xae\xbc\xb3\x44\x68\x98\x1f\xb8\x35\x7a\xc6\x03\x3b\xdd\x91\x7f\x76\xf1\xf3\x35\x1d\xfc\x50\x2a\x77\xfc\xb1\xc7\x71\xac\xf7\xc2\x2f\xf5\xee\x81\x01\xa7\x72\x11\x56\x80\xb5\x1e\x5a\x2b\xb4\x0c\xb0\x23\x76\x19\x58\xaf\xbc\x30\x36\x08\x99\x64\xc4\xd5\x00\x99\xd3\x01\x60\xdd\x87\x15\x36\x59\x9a\xc0\x5b\x14\x3e\x81\x7a\x50\xc4\xd2\x79\x98\x80\x11\x39\xf9\x80\xbd\x50\x46\xec\x9c\x7b\x63\xde\x3d\xde\x3a\xe3\xef\xe5\xd6\xdc\xd8\x59\x11\x6b\x72\x7e\xde\x39\xcd\xc1\x2d\x37\x76\xce\xdd\xc4\xa3\x09\x5f\xa1\xa5\xf7\x37\x36\xfe\xad\x21\xe8\xe9\x47\xd2\x8c\xc0\x3d\xdf\x03\x13\x94\x01\xfd\xfc\xb6\xd5\x1a\xf2\x60\xdd\xf3\x5b\x5a\xe6\x63\x5f\xa9\x50\x3e\xdf\xd5\x79\x09\x95\xf2\xe1\xf9\xbb\xfe\x69\xa3\x1c\x3c\xbf\x2f\x7d\x00\xb7\xb9\x19\x81\xf4\x76\x28\x7a\xc8\xd6\x28\x16\x3f\x39\x97\xe0\xa9\x59\x66\x76\xce\xdf\xa4\x98\x92\xe5\xe1\x25\x3b\xe7\x6f\xee\x86\x18\xe4\xb1\x1b\xda\xb8\x17\xb1\x73\xfe\xe6\x1d\x18\xf2\xf5\x3b\x30\x9c\x7f\xa2\x1f\x6c\xf2\xa1\x9d\x1e\x50\x0d\xde\x7d\x56\x7f\x30\xe9\x7f\x63\x63\xe7\xfc\xcd\x2e\x30\x64\xf1\x81\xf7\x1f\xdc\x97\xcf\x6e\xb4\xd0\x87\x96\xc3\xef\x9c\xbf\xb9\x17\x64\xa5\x8c\x6c\xe1\xfc\xf8\xc7\xe2\x0b\xe2\x8d\xb9\xb7\xdc\x8c\x1f\xbe\x2f\xd3\xe3\xf8\x6b\xf1\x59\xbc\xba\xfc\xf3\xf8\x74\x6b\xc3\xde\x98\x07\x68\xc4\x16\x22\x36\x79\x60\x47\xfe\xc6\xf2\x5b\xef\xa1\x0a\x33\x77\x8b\xe1\xf6\x1b\x48\x17\xb8\xfb\xff\x9f\x77\x9f\x36\xaa\xae\xc0\x04\x91\x65\xe7\xe3\x3a\xbc\xd7\x02\xf4\xcf\x6f\xee\xc4\xcb\x77\x60\x38\x77\xb9\x7d\xdb\xeb\x97\x7f\xff\xe5\x2d\x39\xe2\x51\xde\x92\xa3\x25\xea\xda\x2d\x39\xba\xa3\x7c\x6d\xdb\xf5\xcd\xb2\x0b\xca\x4c\xb8\x2b\xc4\x7e\x92\x3d\x8c\xfe\x88\x46\x9d\x2c\x33\xf7\xad\x83\xeb\xd8\xba\x04\x67\x8f\xc2\x3d\x9c\x0a\xca\x9f\xb7\xeb\x22\xd3\x29\x41\x4c\x95\x29\x90\xd9\x94\x96\x41\xb3\x8a\xe3\xa3\x2a\x90\x85\x9d\xfa\xad\x76\x4b\x4b\x87\xbc\xb8\xf1\x8d\xd4\x7a\x26\x9e\x36\x0a\x02\x41\x25\xa5\x73\xca\x3a\xbe\x5f\x81\x29\x08\xc8\x5d\x82\x72\x62\x6a\x1b\x53\x78\xf2\x56\x38\xa8\xa5\x72\x8c\x52\xaf\xac\x13\x72\x18\xc0\x09\x29\x82\x42\xf5\xb5\x4a\xe1\x58\xf8\xc2\x5d\xad\xa9\x03\xe0\x83\x1c\x68\xe5\x4b\x5c\x55\x7e\x0b\x77\x45\x8c\x64\x88\xfd\x21\xd5\xa7\x20\x75\x06\x1f\x31\xf0\x2c\x88\xdc\x36\xb5\xa6\x83\xa0\xa2\xb8\x0e\x82\xb7\xee\x4e\xa5\x0a\xbd\xb8\xaf\x04\xb3\x90\x41\xfc\xf7\x79\x19\xa6\xce\x33\x2a\xc4\xaf\xf6\x97\xce\xcd\xe0\x89\xe1\xcb\xc5\xae\x03\x23\x97\xd9\x0f\xfe\x85\xee\x1c\x82\x35\xdf\x97\xfd\x47\x4f\xae\x47\x3f\x26\xfc\xc2\x47\xf0\x54\xdc\xb5\x6e\x99\x1f\xf7\xf5\xcb\x9f\xfd\x17\xbe\x75\x58\xef\xc8\x07\x7c\x1a\x30\x99\x7e\x0f\xf7\xa6\xb2\xaa\x97\x74\xf0\xef\xfe\x9a\xee\x7c\xe7\xfd\xfb\x89\xd4\x1a\x66\xcb\x90\x20\x5f\xf1\xad\x75\xed\xe1\xab\x7f\xfa\xcd\xef\x7e\xfb\xc5\xba\xf4\x91\xad\x17\x4b\xa6\xf1\xe7\xbf\xba\x6b\x9d\xfc\xee\x7b\x78\x5f\xb9\xf1\xd4\xda\x62\x19\x29\xfe\xfb\x74\xf3\x3b\xef\xe5\x1d\x90\x85\xb8\x2f\x9d\x2f\x61\x11\x53\xbf\x73\xae\x7f\x7b\x0d\xfa\x3a\x51\xfa\xac\x5f\xbd\x83\x7e\xf6\xb7\xf3\x4d\xbe\xd3\x1e\xef\xe6\xe3\x55\xdc\xf2\x9e\x11\x52\x14\xca\xe1\xf1\x14\xcf\x2a\x69\x84\x2c\x26\x60\x42\xe3\x80\xe3\x53\xa6\x28\xb9\x04\x2b\xa4\x88\x42\x6f\x3e\x07\x7a\x20\xe8\xfd\x59\xad\xc5\x00\x0f\xb0\x7c\x8c\x87\xf4\x46\x8a\x6d\x4c\xd2\x48\x3c\xee\x56\xeb\x09\xed\x44\x9c\xbc\x7c\x31\x37\x11\x2b\x37\xc3\x27\xbd\x91\xe2\x59\xbc\x62\xac\xb7\x60\x8a\x87\xbb\x1d\x0a\x5f\x5b\x5b\x80\xf3\x3b\xe2\xd6\x11\xa3\xfe\xce\x07\xbd\x8a\x47\xdd\x05\xe0\x58\x24\x23\x1a\xe3\x65\x50\x7e\xa8\x50\x9d\x13\xba\xf1\x1c\x3c\x31\x51\x56\x83\xc9\x39\xda\xc4\x43\x10\x76\x38\x4c\x33\x64\x40\x22\x51\x1d\x42\x15\x62\xaa\x08\x72\x25\xf3\x72\xee\x09\x6b\x60\xad\xe7\x6b\xf9\xc9\xbd\xdb\xdb\x19\x28\x94\xe6\x92\x62\x1b\x77\xc4\xad\x26\xfc\xf1\x6d\x94\x43\xf9\xf1\x31\x37\x0b\x8a\xf0\x05\xbe\x47\x3a\x5e\xfc\xef\xc1\x5e\xb9\x6f\x1b\x13\xe4\x92\xa0\xc0\xc5\x31\x9e\xc5\x7e\xe7\xd2\xe0\x82\x4a\x51\x90\xba\x6f\x1b\x2f\x6a\x6c\xc5\x1b\xa0\x80\x5c\x15\x1c\xde\xa6\xcc\x04\x7c\x50\xa8\x20\x6c\x89\x69\x29\xc3\x59\x2f\x46\x16\xb7\x9f\x35\xdf\x37\xd2\x38\xf4\xf8\x3b\x9a\x38\xce\x12\x75\xdc\xb1\xe6\x6c\x10\xa8\x25\xc5\x20\x51\xdb\xe8\x35\x25\x10\x46\xbf\x5b\x54\x35\x57\xc0\xb8\xe8\xe6\xea\xbe\xd1\xed\xd3\xc3\xe5\xaf\xec\xd9\x47\x78\x87\xc0\x7e\xd2\x05\x30\x05\x38\x32\x03\x6c\xbc\xfa\xc5\xcf\x7f\xf7\xdb\x2f\x9e\xbf\xfa\xc5\x57\xfc\x9f\x2f\x9f\xbf\x7e\xf9\x4f\xbf\x7a\xfe\xfa\xe5\x3f\xfc\x7a\x93\xcd\x09\xb1\xf9\x8d\x9d\x73\x9b\xcf\x77\xce\x65\xd9\xe3\xc6\x48\xef\xd5\x88\x22\xe6\x9e\xb4\xe6\x83\x2c\x33\xb7\x6d\x55\xc9\xe3\xbf\xba\x6d\x7e\x8c\x57\xef\x91\x49\xec\x78\xef\xe5\xb6\xc7\x78\xe9\x43\x07\xd2\x37\xee\xb8\xfd\x6d\x9b\xaf\x7e\xf5\x51\xeb\x7e\x0a\x19\x4e\x74\x5e\xb2\x73\x74\x39\x41\x4a\x9d\x97\x2b\x7b\x85\x37\x4f\x0d\x72\xd1\xeb\xd9\x2a\xf0\x01\x85\x6a\x52\x93\xeb\x6c\x90\x6a\x86\xc3\x04\x02\x90\x72\x3f\xe5\xb5\x10\x3d\x76\x21\x9e\x45\x8c\xe7\xe6\x21\x60\xe0\xde\xb8\x4e\x7e\xc6\xf7\xc6\x28\xcb\x04\x6b\x85\xb6\xd3\x85\x61\x65\xd9\x63\x6e\xa0\x61\x02\x6d\xb3\x2c\x7b\xb2\x1a\xa2\x80\xcd\xf7\x83\xb5\xfb\xbd\xf7\x9d\x28\x57\x38\x84\x3c\x22\x42\x62\x35\xdd\x9e\x16\x75\xf4\x7b\xb6\x8c\x3c\xde\x73\xb6\xa9\xa1\x10\x83\x59\x84\x93\xa5\x8e\x78\xb1\xdd\xa2\x49\x7c\xff\x16\x2e\xba\xd8\x16\x32\xd9\xd1\x45\x09\x6e\x30\xd7\xa2\x52\x3e\x17\xdb\x02\xff\x03\x5a\x4b\x03\x78\x46\x7b\x24\xba\xf9\x4f\x60\x23\x15\xa0\xf2\xc2\x41\xae\xea\xf9\xcf\xd4\xd2\x05\xdf\x36\xa0\xbf\xfa\xb7\x2d\x65\x56\xd9\x16\x30\x01\x37\x0b\x25\x9e\xea\xa0\xfd\xea\xe0\x8c\xd1\x69\x91\x69\x7f\x82\xdb\xf9\x3a\x94\x08\x70\x72\x8f\x26\x84\xd3\x3b\xbc\xb8\xaf\xbc\x7e\xb3\xc3\x7b\x7a\x28\x57\x1b\x75\x6d\x4e\xb9\xaf\xd5\x4a\x14\x50\x9f\xe4\x8e\xea\xe8\x29\x81\x82\xe6\x09\x80\xe8\xf8\xa8\xe5\x3f\xb2\xab\x0e\x4e\xbb\xa7\xbc\xbd\x0e\xed\x27\x35\x39\xaa\xa7\xd8\xe8\x94\xbb\xca\x5b\xfd\xd0\xae\x52\x93\xa3\xba\x6a\xc3\x69\xd3\xa9\x34\xb3\xe5\x4c\x96\xda\x3c\x92\x0e\x4a\xdb\x78\x88\x87\xb0\xcd\xc7\x0c\x68\xbc\xb8\xfd\x0e\x83\x68\x12\xa0\x34\x39\xb7\x0e\x39\x7a\xd3\xe6\x33\xb3\x53\xe0\x69\x0f\xad\x15\x83\xc6\xcf\x84\x59\x72\xf2\xa2\xb6\x81\xea\x65\x48\x8d\x08\xae\x21\x45\xa1\x86\x43\xa0\xbc\x67\xad\xd2\xbe\x23\x1e\xba\x99\x90\x62\xa0\x02\xb9\xb3\x0f\x49\x3b\x83\x6f\x3a\x71\x2c\x2a\xf9\x30\xc5\x47\xe0\x83\x75\xb0\x68\x81\x4a\x0d\x5c\x6c\x10\xb3\x5a\xd0\xe8\x1c\xc8\x62\x46\x16\x19\xca\x84\xd2\x0e\xc9\xbf\x71\x08\x06\x92\x5e\xb7\xef\x0e\x7c\xef\xc4\x22\x95\xd3\xe1\xd2\xa2\x7e\x97\x61\xac\x51\xde\x6b\x9b\x1e\x12\xb7\xec\x4f\x4d\x20\x5d\xda\xd1\x45\x50\xf5\x11\x08\xe5\xd3\xec\xe1\x6e\x3c\xfb\x56\xc3\xa7\x59\x47\x89\xed\xbe\x1b\xb9\x9e\xa0\xaf\x47\x2c\xf5\xcf\xff\xea\xfe\x91\x30\xd8\x6f\xab\x7f\x4b\x56\xf8\x68\x8c\xee\x69\x75\xae\x43\x00\xac\x5e\xe3\xd7\x2f\xbf\xf8\xbf\xdb\x76\x2b\xbb\x09\xd8\xe2\xd4\xfa\x79\xdb\xc9\x61\x40\xe1\xf5\x30\x52\xfc\x32\xb5\x5a\xd9\xc9\x1c\x1b\x9c\x32\xa8\xff\xdd\xaa\x0e\x8b\xb6\xa7\x2c\x7b\x0c\x78\xe3\x50\xcd\x8b\xfa\x05\xfd\xe7\x4f\x6a\x23\x9b\xb4\x89\x97\x1d\xbb\x3d\xc0\xfb\xc6\xe3\xb3\x51\xb7\x7d\xfd\xf2\x1f\xfe\xea\x00\xb0\x7d\x43\x5c\x98\x28\x98\x76\x60\xf8\x16\x07\xc2\xb0\xc8\xf3\x87\x20\xc4\x4e\xf3\x18\x7e\xef\x0e\xd4\xd6\xab\xb0\x4a\xf6\x29\xe2\xed\xb9\x60\xe3\x68\xbc\x5b\x16\x47\x7d\x48\x96\x88\xf8\xaa\xd3\x90\x8f\xd2\x20\x76\xf3\xf1\x32\x26\x11\x6f\x1f\x80\xb8\xcf\xe7\x86\x4d\x51\x13\x07\x07\x94\x65\xc7\x19\xd3\x29\x2e\x0c\x8d\x69\x91\x31\x77\x63\x3a\xee\x30\xe6\x06\x7f\x4a\x63\xfa\x93\x83\x43\xfa\x93\x83\x52\xec\x44\x36\x3a\x08\xec\xc3\x19\xbe\xdf\x8e\xe8\x43\x1b\x04\x18\xdb\x8c\x4a\xe1\x6b\x99\x83\xb0\x46\x1c\x90\x6a\xff\x4d\x7c\x66\xb1\xd3\xf4\xda\xfd\xde\x6b\x0f\x74\xf9\x4f\x7e\x4f\xde\xc9\x00\xa0\x88\x31\x5f\xce\x3a\xbf\xe2\xbb\xab\x19\x27\xbd\x63\x5f\x52\xab\xd3\xe0\xef\x73\x7d\x5c\xc6\xa4\xde\x97\x5b\x62\x60\x75\x11\xa7\x37\xcb\x6e\x8a\xdb\xa5\xb5\x1e\x84\x34\x02\x0c\x54\xb3\x2c\x5b\x2d\x73\xce\xf7\xff\xe4\x29\x7d\xbe\xff\x0f\xa5\x1b\xc1\x72\x76\x44\x86\x5b\xba\x7d\x54\x72\xa0\xa3\xc6\x12\xe8\x2d\xa7\xbe\x16\x71\x2c\xcb\x96\x64\x5e\x07\x08\x94\xf4\x4e\x8d\x81\xdd\x6b\x04\x2b\x8b\xb8\x31\x15\xb1\xad\x3b\x6c\xe7\x7e\xfd\xf2\xcb\xff\x2c\x1e\x48\xef\xc9\x0b\x33\x95\x8a\x4e\xf6\x84\x47\x8b\xcf\xd8\x26\xe4\xb6\x02\x81\x83\xa2\xfb\xa4\x3e\xd5\x84\x6c\xf5\x9c\x6e\x89\x15\xde\x16\x6a\x47\xa8\x34\x19\xa6\xd2\xf9\xdc\x56\x55\x63\x54\x98\x09\xfc\xd6\x31\x67\xf2\xe4\xa9\x82\xa2\x1f\x8a\x15\x42\xd5\x3f\xfd\x8a\x6f\x1f\xd5\xbb\x02\x86\xa7\xb0\xc8\xb1\x6b\xab\x96\xf5\xa7\x56\x99\x98\xe1\x91\x42\xab\x08\x19\x3e\xb4\xae\x92\x41\x59\xe3\xbf\x77\x4b\x8c\x93\x78\x1a\x00\xd1\x25\xd3\xf7\xea\x3f\xff\xcd\xad\xc3\x58\xe9\xe0\xe4\xfb\x71\x57\xfa\xc0\x99\xe7\x16\x7b\xf3\x8f\xff\xd7\xef\x7e\xfb\x05\x35\xa0\xb4\x60\x2b\xbb\x35\x94\x3e\x9c\x4a\xe6\xb0\xc8\x4e\x56\x68\x16\xbf\xe1\xdb\x47\xad\xdf\xe9\x71\xb9\x25\x2b\x78\xe4\x29\x72\xe2\x0b\xf8\xee\xb3\xbc\x94\x66\xb4\x7c\x96\x5e\xfd\xe2\x1f\xd3\xfd\xd5\xda\x57\x6c\x70\x1a\x2a\x62\xea\xdb\xd2\x53\x19\x1c\x43\x70\x08\x6d\xd0\xcc\x08\x71\xec\x41\x6b\x0e\xb8\x25\xa7\x04\xb2\x84\x87\x56\x0c\x95\x29\x84\xa4\x70\x5c\x82\xf2\xe0\x3d\xf1\xd3\xc6\x07\x81\x03\x21\xaf\x4a\x10\x59\xf6\x98\xae\x1b\x59\x41\x96\x3d\xc9\x32\xf3\xee\x33\x59\xd5\x3a\xdd\xcf\xad\xd4\xcc\x61\xc8\x57\x57\x80\xd4\x3e\x89\x8b\xbb\x79\x50\x13\xb8\x83\x97\x92\xc4\x18\x71\xf6\xcf\xe6\x2e\xc6\x78\x61\x06\xb6\xe3\xf5\x14\xde\x92\xde\xaa\x71\xb7\x5c\xba\x28\x72\x5b\xa9\x80\xd2\x29\x85\x10\xfb\xeb\xe2\x02\xff\x38\x7a\x15\x4e\x9e\x42\x28\xe7\x8f\xb8\x2d\x4d\x0e\x7a\xb9\x9e\xe3\x2a\x4a\x96\xf3\x11\x0c\x7b\xfa\xcd\xe1\x99\x65\xf6\x73\x7a\xdf\x69\xa5\x28\x4a\xdd\x5d\x46\x38\x7c\x8b\x40\x5e\xd4\x95\xe3\x75\xf4\x14\x76\xde\xd3\x46\xd5\xcb\x27\xd4\x9a\xfd\x25\x1a\xe3\x11\x06\x90\x53\x32\xd1\x2c\x9d\x43\xec\x99\xa0\xcf\xd6\x29\x65\x24\xab\x50\x47\xf6\xf2\xe4\xe7\xf1\x63\x03\x87\xcc\xe4\x70\xf8\x8d\xa6\xb2\x31\xa7\x35\x99\xa9\x9b\x2b\xa7\x33\x7e\xfa\xf8\x13\x9a\xfa\x7a\x7a\x53\xba\xac\xaf\x7d\x3d\x93\xcd\xe9\x3b\xe2\x36\x87\x84\xe4\xe3\x18\x28\x82\x6c\x39\xc8\x31\x08\xb6\xdc\x47\xc9\xec\xa1\x15\x28\xcf\x93\xb5\x3e\x3e\xba\x25\x94\x99\xa8\x00\x62\xe8\x14\x98\xc2\x27\x7c\xd4\x48\x56\x20\x26\x4a\xa6\xdb\x5a\x99\xf1\x8e\x78\xe0\xc0\x7b\x71\xa1\x76\xb6\xb2\xd8\x12\xdf\xa6\xc2\x6a\x8f\x85\xb1\xc9\xe2\x7f\xe2\xde\x97\x15\xe4\x16\x6c\x4d\x6a\x96\xad\x1f\xce\xea\xa3\x53\xb5\x05\x7b\x1a\x94\xc6\xa8\xb4\x94\x08\xf8\xe2\xc5\x45\xeb\xc7\x8f\x62\xcd\x89\xa9\x9c\xa5\x19\xf7\x53\x59\xd5\x0c\x6e\xf6\x72\x2a\xa4\x18\x39\xdb\xd4\xc2\x0e\x45\x0d\xb6\xd6\x20\x7c\x69\x9b\xc0\xc8\xd8\x91\x53\x7a\x16\xeb\x15\x28\x27\x7c\x53\xd7\x14\xd7\xc3\xa1\xd6\x59\xc6\x32\x3a\xff\x45\x59\x13\x94\x11\x01\xa4\xe3\xa8\x20\x78\x56\x6b\x19\x65\x7c\x19\x84\xb6\x33\xa9\xc3\x2c\x81\x06\xa7\xd6\x08\x39\x92\xca\x6c\x09\x8a\x50\x54\xc3\x18\xde\x54\xe0\x79\x8b\x3a\x9f\xb6\x3e\xb0\x17\x88\xea\x00\xe4\xd6\x0c\x1b\x0f\x05\x63\x4e\xa5\x18\xc2\x54\x54\x10\x50\x8e\x97\x38\x3e\xca\x6f\x4e\x95\x36\xa4\x18\xc8\x62\x04\xd1\x1b\xa6\x2b\xeb\x83\x68\x8c\x83\xdc\x8e\x8c\xfa\x94\x41\xbe\x10\x02\x05\x8b\x07\x9d\x65\x3b\xc9\xdb\xe4\x51\xf9\x57\x11\xc7\x5a\x81\xc3\xa3\x36\x64\xd9\xce\x51\xa1\x61\x09\xc6\x7e\xd2\xe9\xe5\x0f\x2e\xf0\x21\xe5\x46\x82\x1c\xd3\x9a\x89\xa9\xd4\xe3\xae\xba\x08\x4f\x48\x98\x5a\x31\x68\x9c\xc1\x16\x95\x74\x63\x9f\x8a\x6d\x8d\xb8\x34\x09\xad\x4f\xa1\xbc\xac\x6b\x90\x0e\x8a\x36\x0c\xac\x9b\x63\xaa\x45\x00\x92\x94\xab\x0a\xff\x71\x31\xbf\x31\x72\x84\x31\xca\x5d\x76\x88\x73\x2d\x8d\xcc\x93\x1b\x52\x5b\x4a\x84\x62\x9a\x6a\x80\xab\x34\x75\x28\xea\x18\x24\x12\x45\x21\x6a\xf7\x02\xbd\x42\x8a\x1c\xe7\xbd\x90\x33\xe1\x2d\xf5\x1a\x97\x39\xae\x43\xc5\xdc\x25\x97\x55\x3d\x54\xe4\xea\x14\x53\xe9\x2a\x22\x6b\x0f\x7a\x48\x94\x16\x70\xb8\x04\xbb\x24\xde\x14\x29\x3d\x8f\x41\xa2\x6b\xb3\x7c\x6f\x2e\x2c\xdf\x7d\xe7\x9c\x1b\x69\x51\x75\xff\xe9\x5f\xd8\x11\xf7\x5d\xf7\xbf\xd4\xa0\x6b\xb8\xf8\x0c\xfd\x0f\x49\x3a\x3e\x39\xd2\x6b\x34\xfe\x2b\x8b\x6e\xdf\xa6\x28\xc0\xe8\x59\x84\x90\xe3\x79\xd1\x38\xa2\x49\xc2\x41\x09\x29\xca\x66\x84\x27\x0e\xd3\x97\x75\xb9\xdf\x12\x3a\xde\x33\xf8\xb7\xf0\xa5\xac\xa4\x89\xbc\x68\x26\x0a\x20\x80\x65\x41\x6f\x1c\xa9\x09\x30\xc1\xf6\xb0\x49\xb3\x98\xc2\x31\x6d\xfa\xb1\xd2\xf8\x46\x6a\x21\xbc\x32\x23\x0d\x04\xd2\xe7\xf8\xe9\x8a\x03\x1c\x39\x7c\x19\x77\x46\xa2\x6a\x6d\xed\x3a\xb1\x86\xab\x8b\xb2\x46\x8c\x17\x55\x45\xc1\x61\x97\x92\x79\x3f\x4d\x40\x05\x21\x4d\xae\x1d\xe1\x56\x2e\x2d\xed\xc5\xa1\x32\xca\x33\x84\x4b\xf2\x21\x20\x0a\x6b\xc6\x30\xc3\xd9\x7a\xf5\xe2\xeb\xf7\x20\x08\xdb\xd0\x04\x54\x33\x7e\xdf\x1b\xaf\x5e\xfc\x52\xbc\x1f\xcf\x0d\x9c\xa1\x78\x6c\x44\x26\xb0\x97\xdb\x10\x94\x2f\x85\xcc\x73\x20\x6e\x2a\xf6\x6c\x05\x54\xad\xc2\x9a\x1c\x77\xb4\xe6\xd5\x22\x2e\x44\xe7\x52\x69\x1b\x2a\x15\x16\x44\x85\x82\x00\xbd\x09\xbb\xe9\xb7\x12\x87\xd0\x24\x11\x88\xc1\x3a\x6d\xef\x6b\x4b\xb9\x33\x98\x00\x2e\xda\xb9\x78\xfe\x95\x89\xd9\x6a\x71\x16\xc7\xc6\x4e\x29\x59\x31\x4e\xcc\xbb\x84\x6c\xa0\x38\xde\x8e\x79\x13\x87\xad\x1a\x5f\x3a\x6b\x2b\x3e\x59\x7b\xc8\x7a\xe0\xd3\xb9\xa2\x60\xda\xba\x96\x0e\x4c\xd0\x33\xbc\x34\xe3\x0d\x55\x4a\xad\x9b\x5c\x19\x3b\x02\xa3\x72\x9a\xc0\xc4\xdd\x47\xd6\xa2\xe2\xa9\x98\x24\x7a\x2f\xad\x55\x3e\x8e\xdf\xb5\xcc\x73\x49\xdf\xa6\xed\x90\x20\xfa\xc1\x4e\xcd\x1a\x4d\xfe\x5b\x4b\x27\xdf\x87\xa6\x1a\x68\x2a\x30\x84\xe2\x86\xa8\xa4\x11\x53\x05\xba\x60\xd2\xe6\xd2\x4c\x06\x8f\xb5\xee\x88\x21\x79\xc0\x6c\x3f\x2a\x67\x24\x85\xcc\xc8\x02\x5d\x41\x91\x65\x37\xf1\xfa\x7d\x55\x29\xca\xe1\x45\x82\x89\x6c\x46\x25\x14\x54\x96\xa5\xfd\xcd\x67\x4f\x3c\xaf\xe2\xd5\x03\xcc\xa6\xdf\x04\x6f\xdd\x6d\x0c\x25\xa0\xf0\x6b\x34\xa3\x6f\x2f\x9d\x51\x66\x1c\xa3\x66\x46\x2c\x43\xfa\x71\x64\xb5\x48\x23\xa5\xb5\x81\xea\xb3\xc5\x50\xf5\xa1\xcc\x5b\x2e\xeb\xcb\xe5\xf7\x7e\x64\xa8\x10\x07\x49\x00\xb9\x75\xb5\x87\x83\xa4\x3f\xb2\xba\x58\xa3\x69\x79\x67\xe9\xb4\x24\xc1\x33\x77\xb3\x3a\xe0\x18\xf1\x74\xc2\x21\x01\x89\x4f\x38\x5b\x74\xba\xe1\x80\xca\xa6\x92\x26\x6e\xe4\xa9\x74\x13\xf0\xbc\x53\x0b\xa7\x0c\x09\x71\x03\x6b\x3f\x85\xf6\x44\x63\xcd\x88\x67\x99\x5e\x5c\x70\xaa\x65\x3a\x8c\xbc\xaa\xb9\xa1\x64\x59\x0a\xa7\x36\x48\x1f\x14\x76\x1a\x4f\x42\x87\xf2\x93\x56\x4f\x1b\xae\x1b\x45\xc7\x1c\xb5\x40\x4a\x8d\xb2\x93\x28\x51\x42\xc6\xc7\x49\x90\x8b\x4a\x1f\x57\xa5\x9a\xa8\x82\xb5\xbb\x5c\xd5\xb0\x44\x4e\xc6\xc7\xb9\x22\x5c\xdd\x0c\xb8\xf0\x10\xf1\x9e\x1c\x59\xb8\x39\x8b\x33\x57\x6b\x95\xcb\x00\x2c\xf4\xad\xc9\x32\x5e\xba\xb8\xec\xbc\x24\x5d\xe9\xa7\xb6\x71\x06\x66\xad\x9c\x20\x62\xfa\x36\x0a\x73\x72\x63\x91\xcb\x09\x05\x31\x25\xb3\x24\xee\x08\x9c\x05\x8a\x0c\x42\x12\x47\xb1\xb4\x9d\x29\x50\x9f\xc6\xfd\x6e\xeb\xda\xba\xc0\xfe\x04\x32\x61\xc6\x73\x8f\x83\x7f\x38\xfe\x54\x94\xd2\x14\xc3\x46\xd3\xf9\x6a\x0d\x1f\xbb\x8f\x92\x30\xef\x20\x60\xd7\x0a\x51\x22\x19\xf1\x15\xa9\xe9\x03\xc4\xc0\x15\x4d\x38\xf5\x59\xf2\x4b\xc9\x61\x26\x5d\xa0\x23\x74\x8d\x66\x7f\x79\x3d\xcb\x5c\x56\x20\x64\xee\xac\xf7\xe4\x71\x25\x81\xc1\xa9\x9c\xd9\x76\x69\x49\xd3\x8c\xa2\x82\x23\x1a\x45\x8e\x3e\x52\x48\x7d\x3a\x8a\x88\xb9\x34\x45\x9c\xdf\x29\x40\x20\xbd\xe5\x63\x64\xfe\xb4\x8a\x31\x07\x86\x80\x67\x2a\x30\xa3\xc6\x57\x6b\xdb\x14\x1a\x37\xda\xd0\xba\xca\x77\x72\xc8\x08\x02\x0a\x21\xf8\x54\x5a\xcf\x81\x2a\x88\x8b\xd1\xd1\x89\x1a\x4b\x3c\x8e\x65\xad\x28\xcd\x11\xde\xc3\x95\x9c\xe2\x1e\x64\x61\xd3\x11\x67\x5f\xa3\xc9\x5f\x92\x39\xb8\x54\x1a\xa7\xc2\xa5\x19\xe2\xd9\xed\x44\x16\xda\x0b\x78\x4c\x22\x03\x43\xe1\xb8\x35\x12\x44\xb2\x6d\x50\xca\xc1\x49\xba\x05\x78\xf5\x69\xa3\x02\x20\xfb\x18\xaa\x9c\x32\xe6\x2a\x43\x6d\xd2\x94\x90\xe6\x46\x32\x3f\x6a\xab\xc1\x72\x6d\x3b\x2a\xf6\x66\x55\x77\x68\x44\x7b\x3e\xae\x91\x6b\x0c\xa9\xaf\x4d\x8d\x44\x4d\x8f\x96\x78\xe4\xc8\x31\x78\xfe\x53\x69\x5c\xc4\x29\x0d\xc5\xe7\x0e\x64\x85\xed\xb1\xc3\x2c\xf7\xcb\x81\x25\xbb\xc1\x1d\xdc\xc4\x3f\x32\xf4\x91\x3d\xc8\xad\x29\x3c\x23\x62\xf1\x10\x77\x8d\x61\x73\x02\x4b\x01\x9f\xc4\x12\x85\x6d\x81\x42\x7a\x15\x15\x34\xd4\xc8\x33\x15\x9f\x5e\xe5\xcc\x07\x70\x4a\xae\xd1\x22\x2f\xea\x9a\x51\x1f\xe8\x16\xb4\x35\x96\x80\x6c\x82\x42\xae\x53\x81\xab\xa4\x62\xef\x4a\x9a\x3c\x31\xd4\xd2\x8f\x7d\x12\xe7\x69\xbf\x89\xda\x86\x94\xae\xf2\xcd\x8b\x74\x42\x83\x11\xb9\x55\x86\xf6\xdb\xfb\x76\x8a\xc7\xcc\x56\xcf\x48\x38\xc7\xba\xb6\xe6\x79\x97\x0a\x67\x3d\x7b\x69\xb8\x6f\x53\x19\x69\xe9\x11\x6e\x44\x29\x50\x40\xb5\xc3\xe1\x1b\x44\x12\xb5\x6d\x1c\x1b\x07\x68\x35\x13\x1f\x25\x91\x02\x3b\x1a\xa9\xc3\xf5\x82\x62\xd8\xe4\xb8\x46\x6b\xb3\xa8\x07\xf7\xc2\x46\xad\x18\xa2\x38\x8a\x03\x93\x53\x1e\x97\x75\x03\x55\x14\x6d\x16\x2f\x36\x9d\xf8\x98\x6e\x87\x44\x87\x5a\x2a\x83\x32\x42\xaf\xe6\x59\x3a\xdb\x9d\x95\x05\x5b\x6a\x72\x27\x03\x1d\x64\xd4\x2a\xd7\x72\xea\xd3\x46\x2b\x55\x91\x04\xb3\x41\xe3\x4b\xf0\x73\x1d\x08\x53\x8b\x5a\x1d\x68\x2f\x0a\x27\x47\xa3\xc4\x45\xa7\x9c\x62\x48\x28\x73\xd0\xe2\x42\x76\x41\xec\x5f\xca\x04\x24\xd9\x31\x17\xab\x35\xc6\xfd\xc9\x0c\x9f\x9c\xf0\x5c\xe4\xb3\xd5\x64\x3e\x99\x2b\x0d\xca\x76\x28\x22\x2f\x66\xce\x43\xd4\x46\xe8\x39\xfc\x6a\x6d\xf3\x31\x04\x9f\x8a\x87\xa6\x5e\x51\x7a\x23\x69\x58\x61\x41\xb2\x5b\x23\x0a\x58\xd4\xd6\x5f\xbd\xf8\xfa\x61\x6b\x54\x23\x01\x3b\xcb\xcc\xa3\xa8\x95\x2b\x3c\xa3\x26\x80\x57\x78\x17\x8e\x94\xd3\x42\xfa\xde\xd6\xc5\x05\xe6\xda\xda\xb7\x9a\x20\x3c\x2e\x46\x69\x3d\xb0\xe4\x61\xa0\xf7\xb2\x12\x9c\x80\x67\x59\x66\xf6\x98\x8f\xfa\x60\x35\xd0\xd5\x81\x6e\x50\x0a\x05\x8f\x74\xf1\xea\xc5\x2f\xd7\x65\xb6\x16\x15\xeb\x47\x52\x8f\x57\x9f\x54\xf1\xd8\x18\x34\x86\x75\xec\xdc\xc9\x4f\x67\x42\xab\x81\x93\x4e\xa1\xe8\x4d\xaa\x8b\xeb\x97\x37\xce\x65\x90\xda\x8e\x1a\x10\x52\xeb\x5e\x88\x81\x28\x65\x5d\x03\x9d\x3c\x74\x23\xd9\x4b\x53\x5e\x3d\xec\x45\x61\x2b\x36\x8f\xca\xd0\x38\x52\xde\x49\x02\xc6\x0f\x14\xd6\x56\xac\x52\x0f\xa5\xd2\x3d\xeb\x85\x4c\x86\xa9\x48\xf8\xdb\x64\xed\xc0\x8d\x89\x6c\xad\x04\x5d\xcf\x1d\x95\x64\x90\xc6\x4d\x30\x62\x3d\x09\x77\x82\xcf\x65\x60\xd3\x42\xd7\xab\x6a\x5d\x96\x6c\x51\x1d\x4f\xae\x08\xea\xc1\x56\xdf\x38\x4d\xb2\x33\x38\xf1\x01\x8c\x98\x4f\x8b\xf7\x21\x09\xb3\x01\xe5\x83\x8a\x4a\xf4\xb3\xdd\x9f\x2c\xdb\xb1\x08\x2a\x4e\x63\x92\x41\xf0\x18\xb6\x53\x93\x5e\x8f\x0b\x44\x27\x59\x7b\xfc\xa3\xea\x44\xe5\xdf\xd5\xc8\xa0\xb4\x38\x6a\xe4\x08\xc4\x00\x86\x64\xe1\x28\x41\x34\xce\x08\x5f\x49\x8f\x1c\xb2\x54\x15\x1b\xaa\xa2\x6e\x6b\xc7\x31\x74\xc6\x0e\xe9\x4b\x1a\x35\xdd\x5e\x75\xe2\x35\x62\x2d\x8b\x6a\xfb\x5d\x3c\x4f\xa6\x72\x96\x38\x7c\xa1\x7c\x90\x6d\x5e\x13\xe2\xf1\x0e\x40\x04\x65\x66\x62\xa8\x46\x44\xf6\xd3\x25\x1b\xac\x8a\xc6\x8a\x64\xb4\xdd\x9a\x33\x93\x12\x4f\x6e\x4f\x82\xf6\x0c\xa7\x92\x83\x0d\x4d\x2a\xdf\xaa\x58\x49\x1c\xcc\xf8\x68\x51\x51\x93\x19\xd9\xc0\x5e\x85\xad\xb6\x0f\x3d\x87\x04\xbe\xe9\x83\x26\x1f\x2b\x3d\xdb\x9a\x93\x5d\x7c\x89\xbd\xa6\x04\x76\x5a\xce\x38\xa1\x44\xcf\xb3\xb1\x46\xeb\xb2\x68\x37\x58\xc9\xc4\xfa\x43\x6c\x59\xc0\xbc\x61\x9c\xd7\xc3\x87\xfe\x7a\xb4\x52\x3a\xa9\xaa\x76\x74\x30\x73\x60\x5a\xf7\xb4\x2c\xcb\xf3\x73\x88\x61\xe3\x08\x11\x87\xe7\x67\x4f\x44\xf4\xcc\x9e\xc4\x48\x5b\xaa\xac\x52\xd9\x86\x54\xca\xe4\xc5\xa1\xcd\x6d\x40\x8d\xca\x81\x75\x67\x71\x8b\x98\xd1\x36\x09\xc9\x75\x53\xd7\xb3\x96\xf7\xd1\x66\x52\xa1\x3b\x96\xa3\x0a\xc1\x05\xae\xd7\x67\xc1\x2e\x2f\xb5\x10\x44\x79\x0c\x5b\x76\x1e\x54\x27\x07\xc8\x1b\xa6\x20\x89\x10\x73\x6d\x43\x12\xa1\x4a\x9b\x6c\x8d\x2c\xa5\x4c\x51\x04\x13\x55\x83\x9c\x1b\xaf\xbf\x7a\xf1\xf5\xbd\xb3\x15\xe9\x1f\x6f\x88\x7b\xfc\xe3\xd5\x8b\xaf\x71\x52\x4b\x5b\xd7\x28\xe9\x1a\x62\xfe\x83\xc6\x98\x19\xbe\x0e\x58\xe5\x9c\xdf\x1b\xb7\x1b\xaa\xba\xab\xc2\x2c\x6d\x24\x31\xa0\x64\x43\xac\x65\xc5\xa9\xff\x69\x53\xb5\x6f\x64\xb3\x8f\xc6\xd1\xe8\xb8\xa2\xec\x94\x7b\xd8\x1a\x36\x46\x64\xb1\x43\x2d\x1b\x07\x22\x59\x80\x93\x14\xae\xda\x5a\xf7\x73\x19\xb6\x58\x4d\x98\x82\x72\x05\x32\x46\xa6\xe9\xa9\x8a\x26\xae\x68\x2c\x24\x91\x93\xce\xe1\x52\xb2\x56\xbe\x8b\x72\xce\x50\x3a\x98\x22\xe7\x18\xa9\x61\xb4\x1c\x8d\xf0\x6c\xe4\x5e\xaf\x9d\xf5\xef\xf2\x52\x17\x3b\xc9\x58\x4d\xf0\x63\xe5\x3a\x31\x94\xa9\xa4\xef\x68\x0f\xc8\x65\xa9\x52\x32\x8b\x13\xd6\xc0\x9c\x17\xd4\xcb\x82\xda\xc4\xcc\x63\x92\x24\xfa\xe4\x02\x55\x81\x44\x91\xd9\x9c\xfd\xbf\xe4\xdc\x65\xf8\xb0\x56\x84\x77\x6d\x75\x9d\x74\x76\xd5\x9a\xdf\x23\x0d\xe3\x5c\xf1\x03\xac\x5b\xa1\x9e\x4c\x77\x93\x38\xdf\x7d\xbb\xb5\x66\x96\x38\xfa\x61\xa3\x75\xdc\xfb\xf3\x8a\xde\xba\x2c\xca\x2a\x83\xc6\x94\x52\xad\x1c\x64\xb1\x13\xca\xdc\x33\x3f\xd0\x81\x1a\x89\x0a\x82\xd4\xc2\x0e\x7e\x0a\x79\x64\x75\xb8\x2b\x7c\x72\x58\x89\x51\x89\xda\xcd\xac\x25\xf1\x08\x97\xa0\x96\x0e\x2a\xe9\xc6\x72\xa0\x29\x4e\xb5\xe2\x74\x72\x50\x82\x2c\x92\x6d\x57\xf9\xbc\xf1\x9e\xce\x29\xb6\x36\x11\xb2\x19\x59\x6f\x60\x33\x78\x77\x92\x22\xb5\x90\xd7\x01\xbb\xe6\xc7\x50\x5c\x17\xa6\x79\x6a\xe0\xfd\x2c\xbb\x49\x8c\x1b\x37\xa6\xcf\xd9\x51\x1f\x95\x9c\x68\xb2\x10\xbb\x28\x96\xc8\xc8\x9d\xfa\xfe\x23\x1a\x1c\x47\x9a\xb7\xf6\x2d\xb2\xd1\x46\xd7\x8e\x25\xcf\x66\x2e\xb5\x18\xb4\x09\x9a\xd7\x68\x89\x17\xcd\x19\xa4\x22\x4a\x4f\xca\x25\xea\xaf\x48\x98\x43\xeb\x02\x41\x87\x52\xae\xdc\x98\xcf\xca\x27\x7b\x6d\x4f\x29\x48\xcb\x47\x66\xf9\x16\xf2\x12\x22\xd7\x69\x5a\x69\x09\x25\x0c\xe2\xea\x56\x86\x95\x4e\xb6\xc6\xf0\xe6\x24\x62\x40\x1d\x1e\x45\x56\xe1\xa5\x0e\xf1\x35\xca\x89\xa1\xb5\xad\x1b\xa8\xb5\x8e\x7b\x03\x72\x8c\xe3\x60\xa6\x3d\x6a\xa4\x2b\x62\xfd\x7e\xb2\x2d\x4b\x43\xd5\x41\x42\xc4\xb6\x52\xe7\x48\xf8\x24\x71\xd6\x80\x74\x83\x19\x59\xa4\xd7\x68\xad\x16\xcd\x1b\xbb\xbe\x73\xf0\x97\x6a\x41\xe8\x51\xf9\xac\xbf\x54\x07\xe4\x3b\x17\x34\x2e\x69\x25\xcd\xdc\x3a\x49\xb2\x45\x58\xf2\xfc\xef\x92\x9d\xa9\x80\x61\x74\x5a\xb3\x66\x65\x43\xb9\xd5\x89\x1c\xdd\xd4\xf1\x3e\x53\x8e\x9d\x4e\x03\x5b\xa8\x78\x58\x93\x05\x66\xbd\x2c\x05\x97\x17\x2d\x05\xbb\x4c\x2a\x50\x8c\x12\xcb\x20\x27\x32\x29\x35\x48\x3b\x8c\xcd\x51\xbe\x75\x41\xa1\x00\x59\x88\xa1\x02\x5d\x6c\x31\x33\xa7\xea\x44\x5a\xe5\x74\x58\x49\xc3\x26\xda\x5c\x4d\x94\x56\x9e\xa3\x2f\x22\x24\x08\x7c\x70\x76\x06\x05\x55\x96\xe4\x48\x89\x44\xc2\xda\x4e\x80\xe0\xcb\x66\x14\x51\x37\x2c\xbd\xa3\x32\xcd\x68\x09\x81\x67\xcb\xd3\x26\x42\xb4\x59\xb6\x50\xbe\x13\xf9\xd3\x1a\x47\x88\x07\x9e\x5f\xdb\xf2\x59\xaa\xdc\x4f\xb6\x2b\x4e\x99\xf8\xa8\x54\x01\xa6\xd6\x16\xe4\x1e\x89\xd9\xa8\x85\x6b\x8c\xca\x85\x32\x3e\x77\xaa\x4e\x99\xf9\x4b\x94\x7e\x83\xa5\x78\x21\x5e\xfc\x58\xc8\xa1\x00\xe7\x03\xbe\x42\x05\x1f\x4d\xc1\x44\x11\x3f\x91\xba\x94\x5a\xcb\x34\xac\x24\x9e\x92\x64\x8a\x63\x61\x87\x56\xfc\x72\x87\x3d\x27\x25\x87\xfc\xe7\xb6\x45\x8a\xad\xd3\x99\xb8\x68\x33\x59\x94\x5e\x3b\x70\x58\x6e\xab\x5a\x43\x00\x3d\x13\xaa\x00\x13\xc8\xa5\x52\x49\xb3\xed\x6b\x85\x33\x47\x5e\xa4\xb8\xf1\x3a\x52\xd8\x12\xb5\x55\xa6\x0b\xab\x89\x28\x41\xb2\xa9\x73\x8d\x07\xa1\x61\xd4\x3a\x32\xe3\xf6\xe7\x53\x90\x26\xb2\x6e\xe5\xe0\x6e\x45\x5a\x77\x0b\xf9\x34\x95\x17\x8d\x09\x4a\xb3\x18\xa5\x55\xce\xce\x34\xe5\x88\x81\xc8\x90\x90\x86\xc1\x49\x82\xe7\xd4\x0e\x72\x94\x84\xc5\x14\x06\x62\x44\x3b\x02\xdf\xf5\x1e\xae\xd4\x4f\xed\xe0\x8d\x75\x59\x9e\x45\xfb\xc8\xe2\xf2\x80\xc9\x6d\x13\xd1\x23\x28\x29\xb7\x5a\x99\x67\xae\x77\x97\xaf\x90\x6d\xb7\xc7\x18\xc9\x9d\x5e\x52\x26\x94\x95\x5e\x90\xdc\x3a\xa9\x69\x66\x1e\x81\x28\x28\x17\x21\x99\xb3\xc8\x77\xe8\x41\x26\x93\x12\x6f\xe9\x29\xdb\xe1\x7d\x70\x14\xa4\x11\xe1\x56\x6c\x37\x66\xa7\x3e\x69\x08\xca\x63\xcf\x92\x66\x30\x90\x1e\x06\x52\x6b\xdc\xd9\xb4\x91\x74\x44\x0f\x2a\x27\x48\x30\x5a\xa3\xcd\xb2\x1c\xea\x80\x32\x9b\x9d\xc4\xe9\x0f\x4e\x2a\x62\x9c\xc1\x35\x66\xdc\x4a\x18\xc8\x02\x5a\x2b\x3a\xab\x52\xec\x9d\x60\x85\x47\x36\xc8\x98\x48\xca\xe7\xf6\x39\xc1\x81\x18\x8d\x45\x33\x92\x10\x69\xad\x24\x8a\xd2\x57\x3c\xda\xf0\x79\xdc\x44\xf1\xac\x4f\x98\xc9\xc2\x82\x27\xd9\x01\xa0\xea\x32\x6f\xb6\x0a\xb6\xac\x6b\x67\xd9\x63\xad\x82\x40\x31\x91\x22\x99\x59\x9f\x77\x40\x97\x19\xf3\x8a\xef\x23\x2b\x3a\xf2\xc4\x4a\x79\x70\x84\x8d\x85\x67\xca\x07\xe8\x19\x0a\xa2\xbb\xdf\xc7\xce\xf9\x5c\x6a\xf0\x51\x6d\x27\x47\x68\xed\x14\x01\xb9\xd6\x5b\x86\x5c\xb4\xc0\xec\x19\x3c\x60\xd8\x55\xe2\x64\xed\xb7\x38\x7d\x69\xc1\x2e\x98\xa9\x9c\x75\x4e\x06\x67\xf1\x40\x51\xa6\x20\x2c\x43\x84\xcc\xb2\xdb\xd3\x0b\x90\xce\xb4\x8c\x49\xab\x49\x6b\x74\xb1\x1e\xf8\x95\xec\x17\x63\x73\xa5\xaf\x6d\x60\x28\xe1\xd3\x06\x89\x8a\x96\xd7\x63\x57\x5a\xc7\x98\xb7\x2d\x6c\x1a\x69\x29\x49\x8b\xb9\x8d\x72\x62\xfa\xb0\x34\x11\xd4\xa8\x86\x6d\x96\x62\x7c\x62\x48\xaa\x5c\xc4\x83\x0c\x50\x31\x67\xac\xae\xf0\x95\xd4\x7a\xab\x93\xfe\xcd\xab\x17\xff\x31\x10\x88\x4c\xe1\x79\x3d\x8b\x6a\xc4\x2d\xf0\xaa\x80\x56\x98\x20\xce\x4d\x25\x4f\x6d\xd4\x70\xe9\x3d\x31\x21\x9c\x89\x1b\x3b\xcd\xa1\xb7\xd4\x69\xd2\x69\xa7\xca\x6c\x4f\x95\x11\x5e\x85\x46\xc6\xbd\xb0\x26\xf4\xf0\xe6\xa2\x81\xe7\x7b\x2c\x5a\x7d\x8c\x12\x0e\xd2\x11\x2d\x8c\x0f\xd6\xe0\x59\xab\xf5\x01\xe6\xd2\x90\x47\x4e\x8e\x93\x8f\x6e\x28\x07\x4e\xe5\xbc\x58\xa8\x68\xa0\xe2\xe1\x83\xa2\x57\x38\x6b\x46\x5b\x02\xaa\x81\xb3\x28\x04\x24\xc7\x21\x8a\x02\xd1\x3f\x88\x32\x92\x1d\xf8\x1c\x0c\x08\x3f\xab\x06\x96\xcf\x94\x07\xe0\x4a\x59\x7b\x06\x68\x6a\x6b\xa2\x06\xc3\x66\x22\xe9\xb4\x75\x45\x9a\x5e\xd6\x7c\x2c\x11\xee\x10\xe9\x28\x7a\xd4\xc1\x40\xa5\xc0\xcf\x49\x65\xc4\x3f\xb1\xf3\x7d\x40\x22\xee\x21\xad\xc2\x2c\x8d\x64\x3d\xc5\xb1\x37\x17\xed\x46\x7d\x9d\x08\xe7\x9a\x3d\xee\x7d\xb5\xa8\x6f\x41\x4a\x2b\x58\xe0\xe9\x23\x3c\x91\x95\xf2\x21\x5a\xd8\xa2\xf1\x67\xac\x08\xf5\xb2\x44\x52\x4b\xde\x93\xe8\xee\xe8\x94\xff\x74\x58\x44\xcb\x3c\x69\xb4\xfd\x40\x80\x68\x2b\x44\x16\xa5\x5c\xb4\xda\xcd\x12\x54\x87\x7c\xbb\xee\xa0\xfd\xb8\xdf\xdd\x5a\xe5\x63\x0d\x3d\x64\x2f\xf9\xea\xad\xf8\x0b\x70\x6e\xb6\xd5\x03\x8f\xad\x5f\xb0\xc5\x9b\x8b\x56\xa5\x45\x11\xad\x8f\x58\x1a\xaa\x09\xf4\x9c\x8c\xb4\xc3\xa6\xb6\xb5\xea\xd0\x42\x4f\x1d\x47\xa9\x77\xf2\x58\x81\xec\x85\x41\x2b\x64\x46\x64\x23\x1d\x39\x64\xe8\x09\xc2\x45\xe4\xb6\x9e\xf5\x40\x48\xad\xe1\x9e\xcf\x87\xb3\x28\x23\xcb\x3c\x87\x3a\xe0\xf9\xdd\x0a\x02\x75\x43\x58\x53\xcb\xb6\x04\x17\xd1\xae\x48\x31\x1d\x0a\x95\xdc\x5c\x0f\x94\x93\xf9\xec\x2c\x45\x62\x38\x55\x01\x03\x03\xe9\x67\x2b\x6c\xd4\x74\x30\xac\xcb\xda\x2c\x9a\x83\x96\x39\x53\x7a\x0b\xd5\x61\xf8\x12\x22\xb3\x0f\xe1\x6b\xf9\xa3\x45\x3e\x92\xb3\xc1\x9e\xb1\xc2\xec\x90\x95\xc2\xe0\x51\xae\x4c\x8b\x80\x29\x1a\xd0\x4b\x1c\x29\x25\xe8\xba\xc5\x95\x11\x8f\x0c\x72\x30\x88\x08\xc0\x81\x9d\x25\xbe\x8b\xb7\xe7\x0d\xdd\xfc\x5a\xe9\x82\x1a\xca\xbc\x6f\xa5\x4b\x7b\x26\xc9\x56\xd4\x50\xb1\x0c\xfe\xbe\xad\x21\x61\xff\x12\x54\x4d\x4c\x91\x71\xaf\xcb\x4a\x2d\x1a\x83\xe2\x2e\xd2\x8d\xc7\x55\x52\xf9\x38\xe2\x27\x6b\x19\x4a\x31\x00\xda\x52\x03\xe9\x50\x17\x2d\x14\xa1\xe8\x1a\xe5\x4b\xa4\xec\x39\x2f\x60\xb2\x58\xe3\x59\x41\x4e\xb1\x8e\xb5\x8d\x6c\x60\x78\x56\xa7\xd6\xa6\xa5\x22\x2d\x67\xa9\x55\x8d\x3c\xeb\x1d\x70\x97\x8c\xf5\x25\x09\xf4\x6b\x44\xf7\x8b\xd6\xa0\x4f\x3a\x2f\x94\x9a\x80\x6b\x71\x72\xf3\x8e\xdb\x14\x02\xd2\xed\x8a\x39\xcf\x83\x63\x4d\xb2\xb4\x41\x14\xb2\x73\xd5\xf5\xe8\x7a\x64\xa3\xbc\xef\xa7\xec\x1a\x4f\x6e\x0f\x7a\xd0\x97\x36\x09\xaf\xd8\x97\x0e\x95\x62\x54\x55\x97\xd2\xa3\x0e\x58\xf6\x3c\x91\xe4\x1d\xf6\xad\x61\x40\x5b\x3b\x06\x5c\x06\x61\xa4\x9a\x74\x0c\x8c\x91\x29\xd1\x56\xd7\x73\xaa\x25\xc4\x57\xb5\x46\x2b\xb3\x68\x6f\x99\x8b\xbd\x3c\xfc\x58\x67\x92\x9b\xda\x4a\x9a\x2d\x02\xa7\x24\x80\x37\xe9\x73\xdd\x7c\x6a\x41\xca\x68\x5d\xeb\x56\x37\x63\x7f\x6f\x20\xe5\x3b\x58\x37\x8b\xfb\xa0\x9b\x43\x2d\x67\x91\xfd\xd0\xfb\x69\x02\x67\xf3\x18\xee\x39\xd7\xed\x1a\xcd\xe9\x71\x8c\x24\x1c\x8f\x90\x4c\x13\xb9\x03\x49\x25\x4a\x52\x3c\x53\xd5\x54\x03\xdd\xd9\x3d\x70\x9a\xb2\x33\xc9\x48\x94\x9d\x61\xb3\x2f\x81\xe3\x48\xdc\x41\xcd\xa6\x31\x5a\x8d\xca\xfe\x06\xa9\xad\x75\xa2\x92\x85\xd8\x35\xc5\x4c\xec\x81\x1b\xab\x56\x32\x8d\xe8\x29\xe5\xc5\x14\x0a\x72\xec\xb9\xd6\xbc\xb5\x22\x9a\x54\xec\x71\x6f\x75\x74\xe3\xc7\x3b\xf4\x29\x43\xf8\x7c\x0f\x10\x83\x63\xd7\x68\x35\x16\x8d\x24\x0b\x11\x66\xcb\xa4\xa3\x18\x79\x83\x2c\x22\xf0\x99\x9a\x04\x54\xad\xc5\xc8\x01\x98\x88\xf8\xc1\xe1\x93\x78\xab\xcc\x48\xcf\x0e\xae\x5c\xcd\x86\x7b\xe2\xd2\x32\xaa\x69\xa6\x55\x23\x9c\x54\x66\x40\x9c\x5a\xa4\xba\x3e\xf0\x2c\x57\x14\xe4\x30\x9b\xb7\xcc\x6c\xb1\x45\x38\xb4\xd9\x42\x06\x6a\xc4\xc2\xb0\xb3\xa6\x53\xe2\x6a\x1b\x64\xb0\xeb\x14\x90\xf3\xe6\xa2\xfd\xe2\x7b\xaa\xaf\x46\xe3\x89\x42\x86\x45\x78\xbc\x5c\x1a\x14\x30\xe7\xcd\x49\x43\xcb\x11\xe6\xb6\x98\x0b\xee\x0e\xd1\x91\x57\x49\xcf\xb5\x84\xf1\xe4\x28\x71\x44\x2d\x44\x79\xe6\xd9\x80\x0d\x66\xe4\xd8\xe4\xc2\xf6\x36\x67\xa7\x06\x25\x05\xb6\x62\x3d\x6d\xa4\x8b\xae\x04\x5f\xca\xaa\xa7\xa5\xe4\x92\xcd\x22\x78\xfe\xd5\x25\xab\xd5\xa4\xdd\xb2\x59\x1c\xa4\x89\xef\xac\xc1\x29\x82\x36\x41\x55\x2b\xc7\xea\xea\x1e\x6a\xcf\x5b\x62\x6a\x1d\x75\x66\x48\x31\x1f\x6b\xe4\x51\xba\xb2\xc4\xec\xd1\x77\xcf\x35\x55\x15\x83\xe3\x2c\x2e\x27\x84\x29\x32\xa3\x4e\xda\x3a\x00\x6f\x90\x46\x55\x14\xb0\xdf\x59\x1d\x63\x38\x18\xc5\x0b\x50\xfc\x20\x3d\xa2\xfc\x1c\xd0\x5c\xdb\x62\x3e\xb8\x85\x02\xc4\x08\xe4\xc8\xb2\x1d\x71\x91\xbe\x6b\xbb\xb5\x44\xb2\x40\x50\x83\xe6\x32\x5d\xeb\x85\x10\xb9\xb2\xa8\xe9\x47\x36\x59\x00\xd4\x48\x69\x85\x9d\xf2\x2c\xd2\x74\xe2\xd0\x8d\x0d\xe4\xd8\x48\xdb\xcf\x35\xe4\x07\x4d\xc6\x67\x65\x04\x28\x92\xb3\x2a\xd4\x33\x2d\x47\x61\x08\xa9\x47\x12\xa2\x69\xd9\x37\x79\x49\xd1\x49\x06\x7c\xf2\xa0\x4a\xa5\x59\x76\xeb\x49\xd1\x6c\xca\x4f\xe1\xfa\xf4\x9d\xce\x8b\x9d\x8c\x04\xca\x70\xbe\x9c\x16\x7b\xd2\xd4\x34\xd1\x6a\xb9\x4f\x5a\xf6\x2a\xbb\x2a\x72\x57\xf8\xe8\x84\xa5\x50\x89\x60\x39\x43\xc8\x7a\xf9\x55\xaf\x2c\x4f\xa5\x30\x17\x81\x94\x8c\xa5\x0e\x4f\x91\x02\x5c\x3d\xdb\x4e\xd8\x8f\x77\xf3\x52\x15\x46\x8a\xa9\x2c\x0a\xb6\xdb\xc4\x10\x96\x84\xdb\x48\x0e\x99\x2d\xf1\xea\xc5\xd7\x77\x58\x14\x43\xd6\x2c\x0a\x7c\x08\xb2\xec\xe6\xab\x17\xbf\x6c\xb3\x4c\x61\xf3\xe8\x37\x60\xf1\xb8\xcd\xd6\xf1\xe3\x06\xc0\xfc\x77\xad\x49\x15\x0f\xda\x82\x2d\xd3\x15\x27\x7c\xc8\xb5\xca\xc7\x6c\x52\x68\xcc\x3a\x39\x55\xae\xac\x8c\x40\x59\x90\xde\x3a\xbe\x40\x22\x6a\x1b\x6b\xc5\xba\xa0\x6f\x7c\xad\xd8\xa9\x47\x1c\xda\x47\xf4\x2f\x03\xa5\xa3\x61\x9a\xd0\x54\xad\xd0\xeb\x2c\xe9\xdc\xb8\x65\xc8\x7e\xa2\x28\x74\x62\x9d\xc8\x6f\x25\x46\x62\x9e\x02\x47\x5a\x16\xd0\x86\xcc\xf6\x11\x65\x15\xb4\x81\xc4\x3e\x47\xa6\x61\x87\x94\xe2\x83\x8f\xf7\xe8\xf6\xa4\xc0\xb7\x84\xe7\xec\x6c\x74\xca\x9a\x03\xf8\x6b\x07\x95\x44\x5e\x40\xe7\xe4\xc8\x21\x05\x0f\xac\x49\xd1\xc9\x77\x14\xc7\x7c\x44\xa7\x60\xec\x4e\xad\x78\xcf\xc7\xaf\x22\x07\x99\x5a\x3d\x49\x58\x0a\x15\xf2\x32\xf2\xb7\x1e\x0e\xa9\x31\xb1\x39\x25\x6b\x5e\x27\x72\x5d\x99\x40\x61\xc1\x61\x2e\x85\x1f\x2b\x63\x66\xad\x85\x48\x48\xc2\xa9\xb3\x39\x6f\xb4\x95\x52\x27\x14\x16\x05\x4b\x3b\xee\xd9\xb1\x7b\x1a\xf5\x50\xe6\xd0\xc3\x43\x27\x9b\x11\x05\xf1\x5a\x1b\xcd\xef\x24\xd0\xba\x06\xd5\x9b\x56\x96\xe5\x50\xaa\xf9\x24\x27\xdc\x8d\x64\x00\x22\x23\x3e\x8a\x34\xeb\x32\xb7\xc7\x07\x23\x48\x31\xb5\x7a\x28\x0a\xc7\x4e\x34\x29\x72\xe9\x42\x2b\xa9\x16\x10\xcd\x06\xd9\x99\x7b\x62\x6a\x4d\x01\x2e\x99\xf1\xd8\x9c\x4d\x67\xd9\x00\xb8\xb6\x60\x96\xdd\xcc\xce\x6c\x6d\xc7\x80\x51\xd4\xbf\x43\x3a\xe2\x58\x1d\xd6\x43\xb2\xb4\x46\xb4\x5d\xc4\x92\xe7\x56\x99\x15\x16\x10\xc2\x84\x30\x2c\x9a\x12\xd6\xb2\x66\x12\x75\x6f\x56\x40\x95\xc9\x09\x40\xb1\x46\x84\xbd\xa8\x45\xb3\xaf\x88\x23\xbb\x94\xa7\x7c\xdf\x3d\xb1\x24\x49\x7a\xf3\x8e\x87\xe8\x62\xa0\x49\xcb\x9b\x41\xa2\x7b\xd4\x9b\x85\x35\xe4\x1d\x1e\x52\xe5\x47\x0e\x00\x25\x11\x03\x25\xc0\x96\x6c\x13\xb0\x86\x1e\x9c\xd9\x26\xa1\x1e\x0d\x2a\xdb\x5b\xe9\xfd\xf8\xea\x9e\xff\xa1\x43\xc2\x1d\x48\x08\x20\x6c\xb4\xae\x14\xd6\x3a\x1f\xa0\x6e\x93\x51\x91\x8d\x74\x68\xad\x16\x63\xa8\x83\x08\x31\x94\x91\xd2\xbb\x58\x13\xa5\x7c\x0a\x0f\x99\x46\xe5\x6f\x5a\xaa\x90\xc8\x81\x0f\x55\x7a\x73\x3b\xca\x2e\xd0\xbd\x35\x9d\xad\xcb\xda\xae\xd4\xc9\x17\xce\x58\x6b\x60\x9b\xd2\x58\x10\x99\xdb\x81\x3a\x90\xbf\xa1\xb3\x8f\x68\x4b\x30\xfc\xe4\xe9\x89\x81\x38\x24\xbc\xb4\xee\x66\x64\x3c\xd6\x04\x65\x1a\x60\xe0\x47\x4f\x46\x4f\xd2\x6c\x1b\x3f\xdf\x33\xcf\x90\x11\xcc\x2e\x26\x25\x5b\xb7\x54\x4d\x57\x16\x75\xed\xa3\xf0\x39\x46\xe2\x54\x22\x0b\x27\x2f\x01\x5e\x1c\x48\x53\x48\x43\xd5\x51\xf3\x18\x67\x46\x04\x4c\x91\xe9\xa2\x6a\xbc\xca\xd3\xa4\x8d\x2c\x41\x35\x9c\x4a\xe2\xdd\x60\x46\xf3\x2a\x2b\xf9\x29\x47\x5b\xa4\x83\xd5\x07\x06\xfe\x86\x36\xd6\xbc\x2f\x80\x17\x72\xe6\x3b\x44\x24\x19\xc3\x39\x05\x1b\xe9\xe5\xb8\x66\xce\x6a\x81\x8a\x05\xaf\xc1\xc0\x16\x11\x0a\xdd\x19\xb2\x52\xb7\xfb\x36\xac\x04\xf6\x68\xf1\xdf\xeb\xb3\x56\x57\x8f\x13\xa8\x91\xd8\x98\x93\xae\x4b\xa6\x23\x7c\x0d\xb9\x82\x95\x88\xe8\x08\x19\x45\x86\xd2\x46\x13\xaf\x91\xc8\x72\x75\x89\x53\xf9\x7b\x63\x10\xa2\x85\x58\x40\x31\xec\x72\xb7\xd8\x53\x19\xd1\x4f\x1c\xcd\x1d\x02\x98\x84\xa5\x8a\xbe\x87\x52\xe9\xf9\xc5\x1d\x2a\x03\x02\xe5\x05\x12\x63\x07\x9a\xb7\x8e\x6f\x4c\x74\x93\x77\x7a\xc6\x0c\xb4\xb6\x53\x91\xab\xd0\x7a\xe4\x06\x2c\x6a\x07\x0a\xb6\x62\xb7\xc8\x40\xa1\x2e\xee\xc3\x2c\x8a\x0f\x5b\x74\xcc\xd9\xa9\x01\x27\x6a\x67\x07\x84\xf7\xf7\x35\xd5\xd9\x4a\x69\xc1\x08\xdd\xda\x22\x62\x3c\xc8\x36\x70\x11\x64\x8d\x93\x47\xe3\xd6\x53\x39\xf3\x62\x22\x75\x33\xe7\xb1\x6d\x61\x0e\x3c\x01\xe9\xa8\xa4\xdd\xe7\xe5\x3a\x31\xc8\xab\xcb\xf5\x67\x86\x12\xd2\x59\x41\x96\x06\x8e\x9e\x85\x62\x5e\x85\xa1\x95\x8e\xd0\x94\x5c\x9a\x08\x38\x71\x50\x41\x35\x40\x45\x85\xe6\x9e\xf1\xa3\x43\x2d\x3d\xc1\xf5\xc9\x26\xcf\x48\xad\xa9\x15\xa3\x66\x46\x10\xbc\x68\xca\x6b\x70\x5d\x92\x5d\xd9\x37\x66\xa4\xa5\xf7\xbd\x28\xc6\x64\x42\x6a\x8d\x4d\x79\x09\x79\x3c\xf9\x5c\x1b\x3f\x7e\x40\xcc\xa0\x28\x97\xad\x28\x2f\xc8\x09\xe0\xc8\x06\xd1\x16\xe6\x52\xe4\xe8\xba\x00\x4a\xaf\x2e\x0f\x90\x18\x2a\x43\x01\xc9\x2d\xfb\x8b\x86\xcb\xa1\x54\x2e\xaa\x25\xec\x81\xe3\x2c\x55\x34\xbf\xfd\x7c\x43\xc1\x52\x9a\xfe\x0e\x29\x60\xad\xeb\x3f\xdc\x4b\x69\x25\x99\x77\x70\x2c\xa8\x4d\x48\xcf\x10\x0b\x08\xb3\x20\x47\x18\x34\x6b\x04\x87\x0b\x72\x00\x6d\x5f\xb3\x25\xf1\x3d\x26\x8a\x20\xe4\x49\x41\xbb\x8f\xc2\xa5\xd7\x89\xf1\x2e\x6a\xef\x29\xe0\x68\x1e\x84\x20\x8d\x90\x78\x9a\x12\x9a\x6f\xa2\xb4\x96\x23\x98\x43\x8e\xb6\xee\xea\xb1\xb1\x44\x90\xb6\x09\x3d\xd9\x6b\x6a\xc9\xfa\xb6\x15\x05\xed\x2e\xf6\x88\xc3\x79\xc8\x9d\xe7\xc7\xb1\x6d\xdf\xb2\x37\x74\x4d\xb4\xd6\x49\x72\x86\x51\x7a\x97\x16\x6c\x7d\x10\x0d\x9c\x9d\x29\x94\xf7\x90\x13\x7f\x3d\x13\x4d\xe2\x51\x64\xe3\x60\xdc\x54\xef\x3f\xa5\x37\x12\x7f\x09\x20\x6e\xcb\x3a\x48\x65\x70\x5e\xf2\x26\xa9\xfa\x8c\x97\x54\xa8\x0d\x04\x56\x96\xea\x26\x10\xb2\x84\x43\x14\xdb\x21\x14\x30\x51\x39\xcd\x06\x6d\xc2\x52\xae\x53\xb4\xee\xd5\x45\x6b\xc0\xc3\x4e\xa0\xa0\x94\x0c\x15\x32\xb6\xc0\x88\xd9\x94\x5a\xb7\xe7\x3a\xdc\xa5\x00\xd8\x98\xdf\x26\x92\x83\x0a\xa2\xc2\x43\x86\xc0\x39\xa4\xbd\xb2\x24\xc6\x5e\xc0\xd6\xab\xa0\xd5\x10\xda\x00\xc9\xd8\xa5\x59\xcf\x1e\x46\xdf\xa0\x04\x8b\x9e\x8f\xdc\x7b\x46\xc8\xa2\x50\xb8\x7c\xf3\x4a\x5b\x00\x63\xc8\xf2\xc3\x73\xac\x8c\x57\x45\xca\x97\x81\x8a\xb3\xca\x4b\x16\xd1\x89\xaf\xa5\xed\xe8\x40\x78\x65\x72\xe0\x24\xf5\x9e\xd0\xa8\x6b\xb4\x34\x8b\xc6\x84\x3d\x5b\x01\x5b\x01\xd4\xf2\x08\x5d\xc3\x86\x69\x03\x41\x10\xd2\x2e\x7a\x1c\x23\xa7\x21\x25\xde\x8a\x01\x30\xca\x9e\xe5\x5e\x12\x0f\xa2\x37\xb9\x3d\x9f\x41\x7a\xa5\x67\x31\xd0\xa8\x4b\x13\x40\x79\x6a\x0a\x0b\x5e\x64\x67\xd2\x87\xb2\x33\xb4\xa4\x5b\x2d\xa8\x96\x43\xf7\xd8\x68\x81\xec\x32\xda\x0e\x64\x92\xad\x87\x30\x8d\xa1\x13\xbe\xb5\x08\x99\x5e\x88\x3e\x6b\x5c\x60\x42\x4f\x4b\xb7\x5a\x9f\xf5\x74\x50\x89\x1a\x25\xb9\x36\xe9\x4b\x34\x77\x88\x89\x34\xe4\xa0\x5a\xa3\xe5\xfb\xe6\x91\x0f\x5e\x16\xc8\x57\x46\x1d\xcc\x9e\xac\x90\x81\xc2\x3e\xa0\x02\x3d\x13\x12\x7c\x28\x81\xbc\x7e\x7a\x26\x6a\x8d\x0b\x65\x46\x1d\x08\xa2\xef\x89\x8f\xd9\xea\x28\x63\x8e\x6b\x17\xbe\xb6\x3e\x90\x87\xa5\x80\x35\x4a\x99\x7b\x75\x51\xc1\x9f\xcb\xa3\xb1\x0a\xee\xd6\x1a\x2a\x49\x8e\x54\x86\x01\xc1\x24\x3b\x73\xf2\x56\xf6\x8e\x53\x55\xc6\x1e\x54\xb0\x13\x3d\x5b\xdc\x3b\x3d\xb8\x25\xe0\x59\x8d\xe7\x03\x2b\xb1\xe4\xf6\x41\x7e\xf8\x1e\x6e\x10\xfc\xe6\x5e\xfa\x0e\x3e\xf2\xc8\x3a\x5d\xbc\xd1\xda\xd9\x3a\x2f\x2c\x65\xe4\xc8\xce\x50\x14\x98\x8a\x29\x9f\xa4\x08\x4e\x0d\x9a\x00\x7c\xf0\xec\xcd\x2f\x98\x1d\x0e\xd7\x35\x19\xf7\xd5\x25\xe1\x04\x41\x06\xe5\x13\x15\xfa\x1a\xc8\x9a\x94\xd0\xf6\x29\x73\x3e\x15\x5f\xa4\xf3\x0e\xe2\x3c\x73\xea\xe1\x50\x2a\x57\x74\xa9\x67\x16\x45\xe6\x3d\x80\xca\x0b\xad\xc6\x11\xf2\x17\x2d\x97\x4e\xe8\x26\x1f\xcf\x44\x20\x28\x5d\x1b\x61\x2a\xd3\xf7\xda\xa5\xec\x09\xdf\xa6\x10\xa3\x86\x52\xeb\x96\x32\x20\x6f\xda\xeb\xe5\x49\xe9\x5c\x78\x49\x7c\x5f\x9f\x59\xbf\xb6\xa8\xec\xbf\x7a\xf1\x4b\x46\xb2\xe3\x24\xc6\x3d\x30\xd2\xaa\xaa\x88\x7d\x0c\xc0\x80\x8c\xe1\x84\x6a\x62\xdd\x4c\x54\xd6\x9a\xad\x2c\x33\x44\xdd\x4a\xe3\x01\x3c\x72\xac\x2f\xf8\x32\x3d\x46\xe0\x1b\x22\x4f\x7e\x6f\xf4\xe1\x67\x99\xb9\xd5\x7b\xa1\x57\x7a\x0c\x06\xff\x03\x86\xad\xf9\x22\x77\x33\x8f\xb2\xd9\xc0\x49\x43\x0e\x10\xaf\xa1\x0e\xf8\x3d\x0a\xdc\x4f\x01\x59\xb8\x6f\x5f\xbd\xf8\x8f\xd1\x31\x3c\x45\x39\x41\x27\x4d\x94\xc2\x52\xd9\x28\x39\xd0\xd6\x7b\x5b\xa1\x72\x53\x07\x4e\xca\xc4\x4e\xc3\xbb\x3c\xce\x28\x8a\xb3\xeb\x5e\x55\xb5\x03\x0a\x88\x1e\xcc\x92\x66\x13\xf3\x57\x1f\x90\xe9\x63\x14\x96\x2a\x20\xca\x9b\xa4\x04\xf4\xd2\x2e\x93\x50\x50\x24\x73\xe9\x22\x0a\xbf\xa4\xfc\x31\x07\x52\x11\xa3\x22\x20\xba\x94\xd9\x5a\xaa\xea\x80\x16\xe0\x97\xe8\x10\xeb\x42\x58\x87\x23\xf4\x97\xe5\xc3\xe9\xfb\xe3\x22\x0c\x8d\xa2\x25\xb7\x7b\x3e\x4c\xaf\x81\x0f\x6f\xce\xa0\x42\xe7\x33\x1b\xc2\x7b\x21\x8a\x82\xac\x0d\xc1\xd9\xba\x5c\x23\x90\xf5\xb5\xe3\x00\xe0\xe7\x4f\x6a\x4e\xea\x3d\x14\x92\x12\xdb\x0e\xdb\x3a\x00\xca\x9a\x78\x0c\x00\x59\xee\xc9\x63\x52\x2a\x97\xe2\x17\x06\x72\xd4\x82\xbb\x34\x65\xf1\x49\xd9\x11\xa2\x84\x75\x2f\x90\xde\x10\xb9\x1f\x76\x61\x2e\x03\x9c\x1f\xcf\x16\x68\x94\x91\x62\xa6\xe8\xb4\x4c\xea\x5d\x4a\xbb\xb1\x2e\x93\xbc\xa8\xb7\xbf\x7a\xf1\xf5\xc3\xa9\xa5\x80\x33\x2f\x0a\x35\x01\x37\x62\x03\x8a\x24\x9d\x31\xb1\x92\x7b\xdb\x59\x66\xee\x75\xe3\xc5\xcd\x4a\x81\xf2\x01\xa7\x59\x73\x92\x7c\x6c\x8c\xcc\x3e\x3a\xc4\xdb\xdc\x06\xdb\xc2\x96\xa2\x9a\xad\x51\x92\xb7\x6b\x4b\x8a\x03\x2c\x8d\x8a\x69\x13\x05\x2c\xd2\x9f\x11\x94\x82\xb7\x31\x05\xc8\x42\x4c\xd5\xa7\xd2\xa1\x8c\xce\x85\xff\x92\xe6\xda\x71\x76\xe6\xb3\xb2\x55\x07\x2a\x94\x47\x06\xd0\x0f\x86\x8e\xa9\xee\x91\x5e\x2b\x4e\xf3\x35\xe7\xc6\x45\x56\x89\x02\x24\xa3\xa0\x53\x20\xac\x57\x55\xad\x67\xfd\x9a\x01\x31\x54\x89\x49\x32\x46\xd6\xaa\x35\x42\x2f\x5f\x5b\xe9\xfc\xe6\x64\x29\x67\x89\xaa\xcc\xd3\x46\x51\xa8\x55\x52\x4a\x7c\x09\x50\xf3\x1e\x93\xd5\xc0\xe3\x31\xfa\x69\x4c\xc1\x45\xe8\xfe\x0a\xc8\xab\x38\xb7\x35\xe9\x5c\x1a\x1b\x35\x84\x36\x81\x67\x34\x20\x91\x9c\x99\x5c\xe1\xfc\x42\x1f\x08\xbc\x4c\xe7\xeb\x1a\x89\x7e\xd7\x56\xfa\xb3\xe7\x89\xb3\x95\xc2\x29\x26\x4f\x53\x25\x13\xd3\x4b\x57\x52\x58\xdb\x16\xd1\xc1\xdf\x64\x58\xc8\xa5\x9b\xb4\xa1\x76\x1c\x53\x17\x9f\xaa\x55\x4e\x82\x21\x5b\xb7\x1b\x5f\xb6\xf9\xd5\xb8\xb2\x8d\x8f\x12\x7c\x32\xda\xb7\x49\xee\xf0\xf1\x1e\x6a\x0b\x97\xd2\x6b\x19\x20\xa2\x47\x9c\x22\xa0\xad\xbf\x2e\xb2\x33\x7b\x14\xf3\xaa\xc0\x14\xb1\xee\x45\x85\x82\x28\xcb\xe6\x1f\x1b\x06\x33\xca\x00\x3a\xe5\x61\x63\xbc\x32\x25\x87\x32\xe9\xc9\x2e\x14\xb9\x4b\xe1\xc9\x88\x35\xe7\xec\xd4\xa7\x44\x6d\x71\x23\xac\x69\xe2\x8d\x6b\xab\x33\x18\xf6\xfc\x96\x95\x74\x63\x88\xf9\xde\x99\x09\x44\x2b\x5f\x4f\x2a\x60\x97\x46\x25\x4d\x0b\x12\x89\x88\x66\x90\x39\x70\xea\x4e\x6f\x73\x15\x7d\x2b\xf3\x80\x4b\x49\xc9\x17\xa2\xbe\xcf\x19\x27\x63\xa1\xd2\x94\x26\x11\x05\xca\x08\x5c\x2f\xd9\xfe\x3d\x22\xc3\x22\x47\x70\xb5\x45\x3c\x62\x47\x87\xd6\x71\xb2\x04\xeb\x0a\x65\xa4\x9b\x75\xae\x17\x0a\x26\x90\x44\x20\x64\x6f\xe5\xbd\x88\x1c\xae\x97\x23\x31\x8d\xa4\x0d\x5d\x92\x62\x80\x27\x31\xcb\x35\xba\x2b\x05\x50\x3b\x64\xc1\x24\x74\x17\xb0\x46\x79\x91\xaf\x2d\x2a\xd4\x77\x90\x89\x51\x18\x9e\x24\x93\x5d\xc7\xf6\x96\x6c\x62\x65\x4c\x4c\x07\x45\xc8\x81\x98\x6a\x36\xa5\x3c\x68\x9c\x09\x0c\xec\x21\xe3\x67\x64\xfb\x39\x05\x39\x19\xb6\x6e\xf3\x56\x29\x5a\xc3\xef\x81\xfc\xe2\x81\x3c\xc0\x29\x4c\x30\x52\x99\x32\xe6\xac\x17\x43\x80\x82\x14\xba\x81\x7d\xd6\x32\xca\x98\x30\xd6\x58\xca\xb3\x3f\xcb\xfa\xd9\x97\x3b\xaf\x6e\xdf\x03\xaf\x4c\x27\x37\x51\x1a\x59\xc2\x01\xe4\x78\xe8\x49\xa3\x52\xa4\x5a\xa3\xf9\x65\xf7\xe5\x6c\x00\x1c\x63\xc8\x88\xe6\x7e\x8a\x8e\x75\x59\xd3\x45\x4d\x7c\xde\x48\xd2\x0f\x00\xa4\x7d\x65\xeb\xb4\xa7\x12\xc3\x4e\xf3\x4f\xc2\x7e\x32\x51\xcb\x74\x16\x51\x8a\xf0\x59\x0c\x60\x1a\x3a\x6b\x52\x66\xbd\xad\xae\xd2\x56\x0b\xe2\xe5\x2a\x01\x8c\xa8\x99\x71\xf4\xff\xaa\x0c\x8c\x29\x59\x63\xa5\x46\x65\x98\x71\xee\x73\xe1\xe5\x8c\x8c\x24\x92\x02\x3b\x5d\xda\xf1\x91\xa3\xa0\x8c\x82\x9b\x72\x64\x79\xf9\x99\x35\xb3\xfb\x21\xf5\x3b\xd5\x40\xa6\xf7\xcd\x5b\x84\xa3\x07\x5f\x19\xa4\xbd\x03\xfa\x5b\x89\x5b\x76\x0d\xb3\x25\xbf\xf5\x47\x15\xa8\xbf\x3c\x07\x12\x05\xc2\x90\x1e\xa4\x7b\x87\x63\x6b\xcc\x89\xee\xca\x9e\x15\x98\xeb\x80\x98\xd6\xb7\xd7\xcb\xc1\x58\x82\x1b\xf8\x94\x97\x6e\xe8\x80\xeb\x39\x11\x62\xb4\x97\x85\xc2\x58\x62\xcd\xec\x37\x52\x41\x28\xbf\xc5\xf9\x42\x38\xef\x11\x6d\x1f\x94\x79\x19\xb3\xa5\x35\x9b\x49\x0d\x25\xfa\x00\x89\x14\xe4\xa0\x50\xb1\xa2\x13\xf9\x01\x09\x6e\x55\x52\x2a\xe9\x58\x09\xa4\x4d\xcd\x3e\x90\x6b\xc4\x2f\xde\xfa\x3e\xe3\x26\x8e\x49\x4f\x89\xdf\x17\x8d\x1f\xcf\x44\x09\xba\x82\x64\xe8\xe9\x87\xc5\x18\x5a\x79\xad\x13\xc2\x94\x74\x4c\xe7\x4b\x55\xd7\x6d\xd8\xcc\x48\x49\x43\x6e\x20\x51\x59\xe3\x03\x43\x2e\x55\x5e\x22\xeb\xb0\x2e\x26\x43\x99\x63\xaa\xf3\x9f\xe3\xbf\x28\x5b\x4d\xe4\x33\x04\x0a\x33\xc2\xe6\x39\x2e\x48\xf2\x7c\x51\x2e\x44\xa6\x9b\x92\xbb\x87\xea\x2c\xb9\xaf\xd8\x22\xd9\xa6\x54\x61\x96\xc6\x15\x03\x3a\xcb\x7e\x17\x4f\xb4\x46\xa4\xb6\x68\x43\xf9\x51\x13\xda\xd4\x82\x6d\xc6\xf2\x79\x33\x4a\xa5\x72\x67\x45\x39\x2b\x9c\xec\xa5\x28\x07\x4a\xc2\x14\x71\x92\x78\x72\x77\x21\x88\x40\x99\x62\x79\x35\xe7\xe3\xfb\xd9\xee\x74\x10\x9a\x97\x12\xcb\x14\x8e\x73\xcc\xa6\x45\x4e\xf8\x2e\xc7\xb5\xbd\x44\x07\xb2\x2d\xed\x34\x82\xa3\x54\x10\x43\x24\x1a\xf6\x25\x52\xe0\x49\x12\x8e\x06\x14\xd3\x73\x73\x5d\xe6\xfe\x38\x01\x08\x27\x87\x0b\x63\x25\xad\xc6\xfd\x9c\x4b\xa7\xc0\xaf\xcb\x34\xac\x8c\xc0\x3f\xd9\xca\x80\x97\xae\x88\x3d\xb6\xa6\xa3\xf0\x08\x81\xa2\xfa\xce\x06\x51\x36\x0e\xf7\xf8\x0f\x55\x02\xe3\x72\x1c\x27\xce\xe0\x9b\x16\x59\x8b\xd6\x02\x52\x4b\x18\x11\x15\x9a\xe1\x30\xeb\x4a\xa8\xb0\x60\xe0\xa0\x97\x7c\x3f\xb9\x88\xe3\x59\x1f\x8b\x56\xad\xcb\x2c\x1d\x27\x62\x60\x9e\x69\x8e\x09\x48\x1e\xd3\xfc\x6b\xe9\xcb\x19\x61\x70\x95\xb3\x46\x48\x57\xb1\xa5\x25\x86\x19\xcf\x2b\xe2\x52\xfc\x85\x74\xdb\xb7\x5a\x03\xfd\xab\x17\x5f\x8f\x9b\xb3\xd2\x84\xb2\xa9\xc4\xb0\x54\x67\x3f\x55\xf9\xd8\x23\xfd\x46\x4d\xb8\x05\xa8\x47\x7f\xd9\x7c\x86\x1c\x3e\xc8\x6d\x80\x16\x47\x66\x82\x93\x35\x8b\x00\x5c\x33\x60\xc6\x10\x99\x8a\xcb\x06\xd9\xc6\x77\xe9\x42\x52\x6a\x83\xf9\xda\x6a\x15\xe4\xa5\xa4\xf2\x8d\x94\x39\x67\x8d\x16\x6a\x79\xdd\x45\x3a\xe2\xe3\x29\xf4\xbe\x74\xb2\x1a\x2c\xf1\x67\x7e\x12\xe1\x49\xbd\xba\x30\x35\xb8\xb5\x02\x9b\xbc\xb5\x68\x2e\xf8\x3e\x8b\x8a\x96\xb2\x7b\xcc\x6b\xab\xbe\x4c\x65\x44\x3c\x92\x74\xc4\xc1\x12\x4e\x89\xec\x04\x38\x8c\xa2\x10\x23\x6d\x6d\x35\x63\xe0\x59\x92\xec\x94\x41\x75\x36\xf4\xc3\x3b\xf8\xed\xac\xd7\x26\x19\x94\xd4\x50\xdf\xfa\xc3\x71\xd0\xf8\x34\xd5\xe1\xfa\x20\xa5\x24\x22\xb0\xbb\xcf\xa1\x53\x7a\xa8\x26\x11\xef\xc8\xae\x80\x84\x8c\x66\x7d\x4e\x93\x41\x89\xf1\x28\x72\x7c\xe4\x80\x26\x4c\x72\x21\x3d\x12\x4b\x52\x69\x38\xe9\x02\x50\x4e\x9d\x35\xa2\xab\x95\xf1\x05\xf3\xc9\x14\x96\x14\xeb\xd2\x0d\xb0\x05\x88\x48\x64\x01\xc2\x34\x50\xa3\x11\xb8\x54\x05\x83\xa5\x34\xc6\xdb\x5a\x54\x02\x49\x66\xa3\x18\x84\xb8\x38\x23\xe9\x06\x32\xd5\x4a\x1f\x34\x21\xd8\x98\xb7\x5f\xc3\x04\xdc\xbc\x1d\x9b\x4f\x11\x9f\x3b\x98\x16\x9c\x6d\x66\x59\x7e\xa2\x5a\x4e\x8d\x2f\x6d\xbd\x3e\xb3\xfd\xf6\xa2\x01\x61\x89\x2d\x77\x31\x61\x3f\x87\x04\x1d\x2e\x80\x53\xcc\x51\x77\x29\xe6\x5c\xe5\x04\xf0\x94\x0d\x2a\x5b\xac\xfc\x8a\xef\x5d\x72\x39\xbd\x32\x9e\xd9\x85\x9c\xbd\x91\x7e\xe3\x6e\xd7\x33\xba\xb4\x2e\x73\xba\x32\xce\x7d\xdd\x42\x8f\xbe\x5f\x91\x47\x6f\xaf\x2e\x66\x70\x38\x02\xa1\x4b\xe6\x5c\x35\xc8\x02\x5a\xa3\xbe\x9d\x80\x4b\x59\x82\x38\xeb\xb9\xc1\x9d\x4d\x07\xcd\x75\x91\x9d\x89\xd1\xe9\x1e\x80\x9d\x92\x37\xb3\x33\x5b\x22\x3b\xc3\xc5\x7e\xa5\xc1\x8b\x5b\xc9\xae\x63\xb9\xea\x22\xe7\x14\x9a\x48\x96\x5d\x48\xc5\xf4\xc9\xaf\x4f\xf3\xd4\xbd\x05\xa8\x60\x7b\x38\xeb\xb1\x5b\xf8\xae\x37\xf8\xc6\x87\xb2\x4c\x37\x0c\x15\x52\x67\x43\xe6\x2d\xc8\x65\xe3\x81\xad\x52\x45\x3b\x16\x51\xd8\x2c\xbb\xc9\x30\x95\xfb\xcd\xe8\x8d\x68\xf0\xec\x12\xf0\xf7\xea\x2b\x04\x7a\x8a\xad\xb3\x6c\x32\x1d\x8d\x62\xb2\x3b\x3a\xb1\x40\xae\x11\x9e\xe9\xed\x45\x25\xf5\xdb\x28\xd7\xf4\x43\xb5\xa6\x23\x96\x65\xa5\xd2\xdc\x87\x16\x1f\x28\x2e\x5e\xdb\x58\x82\x36\x42\xc0\x38\xe3\x35\xcd\x2d\x1f\xaf\xf7\x4c\xee\xa0\x50\x03\x3d\xeb\x85\x22\xe5\xd2\xd5\x9e\xd2\xaa\x55\xac\x4e\xa4\x13\xfb\x2f\x1a\xc2\x77\x2a\x33\x8e\x1c\x52\x85\x37\xc4\x43\x4a\x29\x3c\x44\x4d\x99\x6d\x12\x9a\xb2\x4e\x5a\x33\x22\x1c\x39\x69\x11\x42\x4e\xc0\xd1\x99\xce\xee\xa9\x37\x62\x34\xa0\x2c\x2a\xe5\x52\xb1\x17\xfe\x2c\xb1\xdf\xbc\x54\x30\x61\xfc\x84\x22\xbc\x78\x89\xfa\x92\x99\xc5\x34\x90\x2d\x90\x90\x8b\xa4\xc6\x54\xde\x31\x07\x80\x35\x11\xc3\x38\x97\x1d\x38\x3b\x13\xc5\x8a\x04\xea\xec\x2a\xa7\x72\xaf\xa3\x5f\x99\x50\x90\xb3\x16\x9f\x3e\xb5\x6e\xbc\x66\x92\xc3\xa2\xb6\x4e\xee\xc2\x45\x9c\x79\x5b\xcc\xc0\xc6\xfa\x04\x29\x51\x82\x0c\x5c\x67\x09\x17\x8a\x1b\x0c\x06\x5c\xf3\xa5\xef\x4f\x9f\x6d\x71\x6b\xca\x77\x8f\xa2\x95\x87\xad\xd8\x34\x86\x8c\x75\x59\x5b\xa8\xda\x94\xef\xa3\x65\xc7\xb8\x6e\xad\xb4\x9c\x62\x0c\xb8\x6e\x98\x14\x8c\xe0\x5b\x97\x19\x3d\x8e\x66\x1f\xb5\x0f\x02\x13\xb4\x91\xe6\x55\x9b\x30\x4c\x8c\xec\x40\x2b\x2e\x09\x1d\xda\x20\x41\xb2\x51\x06\x2b\x9a\x58\xf5\x72\x68\x1d\x7b\xda\xe6\xe6\x79\x81\x95\x2d\x16\xd5\x66\xc9\x41\x3b\x90\x05\x01\x4a\x47\x36\x04\x30\xf3\xaf\xa7\x30\x01\x56\xdc\xa4\x5b\xa7\xe9\x5d\xae\x8f\xb3\x3c\x4b\x46\xbd\xa9\xb5\x05\x8d\xc6\xf9\x5e\xa0\x62\x5f\x9d\xed\x34\xf4\xbb\xbd\x79\x8b\x1c\xaf\x50\x2c\x76\x51\xae\x41\xd2\xcd\xc0\x73\x0e\x81\x40\x35\x14\x47\xe4\x3d\x1a\xb0\x69\xa4\x8b\xf6\x5f\x5b\x71\x6b\x51\xc1\xff\xa0\xe7\x45\x65\x55\x89\x4e\xad\xc8\xbf\xe4\xa2\xfa\xbf\xa8\x38\x0c\x9c\x1d\x83\x11\xb5\x82\x3c\xda\x57\x39\x60\xab\x89\x49\xba\x53\x11\x2e\xe6\xcb\xf0\x4c\x56\x5c\x63\x28\xe9\xcf\x28\xf8\x52\x06\x32\x4e\xb0\x94\x44\x5f\x32\x4b\xa3\x42\x1b\x8f\x83\x2d\x01\xcf\x72\xa8\x43\xd7\x55\x4b\xea\x30\xd7\x02\x0e\xf0\x2c\x5c\x17\xaf\x5e\x7c\x7d\x57\xec\x8a\x0f\xc4\x6d\xf1\x23\xf1\xea\xc5\xaf\xc5\x4f\xc4\x27\x84\x22\xde\x11\x1f\x5a\x03\xa1\x04\xdd\xa6\x8c\x5a\x28\xcd\x87\x2c\xa8\x4e\x91\xeb\x07\xca\x44\x25\xeb\x42\xb4\x36\x58\xb7\x25\xee\x3b\x71\xbf\xf1\xe3\x35\x5a\xdd\x45\x35\x7b\x31\xcb\x53\x97\xc5\xc5\x30\x42\x29\xe5\x20\x1f\x1b\xe8\x79\xea\x75\xcd\x01\x3f\x7c\x2a\x22\x07\xe9\x38\x0f\xa3\x9b\x22\x3f\x18\xa9\xc1\x80\xf2\xc2\xb5\xb9\x7e\x6d\x1b\x67\x41\x11\x10\x8c\x29\xf0\x01\xcf\xbb\x62\x2b\x15\x33\x2d\x15\x89\x59\x9e\xa4\x35\x31\xa0\x06\x76\x28\xa6\x2a\x62\xa4\x38\xcb\x6d\x53\x0b\x55\xd5\x92\xf1\x72\xa9\xa6\x1c\x63\xcd\x49\x75\x44\x0d\x7d\x7d\xe6\xff\x9d\x95\xa1\xf9\x3d\x80\xcd\x81\x60\x1f\x0d\x40\x24\xd7\x55\x77\x7a\x77\x12\xf1\x50\xda\x36\x05\x07\xbd\xf0\x46\x6a\xab\x68\x4d\x63\x85\xbc\xa6\x3e\x98\x02\x4a\x91\x1f\x62\x9d\xca\x63\xbd\xf3\x83\xf7\xf9\x1b\x78\x9f\x79\xc0\xb5\x9d\xd2\x7a\x37\x3a\xfc\xe0\x7c\xfe\x43\x28\xad\xcb\xf8\x0c\x14\xa3\x44\x70\x0e\xf2\x3b\x50\x79\xd1\x7e\xf2\x67\x2f\xc3\xdc\x79\x15\x99\xd0\x4f\x6d\x9b\x4e\x18\x64\xa4\x1e\xfe\xbf\xef\x7c\xb8\x4b\x2c\x27\x6d\x01\x48\xc6\xd3\xf4\xcf\xe8\x64\xb4\x63\x97\x37\x55\x2a\x1a\xf6\xb1\x37\x3b\xe2\xc7\x8d\xca\xc7\x49\x85\x8d\xd5\x58\x93\x05\x69\x40\x7e\xe2\x94\x8f\x05\xc9\x30\x2f\x29\xe6\x30\xd6\x73\x24\xe5\x4d\xf6\x02\x48\x62\xbc\x27\x55\x1a\xe7\x72\x0b\xf4\xcd\xad\xf9\x38\x6f\x5c\x16\xe5\x93\xec\x24\xdb\x18\x39\x82\x79\x7e\xe7\x13\xbc\x22\xc7\x00\x01\x40\x89\x6f\xc7\x58\x23\x9e\x22\xea\x73\x0f\xa3\xd8\xcf\xbf\x41\x51\x2f\x1c\xb2\x1b\x51\xad\x56\xdb\xc6\x11\x1a\xd6\x55\x6d\x44\x13\x15\x85\x63\x97\x73\x9f\x59\xbd\x7a\xf1\xf5\xfb\x78\x4c\x27\x9e\xa6\x28\x5b\xb6\x09\xac\x89\xe2\x1c\x52\x0c\x35\x43\x8b\xcb\x19\x37\xe4\xac\xb1\x41\xfa\x40\x4c\x36\xf9\xfa\xd9\xd8\x3d\x00\x47\x71\x54\xca\x88\x6a\x96\x4a\x1b\xdf\x7c\xf5\xe2\x97\x5d\x69\xe3\xe4\x2f\x6d\x01\x7f\x71\xd1\xd6\x81\xf2\x97\x58\x2b\xd2\x46\xcf\xad\xd5\x51\x4e\x6f\xa1\x60\x31\xe5\x56\xdc\xe8\xa4\x6c\x49\x14\x8a\xea\xa1\x72\x0c\xcb\x3f\x50\xdd\xea\x3b\x1f\xe0\xf1\x9d\xe6\x0e\x0a\xc2\x31\x52\x26\x49\x94\x71\x39\xbb\x1b\xd9\x90\x23\xd6\x36\x81\xe6\xfb\x7a\x5f\x3f\x28\x73\x1d\x06\xbc\xa8\x25\x7f\x62\x9b\xb3\x13\x68\xc1\x3e\xb1\x2c\x74\x4a\xc2\x58\x34\x8c\x21\x4e\xe3\xf5\x41\x99\x31\x5f\x60\xdd\x01\xb4\x87\x7e\x3c\xe7\x77\x3e\xc2\x45\x45\x75\x77\x19\xbb\xa4\xc5\xc4\xdf\x14\x25\x6f\xba\xf8\xd8\xad\xd6\x10\x29\xc5\x30\xe6\xfc\x6e\x1f\xe7\x04\x7d\xf3\xa5\x56\x5a\x82\x9f\x4a\xdf\x3a\xe7\x49\x74\xe9\x5c\x3c\x6d\x0e\x9a\x84\x8a\x9c\x4a\x12\x73\xee\xc6\x3c\x2a\x9c\x50\x6b\x42\x29\x71\x23\xf3\x9f\x45\x12\x5a\x87\x39\x5d\x54\x66\xd7\xa8\xc6\xbc\x8f\x31\x03\xd1\x2c\x15\x0b\x17\xf7\x74\xcd\xc4\x69\x07\x4d\xd0\x9c\x61\xa9\xe2\x98\x16\x4b\x69\x34\x79\xc1\x6a\xeb\x9c\x2a\x46\x6b\x31\xdd\xcb\x22\xc0\x97\x85\xac\x71\xa0\x19\xe7\x1b\x98\x8f\x10\x3a\x90\xed\x95\x40\x78\x95\x34\x3e\x26\xba\x8a\x3b\xa2\x06\x18\x77\x39\x94\x50\x23\xb4\xd3\x83\x6e\x7c\x2a\x8f\xdb\x15\xe9\x8c\x58\xa0\x06\x62\x94\xaf\x6f\x93\x59\x70\xfa\xcc\x07\xe0\x86\x29\xe1\xcb\x56\x96\x6d\xc7\x68\x16\x43\x1a\xea\x8a\x30\xb7\x0e\x65\x45\x76\x4a\xdd\x18\x19\x54\x7e\xa0\x5a\x47\xaa\x65\x63\x20\xa8\x5c\x38\x9b\x8f\xa9\xb8\x42\x84\x18\xc4\x98\x1f\x92\xd3\x6d\xe3\x53\x08\x71\xcd\x22\x94\x97\x43\x2e\xd5\xb2\x1e\x02\xf4\xa5\x8b\x8b\xea\xeb\x27\x11\x55\xd6\xd2\xf1\xc8\xb6\xe1\x1c\xed\x89\x12\x6d\x5d\x31\x14\x88\xf5\x72\x14\x20\xa3\x92\x04\xa0\xd3\x69\xbc\x06\xa1\xf5\x1f\xc1\xd3\x85\x51\xbe\x7e\xf9\xf3\xff\x4a\x77\xfd\x91\x9d\x7a\x7a\x2a\x9d\xda\xcd\xc7\xe2\xcf\x16\x67\xff\xf5\xcb\x9f\xfd\x97\x18\xf9\xfe\xf8\xe2\xf6\x3b\x4f\x2a\x65\xb2\xcc\xdc\x97\x9d\x79\x2e\x97\x26\x9e\x72\x0b\x78\x23\x0e\x9c\x7f\xfd\xf2\xe7\xbf\xba\x6b\x9d\x9c\x89\xd7\x2f\xbf\xfa\x5b\xfc\x7f\x8e\xa6\x97\x33\xce\x3b\xd6\xd6\xd3\x14\x32\x0f\x6a\x12\x13\xc4\xed\xd9\x0a\xac\x01\x7a\x3d\xef\x39\x76\x9d\x90\xb5\x9d\xbc\x39\x2c\x83\x90\x38\xc8\x49\xd4\x87\xf1\x7c\x12\x8d\x89\xbb\x34\xca\xfa\x0a\xc5\xe5\xfc\x69\xa3\x48\x20\x8d\x69\xe3\xb4\x25\x27\xe8\x11\xd3\x2d\xf3\xf1\xe9\x4d\xf7\xa2\xb6\xf8\x47\x3f\xdd\xa9\x8f\xff\xf0\x2f\xbb\x0e\x8c\x14\x1b\xaf\x5f\x7e\xf5\xe5\xe6\x67\x17\xb7\x2e\x7d\x9e\x65\x86\xaf\x29\x2a\x7f\x26\x63\x20\x4f\x0a\xad\x99\x02\xd7\x50\x7c\xbf\x2d\x21\xc6\xf9\xe9\x62\x70\x31\xc7\x02\xd6\x5a\xce\x20\xd6\x4a\x4c\x05\x3a\x03\xfe\x31\x51\x79\xb0\xe4\x3c\xdf\x8a\x2e\x38\xee\x5f\x5b\xbd\x18\x9e\xd5\xe0\x54\xac\xc1\xfa\x5d\x12\xc5\xa2\x4e\x7d\x22\x44\xf1\x77\x7f\xbd\x47\xc8\xa6\xde\x1b\x1e\x95\x96\xa4\x74\x1f\x65\x2f\x3c\x60\xdc\x38\x8a\x16\x55\x53\x7c\x4f\x48\xea\xbb\x5c\xac\x45\xfd\xfc\x87\xc5\xfa\x61\xff\xff\x41\x24\xb5\x68\x59\x58\x03\x92\xfa\xe2\xab\xfb\x51\x8a\x16\x3f\x61\x3f\x42\xff\x3d\x64\x5f\x4b\x1a\x23\x59\xd0\xb5\x2a\x28\x60\xfa\x07\x92\xfc\x63\x20\xc9\x45\x5b\xd0\xeb\x97\x7f\xf7\xef\xef\x2b\x37\x9e\x5a\x5b\xf4\x49\x61\x57\xe4\xd6\xb9\xa6\x0e\x0c\xc7\x24\x27\xad\x32\xa5\x1c\x50\x2e\x24\xd4\x70\x63\xfa\xfb\xa4\x1b\xf9\x38\xfd\x3b\xe7\x08\xa0\x0c\xb2\x10\xf7\xa5\xf3\x25\xf8\xfe\x6b\x29\x5d\x03\xde\xe3\x6c\xb7\x61\x9e\xb4\x7f\xf6\xb7\x77\x60\xa2\xf4\x59\xbf\x84\x36\x6f\xc1\x54\x72\x02\x87\x1a\x4c\x90\x23\x27\xab\x1f\xe8\xf2\x8f\x80\x2e\x3f\x82\xa8\x18\xef\x56\x83\xc6\x97\x62\x4a\xb3\xb6\x54\x79\x24\x6f\x14\xea\xc8\xa5\xf5\x41\xe9\xae\x64\xa1\x67\xf8\x63\x2a\xd8\x7f\x3d\xcb\xcc\xc6\xcd\x07\x7f\x7e\x9f\x63\x2e\xfd\x8d\x8d\x8d\x8d\x0d\x22\x25\xf1\x4c\xf0\xbc\x3f\x7e\xf5\x8b\xaf\x7f\xf7\xdb\x2f\xe4\xf6\xa7\xbb\xdb\x7f\x29\x9e\x9c\x13\x7a\xa2\xb3\x6c\x87\x1a\x9d\xdb\x7c\xbe\x21\xc4\xab\xff\xe5\x37\xe2\xb1\xdc\xfe\x54\x3c\x39\xb7\xb9\x99\x65\x86\x1e\xdb\x3c\x8f\x3f\x37\x36\xee\x85\xb3\xe4\x51\x94\xd4\xe7\xcd\xe7\x1b\xf7\x88\xeb\xc6\x3f\x37\xdf\x10\x1f\x58\xcb\x7c\x98\x53\xd3\x86\x98\xde\xab\x5f\x77\x8f\x96\x32\x75\x15\xdb\xdf\xd8\x78\xdc\xf5\x27\xcb\xb8\xc7\xe7\xb3\xec\xe0\xd7\xb1\xb9\x32\xe3\x1b\x59\x76\x81\xde\xb1\x1f\x1f\xa3\xe6\xc7\x50\x85\xf7\xb9\x9b\xdf\xce\x6a\x5e\xb0\xdf\xce\x7a\x9e\xd6\x4a\xf2\xde\x5d\xd3\x39\x7f\x1f\xa4\x16\x1f\xd7\xe2\x3e\x78\x2f\x47\xb0\x1c\xbe\xc4\xa1\x7e\x25\x36\x6d\xea\x98\x99\x7d\xa8\x9c\x3f\x54\xe2\xc6\xe6\xfb\x4d\x7d\xc2\xfd\x65\x56\x77\x97\x78\xd8\x6e\xc7\x4f\x7a\x79\x82\xb1\x5f\x04\x1c\x13\x03\x6d\x6d\x62\xae\x60\xda\x32\x22\xf4\x0a\x32\xb1\x9d\xe5\xb8\x7a\x32\x82\x7a\x4b\x46\xbf\x95\xc3\x91\xf8\xd4\x3e\xaf\xdc\xc9\x33\xb2\xf7\x2c\x77\x6b\xe9\x98\x90\xed\x3f\x02\x4d\xa8\xcd\x10\x1b\x22\x55\xdd\x51\x2e\xcc\x84\x54\x94\xb3\xdd\x5b\xaa\x80\x11\x0d\x84\xc0\xb5\x9d\x39\xed\x00\x95\x89\xc2\xb9\x60\x8f\x04\x01\x91\x09\xdb\xd7\xd4\x5c\xc2\x6b\x30\x23\xfa\xcd\xb9\x78\xce\xf5\x68\x1b\xc5\xd3\x84\x72\xd1\x70\x08\xe8\x8c\x72\x20\x8f\x92\x7f\x91\x9c\x83\x5c\x00\x8f\x8c\x6b\x5b\xa2\x57\xe5\x9c\x12\xcc\x49\x57\x27\xe3\x9c\x4b\x35\x22\xa9\x56\x0f\x48\x2a\x3e\xd8\xd6\x5f\x73\xc2\x49\x33\xbe\x2e\x70\x8b\x7c\x24\xcd\xf8\x06\xb3\xad\xcd\x74\x97\x26\xdd\xf3\x7d\x5a\x79\x9f\x5a\x5c\xb8\xca\x2f\xb9\x6d\xab\x81\x0c\x02\x1f\x56\x66\x74\x5d\x5c\x08\xb6\xc6\x5b\x77\xa5\x47\xf9\x60\x7b\xe4\xec\xb4\xbd\x71\x8d\x9f\x79\xd7\x04\x47\xc0\xee\x21\xc0\x75\x71\xf5\xf5\xcb\x2f\x7f\xb3\x72\xf1\x47\x36\xae\xff\xc9\xaf\xfc\x23\x15\xca\xc2\xc9\xa9\xf8\x70\xd9\xd2\x7f\x68\x83\x00\x13\xd3\x57\x43\x45\x30\xff\x51\xa3\x74\xac\xe0\xb5\xb2\xc3\xd3\xf8\xd6\x7d\x73\xf2\x3d\xfe\x00\x26\x40\x3c\x63\x99\xed\xf2\x82\xc6\xbb\xfb\x4d\xbd\xb2\x6b\xa9\xc1\x29\x58\x2f\xdb\x9e\xad\xb0\xa8\xdd\x2e\xad\x4d\xd1\x0d\xec\x43\x66\x0c\xf7\x98\xf6\x95\xaa\x6a\x67\x27\x20\x5e\xbf\xfc\xf2\x57\x78\x78\x22\xb9\x3d\xb0\xca\x74\xe4\x26\x6a\xfa\x33\xcb\x56\xb3\xeb\x76\x74\xa7\x38\xef\x2b\x4c\x43\x6d\xe4\x27\x76\x7c\xef\x41\xd7\x6b\x5f\xc7\xa8\xa6\x6e\x90\x59\x76\xf3\xf5\xcb\xff\xf4\x15\x9d\x4b\x64\xfe\xfe\x00\x24\x17\x86\x1b\x2b\xad\xfd\x75\x71\x21\xd7\xd2\xaf\xb6\x3f\x9f\xe2\x30\x3f\xfc\xe4\xf2\xc5\xcb\x17\x09\x76\x16\xc4\x7d\xf9\x4c\xe4\xb2\x96\xb9\x0a\xb3\x45\x5e\x8f\x07\xfe\x6e\x44\x0a\xef\x06\x71\x2f\x78\x7a\xe0\x76\x7c\x60\x8b\x66\xe2\x63\x0f\xee\xc6\x61\x06\x7e\x33\xc3\x0f\xee\x57\xf2\xd9\xfe\xc1\x4f\x75\x43\xda\xbe\x74\xf1\xe2\xa5\x4b\xef\xbc\x7d\xf5\xf2\x5b\xd7\x2e\x5e\x5d\x18\xdf\xdb\x57\x2e\x5d\xbb\x74\xed\xca\xd5\xab\xbf\xe7\x38\xb1\x93\x02\xc7\xb3\x30\xc8\xfe\x10\x90\x7d\x52\x34\x56\xa0\x91\x61\xfb\x1b\x28\x45\x3c\xa1\x95\x3e\x72\x84\xd4\x5d\x94\x92\xf6\x3d\x84\x6f\x7d\x88\x7c\x66\xef\x05\xe9\x82\x32\xa3\x25\x07\x77\x94\x67\x45\x29\x7d\x82\xf5\xb0\xf3\x97\x15\x17\xd7\xd6\x70\xc1\xb3\x9d\x32\x94\x5e\x16\x95\x32\x4d\x80\x98\x98\xb4\x05\xea\x19\x2b\x82\xad\xac\x73\x76\x9a\x65\x47\x86\xec\xc5\xd9\xe1\xa3\x9d\x3e\xfc\x1d\xcd\xcd\x8f\x26\xe0\x16\x43\x25\x27\xe0\x6a\xe9\x29\x65\xf7\xd0\xd9\x4f\xb9\x60\xf7\x87\x56\x8c\x01\x0c\x29\x99\x74\x97\x2a\x19\x30\xf8\xe9\x11\xb0\x2e\x59\xcb\xa0\xc0\x50\xa9\x02\xa9\xfa\x79\xee\x4b\xdb\x50\x7c\xda\xb1\x26\xc4\xf6\x3a\xf5\xad\xcd\xc7\x47\xe4\xa7\xbc\x63\xcd\xe2\x7e\x78\x8f\x42\x10\x5a\x31\x9f\xa2\x33\x40\xab\x4a\x19\x19\x09\x06\xb5\x6c\x4f\x79\x18\x28\xb4\xed\x0d\xf1\x90\x41\x50\x29\x8b\x52\x97\x2d\xb0\x96\x0e\xd5\xf8\x37\xa8\x1c\x0e\x05\xec\xe6\x2a\xd7\xe0\x53\xad\x87\xa0\x2a\xc2\x67\x67\xd9\x1b\x47\x51\x0f\x79\x56\xf7\x8b\x5e\x8f\xbf\xb5\xc9\x7a\xe4\xac\x19\x11\xf3\x10\xff\x56\x99\x62\xf1\xd4\x93\xc6\xd8\x20\x76\xbd\x57\x23\x23\x1e\xc5\xa4\x79\x0f\xad\x78\x88\x67\x42\xfb\xdc\x37\xe3\x96\x3c\xde\x29\x7e\x9a\x59\xca\xb8\xf7\xe9\x6f\x6f\xe8\xc4\x11\xc8\x43\x7e\xd7\x59\xbf\xe4\x8c\xf8\xa4\x63\x1c\xcc\x19\x08\xa6\x86\x1a\x02\x8b\x55\xc7\x5e\xda\xe1\xdc\xfb\xbf\xb5\x11\xde\x6e\x9c\xe3\x83\xb0\x5e\x5c\xd8\x78\xaf\xb6\x9e\xaa\x8f\xa0\x84\xbb\xa0\xe7\x32\xf3\xdb\xa4\x8b\xb2\xbe\xb1\x21\x84\x90\x42\x0c\x84\xc8\x85\x28\x84\x00\x21\x86\x42\x8c\x84\x28\xb3\xcc\x5c\xda\x39\x97\x65\xe6\x32\xfd\xfb\x26\xfd\x7b\x85\xfe\xbd\x4a\xff\x5e\xa3\x7f\xdf\xa2\x7f\xdf\xa6\x7f\xdf\xc1\x37\x1f\x35\x7d\x39\xf7\x72\xbf\x92\x4b\x74\xc1\xd3\xe6\x23\x30\x72\xb6\x59\x9c\xb9\x78\x7d\x8b\x2a\x59\x21\x03\x78\x04\x2c\x3a\x75\x27\x0a\xb2\xcb\xda\x41\x2d\x1d\x03\xb8\x19\x10\x32\xa6\xeb\x59\x76\xa1\x92\xac\x3b\x6d\x09\xeb\x38\x41\x1c\x9f\x51\x59\x76\xc1\xcc\xf6\x1d\xd4\xd6\xa1\xa0\xf8\xc6\xaa\xf5\x48\xd7\xbf\x93\x25\x71\xf3\xd3\xf2\xad\x2d\xc7\x2d\xd2\x19\x05\x15\x6a\xb0\xc6\x2f\xca\x00\x36\x22\x73\xa9\x99\x0f\x69\xe6\xd7\x73\x16\xb9\x9b\xdf\xc6\x24\xde\x33\x13\xa9\x55\x41\x96\x67\x6b\x16\xa6\x2d\xcb\x1e\xab\xb9\x16\x59\xf6\x64\x65\xe7\x63\xcb\xfd\xf9\x77\x9d\x94\x19\x83\x54\x53\x65\x7c\x4d\x45\x06\x97\xe9\x87\xd8\x03\xba\xbd\x8f\x2b\x77\x2f\x40\x45\x22\xec\x11\x56\xb0\xee\xa9\x93\xd7\x1a\xb1\x0f\x6d\x9f\xe5\x12\x25\x1c\x1b\xb0\xf5\xe1\x43\x59\xc1\xa1\xa7\x63\xea\xe5\xc9\xab\x45\x0f\xb9\x4e\x0b\x89\xc6\xc1\x2f\x9f\xdb\x58\xcb\x65\xb5\xda\x96\x1a\xec\xd3\x4b\x4e\x61\x2e\x0f\xf4\x72\xd9\x6c\x6e\xbc\x1f\xa5\x74\x8a\x29\x52\x1c\x67\xe5\x80\xaa\xa8\x47\xcc\x96\xf3\x6d\x59\x9a\xec\x3a\x1d\x5d\xe9\xbd\x37\x36\xb2\xcc\x90\xb6\xf3\xd9\xe5\xcf\x45\xb4\xa0\xfe\xbf\xff\xe7\x93\xf3\xec\xe7\xf9\xec\xca\xe7\x22\xdd\xcd\xb2\xeb\x6d\xc3\x6d\xd1\x5a\x77\xcf\x8b\x67\xdc\xe4\xfc\x56\xfc\xef\xeb\x97\x5f\xfd\xf3\xe6\x21\xb4\x77\x60\xd2\x4e\x7e\x69\xf7\x4a\x5b\x8b\x8a\x6b\xb9\x2d\x59\xd5\xa9\xdf\x6f\x8d\xc7\xc7\xb3\x19\xfb\xd2\xd6\xfb\xf8\xc2\x53\x58\xe1\xae\xb3\xcb\x16\x37\x9a\x29\xb7\x92\xad\xb5\xdd\x34\x5d\xc7\xc5\xf6\x93\xf3\x9b\xe2\xcf\xe8\x4e\x53\x0d\xc0\x75\xe6\xbe\x9d\xc8\xcf\x59\x08\x3d\xbf\x29\x98\xb9\x1b\xd9\x35\xb9\x90\x2e\x3d\xb4\x41\xea\x74\xfd\xf5\xcb\x2f\xff\xf7\xf4\xb9\xdb\x5a\x7a\x4f\x4f\x53\x3c\x02\x5d\xa2\xb0\x57\xbc\xd6\xd9\xe2\xef\x02\x78\xdc\xca\xf1\x4a\x7a\xfa\xbd\xc6\x35\xa4\x6a\xe3\x0f\xbe\xc7\xee\x81\x9d\x73\x48\xb3\xd8\xe4\x47\x35\x98\x1b\x1b\xb6\x06\xf3\x3c\xd7\xd6\x43\xb1\xd9\x76\x9d\x4e\x25\x3c\x41\xfe\xa0\x45\x3b\x79\x0a\x8b\xd6\x7d\xd1\x18\x8e\x6c\x5b\x71\x90\xfc\xeb\xbf\x64\xf4\xbf\xfd\x2c\xdb\xf8\xff\xfe\xea\xaf\xb3\x6c\x73\x3f\xcb\x2e\xfc\xeb\xbf\xac\xec\x73\x7c\xdf\x37\x3d\x4c\xfe\xf4\xc9\xff\x1f\x00\x00\xff\xff\xcd\xa5\xc7\x74\xc3\x31\x01\x00")
func dataMsg_rulesJsonBytes() ([]byte, error) {
return bindataRead(
_dataMsg_rulesJson,
"data/msg_rules.json",
)
}
func dataMsg_rulesJson() (*asset, error) {
bytes, err := dataMsg_rulesJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/msg_rules.json", size: 78275, mode: os.FileMode(420), modTime: time.Unix(1586221462, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item01BaseJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xd6\xcd\x6a\xe3\x30\x10\x07\xf0\xbb\x9f\x62\xd0\x39\xb0\x51\xbe\xe3\x63\xf6\xb2\x7b\x58\xb6\xd4\xbd\x85\x10\x14\x7b\x12\x8b\x2a\x52\x90\x95\x2f\x4a\xdf\xbd\xd4\x75\x08\xa9\x31\xa8\xcc\x1c\x35\x11\xe2\x97\xc9\xf0\x9f\x2c\x13\x80\xb7\x04\x00\x40\xe8\x80\xfb\x75\xb8\x1e\x50\xa4\xcd\xc1\x63\x25\x7a\x5f\x1f\xe6\xae\xa8\xeb\x7d\x79\xab\x9c\x51\xef\xca\x20\x52\x90\x4d\x01\x2f\x79\xa9\xec\xae\xbe\xf6\x2b\xac\xef\x37\xd5\x31\x0f\xda\x59\x91\xc2\x56\x99\x0a\x6f\x2f\x7a\xb5\x0d\x6a\x63\xf0\x5b\xdd\xaa\x3d\x56\x22\x85\x65\x7d\x04\x10\x2f\xa5\x47\x55\x88\xfa\xb8\x4a\x00\xde\x7b\x3f\x35\x0f\xa2\xcd\x03\x26\x73\x16\x74\xfe\x4a\x21\x0f\xa3\xc9\x43\x26\xf2\x13\x9a\x40\x11\x8f\xa2\xc5\x23\x26\xf1\xc2\x59\xa4\x88\xc7\xd1\xe2\x31\x93\xf8\xb7\x53\x86\x22\x9e\x44\x8b\x27\x5c\xe2\x52\xf9\x9c\xa8\x9e\x46\xab\xa7\x5c\xb3\xec\xce\x05\x7a\x8a\x79\xd6\x32\x0f\x3a\xcc\x33\x26\xf3\x5f\xef\x2c\xfc\xf7\xd8\x3c\x77\xab\x38\x4f\x9a\xf1\x79\x74\xef\xe7\x5c\x13\x63\x5c\x28\x09\x64\xd9\x8f\x6d\xfd\xfd\x26\x35\xad\xb5\x39\xa1\x7f\x6c\x7e\x53\xa3\xb5\x5f\xb6\xb7\x65\xd7\x77\xe1\xda\x96\x0b\x75\xbc\xe8\x40\x42\x47\xef\x1e\xc9\xb5\x7b\xfe\xa9\x9d\xce\x21\x0b\x9f\x81\xde\x7b\x2c\x56\x81\x96\xf2\xb2\x9d\xf2\x5d\x3f\x01\x57\xca\x67\xea\x70\x28\x35\x6d\x70\xda\x49\xdf\xa5\xe6\x4a\xfa\xcc\x99\x13\x5a\xca\x5f\x00\xd9\x0e\xfa\x2e\x34\x57\xd0\x3f\x1f\x37\x57\x8a\x38\x3a\xe6\x25\x57\xcc\xff\x51\xbe\x40\xfb\xb0\x9c\x20\x59\x7d\x04\x00\x00\xff\xff\x3d\x08\xb7\x40\x87\x0b\x00\x00")
func dataObj_item01BaseJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item01BaseJson,
"data/obj_item/01.base.json",
)
}
func dataObj_item01BaseJson() (*asset, error) {
bytes, err := dataObj_item01BaseJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/01.base.json", size: 2951, mode: os.FileMode(420), modTime: time.Unix(1587183958, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item01CraftJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x99\x4d\x4f\xe3\x3a\x14\x86\xf7\xfd\x15\x47\x59\x57\xa2\x89\x5b\x0a\xd9\x01\x12\x77\x73\x91\xb8\x97\xc5\x2c\x10\x42\xa6\x71\x49\x84\x93\x74\x52\x77\x98\x6a\xc4\x7f\x1f\xc5\xcd\x47\xa9\xeb\x8c\x4f\x7b\x1a\x0d\x3b\xfa\x26\xb8\xee\x79\xe2\xf3\xf1\xe6\x71\x00\xf0\x6b\x00\x00\xe0\x25\x4a\xa4\xcf\x6a\xbd\x10\x5e\x58\x7d\x28\xc4\xd2\x1b\x6e\x2e\xce\xf2\x48\xeb\xfe\x68\x54\x4b\xef\x22\x79\x8d\x95\x17\xc2\xa8\x12\xc4\xcf\x59\xcc\xb3\x57\x7d\x5f\x7d\x13\x5f\xcd\x54\x92\x67\x5e\x08\x73\x2e\x97\xa2\x5e\xad\xe0\x73\xc5\x5f\x64\x79\xab\x2a\x56\xb5\x9c\xf1\x54\x2c\xbd\x10\x1e\xf5\x47\x00\xef\x3e\x5f\xcd\x62\xc8\xe7\xf0\x4f\x2e\x23\x4f\xab\x4f\x03\x80\x8f\x21\x00\x76\xdf\x81\xb1\xed\xe0\x64\xdb\xbe\xc9\x8b\x7a\xb7\xdb\xff\xe9\x85\xd5\x96\x4b\x21\x8d\xca\xef\x3b\xd3\x17\x9e\x9b\xdd\x01\x78\x29\xcf\xb8\x17\x82\x3f\x69\x94\xf2\x37\x6d\xaf\x0f\xcd\x32\x9f\x7e\xe2\xc8\x6f\x16\xd1\xfa\xf7\x15\xcf\x54\xa2\xd6\x5e\x08\xd3\x46\xff\x18\x76\x2f\xe2\x5f\x5a\x17\xf1\xdb\x45\xaa\xbf\x9e\x06\xf5\x27\xbd\x2c\x8a\xc7\xb8\x47\x1e\xdf\xf2\x3c\x12\x19\x3c\xc4\x25\x84\xe1\x8e\xba\xd4\x2a\x8a\xd6\xd8\xa4\x35\x42\xd3\x0a\xac\x81\x9e\x38\xd3\x1a\x4d\x7b\xa2\x75\xe9\x44\xeb\x4c\x3d\xb7\x77\x1e\x87\xec\x41\x09\x21\x71\x54\x2e\x29\xa8\xd8\x03\x1a\xb8\x53\xb9\x70\x59\xe4\x78\x2a\x81\x99\x8a\xfd\xfd\x54\xda\x3b\x8f\xa3\xf2\xaf\xe0\x2a\x16\x05\x8a\x4b\xf3\xdd\x47\x71\x61\xd6\x90\x8e\x49\x43\xea\x3b\x87\xd4\xa7\x09\xe9\x75\x9e\x09\xb8\xcf\xdf\x23\x51\xb4\x71\xd2\xe2\x62\x23\xa2\x62\xed\x53\xc4\x7a\xdc\x53\xac\xcd\x92\x6c\x8b\x75\x40\x95\x54\x8a\x24\x7b\xc5\x45\x74\x4f\x65\xa6\xcc\xf5\x8c\x34\xa2\xcc\x39\xa2\x8c\xaa\xd3\x79\x13\xb8\x78\x32\x8a\x78\x9e\xbb\xc4\xf3\x4f\x59\x7a\xd2\x13\x14\xb3\xd3\xd9\x07\x85\xa8\x61\x5e\x15\xc9\x3c\x11\x91\x91\x51\x9a\x0b\x87\x64\x15\x8a\x7e\x27\xb0\x77\xa7\x88\xca\x4a\x51\x9e\x7d\x7b\x2d\x21\x6d\x9a\x82\x89\x01\x9e\x9d\x0c\xfc\x43\x22\x7f\x88\x02\xae\xa4\xcc\xd7\x2d\xad\x4a\xe5\x5a\x45\x21\x9f\x10\x0c\x24\x81\xbd\x90\xf8\xee\xb4\x46\x14\x8b\xf4\x34\xd5\x04\xd3\x1e\xa7\x1a\xdd\x22\xc3\x5d\x39\x19\x0f\x3f\x6b\x69\x3b\x2d\x3b\xe2\x9e\x52\xe0\xb6\x57\x39\xea\xde\x99\x24\x4d\x10\xe0\xbe\xe8\x13\xf7\xe6\x2c\xef\xf0\xde\x88\x78\xe0\x17\x7f\x0b\xf0\x8e\xf3\xed\xbe\x48\x60\x4f\xe9\xb4\xc0\xcd\x39\xf8\x74\x29\xfd\x5a\xf2\xd9\xdb\x32\x4d\x54\x0c\xb7\x05\x4f\xc5\xd6\x78\xd0\x5e\x99\xeb\x2b\x28\xf4\xe6\x9c\x3c\x41\x57\x73\xdf\x5e\xcd\xdd\xdd\x8b\x8e\xfa\xe0\xde\xc6\x05\xf6\x84\x41\x9a\xda\x99\x39\x6c\x9f\x0e\xfd\x55\xa1\x92\x25\xcf\x76\xb9\xd7\x32\x1e\x3a\x33\x87\xf0\x2f\x0d\xbd\x27\xdf\x8b\x39\xdb\x01\x8c\xc8\x0e\xf8\x3f\x5f\x20\xc9\x92\x8c\xfc\x76\xb2\x63\x77\x28\xf6\x72\x40\x0b\xa5\x4f\x2b\xbf\x2a\xb0\x3b\x07\xb1\x52\x0f\x38\x87\xa6\x9d\xc0\x28\x4d\x4a\xf7\x73\xd8\x51\x77\x11\x87\xb9\xa7\x19\x9a\x99\xc6\x86\xc5\x7f\x66\x44\xc6\xc6\x9d\x50\x5c\xc2\xbd\xe4\x6a\x0b\xfb\x46\x5c\x68\x11\x45\x9d\xc4\xf4\xb0\x17\x3a\x84\xe9\xe1\xe4\x44\x1d\xde\x5e\xd3\x52\x77\x7b\x47\x54\x52\x1f\x13\x52\x97\xc9\x0c\x6e\x93\x97\x6d\xf7\xa4\xd1\xe7\x5a\x47\xb1\x37\xcd\x13\xfc\x89\xef\x1a\x82\x11\x47\xde\xa9\x5f\x27\xe0\x66\x1a\x1f\xb6\xaa\x39\x21\xb2\x21\xcb\xfb\x44\x04\xf5\xfb\x89\xe1\xee\x05\x79\xc0\x8b\x0b\x66\x7a\x20\x78\x72\x81\x9d\x9c\x7b\x65\xed\xb0\x2a\xdd\x17\xe9\xa0\x4f\x5b\x9e\xcf\x7b\x2c\xcf\xff\xad\xb8\x4c\xd4\x1a\x6e\x64\xae\x62\x1c\xdd\xf3\x3d\x74\xf1\x49\xb9\xc3\x58\x72\xb7\xa7\x7a\x4b\xa8\xa6\x3d\xd5\xcb\xf8\x7a\xd7\xd8\x13\x30\xdc\xd6\xd1\xb6\x05\x33\x7d\xaa\x03\xa0\x75\xb8\x05\x08\x68\x1d\xbd\x0f\xa2\x81\xb2\x3f\x3f\x08\x0b\xc5\xbe\x13\xda\xbc\x6e\xda\x5d\xa7\x1f\x81\x3f\x3d\x3b\xb5\x88\x7f\x70\x4c\xbf\xeb\x6b\x3f\x38\x8c\xc2\x36\xeb\x78\x13\xd2\xf9\xe0\x00\x0c\x9e\x7e\x07\x00\x00\xff\xff\xba\x7d\x93\xdc\x39\x26\x00\x00")
func dataObj_item01CraftJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item01CraftJson,
"data/obj_item/01.craft.json",
)
}
func dataObj_item01CraftJson() (*asset, error) {
bytes, err := dataObj_item01CraftJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/01.craft.json", size: 9785, mode: os.FileMode(420), modTime: time.Unix(1587183955, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item01PartsJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5c\x4d\x6f\x1b\x37\x10\xbd\xfb\x57\x10\xba\xe4\xe2\x43\x14\x59\x89\xed\x9b\x3f\x1a\xbb\x48\xd4\x14\x76\x80\x1c\x82\xa0\x18\xad\x28\x2d\x61\x2e\x29\x90\x5c\x3b\x6e\xd1\xff\x5e\x68\x49\xae\x64\x85\x6a\x51\xec\xe0\xe5\x68\xbd\xb5\xfd\x1e\xa4\x99\x79\x9c\xa1\xe6\xeb\x91\x10\x7f\x1d\x09\x21\xc4\x48\x05\xd9\xfc\x11\x9e\xd7\x72\x74\x9e\x7e\x58\x93\x0b\xa3\xe3\x88\x56\x76\xd1\x01\x0f\xaf\xc7\xf9\xa5\x27\xa9\x56\x75\x18\x9d\x8b\xf1\xeb\xf4\x8a\xfc\x5e\xd5\x64\x56\xdd\x83\xf9\x29\x6a\xab\xa0\xac\x19\x9d\x8b\xe0\x5a\x99\xff\x9a\xa3\x65\xa0\xb9\xde\x3c\xb9\x24\xed\xf3\xeb\x86\x1a\xe9\x47\xe7\xe2\x6b\xf7\xa3\x10\xa3\xab\x9a\x9a\xb5\xb2\x46\xcc\x35\x2d\xe4\xa8\x7b\xf9\xdb\x91\x10\x7f\x1f\xff\x7f\xe2\x6f\x90\xc4\x3f\x3b\xb5\x90\x26\x70\xf0\x9e\x20\x79\xdf\xb6\x26\x48\x27\x7c\x4d\xcb\x30\x8c\xf6\x09\x92\xf6\x17\x72\xe2\x96\x9a\x46\x3a\x51\x4b\x5a\xa4\x3f\x9a\x80\x7a\x07\x18\x24\x69\xfa\x13\xde\x09\x86\x0f\xd0\x5b\x24\xed\x4f\x6e\x21\x9d\xb8\x70\x8d\x75\x62\xad\x64\x25\xb7\xef\x45\x84\x68\x07\x1a\x24\xeb\x1d\x5e\xd6\xad\xd4\x8d\x0c\x62\xe9\x68\xd5\x48\x13\xf6\xa5\xd5\x7b\xf0\x20\x79\xa7\x78\x79\x97\xd6\x06\x2f\x76\xe8\xf4\xc8\x7c\x8b\x0c\x12\x75\x86\x17\x75\x43\xad\x09\x5a\x1e\x10\xb6\x7a\x89\x0e\x11\x37\x7e\x8d\x17\x77\x5f\x2b\xa9\x17\x45\x65\x7e\x07\x1a\x24\x0b\x5a\xf0\x53\xd6\x4b\xf9\xe3\x85\xac\x04\xd1\x16\x1a\x24\x0b\x6a\x07\x12\xf7\x83\xf9\x23\xe1\x9c\x09\x64\xfc\x33\x7c\x43\x29\x83\xe4\x42\xc6\x93\x42\xc6\x50\x5f\x91\xb8\xdf\x68\xfb\x28\x0f\xe8\x5a\xed\x60\x83\x84\x41\xdd\xc5\x95\x26\xa7\xc2\xb3\xb8\xb3\x73\xc9\x50\x8c\xc7\x50\x8f\x91\xc9\x5f\x29\x57\x69\xb6\x78\x81\xfa\x89\x2c\xe1\xbe\xb6\x2c\x1f\x1e\xa8\x5b\xc8\xe4\x2f\x1d\x55\xd2\x71\xd0\x87\xfa\x82\xcf\x75\x6b\x16\xd2\x79\xdb\x6a\x06\x7b\xfd\x06\x5a\xf6\xaf\xad\x6d\x3a\xce\x1c\xcc\xa1\x95\xfd\x97\x4a\xab\xb5\x67\xe1\x0d\x2d\xdd\x37\x2d\xb9\xc5\x2b\xcf\xc1\x1b\x5a\x91\x3f\x28\xb3\x7a\xe5\xc5\xb5\x5c\x4a\xb3\xe8\x0f\x92\xc7\x7b\xf0\xe2\x25\x3c\x48\x1e\xb4\x32\xdf\xd1\x4a\x99\x95\xf8\x48\xa6\x92\xfb\xda\x12\xa6\x77\xb0\x41\xc2\xb0\x95\xd9\x36\x6b\xeb\x55\x90\xe2\xd2\x3e\xa5\x46\xcc\xf1\x8f\xe0\xbc\x07\x07\x49\x83\xd6\xed\x8f\x9b\x7f\x61\x36\x6f\x4d\x41\xda\x16\x64\x92\x06\xad\xe7\xb7\xa4\xb4\x0f\xd6\x35\x25\x69\x5b\x90\x49\x1a\xb4\xda\xff\xda\xac\xa5\x53\xa4\xc5\xc5\x77\xb9\xd7\x5d\xeb\x21\xca\xd0\x20\x59\x50\x17\x70\xff\xd0\x6a\x2d\xae\x5c\xeb\xeb\x1f\xba\x86\x11\xab\x76\xb1\x21\xc2\x26\x58\x8b\xe0\x68\x65\x8d\x98\x51\xb5\xff\x76\x25\xa4\xe9\x91\x41\xa2\xa0\xee\xe1\xa6\xb6\x9e\xa3\x9b\x3e\x81\x7a\x87\x8f\x3c\xa3\x8b\x09\xd4\x38\x6c\x42\x82\x0e\x36\x71\x7b\x94\xab\x8f\x3b\x81\xda\x86\x9e\xfe\xc1\x56\x4c\xff\x04\x67\x33\x66\x82\xb5\x10\x59\x42\xa9\x1d\xd3\x83\x4c\x0d\x99\x09\xf6\xe8\x9f\xd9\x1f\x6a\xeb\xf6\x0f\x30\x76\x76\x27\xd8\xd6\x40\x56\xc0\xd5\xc1\x9d\x40\xed\xc2\x9d\x7d\xde\x78\x85\x52\xee\x88\x10\x5b\xe2\x80\xda\x85\xc8\xfd\x60\xd6\x88\x30\x67\xca\x38\x81\x9a\x86\xc8\xbf\x94\x2f\x22\xc2\x94\x2c\x4e\xa0\xa6\x21\x52\x3f\x94\x29\x22\xca\x98\x26\x4e\xa0\xde\x22\xd2\x2f\x0e\x80\x22\xc4\x95\x3e\x4e\xa0\xee\x23\x1a\xbd\xd2\xfc\x27\x22\x4c\xe3\x9f\x13\xa8\xeb\x88\xd4\x0f\x26\x8f\x08\xb3\x26\x0f\xa8\xdf\x88\xfc\x4b\xc9\x23\xd9\x76\xa6\xe4\x01\x75\x1a\x91\x7a\x71\xf2\x13\x21\xae\xc1\xcf\x09\xd4\x5d\x74\x47\x92\x52\x78\x75\x00\x57\x74\x41\x1d\x47\xc7\xfc\x60\x70\x75\x28\x6b\x6c\x41\x7d\x47\x47\xbf\x14\x5a\xf1\x6c\xc9\x13\x59\x53\xa8\xd7\xe8\x98\x17\x03\xab\x43\xb8\xe2\x6a\x0a\xf5\x1a\xd7\xb2\xb1\x66\x77\x9c\x7a\xfc\x12\x71\x3c\x83\xd6\x29\xd4\x63\x44\xea\x3f\x8c\x59\xf7\xa4\x55\x9c\x63\xd8\x29\xd4\x6d\x44\x01\x3b\x43\xd8\x3d\x69\x9e\x67\x3c\x3b\x85\xba\x8d\x48\xfd\xc5\x70\x76\x4f\xd6\x9c\x6b\x70\x3b\x85\xfa\x8c\x6b\xf5\xa8\x8c\x2c\x07\x59\x84\xb8\xa2\x0c\xea\x34\x12\xf7\x7f\x09\xb3\xf8\x00\x6f\x9c\x41\x5d\x47\x52\x50\x0c\xb4\x08\x71\x45\x1a\xd4\x79\x24\xee\x07\x42\x2d\x82\x7c\xb1\x86\x1d\x8f\x74\xf3\xaa\x2b\x6d\xe9\x61\x4f\x57\x44\xaa\x2d\x32\x44\xd4\x5b\xec\x68\xa4\x75\x9b\xc7\x8a\xb2\x32\xc6\x25\x0c\xea\x3e\x2e\xb5\xf4\x5e\x2e\x8a\xc2\x32\xc6\x24\xec\x1d\xf6\xaa\x91\x6d\x4d\xa5\x74\xf1\xc4\x92\x31\xa6\x43\xcb\x3b\x68\x7c\x65\xf2\xe9\xdc\x52\x56\x56\xef\x80\x43\xa4\x9d\x42\xa3\x2c\xb3\x2f\x4e\x1f\x12\xc6\x74\x70\x39\xc5\x7e\x1b\x29\x91\x3f\x38\x7b\x48\xf8\xea\x3f\xf0\xe2\xd9\xa7\xff\x65\xa6\xe3\xcf\x29\xf4\xa4\x90\xd9\x17\xfb\x91\x19\xe4\xea\x48\x9e\x62\x3b\x92\x4e\x2d\x97\xaa\xdc\x34\xc9\x18\x53\x0a\x3a\xc5\x76\x25\x13\xf9\x62\x0a\xca\x20\x5b\x0a\xc2\x76\x24\x13\xfb\x62\x4f\x32\x61\x5c\x29\x08\xdb\x95\x4c\xe4\xcb\x7d\xc9\x04\xb2\xa5\x10\xec\xdc\x53\x6a\xe9\x83\xa2\x17\xc5\x7e\x10\x7d\xac\x53\xe9\xe9\xdf\x72\x85\x0c\xd6\x90\xf4\xfc\x2f\x79\x02\xe3\x0c\x6b\x3a\xb6\xf4\x8b\xa7\xb1\x2d\x7e\xc3\x14\x1d\x67\xd8\x0b\x50\x29\xb6\x3f\x18\xb5\x94\x0c\xe4\xa1\xee\x60\xa6\x8c\x0d\xd4\x3a\x71\xff\x64\x1d\x83\x01\x38\x83\x1a\x80\xdf\x6b\x2b\x8d\xfa\xce\x46\x1e\xfb\x0d\x26\x49\x8f\xcf\xe2\x3d\xb5\x55\x4d\x2c\xec\xb1\x75\xbc\x55\x9e\x5c\xc3\xf1\x81\x87\x96\xe9\x99\x0c\xd2\xba\xee\x2e\xf0\x70\xe6\xd0\x2a\xfc\xdb\xe6\x5f\x2c\x49\x6b\x26\xf2\xd0\x1a\x7c\xa9\xa9\x7a\x10\x33\xeb\x8c\x32\x2b\x1f\x88\xc1\x44\x9c\x41\x8b\xf0\x8c\x54\xd3\xdd\x8f\x6f\x35\x3d\x11\xc7\x77\x92\xa1\x45\xf8\xc2\x7b\x6a\x75\x10\x57\xb4\x66\x08\xd9\x31\x78\xd7\xc8\xe6\x41\xdf\x90\x11\x17\x6b\x67\x0d\x07\x7f\x68\x91\xbd\x0f\xd6\x48\xff\xa0\xcc\x6e\x17\x70\x18\x7f\x6c\x99\xb5\x46\xb1\x94\xa8\x31\x76\xf7\x48\xf7\xc5\x95\x39\x19\x29\x3e\x50\x20\xc3\x12\xb5\xd8\xb1\x9a\xb5\x8d\xf8\x42\x6e\xa5\x49\x3d\xb2\xc4\x2d\x76\x7c\x26\x2b\xd5\x50\xe8\x2e\x81\x90\x5b\x5b\x9e\xd0\x85\x16\xdd\x7b\x65\x94\x0f\xd2\x89\x3b\x32\x5e\xb6\x1c\xeb\x0d\xb0\xfb\x43\x6e\x25\xb9\xe0\x83\x53\x0f\x92\xc9\xf5\x8c\xb1\xbb\x42\xbe\x28\xb3\xf0\x81\x34\x1f\x7f\xec\x3a\x90\x19\x69\xb5\x54\x95\x34\x41\xcc\xa8\xd5\x1c\xfc\xb1\x03\x2c\xd7\x06\xd2\xea\x4f\xe9\xc4\x7b\x4d\x8a\x45\x00\xf6\x88\x4b\x26\xa8\xca\x3a\xc9\xd5\xbd\x1a\x63\x17\x78\x6c\xf9\x73\xb5\xaf\xc6\xd8\x55\x1d\x5b\x01\x4c\xfd\xab\x31\x76\x23\xc7\x96\x3f\x57\x83\x6a\x8c\xdd\xca\xf1\xe9\x51\x3a\x2f\xf7\x96\x12\x0d\xe3\x8f\x5d\xf1\x95\xf9\xb3\x05\x30\x76\x85\x57\xa6\xcf\x17\xbf\xd8\x6d\x5d\x99\x3f\x57\xf8\x62\x17\x73\xf4\xf4\x6f\x18\x37\x8a\x61\x37\x74\x5c\x2b\x5f\x91\x33\x14\xf2\x15\xbb\xe1\xfc\xb1\xb7\x55\xb7\xfc\xf3\x5d\x3a\x06\x09\xd8\xfb\xa8\x5b\x09\x5c\x9b\x81\xb0\x6b\x39\x76\x04\x1c\xd8\x0e\x74\xf4\xed\x9f\x00\x00\x00\xff\xff\x30\x1c\xdc\x12\x75\x56\x00\x00")
func dataObj_item01PartsJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item01PartsJson,
"data/obj_item/01.parts.json",
)
}
func dataObj_item01PartsJson() (*asset, error) {
bytes, err := dataObj_item01PartsJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/01.parts.json", size: 22133, mode: os.FileMode(420), modTime: time.Unix(1587196664, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item01RecipesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x9b\x3b\x6f\x23\x37\x14\x85\x7b\xff\x0a\x42\xcd\x36\x2e\xac\xd7\x5a\x72\x67\x49\x89\x1d\xac\x95\x04\xd6\x02\x29\x16\x8b\xe0\x7a\x74\xa5\x21\xcc\x21\x05\x92\xe3\x07\x82\xfc\xf7\x40\xf3\x50\xe0\x00\x6e\xb2\x07\xc7\xa5\x86\x84\x75\x8e\xc5\x33\x1f\x79\x49\x7e\x3b\x33\xe6\xaf\x33\x63\x8c\x19\xd8\xac\xd5\x9f\xf9\xf5\xa0\x83\xab\xee\x43\xd4\xc2\x1e\x74\x70\xde\xb6\x17\x61\xdb\x34\xc5\x8b\x61\xff\xe8\x59\xed\xbe\xcc\x83\x2b\x33\xbc\xe8\x9e\xe8\x4b\x51\x8a\xdf\x37\x1d\xfb\x5e\x52\x17\xd9\x06\x3f\xb8\x32\x39\xd6\xda\xff\xb5\x28\xbb\x2c\x0f\xee\xd8\x73\x27\x2e\xf5\xcf\xbd\x54\x9a\x06\x57\xe6\x5b\xf3\xd1\x98\xc1\xb2\x94\xea\x60\x83\x37\x9b\xe7\x10\xb7\xa6\xd3\xd4\xb4\x7e\x3f\x33\xe6\xef\xf3\xff\xe3\x60\xc4\x74\xf0\x35\xda\xad\xfa\x0c\x92\x3e\x66\x4a\xbf\xad\x7d\xd6\x68\x16\xe1\x19\xa4\x7e\xc2\x54\xff\x87\x44\x53\x4a\x55\x69\x04\xa9\x9f\x7e\xc0\xff\x7e\x25\xfb\x3d\xcc\xc0\x67\xa6\x81\xdf\xe2\x56\xa3\xb9\x8e\x55\x40\xc9\xbf\xe4\xcb\xbf\x55\x57\x29\x2a\xbb\x33\xbe\xfe\x45\x08\x39\x81\xe4\xcf\xf9\xf2\x6f\xa4\xf6\xd9\x29\xca\xc2\xf0\x82\x6f\x61\x53\x5a\x75\x27\x70\x9d\xbf\x6d\x4c\x6f\x1a\x7f\xd0\x1c\x95\xcb\xdd\xeb\x09\x18\xef\x21\x95\xca\x9d\x7e\x64\xbe\x87\x1f\xc3\x66\x58\xc0\x87\x54\x3a\x77\xfa\x6f\x5c\x78\x52\x94\x01\x2a\xa0\x97\x4e\xa2\xcd\xaf\xe6\x3e\x3c\x28\x48\x3f\x95\xcf\xbd\xfe\xa5\x8d\x85\x83\x65\x80\xca\xe8\xde\xc2\xa6\x0c\xb0\x31\x44\x85\x74\x6f\x60\x11\xa5\xd0\x88\xb2\x40\x05\xf5\xd7\xb2\xf6\x5b\x8d\x29\xd4\x0e\xb9\x46\x1b\x51\x51\xbd\x0a\xa1\x7a\x70\xb2\x55\xa8\x05\x2a\x90\x7f\x2a\x9c\x3d\x24\xd0\x9b\x68\x44\x65\xf1\x4d\x2d\x71\xfb\x29\x99\xcd\x41\x05\x34\x99\x18\x51\x59\xfc\xc5\xfa\xfd\xa7\x64\x56\xba\xd3\x63\x16\x40\x16\xa8\x38\xbe\x97\xbd\xf5\x7b\x73\x27\xbe\x40\x8d\x21\x2e\x8d\x43\x75\x08\xc9\x66\xc5\x55\x2b\x46\x54\x1c\xdf\x1d\xbf\xc2\x1f\x7f\x03\x9c\x01\x2a\x8c\x6f\xc5\xba\x94\x43\xac\x80\x06\xa8\x30\xfe\xa5\x3a\x68\xb4\xe2\xcc\xf5\x0b\x2a\x02\x54\x12\x6f\x1e\x6b\xe7\xcc\x32\xd6\xa9\x44\xbd\x83\xc6\x5c\x0a\x47\xd9\x07\x6f\xd6\x82\x7a\x05\x8d\xa9\x04\xbe\x29\x43\xca\xff\x29\xd8\x9d\xbf\x6d\xdc\x02\xab\x79\x63\x2a\xa3\xef\x6c\xf0\xe6\x8b\xb7\x3b\xd4\x4f\x43\x05\xf4\x31\x14\x02\x2e\x47\x8e\xa9\x7c\x3e\x39\x40\x56\x2c\xc6\x5c\x44\xf7\x16\x80\x35\x8b\x31\x77\xc9\xdc\x3b\x00\xd7\x25\xc7\xdc\x55\x73\xef\xe2\x9d\xd2\xe4\xa9\x1d\x59\x9d\x1c\x53\x51\x7e\x1f\x5e\x8f\x1c\x07\x86\x9d\x4a\xf2\x56\x3e\x32\xe9\x13\x2a\xc8\x5b\xfd\xc0\x98\x4f\xa8\x20\x6f\xe5\x83\x33\x3e\xa1\xe2\xba\xb5\xf0\x4e\xc0\xdb\x46\x64\xba\x27\x54\x9a\xb7\x73\x29\x60\xba\x27\x54\x94\xb7\xf2\xa1\xe9\xa6\x72\xbc\xd5\x8f\x4c\x37\x15\xe2\xad\x7c\xe4\xbe\xc3\x84\x8a\xef\x66\x26\x8e\x1c\xfc\x54\x32\x37\xea\xa1\x63\x9f\x4a\xe6\x46\x3e\x70\xe8\x4f\xa9\x5c\x6e\xd4\x23\x47\xfe\x94\xca\xe5\x95\x56\xc1\x03\xf7\xdb\xa6\x54\x24\xb7\xea\xa1\xbb\x6d\x53\x2a\x76\x5b\x03\xc0\xbd\xb6\x29\x15\xbb\xad\x7c\xe8\x4e\xdb\x94\xca\xdd\x95\x7d\xb2\x5e\x91\xe3\x9f\xca\xdd\x4e\x3e\x36\x00\x54\xf2\x76\x0e\x90\x09\xa0\xb2\xb7\xd3\x8f\x8d\x00\xb7\xc4\xdd\xec\x2f\x2c\x5d\x90\x47\x8c\xfc\xcf\xdc\x02\x77\x1d\x8f\xdd\xa0\x06\xa8\x04\x5e\x38\x4d\x49\xb7\x48\x03\x97\xdc\x03\x17\xa1\xf6\x85\x85\x96\x86\x2e\xa9\x09\xe8\x0d\x20\xa7\xd0\x33\x6a\x08\x7a\x07\xc0\x59\xf4\x8c\x7b\x25\xa1\x33\x00\x2e\x10\xcd\xa8\xb3\xd1\xde\xc4\x06\x58\x05\x9a\x71\xab\x40\xd1\xee\x76\x16\xba\x14\x9e\x71\xeb\x40\x9d\x01\x68\x94\xb9\x95\xa0\xce\x01\x32\xca\xdc\x5a\x50\x67\x00\xb9\x26\x9e\x71\x37\x73\xd4\x69\xca\x16\xbb\xdb\x31\xe3\x32\xf9\x64\x01\x9a\x04\x2e\x96\x4f\x1e\x80\x59\x98\x73\xb9\xfc\xaf\x05\xe4\x02\x61\xce\x3d\x83\xd1\x05\x1a\x78\x52\x61\x4e\xe5\xf2\xda\xfa\x90\xa5\x8e\xc8\x83\xa8\x73\x2a\x97\x7f\x2f\x83\x7a\xfb\x02\x35\xc0\xbd\x99\xa0\xf2\xf4\x6a\x7e\x96\xba\x28\x05\xe6\x80\xcb\xe5\xda\x26\x89\x15\x2a\x00\x54\x24\xaf\x35\x6b\x00\xde\x39\x9d\x53\x71\xfc\xeb\xf1\x2b\x76\xe2\x1c\xd0\x00\x15\xc6\x0b\x27\xc5\xa3\x59\x87\xe8\xad\xdf\xa7\x8c\x3a\x8f\x3d\xa7\xd2\x78\x2d\xb6\x6a\x4e\xd2\xd6\x4e\x9e\x05\x75\x77\x90\x4a\xe3\xeb\x94\xa4\x76\xd9\x2c\xe5\x80\xba\x5d\x44\xbe\xb8\x7f\xec\x98\x2a\xf1\xe6\xfa\x10\x83\x47\x79\xa0\xc2\x78\x93\x83\xd7\xf4\x68\xfd\x7b\x05\xaf\xb3\xef\xff\x04\x00\x00\xff\xff\x24\x7f\x42\x6b\x42\x41\x00\x00")
func dataObj_item01RecipesJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item01RecipesJson,
"data/obj_item/01.recipes.json",
)
}
func dataObj_item01RecipesJson() (*asset, error) {
bytes, err := dataObj_item01RecipesJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/01.recipes.json", size: 16706, mode: os.FileMode(420), modTime: time.Unix(1587190229, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item02AlchBaseJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x96\x4f\x6b\xdb\x4c\x10\x87\xef\xfe\x14\x83\x2e\xef\x25\xf0\x36\x89\x57\x49\x7d\x4b\x9c\xfe\x03\xbb\xb8\x56\xa0\x94\x10\xc2\x54\x1e\x49\xdb\xae\x76\xc5\xee\xca\x8e\x28\xfd\xee\x05\x37\x21\xa5\xa7\x29\x33\x47\xcd\x0e\xe2\x61\xf8\xed\x3e\x73\x37\x03\xf8\x31\x03\x00\x28\x6c\xa6\xfe\x21\x4f\x03\x15\x8b\xa7\x0f\x74\x75\x57\x9c\xfc\x3e\xad\xc3\xee\x78\x70\xfe\xfa\xb9\x72\x20\xdb\x76\xb9\x58\xc0\xe9\x53\x81\x1e\xeb\x0e\x7d\x7b\x6c\xfb\x3f\x3f\xbc\x74\xe2\x58\x67\x1b\x7c\xb1\x80\x06\x5d\xa2\xe7\x3f\x46\x6c\x32\x7e\x75\xf4\x57\xdd\x63\x4f\xa9\x58\xc0\xdd\xf1\x13\xa0\xa8\xb2\xf5\xdf\x27\xa8\xc6\x1e\xeb\xe2\x58\xbc\x9f\x01\xfc\x3c\xf9\x57\xf4\xf9\x2b\x2e\xfa\x4b\xa7\x10\x7d\x4d\xb1\x9e\xa0\xc2\x94\xb0\x89\x98\x44\xf4\xa7\x6c\xfa\x53\x25\xfa\xa5\xb3\x4d\x03\xdb\x91\x44\xdc\x67\x6c\xee\x33\x25\xee\x55\xd8\x13\x2c\x23\xd1\x40\x51\x84\x7e\xce\x46\x3f\x57\x42\xff\x1c\x5c\x03\xdb\x10\xb2\x88\x7b\xce\xe6\x9e\x6b\xdd\xd1\x03\xf6\x03\xac\x70\x4f\x7e\x27\x1c\xba\x61\xc3\x1b\xad\xa1\x77\x36\x13\x5c\xbb\x90\x52\xe8\x45\xec\x25\x9b\xbd\x54\x62\xff\xe0\x70\x4f\xb2\x87\xe5\x82\x0d\x7d\xa1\x04\xfd\x66\xe8\xec\xb7\x10\x51\x84\x7d\xc9\xc6\xbe\x54\x13\x51\x88\x3d\xbc\x9f\x52\x0a\x83\x08\x9d\xed\xd0\xb9\x96\x43\x97\xb8\x27\x78\x87\xd1\x59\x91\x42\x0d\x5b\xa1\x46\x4b\xa1\x5f\xc8\xb9\x70\x80\x8a\x68\x27\x22\x67\xeb\xd3\x68\xe9\xf3\x96\xea\x9a\xb0\x8d\x98\x44\xf7\xd3\xb0\x05\x6a\xb4\x04\x5a\x0d\xd1\xfa\x16\xae\x71\x82\x15\x61\x23\xa2\x67\x3b\xd4\x68\x39\xf4\x2a\x75\xb0\x0d\x89\x7a\x8c\x93\x08\x9d\xad\x51\xa3\xa6\x51\xf4\xed\x68\x3d\xc1\x06\x63\x72\x24\xc3\x67\x8b\xd4\x68\x89\xb4\x1a\x3d\xdc\x62\x8c\xd8\x06\x2f\x42\x67\x7b\xd4\x68\x79\x74\x8d\x75\x3d\xfa\x51\xb4\x77\x19\xb6\x49\x8d\x96\x49\x6f\x8e\xb3\x96\xbf\x8e\x6c\x99\x1a\x2d\x99\x7e\x1a\x89\xfc\x7f\x09\x36\x34\x08\xd7\xf4\x92\x1d\xf4\x52\x2b\xe8\x57\x29\xc7\x51\xe8\xd2\x92\x1d\xf2\x52\x2b\xe4\x6f\x1d\xf6\xbd\x45\xf8\x28\xcb\x79\xc9\xce\x79\xa9\x95\xf3\x8d\xa3\x47\x2b\x5c\xbb\x4a\x76\xc8\x4b\xad\x90\xaf\xb1\xef\x43\xee\xe0\xc6\x3a\xf7\x07\x3a\xc0\xec\xfe\x57\x00\x00\x00\xff\xff\xb4\xaa\xe5\x3c\x7a\x11\x00\x00")
func dataObj_item02AlchBaseJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item02AlchBaseJson,
"data/obj_item/02.alch.base.json",
)
}
func dataObj_item02AlchBaseJson() (*asset, error) {
bytes, err := dataObj_item02AlchBaseJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/02.alch.base.json", size: 4474, mode: os.FileMode(420), modTime: time.Unix(1587184180, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item02AlchCraftJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x96\xc1\x8a\xdb\x30\x10\x86\xef\x79\x8a\x41\xe7\x40\xe3\xd8\x4a\xbb\xbe\x6d\x69\x0f\xa5\x97\x42\x69\x2f\x4b\x58\xc6\x8e\xb2\x16\xc8\x72\x2b\xc9\x4d\x4d\xe9\xbb\x17\x3b\x8e\xec\x6e\xc8\x46\x62\x87\xdc\xac\x7f\xc4\xcf\xc8\xdf\x48\x33\x0f\x0b\x80\x3f\x0b\x00\x00\x26\x9d\xa8\x1f\x5d\xf7\x43\xb0\x7c\x5c\xa0\x2a\x2b\xb6\x3c\x46\xcb\x66\x37\x04\xf8\xdd\x49\x39\x08\xf9\x54\x39\x96\x43\x32\x0a\xe2\x77\x59\xa1\x7e\x1a\xb6\xbd\x71\x8f\xd3\x4e\x6c\x4b\x27\x1b\xcd\x72\xd8\xa3\xb2\xe2\xe4\x68\x70\xef\xb0\x50\xe2\x99\xae\xb1\x16\x96\xe5\xf0\x30\x2c\x01\xd8\x17\x85\xb6\x46\x68\xf6\x70\x5f\x74\xd6\xb2\xa3\xbe\x9c\xe9\x38\xe9\xdb\xb9\x3b\xcb\xc7\xc3\xf5\x42\xbd\x1b\x12\x2b\x8c\x38\x4c\xb9\x01\xb0\x1a\x35\xf6\xa7\x58\x79\xa5\x3f\xfc\x3c\x03\xf0\x2e\xff\xfd\x8a\x2c\xf1\x26\x83\xfe\xb3\x45\xed\xa4\xeb\x7a\x33\xaf\xff\x5d\xbe\x6c\xc2\x39\x81\x49\x76\x17\x62\x32\x7e\x6d\x17\xa7\xd5\x60\x1b\x45\x7f\xb3\x0a\xa5\x3f\xed\xbc\x4e\xdf\x99\xf6\x22\xfc\x6f\xca\x19\xac\xd1\x48\x2d\xe0\x43\x6b\x9d\xa7\x3f\x0f\xec\x7c\x20\x0c\xbf\x4f\xee\x35\xf8\x39\x05\xfe\x34\x88\xdc\x35\xfc\xef\x6e\x85\x3f\x09\xc6\x9f\xd0\xe0\xff\xe8\x2a\x61\x04\x2a\x78\xdf\x68\x31\x41\xf3\x72\xd1\xcb\x31\xe4\x13\x0a\xf2\x2b\x0a\x68\x6f\x29\x4c\x36\x14\x4f\x50\x90\x09\x45\xf9\xac\x83\xcb\x67\x4d\x53\x3e\x9f\x1c\x96\x8d\xe9\xa2\x2a\x64\x7d\x5e\x21\x3c\xba\x35\x64\x14\x5c\xd2\x5b\x71\x49\x83\xb9\xa4\x34\x5c\xee\xad\x45\x6b\xa5\x86\xef\x32\xf2\xfe\xa6\x14\x74\x28\x7a\x2e\x0f\x42\x4c\x41\x27\x0b\xa6\x93\xd1\xd0\xf9\xac\x1a\x25\xd1\x1c\x30\xee\xe2\x64\x14\x68\x28\x9e\x56\x7e\xb3\x7e\x18\x3c\x0c\x6f\x22\x86\xe1\x97\xd0\x7c\x95\xea\x97\x30\xc7\x49\x68\xf9\x4c\x8c\x9e\x82\xce\x87\xe0\x34\xba\x17\x26\x97\x81\xf1\x60\x60\xab\xcb\xbd\x70\x1d\x4e\x3d\x68\x1e\x3b\xa7\x0e\xb0\xd8\xfe\x0b\x00\x00\xff\xff\x7c\xdb\xfd\xfe\x07\x0d\x00\x00")
func dataObj_item02AlchCraftJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item02AlchCraftJson,
"data/obj_item/02.alch.craft.json",
)
}
func dataObj_item02AlchCraftJson() (*asset, error) {
bytes, err := dataObj_item02AlchCraftJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/02.alch.craft.json", size: 3335, mode: os.FileMode(420), modTime: time.Unix(1587184205, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T0ArmorJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x96\x4f\x6b\xe3\x30\x10\xc5\xef\xfe\x14\x83\xce\x59\xd8\x64\x61\x77\xf1\x31\x39\x24\x94\xf6\x52\x1f\x7a\x08\xa1\x4c\xec\x49\xe4\x46\xd6\x04\x79\xdc\x36\x2d\xfd\xee\xc5\xff\x5a\x93\xde\xa2\x20\x1f\xf5\x93\x10\xef\xe9\x8d\x1f\x5e\x47\x00\xef\x11\x00\x80\xca\x85\x8a\x47\x39\x1d\x49\xc5\xdd\x82\x45\x93\x53\x93\x76\x3b\xe5\xac\xd9\xc1\xdf\xd3\x1e\xbd\x50\xbe\xd7\xa2\x62\xf8\x35\xed\x08\xbd\xa6\x1a\xed\xbe\x39\xd8\x9f\xc2\x2a\x95\x9c\xad\x8a\x41\x5c\x45\xfd\x6d\x0e\x77\x82\x5b\x53\x9f\xdc\xa1\x29\x7b\x6e\xb1\xa0\x52\xc5\xb0\x6e\x96\x00\x6a\x61\x58\x34\xdc\x60\x7a\x20\xe9\x6e\xfc\xa2\x4f\x2d\x6d\xe0\x26\x02\xf8\x98\x5c\xe0\x66\x16\xd2\xcd\x2d\x61\xad\x02\x12\x9d\x3b\x5f\xe1\x7f\x82\xc6\xa0\x31\xb7\x70\x87\xb9\x19\x84\xd0\xb0\xa2\x66\x7e\x4e\xfe\x86\x74\xb2\x42\xdf\x87\xff\x37\xc6\xc4\xac\x98\x33\x4f\xdd\xff\x43\xea\x4e\x84\xc8\xc0\x8a\x4c\x31\xfc\x6e\x5b\xaa\x5b\xea\xe5\x66\x1a\xb4\x85\x12\xb4\x19\x9a\xd2\x53\xf2\x48\x55\xc3\xe4\x2b\x3c\x68\xd5\xb4\x33\x32\x67\x96\xf2\x7c\x70\xb6\x0d\x1c\x78\x01\xb8\xc0\x4d\xd0\xba\x59\x1a\x7e\xf6\x7e\xff\x51\x1a\xa7\x53\x3e\x39\xe7\xfb\x6b\x38\x1a\xa1\x8b\x96\x58\x59\x31\x24\x9e\xd2\x67\x41\x8b\xe7\x81\x39\x23\x5b\xff\x2f\x90\xc9\xbe\xb3\xe8\x70\xd9\x62\x3f\x3f\x41\x5b\x29\x39\x90\x21\x61\x0b\xf3\x2a\x3d\x18\x72\x9e\xda\x83\x16\xd3\xdc\xb1\x7d\xa3\x1f\x59\x74\xf8\x2a\x59\x04\xad\xa6\x7b\x3e\xa1\x81\x65\x85\x2e\x83\x05\x1e\x69\xa0\x3d\xda\x7c\x06\x00\x00\xff\xff\x46\xdd\x0c\x2e\x19\x0c\x00\x00")
func dataObj_item03T0ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T0ArmorJson,
"data/obj_item/03.t0.armor.json",
)
}
func dataObj_item03T0ArmorJson() (*asset, error) {
bytes, err := dataObj_item03T0ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t0.armor.json", size: 3097, mode: os.FileMode(420), modTime: time.Unix(1587187632, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T0WeaponJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x96\x31\x6b\xf3\x30\x10\x86\x77\xff\x8a\x43\x73\x3e\xb0\xf3\xb5\x90\x7a\x4c\x3b\x14\xd2\x2d\x43\x87\x10\x8a\x22\x9f\x6d\x51\x47\x0a\xf2\xb9\x6e\x28\xfd\xef\x25\x92\x4d\x1a\x7b\xab\x1c\x65\xf4\x23\x21\xde\x27\xdc\xbd\x64\x13\x01\x7c\x45\x00\x00\x4c\x12\xee\xdf\xe8\x78\x40\x96\x76\x1f\x9a\x4a\x34\x6c\xe6\x8e\x85\xce\xec\x49\x1b\x27\x3d\x6a\x51\x16\x25\xb1\x14\xfe\x25\x1d\xc1\x4f\x51\x72\x55\xd8\x8b\xfd\x2d\xde\x08\x92\x5a\xb1\x14\xc8\x34\xd8\xbf\x66\x78\x4e\x7c\x57\x9d\x6e\xe6\xbc\xaa\x7b\xae\xf8\x1e\x6b\x96\xc2\xc6\x7e\x02\xb0\x57\xad\x33\x54\xb0\x6e\xb5\xc9\xba\x17\xcf\xb4\xb6\xd4\xc2\x6d\x04\xf0\x3d\xfb\x83\xcd\x3c\xa4\xcd\xba\xd4\x86\x86\x32\x0e\x4e\xe1\xf2\x7f\xe4\x92\x2c\xe2\xab\xc9\xbc\x68\x55\x0c\x5d\x2c\x9b\x42\xe5\x2e\xe8\x90\xc9\x4c\xb7\xa3\x19\xb3\x70\x0a\x97\xc5\x0d\x46\xec\x80\xdc\x8c\x46\xcc\x42\x3f\x97\x87\x90\x2e\x6e\xc2\x2e\x55\xdc\x84\xf9\x9b\x24\x71\x50\x13\xae\x04\x7a\x06\x1e\x6f\xf7\x15\x03\xaf\x24\x89\x12\x15\xac\x94\xcc\xf1\xfc\xeb\xf7\xf8\xdd\x62\x3f\x9f\xa0\x2b\xbe\xe4\x44\x15\x0e\x75\x3a\x3a\x85\xcd\x7d\xd0\x25\x27\xc4\x0a\x9e\x78\x51\xe0\xef\x2d\xb7\x34\x73\xd4\xcf\xe6\x06\x95\xb5\xd4\xad\x67\xe8\xa0\xdd\xd4\xfd\x05\xf1\x4e\x3d\x0f\xdb\x43\xa7\xf6\xf4\xcf\x1c\xb4\x8a\x1e\xab\x66\xe7\x99\x37\x6c\xd5\x68\x85\x60\x43\xcf\x2e\x90\xf0\xf7\x08\x5a\x32\xcf\xc8\x3f\x8e\x03\x11\xc7\x06\x26\x00\xd1\xf6\x27\x00\x00\xff\xff\xa6\x36\x0a\xb7\x49\x0c\x00\x00")
func dataObj_item03T0WeaponJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T0WeaponJson,
"data/obj_item/03.t0.weapon.json",
)
}
func dataObj_item03T0WeaponJson() (*asset, error) {
bytes, err := dataObj_item03T0WeaponJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t0.weapon.json", size: 3145, mode: os.FileMode(420), modTime: time.Unix(1587190796, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T1ArmorJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x93\x3d\x6b\xf3\x30\x14\x85\x77\xff\x8a\x8b\xe6\xbc\x60\x87\x37\x43\xbc\xb5\x1d\xda\xa5\x53\xc6\x10\xca\x8d\x73\x63\x09\x64\xab\xc8\xd7\xfd\xa0\xf4\xbf\x97\xca\x56\x03\x96\xa7\xca\xa9\x46\x3d\xe7\x22\x78\x38\x9c\x7d\x06\xf0\x91\x01\x00\x08\xc5\xd4\x3c\xf1\xfb\x33\x89\x72\x7c\x18\x96\x64\xc5\x6a\x88\x2b\x73\x72\x09\xe6\xff\x3d\x7a\x25\x55\x4b\x16\x25\xfc\x2b\x46\x42\x6f\x95\xc4\xb6\x76\x87\xfe\x0a\xfb\x8a\x95\x69\x45\x09\x6c\x7b\xf2\xbf\x59\x3c\x33\x1e\xf5\xf7\xe5\x19\x75\xe7\x79\x8b\x0d\x75\xa2\x84\xbd\x7b\x02\x88\x9d\xd2\x2f\x64\xe1\xae\x57\x16\xbb\x6e\xfc\xf3\xc2\xab\x91\x3b\x7c\xc8\x00\x3e\x57\xbf\x30\xda\xfc\xa5\xd1\xa3\x62\x69\x95\x86\x1b\xdb\x18\x7b\x11\xf2\x18\x1d\x8e\xf3\xd9\x26\x68\xe8\x81\x74\x43\x1c\x14\x24\x07\x1c\xe5\x53\xe4\x81\x4f\xb1\xcd\xaf\x5e\xd0\xd4\xc8\xf3\x45\x94\x52\x8c\xe8\xd6\x18\x0e\x27\x74\x74\x34\xce\x26\xc9\x80\x26\x3a\x1e\x2f\xe1\x93\x62\x40\xf7\xd8\xb7\xac\x69\xa6\xa1\xfa\x27\x89\xb2\x5a\xcf\xcc\x68\xbd\xb9\x7a\x4d\x33\x5e\x3e\x5a\x4a\x2c\xc5\x98\x76\x52\x91\x3e\x05\x5d\x75\x03\x8e\xf3\x49\x32\xa7\xa9\x90\xe7\x81\x51\x76\xf8\x0a\x00\x00\xff\xff\xa1\x6d\x80\x3b\x36\x08\x00\x00")
func dataObj_item03T1ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T1ArmorJson,
"data/obj_item/03.t1.armor.json",
)
}
func dataObj_item03T1ArmorJson() (*asset, error) {
bytes, err := dataObj_item03T1ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t1.armor.json", size: 2102, mode: os.FileMode(420), modTime: time.Unix(1587187642, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T1WeaponJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x93\xbf\x6a\xc3\x30\x10\x87\x77\x3f\xc5\xa1\xa5\x4b\x0a\x71\xa0\x7f\xf0\xd6\xd2\x96\x42\xe9\xd2\x8c\x21\x94\x8b\x7d\xb1\x05\x8a\x65\xe4\x4b\xec\x52\xfa\xee\x25\xb2\x05\x4e\xbd\x55\x8e\x32\xea\xd3\x21\xdf\x77\xbe\xdf\x2a\x02\xf8\x8e\x00\x00\x84\x64\xda\x7d\xf2\x57\x45\x22\xe9\x0f\x9a\x0b\x32\x62\xd6\x5d\xa7\x3a\xb3\x37\xcd\xfc\xc6\xa1\x86\x64\x5e\xb0\x48\xe0\x3a\xee\x09\xb5\x69\x81\x65\x6e\x0b\x5d\x15\xee\x53\x96\xba\x14\x09\xb0\xd9\x93\x7b\xcd\xe0\x96\x71\xa3\x8e\x95\x5b\x54\xb5\xe3\x25\xee\xa8\x16\x09\xac\xec\x11\x40\xbc\x95\xc7\x6f\x5c\xd5\xb0\x6c\xb4\xc9\xfa\x37\x87\xbc\xb6\xdc\xe2\x75\x04\xf0\x33\xfb\x87\xd1\x6d\x48\xa3\x67\x75\xa0\xf2\xaf\x4e\x07\xa7\x70\xb9\x1b\xb9\xc4\xf7\xf3\xb3\xc9\x7c\x60\x25\xc9\xf8\xb5\x1c\xc7\x17\x18\x7f\x45\x68\x46\xe3\xb7\xd0\xcf\x65\x11\xd2\xe5\x15\xd5\x86\x7c\x37\x26\x0e\xba\xfd\x4b\xa9\x0e\x64\xe0\x09\xf3\x9c\x06\x3f\xa0\xc7\x59\x87\xfd\x7c\xc2\x26\xe0\x5d\x72\x61\xa4\x1a\x19\x39\x3e\x85\xd2\xe2\x02\x09\x79\xd4\x8d\x67\xd3\x41\xa3\xf0\xa2\x0d\xd5\x3c\x41\xd7\x61\xd3\xc0\x44\x0a\x1e\x5a\x1a\x24\xc1\x22\x6c\xc9\xd3\x63\x9c\x82\x33\x7a\xb8\x65\x3f\x31\x71\xf0\xd4\x25\x5a\xff\x06\x00\x00\xff\xff\x25\x7e\xd6\xf4\x74\x08\x00\x00")
func dataObj_item03T1WeaponJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T1WeaponJson,
"data/obj_item/03.t1.weapon.json",
)
}
func dataObj_item03T1WeaponJson() (*asset, error) {
bytes, err := dataObj_item03T1WeaponJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t1.weapon.json", size: 2164, mode: os.FileMode(420), modTime: time.Unix(1587190891, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T2ArmorJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x99\x4d\x6f\x9b\x30\x18\xc7\xef\xf9\x14\x96\xcf\x95\x16\x93\x90\x00\xb7\xb5\x87\xf6\x36\x69\x3d\x56\x51\xe5\x12\xaf\xa0\xf1\xb2\xb9\x66\x5b\x34\xed\xbb\x4f\x61\xc0\x52\xa5\x76\xed\xf0\x87\xbe\x88\x5b\x63\xa2\x7f\x8c\xfb\xfb\x81\x1f\x3f\x37\x33\x42\x7e\xcf\x08\x21\x84\xa6\x4a\xe4\xb7\x6a\xf7\x4d\xd0\xa8\xf9\x50\xaa\x44\x48\x7a\xf6\xef\x72\x5c\x6e\xeb\x2b\xdc\x5b\xb7\x43\x3f\x45\x7a\x9f\x28\x1a\x91\xa5\x3f\x6f\x86\xc4\xaf\x38\xe1\xc5\x7d\xfd\xcd\xf6\x6b\xbc\x8a\x55\x5a\x16\x34\x22\x4a\x56\xa2\x8d\x93\xfc\x8b\xe2\x77\x99\x78\x3c\x5c\xf0\x5c\x3c\xd0\x88\xdc\xd4\x1f\x09\xa1\x9f\xe4\x56\x48\xf2\x51\xe6\xa5\xa4\xf5\xd8\xe6\x30\x80\x46\xcd\xec\xf7\x03\xf9\x76\xff\xab\x1f\xea\x0b\xb7\xff\xa7\x49\x08\xcd\x79\xc1\x69\x44\x58\x3b\xcd\xe6\x6e\x0f\x7f\x88\x74\x41\x8f\xee\x56\xce\x57\x5d\x4c\x7d\xe1\x7b\xc5\x0b\x95\xaa\xdd\x3e\xae\x1b\xff\x73\x66\x4e\xf9\x6a\x48\x59\x58\xa7\x2c\x16\xfa\xa9\xf8\xf6\x29\x4c\x9f\xe2\x59\xa7\x78\xfa\xb9\x84\xd6\x21\x4c\xbf\x2a\xf6\xf7\xc3\x7c\xc0\xd2\x7a\x81\x4d\x48\xf3\xd7\x66\xd6\x7e\xaa\x63\x5d\xf5\x09\x8e\xf4\x61\xe1\xc0\xfa\x5c\x89\x2c\x17\xca\xd1\x9f\x00\xe3\xcf\x1a\xe2\x8f\x3e\x05\xe3\x8f\x3d\xf9\x06\x7f\xec\xc9\x37\xe8\xb3\x46\xe8\x03\x21\xdf\x7e\x4d\x0c\x0e\x32\xb4\x3e\xe1\xb1\x3e\x9e\x3f\xac\x3e\xe7\x65\xa9\x1e\x1c\xed\x09\x31\xf6\xe8\xff\x3b\x2e\xf6\x58\x3d\xdd\x4e\xb7\xc7\x9e\x7b\x83\x3c\xf6\xdc\x1b\xe4\xb1\x7f\x6d\x18\xb8\xb7\x5f\x59\x83\x81\x68\xee\x17\xf3\xf1\xb9\xbf\xe4\x55\xa1\x32\xe1\xca\x7e\x37\xd5\x9e\xec\x87\x10\xf6\xf5\x29\x13\xfb\x7d\x56\x76\x4c\xf6\xd9\x31\xfb\xc1\xc0\x5b\xa6\xeb\x24\x15\xd9\xd6\x11\x7c\x06\x01\x9f\xcd\x11\xe0\x1b\x52\x1c\x76\x07\x86\x17\xbb\x03\x6f\x88\xdd\x8e\xc1\x41\x07\x7d\xac\xc8\xc7\x40\xeb\x8d\x59\x26\x5f\x55\x85\x3a\xad\x4e\xee\xe6\xd9\x13\x5a\x43\x59\xe9\x00\xad\x3e\xc5\x01\x5a\x3d\xf9\xde\x12\xf1\xb8\x7e\x6f\x75\x32\xe4\xcd\x81\xae\x93\x3b\xdf\x47\xa9\x93\x1b\x7f\x4e\x29\x94\x0f\x1e\x4c\xbd\x04\xf2\x20\x02\xe9\x53\x20\x02\xb1\x00\x21\xd0\x54\x28\x3f\xb1\xb2\x68\x7f\x96\x63\x16\x0c\x8d\x3f\x27\x54\xca\xdd\x3c\x7b\xea\x63\x38\xdc\x71\xd0\x47\x9f\x82\xd1\x07\x72\xce\x34\x95\x0b\x66\xf2\xfd\x17\x20\xff\x32\x2b\x7f\x08\x57\xf4\x7d\x0c\xfa\x4b\x08\xfa\xfa\x94\x09\xfd\x5e\x4b\x3b\x26\xfa\xab\x31\x8b\x8e\x8b\x8c\xcb\x54\xed\xc8\xe7\xf2\x4e\x38\x92\xbf\xc2\x90\x6f\xf5\x3a\x7d\x96\x7c\x48\x07\xc9\x40\xfe\x7b\x6b\xce\x39\xec\xbc\xde\x5a\xd1\x71\xdc\xdb\x1e\xb0\xe8\x68\xfd\xb9\x48\x65\x9c\x39\x97\x1d\x98\xfe\xb6\xdd\xc3\xe9\x59\x85\x20\x3b\x6c\xbd\x42\x90\x53\xd6\xd7\x53\x75\xbc\x9e\xee\xb6\x87\x16\xe8\x89\xee\xf6\x70\x7b\xaf\x56\xa0\xeb\xa4\x74\xde\x7b\x61\xda\xdb\x0c\xd2\xde\x36\xa4\x40\xf4\x71\x38\x65\xd5\xeb\x03\x39\xef\xb5\xbf\x1d\xc8\x23\x05\xb2\x41\x18\xf3\xd0\x78\xd4\xee\x76\xab\xcf\xb9\xe4\xb1\x90\xae\x02\x61\x3a\xdc\x0c\xd2\xe1\x36\xa4\x4c\x02\xf5\x0a\x79\x49\x81\x66\x9b\xbf\x01\x00\x00\xff\xff\x1d\x25\x64\x86\x9f\x28\x00\x00")
func dataObj_item03T2ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T2ArmorJson,
"data/obj_item/03.t2.armor.json",
)
}
func dataObj_item03T2ArmorJson() (*asset, error) {
bytes, err := dataObj_item03T2ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t2.armor.json", size: 10399, mode: os.FileMode(420), modTime: time.Unix(1587189235, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T2WeaponJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x97\xc1\x4b\xfb\x30\x14\xc7\xef\xfd\x2b\x1e\x39\xef\xc7\xaf\x49\x37\xb6\xf5\xa8\x17\xef\x0a\x1e\xc6\x18\xcf\x35\xb6\x45\x93\xce\x98\x52\x87\xf8\xbf\x4b\x63\x5b\x37\x24\xa5\x61\xb1\x28\xf3\xb6\xbc\x57\x3e\x7d\x09\xdf\x0f\x4b\x57\x01\xc0\x6b\x00\x00\x40\x72\xcd\xc5\x46\xef\x77\x9c\xc4\xcd\xa2\xd0\x19\x57\x64\xf2\xd1\xde\x16\x89\xe9\x54\x6c\xd1\x96\x2a\x9e\xa7\x99\x26\x31\xd0\x45\xd8\x94\xf8\xcb\x36\x43\x99\x9a\x27\xdb\xc7\xb0\xdc\xea\xbc\x90\x24\x06\xad\x4a\xde\xe2\x14\xde\x6b\xbc\x7b\xe4\xc7\x65\x89\x82\x3f\x93\x18\x56\x66\x09\x40\x2e\x33\x14\xbb\xbc\x90\x70\x5d\x15\x2a\x21\xa6\xbc\x3e\x64\x90\xb8\xd9\x40\x5d\x10\x49\xfd\xe2\xff\xa6\xb1\xf9\x9c\x14\x80\x08\x94\x58\x4f\x3a\x0b\xbb\x52\xbd\xc7\xc3\x77\x41\x07\x3a\xda\xb0\x0a\x69\x87\x31\x8d\xa7\x12\xa5\xce\xf5\xbe\xc6\x75\xf5\xb7\x49\x3f\xe5\xa1\x87\x12\x0d\xa6\xb0\xc8\x0a\x99\x0e\x9f\x25\xf2\x42\x61\x33\x2b\x85\xcd\x87\x53\xe6\x1e\x8e\x85\x2e\x7c\x40\xec\x93\x1c\x1c\x4a\xf3\x6b\x1d\xb4\x2b\x83\x75\x55\x68\xf9\x45\xa1\x7f\xf4\xbb\x0c\xba\x51\x79\xc2\xa5\x76\x54\x67\xe9\x47\x1d\xe6\x45\x1d\x3b\x65\x6c\x75\xe8\xf4\xe7\xa8\xe3\x25\xf5\x7e\xfc\x1b\x4f\x9d\x28\x1c\x51\x9d\xab\x52\x6a\xae\xe0\xa2\xa8\xdc\xec\xe9\x86\x3c\xd1\x1e\x7b\x64\x5d\xec\xb1\x53\xfe\xec\x39\xf5\x58\x7e\x9b\x3d\x74\xcc\xbb\xdb\x2d\x2a\xc8\x50\x08\xae\x1c\xf5\xa1\x7e\xf4\xb1\xa7\xcd\x45\x1f\x3b\xe5\x9c\xef\x6d\xe7\xa9\x0f\x1b\x53\x9f\xe6\xdf\x27\xc1\x34\x75\x36\x88\xf9\x31\xc8\x1e\x15\x17\x83\xec\x14\x87\xa8\xf4\x8c\x32\xf3\xe1\xe1\xf0\xe8\xf7\x68\xe8\xe5\xbb\xa7\x37\xb5\xc1\xfa\x3d\x00\x00\xff\xff\x8c\xa9\xf1\xa9\xb3\x0f\x00\x00")
func dataObj_item03T2WeaponJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T2WeaponJson,
"data/obj_item/03.t2.weapon.json",
)
}
func dataObj_item03T2WeaponJson() (*asset, error) {
bytes, err := dataObj_item03T2WeaponJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t2.weapon.json", size: 4019, mode: os.FileMode(420), modTime: time.Unix(1587190950, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T3ArmorJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9b\xcd\x6e\xe3\x36\x14\x85\xf7\x7e\x0a\x42\xeb\x29\x6a\x59\xa2\xfc\xb3\x6b\x32\x40\xba\xe8\x2a\x59\x06\x41\xa0\xd8\x6c\x2c\x44\x3f\xad\x2c\xa7\x0d\x8a\xbe\x7b\x61\xc9\x76\x13\x50\xbc\x20\xe9\x43\x05\xd1\x70\x37\xa6\x8c\x13\x8a\xe6\x27\xde\x73\x75\xe6\x7e\xc2\xd8\x3f\x13\xc6\x18\x0b\xb2\x46\x14\x8f\xcd\xdb\x1f\x22\x58\x1d\x3f\x54\xcd\x56\xd4\xc1\xb7\xee\xf2\xba\xda\xb4\x57\xd2\x98\x9f\x86\xfe\x12\xd9\xf3\xb6\x09\x56\xec\xa7\xf0\x38\x22\xfe\x5e\x6f\xd3\xf2\xb9\xfd\xe2\xe9\x5b\xe9\x7e\xdd\x64\x55\x19\xac\x58\x53\xef\xc5\x49\xad\x4e\x7f\x6f\xd2\xa7\x5c\x7c\x1c\x2e\xd3\x42\xec\x82\x15\xbb\x6f\x3f\x32\x16\x5c\xd7\xfb\x5d\xba\x11\x35\xfb\xa5\x2e\xaa\x3a\x68\x87\x1f\xde\x6b\x04\xab\xe3\xfc\x0f\x03\xc5\xe6\xf0\x87\x7f\x6e\x2f\x3c\xfe\x3f\x51\xc6\x82\x22\x2d\xd3\x60\xc5\xf8\x74\x7a\x1e\x3a\xdc\xe2\xfb\xbf\xc5\xce\x42\x1f\xee\xb7\x8e\xa2\xb3\x4c\x7b\xe1\xcf\x7d\x5a\x36\x59\xf3\x16\xac\x58\x78\x1e\xff\xf7\x1b\xad\xf2\x42\xa8\x70\x6d\x95\x28\x56\x8a\x44\x33\x7d\x95\x50\x7d\x43\x73\x6d\x95\x30\x51\xab\xe8\xdf\xd1\x8c\x58\xdc\x48\x7f\x2e\x5c\xa9\xb2\xd4\x9f\xca\x52\xe7\x17\x3a\xfe\xeb\x61\x72\xfa\xd4\xca\x9a\x22\x94\x7c\x06\x42\xbf\x8a\xbc\x10\x8d\x21\x43\x89\xc4\xd0\xc2\x86\x21\xf5\xc6\x35\x61\x48\xad\x02\x61\x68\xa6\xbf\xfb\x29\x86\xf4\x49\x24\x76\xbf\xfe\xbe\x25\x40\x34\xa0\x59\x4d\x90\x01\xcc\x6a\x82\x22\x34\x41\x73\x89\xa0\x30\x9e\x3a\x47\xe8\xaa\xaa\x9a\x9d\x21\x41\x73\xcc\x29\xa4\xfe\x81\x4c\x08\x42\xfc\xcc\x14\x41\xfa\x73\x21\x08\x32\x78\x66\xab\x01\x82\x9c\x64\xfa\x47\x10\xb1\xf7\xf5\xd7\x84\xa0\x30\x44\x03\xb4\xf8\x14\x80\x6e\xd2\x7d\xd9\xe4\xc2\x18\xa2\x05\x06\x22\xa2\x66\x31\x80\x48\xad\xe2\x21\xea\x11\x81\xd4\x71\xfa\x6b\xa2\x47\x22\x06\xa2\xa5\x04\xd1\x6c\xea\x1e\xa2\xbb\x6d\x26\xf2\x8d\x21\x41\x4b\x4c\x21\x37\x87\x10\xa4\x56\x31\xa8\x36\xd4\x9b\xc5\xa0\x90\xa3\x0c\x88\x01\xcd\x10\x15\xd7\x95\x1c\xe4\x34\x43\x57\x72\x7c\x2a\x31\x14\x2f\x9c\x31\x74\x5b\xbd\xa5\xb9\x4d\x33\xe1\x3c\xcd\x0b\x4f\xa0\x05\x84\x1f\xb5\x8a\x6f\x26\xf4\xab\x8c\xb7\x99\xc0\xc3\x01\x9b\x09\x1d\x3f\x36\x9d\x04\x1e\x62\x00\x42\xd4\xd9\x2f\x84\x8a\xef\x24\xf4\x89\x8c\xb7\x93\xc0\x67\x43\xd6\x70\x1d\x3f\x16\x6d\x84\xf3\x34\x2f\xc3\x27\x9e\x22\xf0\x21\x54\xbc\x03\xea\x11\x19\x6f\x1b\x81\x47\x43\xb6\x11\x3a\x7a\x2c\x7b\x08\x3c\xc2\x10\x44\x3c\xaf\x0d\x08\x52\xab\x78\x82\x7a\x44\x46\x4c\x50\x3c\xfc\xf9\x63\xd3\x40\xe0\x31\x06\x9f\x19\x04\x1f\xb5\x8a\x6f\x20\xf4\xaa\x8c\xb8\x81\x20\xe7\x11\x1c\x36\x10\x6e\xb6\xd5\xae\xb1\x6a\x20\x60\xd2\x08\x31\x24\x8d\x40\xa8\x18\xec\x59\xe2\x21\xb9\x40\x1c\x3f\xbe\x81\xd0\x2b\x02\x6f\x20\xc8\x69\x04\x87\x27\x50\x07\x90\x55\x07\x41\xce\x22\x58\x11\x04\xc9\x22\x10\x2a\x18\x82\x62\x08\x41\xbe\x83\x20\x8b\xc0\x0f\x20\x39\x8b\xb0\x74\x8c\x8f\x4d\x03\x01\x93\x43\x88\x21\x39\x04\x42\x05\x43\x8f\xb7\x3f\x3d\x8b\x82\x20\x10\x6e\x7f\x06\xcd\x21\x74\xf4\xdc\xe4\xd5\xab\x30\xc5\x07\x93\x40\x88\x21\x09\x04\x42\xc5\xe3\xd3\x23\x32\x62\x7c\xe4\x04\x82\x43\xf3\xf3\x5b\x56\x95\x56\xde\x47\x0e\x1f\x58\xc1\x03\x09\x1f\x10\x2a\xde\xfb\xf4\xab\x8c\xd7\xfb\x24\x72\xfa\xc0\xa1\xf7\x69\xf9\xb1\xb1\x3e\x09\x26\x7d\x10\x43\xd2\x07\x84\x8a\xb7\x3e\x7d\x22\x06\xcd\x44\x2d\xd7\x02\xf1\x4f\x18\x7c\x86\xcc\x1e\xb4\xf4\x58\x38\x9f\x04\x93\x3c\x88\x21\xc9\x03\x42\xc5\x97\x6e\x3d\x22\xe3\x2d\xdd\x12\x39\x78\xe0\xd0\xf9\xb4\xf0\xd8\x18\x9f\x04\x13\x3c\xe0\x90\xe0\x01\xa1\xe2\xe9\xe9\x11\x19\x31\x3d\x72\xf0\xc0\xa1\xf1\xf9\x2e\x8a\xaa\x64\xb7\xd5\x93\x30\x84\x07\x93\x39\xe0\x90\xcc\x01\xa1\x02\x79\xc5\x88\xc9\x1c\x18\x18\x1f\xe7\x96\xc5\xa0\x86\x54\x3f\x54\x0c\x9e\x29\x43\x1a\x9f\x41\x63\x07\x1d\x3f\xd7\x59\xbd\xce\x8d\xad\x0f\x26\x77\xc0\x21\xb9\x03\x42\x05\x82\x50\x98\x40\x10\x1a\xd8\xfa\x10\x07\xaa\x7e\x2f\xc4\xb5\xf5\x59\xa2\x01\x92\x63\x07\x0e\xcb\xb7\x0e\xa0\xbb\x6d\x65\x5c\xbe\x61\x62\x07\x1c\x12\x3b\x20\x54\x20\x8d\x2a\x48\xea\x1a\x52\x78\x19\xcc\x04\xf1\x2a\xcc\xf5\x2b\x53\x78\xf5\x26\x47\x0e\x9c\xc3\x73\x55\xa7\x6b\x51\x9b\xe2\x83\xc9\x1c\x70\x48\xe6\x80\x50\xf1\xf8\x5c\xb4\x26\x8e\xcd\x0f\xbc\x78\x93\x13\x07\x2e\xcd\x4f\xf6\x9a\x95\xc2\xc6\xfd\x60\x22\x07\x1c\x12\x39\x20\x54\xbc\xfb\xe9\x57\x41\xb8\x1f\x93\x96\xca\x90\xf6\x47\x8e\x1d\xb8\xb4\x3f\x1d\x41\x76\xfe\x07\x13\x3c\xe0\x90\xe0\x01\xa1\xe2\xfd\x4f\x9f\xc8\x88\xfd\x8f\x9c\x3c\x70\x59\xc2\x75\x04\xd9\x18\x20\x4c\xf6\x80\x43\xb2\x07\x84\x8a\xaf\xe0\x2e\x5a\x93\x2f\x56\xc1\xcd\xe5\xdc\x81\x7b\x7a\xac\x1c\xd0\x1c\x13\x3d\xe0\x90\xe8\x01\xa1\xe2\xf9\xb9\x68\x4d\xbe\x1a\x3f\x72\xf0\x20\x72\x86\xcf\x5d\x53\xd5\x05\xbb\xce\xab\xf4\xc5\x90\x1d\x4c\xf2\x80\x43\x92\x07\x84\x8a\x7e\x81\x81\xd9\x6c\x90\xff\x7d\xa4\x06\xd0\xa0\x5e\xfa\x11\x5f\x9d\xce\xe5\xe0\x81\x3b\x76\xbe\xef\xeb\xc3\xb7\xac\xe8\xc1\x24\x0f\x12\x48\xf2\x80\x50\xf1\xf4\x5c\x22\xf2\xe5\xe8\x91\x83\x07\xee\xe8\xb9\xca\xc5\x6e\x27\x36\x56\xf4\x60\xa2\x07\x09\x24\x7a\x40\xa8\x78\x7a\x2e\x11\xf9\x54\x7a\x26\x0f\xff\x05\x00\x00\xff\xff\xeb\x59\xbf\x62\x3f\x5e\x00\x00")
func dataObj_item03T3ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T3ArmorJson,
"data/obj_item/03.t3.armor.json",
)
}
func dataObj_item03T3ArmorJson() (*asset, error) {
bytes, err := dataObj_item03T3ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t3.armor.json", size: 24127, mode: os.FileMode(420), modTime: time.Unix(1587189407, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T3WeaponJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9a\x4b\x6f\x9b\x40\x10\x80\xef\xfe\x15\x23\x2e\xb9\xa4\xaa\x79\xf9\xc1\xad\x4d\xaa\xb4\x4a\x7a\x69\x7a\x8b\xa2\x68\x63\x36\x18\x05\x76\xdd\x65\x91\x13\x55\xfd\xef\x95\xa9\x9d\x47\x61\x57\x8c\x3b\x46\x0d\xe2\x66\x76\xad\x0f\x86\xdd\x4f\x33\xc0\x5c\x8d\x00\x7e\x8e\x00\x00\x9c\x54\xf3\xfc\x46\x3f\xae\xb8\x13\x6d\x0f\xa4\x5e\x72\xe5\x1c\xff\x99\x5e\xc8\xb8\x9a\x59\xfb\xfe\x6e\x68\xcd\xd3\x64\xa9\x9d\x08\xbc\xf1\x78\x3b\xc4\x1f\x16\x4b\x26\x92\xea\x9f\xbb\xbf\xb1\x72\xa1\x53\x29\x9c\x08\xb4\x2a\xf9\x0e\xa7\xd8\x9d\x66\xb7\x19\x7f\x3d\x2c\x58\xce\x0b\x27\x82\xab\xea\x10\xc0\xf9\xbe\x2c\x45\xcc\x55\x21\xcb\x0c\x2e\xd7\x52\xc5\x4e\x35\x73\xfd\x12\xe3\x44\xdb\x18\x36\x03\x79\xbc\x39\xf7\xfb\x6a\xe2\xe6\xf9\x62\x01\x9c\x9c\x09\xe6\x44\xe0\xef\x2e\x76\x1b\xf3\xcb\xd3\xc1\x13\xe8\x55\xcc\xca\x9d\x3f\x61\xaa\x89\x1f\x25\x13\x3a\xd5\x8f\x4e\x04\xee\xd3\xf8\xaf\x63\x3b\xe5\xde\x42\x09\x5b\x53\x5e\x44\xf4\x37\x64\x32\x6b\x4d\xf1\xcc\x94\x70\xda\x9e\x12\x1a\x29\xbe\xdf\x9a\xe2\xce\x8c\x94\xf6\x97\xe2\x8f\x09\xee\xad\x3b\x35\xc7\xf3\x0c\xd9\xfe\xba\x1e\xed\x8e\x2a\x2c\xd6\xa2\xa0\x66\xd1\x3b\xf7\x50\x12\x9d\x4a\x99\xdf\x66\x2c\xe6\x7b\x29\x14\xd4\x14\x0a\xf7\x50\xc8\x33\x2f\x10\x42\x21\x0b\x85\x44\xa1\xa9\x47\xa1\xd0\xa4\x7d\x44\xbe\x67\xbe\x2d\xed\x29\x16\x85\xe6\xfd\x55\x28\xac\x29\x14\x1e\x2e\x11\x7d\x5a\x64\xe9\xaa\xe0\x48\x77\x42\x1a\x77\x5c\x12\x77\xcc\x94\xf6\xeb\x4b\xb4\xeb\x49\x0c\x1c\xdc\xd9\xdf\x9d\x49\x97\x45\xdc\x59\xc9\x54\x7c\x54\xc0\xe5\x8a\x33\x85\x34\x68\x42\x52\xc0\x79\x96\xad\x82\x30\xc8\x4c\x41\xac\x72\x30\x14\x70\x0d\x90\x37\x67\xd0\xb4\xc3\x02\xee\x3c\x15\xc9\x51\x01\xa7\xfc\x8e\x6f\x9e\x86\x90\x0a\x4d\x69\x92\x90\x79\xc7\x61\x14\xb2\xec\x5b\x0a\x85\x86\x02\xee\x5f\xef\x6d\x87\x0a\xcd\xba\x4c\x42\xdf\x58\x92\x8a\x04\x2e\x98\x58\x60\xab\xb8\x19\x8d\x40\xe6\x5d\x8b\x11\xc8\x4c\x19\x04\x6a\xa4\xf4\x58\xa0\x79\x97\x02\x9d\xc8\x7c\x25\x8b\x54\x73\xf8\x28\xd7\x48\x83\xe6\x34\x55\x9c\xb9\x5c\xc1\x18\x64\xa6\x4c\x28\x0c\x1a\xaa\xb8\xe6\x80\xfe\x47\x83\x82\x71\x97\x06\x5d\x6c\x4e\x21\x36\x59\x08\x6d\x50\x30\xa6\xc9\x41\x13\x12\x83\xcc\x94\x21\x07\x35\x52\xfa\x9b\x83\x02\xb7\x4b\x83\x3e\xb3\x34\x2b\xb4\x54\xf9\x1e\x06\xb9\x34\x06\x99\x6f\x2d\xc6\x20\x33\x65\x30\xa8\x91\xd2\x63\x83\xbc\x2e\x0d\xfa\x92\xaf\xb8\x4a\x59\x06\x1f\x1e\x90\x8f\x41\x81\x47\x53\xc4\x99\xd7\x18\x23\x90\x99\x32\x7c\x4b\x6d\xa4\xf4\xb8\x88\xab\x77\x24\x1c\xee\x55\xdc\xe5\x7d\x99\x65\x70\xa2\xca\x62\x89\x7d\x11\x17\xd4\x9b\x11\xf6\xca\x40\x24\xcd\x08\x16\xca\xf0\x25\xb5\x91\xd2\xe3\x0c\x54\x6f\x46\x38\x60\x06\x3a\x55\x2c\x91\x02\xbe\x32\xec\x7b\xb8\x80\xa6\x13\xc1\xb2\x3a\x08\x7f\x48\xd6\x78\xf0\xa7\x1f\xfe\xd4\x3b\x11\x0e\x97\x80\xce\x96\xb2\xd0\x10\xb3\x24\x41\xe7\x1f\x9a\x6e\x04\x9f\xa4\x1b\xc1\x42\x41\x74\x23\x98\x8b\x26\x0f\x51\x7a\x59\xbe\x6c\x91\xb8\x8c\xa0\x58\xfc\x69\x5f\x05\x5a\xfc\x41\x94\x92\xad\x1e\x74\x69\xfc\xe9\xb4\x1b\xe1\x22\x95\x02\xce\x45\x7a\x87\x4d\x3f\xf5\x56\x84\xbd\xf4\x21\x69\x45\xb0\x50\x06\x7d\x1a\x29\x6f\x44\x9f\xd1\xf5\xef\x00\x00\x00\xff\xff\x4a\x38\xa2\x4b\x94\x2d\x00\x00")
func dataObj_item03T3WeaponJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T3WeaponJson,
"data/obj_item/03.t3.weapon.json",
)
}
func dataObj_item03T3WeaponJson() (*asset, error) {
bytes, err := dataObj_item03T3WeaponJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t3.weapon.json", size: 11668, mode: os.FileMode(420), modTime: time.Unix(1587191050, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T4ArmorJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9b\x4b\x53\xdb\x30\x10\xc7\xef\xf9\x14\x1a\x9f\xe9\x34\x72\xe2\xc4\xf6\x8d\x72\xa0\x77\x8e\x0c\xc3\xa8\x41\x10\x8f\x5f\xd4\x56\xda\x32\x9d\x7e\xf7\x4e\xdc\x3c\x4c\x5d\x6d\xb5\xe6\x6f\x93\x76\xb8\x61\xd9\xf3\x8f\x5e\xbf\xd5\xee\x6a\xb9\x9e\x08\xf1\x7d\x22\x84\x10\x5e\x62\x74\x7e\x6b\x9e\x1e\xb5\x17\xef\x1e\x4a\xb3\xd6\x95\x77\xf6\xeb\xf5\xaa\xbc\x6b\xde\xa8\x65\xb8\x6f\xfa\xaa\x93\x87\xb5\xf1\x62\x11\xc8\xe9\xae\x49\x7f\x5b\xad\x55\xf1\xd0\x7c\xb9\xff\x4c\x6d\x56\x26\x29\x0b\x2f\x16\xa6\xda\xe8\xbd\x5c\xa5\xee\x8d\xfa\x94\xe9\xe7\xcd\x85\xca\x75\xed\xc5\xe2\xba\x79\x14\xc2\xbb\x28\x37\xc5\x2a\xc9\xc4\x79\x95\x97\x95\xd7\xb4\xde\xb4\x25\xbc\x78\xd7\xff\x6d\x43\x7e\xb7\xfd\xdd\xf7\xcd\x8b\xdb\x63\x47\x85\xf0\x72\x55\x28\x2f\x16\xe1\x74\x7a\x68\xda\x0e\xb1\xfd\x53\xe2\x20\xf4\x6c\xbc\x55\x4b\xa6\x79\xf1\x79\xa3\x0a\x93\x98\x27\x2f\x16\xf2\xd0\xfe\xe3\x8c\x56\x49\x09\x95\x85\xb3\xca\x6c\x6e\x15\x99\x4d\xdd\x55\xa4\x55\xc5\x0f\x9c\x55\xfc\x99\x5d\x65\xe6\xac\x22\x17\xf6\xc9\x0d\xdd\x47\x44\xa8\xb8\xaf\x91\x0c\x10\x4b\xb4\xb4\x77\xc5\x7d\x72\x67\xf6\xae\xb4\xe6\x76\xf7\xd7\xcd\x64\xff\xd4\xc8\x72\x71\x8e\x3a\x38\xfb\xc3\xe3\xfc\x51\x67\xb9\x36\x4c\x9e\x23\x0c\xcf\x11\x84\x67\xbb\x0a\x84\x67\x3f\x42\xf0\x2c\x97\x08\x9e\x25\x84\x67\xc6\x80\xec\x22\x3e\x82\x66\x06\x87\x76\x9a\xd1\x1c\x86\xd3\x0e\x87\x32\x08\x86\xe6\xf0\x43\x59\x9a\x9a\x87\xe1\xa1\xa3\x2f\xc3\xb0\x25\xf3\xfb\xd4\x32\x30\x24\x54\x30\x18\xba\xf7\x85\x02\xc8\x5d\x85\x80\x19\x02\x90\xfb\xde\x27\x50\x66\xd8\x03\x3b\x85\xee\x28\x53\x67\x2a\x9a\x42\xf9\x1a\x14\x5e\xaa\x4d\x61\x32\xcd\x26\x51\x62\x48\x24\xce\x0f\x06\x89\x76\x95\x37\x12\xff\x38\xa0\x93\x21\x91\x31\x27\x23\x92\xe8\x77\xfd\x52\x7f\x70\xbf\xf4\x6a\x9d\xe8\xec\x8e\x89\xa1\x8f\xc1\xd0\x87\x60\x68\x57\x71\xc7\xd0\x27\xac\x36\x63\xef\x13\x18\x62\xfc\x52\xc8\x61\x06\x89\xed\xdc\x39\x1c\xda\xb9\x85\x73\x38\xeb\x70\xf8\x4e\x0e\x85\xe1\x65\x95\xdc\xdf\x27\x45\x9f\x6c\x4f\x38\xc3\x50\x48\x6c\x37\x06\x85\x76\x15\x06\x85\x44\x57\xc6\x8e\x0e\xa9\x3c\x0d\x24\xad\x21\xe7\x08\x82\x38\xd9\x1e\x3b\xcc\xee\xd3\x42\x58\x84\x39\x9a\xc3\xf9\x98\x79\x9a\x3d\x88\x7d\xf2\x34\xe1\x1c\x43\xa2\xdd\x17\xe4\x90\x68\x57\x61\x18\x7e\x82\xa1\xb1\x77\x3f\xc6\xb9\x25\x78\x86\xa4\x5d\x19\x96\xc5\x8e\xd0\x69\xe6\x69\x82\x31\x23\xc4\x3d\x87\x7d\xf2\x34\x01\x06\x43\x44\xdc\x90\x12\x2a\x0c\x0c\x87\x06\x08\x72\xaa\xba\x8f\x87\x80\x90\xb1\xf5\x21\xb9\x1e\x3b\x3f\x90\x34\x8d\x8f\x86\x70\xf1\x1a\x10\x5e\x66\xe5\x17\xcd\xa5\x70\x81\xa1\x90\xf0\x79\x18\x14\x42\xa2\x20\x82\x42\xf7\x30\x68\x68\x0a\x21\xae\x2d\x24\xaa\x83\x50\x78\x9a\x29\x9a\xe5\xa8\x95\x00\x3a\xd3\xb5\x49\x54\xaf\x5a\x80\x70\x89\xc1\x10\xb1\x42\x29\xa1\x02\x39\x3c\x18\xa9\x52\x2a\x96\x62\x38\x82\x84\x49\x60\x80\x88\xc9\xf4\x8c\x77\x94\xfd\xad\x27\x4e\x77\x1f\x18\x12\xbb\x35\x39\x43\x5e\xe2\x1f\x48\xec\x15\x1e\x62\xca\x72\x42\x48\x59\x0e\xa1\x72\x42\x7e\x29\xe6\xd6\x82\x13\x1e\x42\x4e\x67\x44\x2d\x00\xe6\xee\x63\xbc\x83\xb5\xbf\x4d\x80\x9f\xce\xdd\xc2\x9e\x21\xaf\x32\x0f\x36\xa1\x4f\xa8\x8a\xa9\xec\x09\x21\x95\x3d\x84\xca\xbf\xe9\x24\x43\x4a\x72\x06\x8e\x77\x19\x2c\xdb\xe7\x04\x62\x10\xd0\x65\x09\xa7\xe3\x24\x44\xe3\x56\x18\x1d\x0d\x42\xa5\x56\xba\x62\x9a\x84\x08\x53\x65\x14\x41\xaa\x8c\x08\x15\x8c\x49\xc0\x38\xec\x90\x0a\x89\xb1\xa3\x6f\x08\xce\x6f\x4e\x42\x4f\x9b\x20\xa7\x5d\xa3\x30\xdc\xf5\xee\x79\x5d\xab\x4d\x66\xc4\x85\x7a\xd4\x3c\x73\x70\xec\xe7\xcb\xec\x41\x5b\xa7\xff\x02\xa5\x94\x0c\xe6\x22\x13\xe2\x24\x40\xee\x83\x18\xe3\xb1\x1b\x84\xff\xb7\x4e\x49\x4e\xbb\x25\x83\xc1\x70\xa1\xf7\xf6\xbb\x3a\x57\x85\x38\x7f\xac\xca\x82\x0b\x11\xa6\x60\xb0\xad\xd3\x7f\x8d\x52\x4a\x86\xb1\xe9\x20\xb9\x27\x50\xf0\x0d\x49\x25\x13\xff\x9e\xe3\x2e\x82\xc8\x8e\x50\x45\x1f\x70\x8a\xba\xe5\x7e\xc3\x9d\x43\x57\xa6\x2c\x74\x9d\x26\x85\xb8\xc8\x4a\x95\x72\x29\xc2\xd4\xfb\xb5\x75\xfa\xaf\x51\x4a\xc9\x60\x92\x4f\x8c\x72\x18\x44\x41\x00\x01\x34\xa4\xde\x6f\xe4\xf3\x0c\x92\x4a\xf6\x03\xef\xd8\x7c\xe6\x1c\x24\x4e\x6e\x7e\x06\x00\x00\xff\xff\x76\x86\x92\xa4\xe0\x39\x00\x00")
func dataObj_item03T4ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T4ArmorJson,
"data/obj_item/03.t4.armor.json",
)
}
func dataObj_item03T4ArmorJson() (*asset, error) {
bytes, err := dataObj_item03T4ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t4.armor.json", size: 14816, mode: os.FileMode(420), modTime: time.Unix(1587189839, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item03T4WeaponJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x99\xcf\x8e\xda\x30\x10\xc6\xef\x3c\xc5\xc8\x67\xaa\x92\x84\x7f\xc9\x91\x43\xb7\x52\x45\x55\xa9\xc7\x15\x5a\xb9\x60\xc0\x82\x38\xad\x71\xca\xa2\xaa\xef\x5e\x91\x02\xcb\x0a\x8d\xeb\x41\xb3\x56\x73\xdb\x4c\xd0\x97\xb1\x93\xdf\x37\x33\xde\xc7\x0e\xc0\xaf\x0e\x00\x80\xd0\x4e\x95\x4f\xee\xf0\x5d\x89\xe2\x74\x51\xb9\xb5\xb2\xa2\xfb\xf7\xf6\xbc\x5a\x34\x77\xf6\x79\x72\x0e\xed\x95\x5e\xad\x9d\x28\x20\x4d\x7b\xa7\x90\x7a\x9e\xaf\xa5\x59\x35\xbf\x3c\xff\x4c\xd6\x73\xa7\x2b\x23\x0a\x70\xb6\x56\x67\x39\x2b\x97\x4e\x7e\xdb\xaa\xd7\x61\x23\x4b\xb5\x13\x05\x3c\x36\x97\x00\xe2\xc1\xea\xe5\x52\x1b\xf8\x64\xf4\x52\x89\x26\x3a\xbb\x96\x10\xc5\x29\xff\x63\xa0\x5c\x1c\x9f\xfb\xbe\xb9\xf1\xf4\x92\x28\x80\x28\xa5\x91\xa2\x80\x71\xaf\x77\x09\x1d\x97\x78\xfd\x28\xb8\x08\xbd\x5a\xaf\xbd\x92\x69\x6e\xfc\xa8\xa5\x71\xda\x1d\x44\x01\xc9\x25\xfe\xbb\xeb\x57\xd9\x78\x54\x06\xc1\x2a\x69\x86\x8a\xa4\xa3\x70\x95\x01\xae\x12\xbe\xa2\x0c\xcf\x25\x09\x57\x49\xc6\xa8\x4a\x16\x9e\xca\x10\x5f\x50\x78\x26\x23\x86\xd7\x9c\x64\xe2\x25\xdc\xbd\x4f\x23\xe3\x48\x24\xc3\xf7\xf5\x4a\xe4\xf4\xd7\xac\x73\xbe\x6a\x64\xa9\x7e\x90\xc6\xf4\x83\xa9\x36\x95\x93\xb5\x85\xaf\xfb\xca\x2e\x88\x86\x90\xf2\x18\x42\xca\x62\x08\xb8\xca\x90\xc3\x10\x92\x24\xe7\x60\x79\x44\x50\xf1\xec\x4b\xb8\x3b\x79\x1c\x81\x90\x0a\xee\x08\xe1\xb6\x92\xe0\x3e\x49\xf0\xa6\x31\xe6\x08\x19\x37\x87\x59\x4c\x0e\xbf\xac\x2b\x65\xf4\xf3\x5d\x18\x66\x3c\x18\x7a\xbe\x7d\x02\x86\xb8\x4a\x4b\x31\x4c\x3d\xf5\x23\x1c\x43\x1f\xcc\xbd\xb8\x30\x7b\x2a\x33\x33\x87\x2c\xae\xc2\x03\x73\xff\x06\xe6\x77\xc9\x5b\xb1\xfc\x51\xc9\x9f\x07\xf8\x20\xeb\xf9\x5a\x92\x61\xee\xf3\xc0\xdc\x67\x81\x19\x57\x61\x82\x99\xd0\x0a\xe2\xb9\xe4\xe1\x5d\xa9\x0f\x43\x02\x41\x38\x86\xe1\xfb\xe2\x69\x29\x09\x35\x95\x85\xe5\x88\x1c\x0e\x22\x72\xf8\x50\xeb\x9d\xb4\x25\x75\xcc\x1d\xf0\x10\x88\x77\x3b\x14\x02\x71\x95\x96\x12\xe8\x29\xa7\x19\x0b\x81\x2c\x0d\x36\xa1\xb0\x73\xb4\xc6\x3c\x5e\x30\x88\xd6\x1a\x0f\x23\x52\x3c\x55\x4e\x55\x16\x26\xd5\x9e\xc8\xf1\x90\x87\x63\xfc\xfd\x52\x38\xc6\x55\x58\x8e\xab\x92\x1e\xe1\x3b\xf1\x70\xcc\xd2\xd0\x12\x4e\xbd\x3c\x1c\xb3\x20\x18\xbe\xb9\x5c\x5d\x31\xba\x29\xdc\x0c\x8e\x62\x8e\xa7\x9f\x8f\x8f\x58\xca\xed\xf6\x0e\x0e\x47\x3c\x1c\x72\x1c\xe3\x6d\x3c\x2a\x2d\xe5\xd0\x53\x4f\xf3\x56\x72\xc8\x74\x4a\x14\x8d\xc3\x71\xc4\x5a\x38\xd9\xca\xf9\x06\xa6\x95\x35\xda\xac\x76\x4e\x5a\x22\x8a\x63\x1e\x14\x83\x0e\xc3\xff\x89\x22\xc7\x10\xe5\x45\x91\xf0\xe5\xb6\xe3\xc0\x96\x65\xb8\xec\x47\x2e\x89\x11\x87\xcb\xfc\x06\xc5\xb7\xfb\xbf\x89\xd4\xa5\x36\x2b\x98\xd4\x5b\xb9\x97\x44\x0c\x73\x1e\x0c\x73\x16\x0c\x71\x95\x96\x62\xc8\x33\x61\xb2\x0c\x87\xff\x11\xcb\x2c\x65\x35\x68\x16\xba\x65\xb9\x33\xfb\x13\x00\x00\xff\xff\x68\xe0\xe5\x33\x18\x21\x00\x00")
func dataObj_item03T4WeaponJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item03T4WeaponJson,
"data/obj_item/03.t4.weapon.json",
)
}
func dataObj_item03T4WeaponJson() (*asset, error) {
bytes, err := dataObj_item03T4WeaponJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/03.t4.weapon.json", size: 8472, mode: os.FileMode(420), modTime: time.Unix(1587191579, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _dataObj_item99LegacyJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5d\xdd\x6e\x1b\xb9\x15\xbe\xf7\x53\x10\xba\xc9\x4d\x8a\x58\xd2\x8c\x9c\xf8\x2e\x56\x1d\xbb\xdb\xcd\xd6\xb0\x8c\x0d\xd0\x45\x10\xd0\x33\x94\x86\xf0\xcc\x70\x4a\x52\x56\xdd\x62\x81\xa2\xe8\x5d\xd1\x06\xd8\xa2\xed\x2e\xd0\x22\x97\x7d\x85\x3c\x4f\x5e\x20\xfb\x08\x85\xfe\x95\x90\x23\x91\xc3\x33\x64\xee\x62\x79\x32\xfe\x3e\x9e\x73\xbe\x73\x78\xf8\xa3\xef\x8e\x10\xfa\xe3\x11\x42\x08\x75\xa8\x24\xc5\x1b\xf9\x50\x91\xce\xe9\xea\x87\x82\x8a\xa4\xf3\x78\xf9\xdb\x84\xa5\x8b\x5f\xc4\xc7\xdd\xf5\x47\x33\x42\x27\x99\xec\x9c\xa2\xde\xea\x03\xf2\xfb\x24\xc3\xe5\x64\xf1\xdc\xfa\x21\x3c\x4d\x24\x65\x65\xe7\x14\x8d\x71\x2e\xc8\xea\xd3\x12\x17\x44\x74\x4e\xd1\x77\x8b\x1f\x11\xea\xbc\xe2\xb8\xaa\x68\x39\xe9\x2c\x3e\x78\x7d\x84\xd0\xf7\x8f\xed\xa1\xf5\xda\x80\xf6\x35\xc1\x22\x73\xc3\x15\x2b\xb8\xba\xc7\x00\x63\xc6\x58\x4a\x4a\xf4\x9c\x73\x36\x73\xc3\x77\xa2\xe0\xfb\x45\xd7\x1d\xdf\x19\x93\x32\x27\x88\x8d\xd1\x35\x29\x48\xfa\xe0\x86\xf1\x59\xcb\x18\xaf\x18\x15\xac\x74\xc2\xd8\x55\x43\x03\xc2\xce\x23\x49\x48\x0e\x60\xe6\x6e\xbf\x1d\x78\x34\xbf\x27\x1c\x02\x9f\x1a\x26\x20\x26\xe6\x0c\xa7\x4b\x78\x02\x5d\xe1\xe4\xce\x0d\x64\x3b\xb1\x72\x49\xf0\xfd\x03\x1c\xc8\x76\x82\x65\xc8\x8a\x8a\x4d\x4b\xb0\xc1\x1c\x74\x23\xd5\x23\x8d\x60\x4a\x3e\xad\x45\xf9\xf3\xbb\xbf\xbf\xbb\xa0\x63\x89\x86\x6c\x5a\xb1\x12\x3d\xba\xa2\x93\x47\x6e\x30\x35\xfa\x0d\x0f\xf3\x92\x71\x41\x1c\x81\x0e\x7c\x00\xfd\xcd\x2c\x77\x84\xa9\xc6\x50\x0b\x30\x5f\xb2\xa9\xf3\x78\x3e\x55\x80\xc6\x1a\xa0\x4f\xe4\x9b\x9d\x47\x4d\x23\x1e\x3b\x25\xc4\x81\x26\xc6\x6b\xb1\x3d\xb3\x0e\x74\xee\x94\x09\x07\xbd\x63\x63\x70\xdb\x47\x8d\x07\xae\x10\x92\x70\xe1\x06\x50\x4d\xd5\xb5\x00\xbb\xb6\xa3\x97\x11\x22\x88\x1b\x3c\xb5\x92\x6d\x21\x42\x2e\x58\x95\x11\xee\x16\x22\x3d\x4d\x51\x01\x8f\xf4\x79\x29\x85\x23\x4e\x2f\xa9\x66\x54\xd1\xd4\x79\x44\xfd\x64\x1b\x3c\x2d\x25\x49\x1d\xa1\x7a\xc9\x37\x43\x5c\x10\xf3\x8c\xc3\x64\x46\xf8\xe7\x48\x71\xa4\x0a\x92\x61\xed\xbb\x03\x35\xe1\x78\x2c\xf1\x6d\x4e\x0e\x29\xc0\x15\x29\x13\x9a\xcf\x67\x15\x37\x7c\x2a\x8d\x27\x8f\x35\xd0\x55\xa9\x32\x2c\xe6\x9a\x40\x3f\xc3\x3c\x7d\x24\xd0\x10\x57\x9f\x2a\x98\x3d\xee\x13\x35\xe2\x5a\xc4\x7d\x49\xef\x68\x39\x41\x5f\x61\xee\x36\xda\x27\x8d\x27\x21\x0e\xa8\xcf\xb0\x71\xe3\xa3\x06\xb5\x26\x10\xdb\x73\xef\x91\xa4\xc9\xdd\xdc\xbb\x5f\x51\x91\xb2\xc2\xcd\x4f\x92\xac\xb1\x7f\xef\x82\x34\x06\xff\x5b\x56\xdc\x52\x82\x86\x19\x11\xd2\x69\xd0\x89\x66\xb6\xdf\x1e\xec\x21\x4b\x18\x46\x57\x6c\x96\x12\x37\x0f\x27\x5d\x4d\x07\xaf\x45\x17\xff\xf9\xdd\xff\xde\x7d\xf8\xd3\xdf\x3e\xfc\xf4\xe7\x8f\xef\xdf\xa2\x57\x54\x26\x59\x3e\xf7\xf9\x6b\x76\x6b\x5c\x23\xd5\x11\x51\xab\xa4\x00\x44\x86\x94\x27\x39\x71\xf5\xa5\x63\xb5\x8e\x0a\xc0\x65\x94\x31\x62\x5c\x58\xd7\x31\xf1\xaa\xfb\x75\x4c\xce\x38\x4e\x2c\x26\x09\x75\x5c\xbc\x66\x03\x0d\x17\x90\x30\x51\x93\x83\x67\x12\x40\x21\xd2\xb8\xf5\x06\xc5\x03\x24\x3c\xd4\x9e\x82\x67\x16\x40\xa1\xd1\xb8\xc7\x08\xc0\x03\xe7\x77\x8b\x96\x73\xc1\xd6\xc8\xea\x9e\xc1\x8b\x67\xdc\xa8\x76\xd5\xc9\x83\x6f\xaa\x97\x24\x2f\x88\x3c\xc0\x35\x5b\x3e\xe4\x48\x36\x64\x75\xb0\xe4\x71\xc6\x98\x14\x07\xb8\xde\x2e\x9e\x71\xa4\x1a\xb2\x7e\x58\xd2\x98\xcc\xa7\xe1\x39\x39\x48\xf7\x62\xf3\x9c\x23\xe5\x90\x65\xc6\x92\xca\x28\xa3\x24\x4f\x0f\xf0\x15\xcb\x87\x1c\xc9\xaa\x95\x48\xf4\xb4\xbd\x69\xd1\xa7\x44\x56\xf3\x8c\xe7\x10\xfa\x13\xb0\x0a\x59\xd1\xb8\x04\x91\x16\xcd\x2c\x35\xb2\xb0\x07\x82\x60\x72\x06\x21\x1c\x9a\x05\x0c\x1b\x22\x10\x3c\xc0\x14\x21\x60\x3d\xb2\xa2\x32\x02\x09\xf6\x80\xf5\xc8\xaf\x8a\x0a\xa2\x50\xd7\xac\x9a\x78\xa5\x00\x53\xa6\x6b\x96\x56\xbc\xb2\x80\x28\xd2\x35\xeb\x2f\x5e\x39\xc0\x94\xe8\x9a\xb5\x19\x6f\x2c\x7e\x49\x0a\x56\x82\x04\x45\xc0\x76\xc2\x92\x04\x50\x58\x04\x4c\xe2\x4b\x1e\x20\x81\x11\xb0\x97\xb0\x64\x01\x14\x1a\x01\x7b\x09\x2f\x71\x39\x63\xf9\x18\xa4\x34\xec\x05\xcc\xde\x6b\x1e\x20\xb5\x61\x2f\x60\xfa\x5e\x13\x81\x28\x0d\xfb\x01\x73\xf8\x9a\xc7\x45\xce\xee\x9d\x23\xbd\x1f\xb2\x0f\x40\x38\x01\x0b\x91\xbe\x66\x57\xf0\xb1\xaf\x62\x7d\xc3\x04\x24\x48\xfa\x21\x67\xef\x6b\x26\x20\x51\x12\x72\x8d\x60\x4d\x04\x26\x4c\x02\xa6\xf5\x17\x39\x49\x37\x6d\x50\x47\x1a\x01\xf3\xfa\x8a\x06\x4c\x84\x04\xcc\xeb\x2b\x1e\x20\xf1\x11\x30\xad\xaf\x68\xc0\x44\x47\xc0\xac\xfe\x0d\x13\x63\xc2\xb1\x9c\x82\x04\x88\x66\x03\x51\x00\x26\x20\x31\xe2\x77\x43\x51\x1d\x15\x88\x30\x89\x02\x4e\xd3\xb7\x4c\x40\x22\x25\xfa\x32\xd6\xff\x25\x1e\x8f\x5d\x99\x84\xcc\xed\x98\xa3\x61\x3e\xbd\x75\xa5\x10\x30\xa9\x2f\xda\x3f\xe6\x27\x69\xea\x18\x04\xcc\xe7\x73\x06\xaf\x32\x5a\xb9\x52\xf8\x02\xa6\xe8\xbf\x2e\xe9\xd8\xb5\x81\x15\x85\xcf\xe5\xa3\x84\x16\x54\x3a\x6e\x8d\x24\xdd\x28\xe4\x92\xff\x72\x03\x06\x80\x3e\xc5\xe1\x57\xf3\x01\x24\x2a\x0e\x98\xc4\x57\x8d\x38\x67\x91\x8a\x03\xa6\xef\x25\x07\x00\x99\x8a\xbf\x84\x39\x39\x84\x4e\xc5\x01\xf3\xf6\xb6\x98\xba\xc6\x15\x75\xde\xe1\x1a\x37\x96\xdc\xbd\x98\x3f\xfc\xf7\x2f\x1f\xdf\xbf\x7d\xc1\xd9\x1f\x48\x89\x46\x33\xc6\x5d\xd7\x2c\xe3\x76\xce\x69\x7e\x82\xf3\x12\x17\x85\xf3\x80\x0e\x1a\x6b\xa6\x39\x50\x0b\x3d\xe1\x44\x68\x30\x82\xec\x23\xaf\xc1\x78\x43\x0b\x92\x13\x21\x10\x4d\x68\x92\x1b\x87\x9a\x1e\x68\x63\xc5\xb0\xf0\xce\x0c\x9b\x7b\xa7\x1e\x65\x63\x39\x38\x10\xf7\x3f\xfc\x38\x9c\x56\x34\x7d\x24\xd0\xb9\x10\xa4\x4c\x9c\x4e\xca\x91\xa6\x07\xe5\xf6\x82\x3c\x9f\x38\x5d\x44\x41\x9a\x9e\x89\xdb\x0b\xea\x45\xce\xa6\xc6\x71\xac\x85\xd5\x8e\x45\x5f\xd2\xdc\xe9\x14\x38\x69\xe7\xd8\xff\x68\x3a\x31\x2f\x78\xb5\xb8\x84\x54\x80\xc5\x00\xf7\x25\x9c\xdf\xd3\x1c\x8d\x2a\xca\xa9\x14\xe8\x86\x49\x52\xb8\xa0\xcc\x66\x0e\xc7\x20\xf6\xe2\xdc\x48\xde\x57\x38\x75\x8a\xd1\x39\xc4\x76\x5c\x6f\x94\xe1\x94\xcd\xd0\x59\xce\x58\x2a\x24\x2b\x9d\x61\xb6\x73\xb9\xc3\xb7\x8c\xa6\xe8\xbc\x20\x1c\x7f\xb6\xcb\xc9\x16\x62\xa5\x39\xba\xe3\x54\xa2\xed\x3b\x87\xf9\x2d\xc5\x8b\x23\x8c\xd7\x78\xb2\x1e\xd7\xdd\x37\x74\x4e\x57\xd8\xe7\x1f\x14\xe9\xfc\xcf\x3e\xb9\xe5\x64\xf6\x66\x0b\x12\xa1\x4e\x81\x4b\xbc\x73\x18\x6d\xc5\x74\xf7\xef\xa0\xcd\x6b\x3e\xa1\x1a\xc7\x9b\x97\x2c\x3e\xff\xdd\x14\x97\x92\xca\x87\xf9\xcb\x36\x9f\x7f\xff\x78\xff\x4b\x36\x53\xef\xbd\x2f\x59\xfd\xeb\xf5\xd1\xfa\x27\x7b\xdf\xa9\x34\x31\xd8\x9a\x61\xae\xd8\xfc\xff\x36\x33\x4d\x4f\x35\x4d\x6c\x6b\x9a\x4d\xfd\xd2\x92\x69\x7a\xc6\x2f\xd9\xd4\xcf\xed\xdb\xd7\x2c\xa5\x3f\x91\x6f\x76\x1e\x75\xb2\xf2\xce\xed\x49\xd6\x56\xee\x2b\x56\xee\x5b\x07\xe0\x1e\x2b\x9b\x1b\x28\x82\x70\x15\x33\x2b\x1f\x7a\x49\xcf\x9b\xab\x00\xdc\x34\x60\xab\xd1\x57\x04\x27\x96\x3e\x12\x01\x88\x74\x1f\xc2\x32\x91\xbf\x20\x06\xb8\x59\xc1\x5e\xa4\x1b\xd8\x26\x06\x50\xe9\x3d\xc3\x6a\x1e\xbf\x9b\x79\xbf\x8b\x81\x07\xfe\x42\x0f\xe0\x3e\x0a\x7b\x7d\x6e\x60\xe0\x01\x84\x40\xd7\x0f\xab\x45\x06\x3d\x81\x30\x30\x84\x97\x78\x14\x68\x80\xeb\xa7\x6c\x05\xfa\x82\x13\x92\xda\xf9\xc8\x09\x80\x40\x47\x03\x08\xcb\x18\x99\x17\xc4\x32\x6a\xdf\xd6\x83\x40\x37\xb0\xcd\x53\x88\x32\xba\x0b\x11\x7a\x91\x37\xdb\xa8\xbd\x6a\x0f\xda\xda\xc0\x36\xcf\x20\xb4\xb5\x7e\x58\x2d\x8a\x5f\x23\x45\x03\x91\xc5\x43\x5e\x62\xe4\x6a\x10\x5e\xa2\x39\x2a\xdd\xba\xb6\x7e\x83\xe5\x94\xdb\x25\xe0\xee\x31\x80\xb8\x1e\xd7\xe7\xce\xc8\xdc\x49\x20\x54\x20\x32\xca\xe2\x20\xf6\xf5\xd8\x80\xda\x2a\x74\x13\x0b\x6b\x9a\x50\xd6\x12\xbd\xc7\xc2\x27\x10\xc6\xe9\x1b\xbf\xa4\x57\xef\x26\xe6\x2f\xf1\xd7\x2e\xd1\x9c\xac\xf7\x90\x2c\x9a\xb8\x89\xda\x10\xb3\xcf\x16\x7b\xc6\xd5\xc2\xc2\x46\x99\xfc\x8b\x29\x07\x74\x97\x49\xb7\x2d\xf4\x2f\xe7\x06\xb2\xb2\xae\xda\x08\x03\x15\x01\x8b\xd0\xab\x8f\x5f\x8b\xd9\x38\x48\xae\xf0\x57\x0b\x78\x6c\x84\x6d\x73\x85\xbd\x93\xa8\x9d\x30\x7b\x09\xd8\x33\xaa\xe6\x4e\x02\xe2\x69\x30\x6d\x81\xfa\x79\xa3\x85\xbb\x1a\x2d\xe1\x80\x78\x9a\xc7\xc6\xde\x36\xdd\xd8\x7b\x9a\xda\xd7\x8b\xed\x93\x4d\xbd\xa7\x59\x54\x9d\xf5\x9e\x06\x22\x47\x16\x2f\x01\x49\x7b\xfe\xea\x5f\x8f\x1d\xc6\x75\xda\xbb\x99\xd1\x7c\xf1\xb7\xac\x7c\x4d\x6d\x31\xda\xa7\xbe\x6e\x7d\xe7\xc7\x73\xea\x83\x59\x69\xf0\xd6\x62\x84\xb8\xe1\xde\x3e\xf5\x35\x73\x14\xb5\xcf\xd8\x20\xfd\xd5\xe7\x0b\x0b\x47\xa9\xf7\x36\x0b\x3d\x81\x70\x14\x18\x51\xf2\x97\xfe\x3c\xb6\x4d\xb7\xe9\xaf\x99\xb7\xa9\x9d\x53\xfb\x14\xb8\xc7\xc6\xe6\xde\xb6\x47\x51\x2c\x5c\x16\xc2\xef\x07\x46\xbb\x54\x7c\xb8\xac\xd9\x72\x3d\x88\xcb\x7a\xec\x26\x6f\xa6\x8f\x8c\x57\x99\x9d\xb7\xaa\xbd\x64\xd0\xf9\x63\x6c\x6e\x5e\x90\x36\x30\xc4\x6e\x8c\x01\xc4\x92\x92\xbf\x8d\x59\x9a\x3b\xb5\x7c\x4c\x42\xad\x5d\xad\xa7\x76\xa4\x1b\x34\xa2\x40\xe4\x08\x64\xe3\x00\xc8\xda\x07\x84\x30\x82\xec\x1e\x32\x93\x68\x10\x7f\xf5\xd8\x60\xdf\x99\xca\xda\xfb\xab\xda\x5f\x07\x4d\xe4\x03\x73\x2d\x81\xe8\x9a\x44\x20\xb5\x27\x88\xbe\x82\x6c\xb9\x81\xd8\xd6\x01\x13\x39\x46\xe9\x02\x20\x72\xc6\x9a\xed\xfa\xed\x1d\x5f\x7b\xc1\x78\x42\x90\xf3\x9e\xf3\xaa\xa8\x14\xd0\x2d\x1e\xba\xbb\x9a\x16\xd5\x1d\x75\xfa\x6a\xaf\x8a\xe5\x5e\x11\x73\xc6\xc6\x73\x85\xfa\x9a\x3d\xe0\x5c\x3a\x7d\x65\x9a\x4c\x89\x4f\xe8\x29\x21\x3c\x63\xbc\x44\x04\xf3\x9c\xb1\x42\x38\x6d\xfd\x17\xd0\x5b\xff\x0f\x9c\xd2\xfa\xc7\x3f\x47\x09\x67\xf9\xe7\x27\x00\x1a\x0d\xbc\x80\xde\x1d\x6f\x81\x7d\x77\x73\x5e\x43\xf0\xc0\x2b\x5d\x87\xc0\xff\x1b\x72\xe0\x81\x97\x60\x2c\xb0\x03\x0c\x3c\x70\x57\xff\x10\xf8\x1f\x21\x07\x1e\xb8\x4f\x6c\x81\x1d\x60\xe0\x81\xbb\x97\x87\xc0\xff\x04\x39\xf0\xc0\xbd\x30\x0b\xec\xee\x03\x0f\xbd\xbb\xe6\xa0\x4e\x5e\x63\x4e\x90\x80\x1b\x7d\xe8\x7d\x1f\xb6\x04\x00\x4c\xe0\x5b\xed\xc1\x4d\xe0\x5b\xf2\xe1\x4d\xe0\x5b\xf7\xc1\x4d\xe0\x5b\xfc\xe1\x4d\xe0\x3b\x03\x80\x9b\xc0\x77\x1a\x00\x37\x81\xe6\x9a\xa2\x36\x19\xfc\xeb\xaf\xdb\x44\x76\x5e\x4e\x38\xbe\xa7\xa5\xd3\x25\x08\x42\x73\x43\x51\x7b\x04\x3e\xfc\xe7\x87\x8f\xef\xdf\x3a\x50\xd0\x5e\x7c\x22\x93\xac\xe9\x8c\xb1\xd1\x97\x3c\xde\x30\x9e\xb8\x7d\x5b\xac\x4c\x35\x5f\x6c\x6d\x7f\x69\x81\x69\x07\x71\xc8\x72\xc6\x17\x97\x04\x88\xcf\x2e\x1c\x39\x7a\x7d\xf4\xff\x00\x00\x00\xff\xff\x7a\x65\xe8\xa4\x5c\x86\x00\x00")
func dataObj_item99LegacyJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item99LegacyJson,
"data/obj_item/99.legacy.json",
)
}
func dataObj_item99LegacyJson() (*asset, error) {
bytes, err := dataObj_item99LegacyJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/99.legacy.json", size: 34396, mode: os.FileMode(420), modTime: time.Unix(1587191575, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
// Asset loads and returns the asset for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func Asset(name string) ([]byte, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
}
return a.bytes, nil
}
return nil, fmt.Errorf("Asset %s not found", name)
}
// MustAsset is like Asset but panics when Asset would return an error.
// It simplifies safe initialization of global variables.
func MustAsset(name string) []byte {
a, err := Asset(name)
if err != nil {
panic("asset: Asset(" + name + "): " + err.Error())
}
return a
}
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func AssetInfo(name string) (os.FileInfo, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
}
return a.info, nil
}
return nil, fmt.Errorf("AssetInfo %s not found", name)
}
// AssetNames returns the names of the assets.
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
for name := range _bindata {
names = append(names, name)
}
return names
}
// _bindata is a table, holding each asset generator, mapped to its name.
var _bindata = map[string]func() (*asset, error){
"data/code_obj_class.json": dataCode_obj_classJson,
"data/code_obj_classif.json": dataCode_obj_classifJson,
"data/code_obj_sub_type.json": dataCode_obj_sub_typeJson,
"data/code_obj_type.json": dataCode_obj_typeJson,
"data/config.json": dataConfigJson,
"data/msg_rules.json": dataMsg_rulesJson,
"data/obj_item/01.base.json": dataObj_item01BaseJson,
"data/obj_item/01.craft.json": dataObj_item01CraftJson,
"data/obj_item/01.parts.json": dataObj_item01PartsJson,
"data/obj_item/01.recipes.json": dataObj_item01RecipesJson,
"data/obj_item/02.alch.base.json": dataObj_item02AlchBaseJson,
"data/obj_item/02.alch.craft.json": dataObj_item02AlchCraftJson,
"data/obj_item/03.t0.armor.json": dataObj_item03T0ArmorJson,
"data/obj_item/03.t0.weapon.json": dataObj_item03T0WeaponJson,
"data/obj_item/03.t1.armor.json": dataObj_item03T1ArmorJson,
"data/obj_item/03.t1.weapon.json": dataObj_item03T1WeaponJson,
"data/obj_item/03.t2.armor.json": dataObj_item03T2ArmorJson,
"data/obj_item/03.t2.weapon.json": dataObj_item03T2WeaponJson,
"data/obj_item/03.t3.armor.json": dataObj_item03T3ArmorJson,
"data/obj_item/03.t3.weapon.json": dataObj_item03T3WeaponJson,
"data/obj_item/03.t4.armor.json": dataObj_item03T4ArmorJson,
"data/obj_item/03.t4.weapon.json": dataObj_item03T4WeaponJson,
"data/obj_item/99.legacy.json": dataObj_item99LegacyJson,
}
// AssetDir returns the file names below a certain
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
// data/
// foo.txt
// img/
// a.png
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("") will return []string{"data"}.
func AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
cannonicalName := strings.Replace(name, "\\", "/", -1)
pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
}
}
if node.Func != nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
rv := make([]string, 0, len(node.Children))
for childName := range node.Children {
rv = append(rv, childName)
}
return rv, nil
}
type bintree struct {
Func func() (*asset, error)
Children map[string]*bintree
}
var _bintree = &bintree{nil, map[string]*bintree{
"data": &bintree{nil, map[string]*bintree{
"code_obj_class.json": &bintree{dataCode_obj_classJson, map[string]*bintree{}},
"code_obj_classif.json": &bintree{dataCode_obj_classifJson, map[string]*bintree{}},
"code_obj_sub_type.json": &bintree{dataCode_obj_sub_typeJson, map[string]*bintree{}},
"code_obj_type.json": &bintree{dataCode_obj_typeJson, map[string]*bintree{}},
"config.json": &bintree{dataConfigJson, map[string]*bintree{}},
"msg_rules.json": &bintree{dataMsg_rulesJson, map[string]*bintree{}},
"obj_item": &bintree{nil, map[string]*bintree{
"01.base.json": &bintree{dataObj_item01BaseJson, map[string]*bintree{}},
"01.craft.json": &bintree{dataObj_item01CraftJson, map[string]*bintree{}},
"01.parts.json": &bintree{dataObj_item01PartsJson, map[string]*bintree{}},
"01.recipes.json": &bintree{dataObj_item01RecipesJson, map[string]*bintree{}},
"02.alch.base.json": &bintree{dataObj_item02AlchBaseJson, map[string]*bintree{}},
"02.alch.craft.json": &bintree{dataObj_item02AlchCraftJson, map[string]*bintree{}},
"03.t0.armor.json": &bintree{dataObj_item03T0ArmorJson, map[string]*bintree{}},
"03.t0.weapon.json": &bintree{dataObj_item03T0WeaponJson, map[string]*bintree{}},
"03.t1.armor.json": &bintree{dataObj_item03T1ArmorJson, map[string]*bintree{}},
"03.t1.weapon.json": &bintree{dataObj_item03T1WeaponJson, map[string]*bintree{}},
"03.t2.armor.json": &bintree{dataObj_item03T2ArmorJson, map[string]*bintree{}},
"03.t2.weapon.json": &bintree{dataObj_item03T2WeaponJson, map[string]*bintree{}},
"03.t3.armor.json": &bintree{dataObj_item03T3ArmorJson, map[string]*bintree{}},
"03.t3.weapon.json": &bintree{dataObj_item03T3WeaponJson, map[string]*bintree{}},
"03.t4.armor.json": &bintree{dataObj_item03T4ArmorJson, map[string]*bintree{}},
"03.t4.weapon.json": &bintree{dataObj_item03T4WeaponJson, map[string]*bintree{}},
"99.legacy.json": &bintree{dataObj_item99LegacyJson, map[string]*bintree{}},
}},
}},
}}
// RestoreAsset restores an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
return err
}
info, err := AssetInfo(name)
if err != nil {
return err
}
err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
if err != nil {
return err
}
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
if err != nil {
return err
}
return nil
}
// RestoreAssets restores an asset under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
// File
if err != nil {
return RestoreAsset(dir, name)
}
// Dir
for _, child := range children {
err = RestoreAssets(dir, filepath.Join(name, child))
if err != nil {
return err
}
}
return nil
}
func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}