chirpnest/bindata.go

595 lines
139 KiB
Go
Raw Normal View History

2020-04-18 05:44:42 +02:00
// 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
2019-12-29 08:50:56 +01:00
// data/code_obj_sub_type.json
// data/code_obj_type.json
2020-01-02 11:04:48 +01:00
// data/config.json
2019-12-29 08:50:56 +01:00
// data/msg_rules.json
2020-04-18 08:05:34 +02:00
// data/obj_item/01.base.json
// data/obj_item/01.craft.json
// data/obj_item/02.alch.base.json
// data/obj_item/02.alch.craft.json
// data/obj_item/04.t0.armor.json
// data/obj_item/04.t1.armor.json
// data/obj_item/04.t2.armor.json
// data/obj_item/04.t3.armor.json
// data/obj_item/04.t4.armor.json
// data/obj_item/99.legacy.json
2019-12-26 06:08:00 +01:00
package main
2019-12-29 08:50:56 +01:00
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
}
2020-04-18 05:44:42 +02:00
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\x
2019-12-29 08:50:56 +01:00
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
}
2020-04-18 05:44:42 +02:00
info := bindataFileInfo{name: "data/code_obj_sub_type.json", size: 16575, mode: os.FileMode(420), modTime: time.Unix(1586227707, 0)}
2019-12-29 08:50:56 +01:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
2020-02-03 21:23:29 +01:00
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")
2019-12-29 08:50:56 +01:00
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
}
2020-04-18 05:44:42 +02:00
info := bindataFileInfo{name: "data/code_obj_type.json", size: 719, mode: os.FileMode(420), modTime: time.Unix(1586221462, 0)}
2019-12-29 08:50:56 +01:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
2020-04-18 05:44:42 +02:00
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")
2020-01-02 11:04:48 +01:00
func dataConfigJsonBytes() ([]byte, error) {
return bindataRead(
_dataConfigJson,
"data/config.json",
)
}
func dataConfigJson() (*asset, error) {
bytes, err := dataConfigJsonBytes()
if err != nil {
return nil, err
}
2020-04-18 05:44:42 +02:00
info := bindataFileInfo{name: "data/config.json", size: 728, mode: os.FileMode(420), modTime: time.Unix(1586221462, 0)}
2020-01-02 11:04:48 +01:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
2020-04-18 05:44:42 +02:00
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\x
2019-12-29 08:50:56 +01:00
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
}
2020-04-18 05:44:42 +02:00
info := bindataFileInfo{name: "data/msg_rules.json", size: 78275, mode: os.FileMode(420), modTime: time.Unix(1586221462, 0)}
2019-12-29 08:50:56 +01:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
2020-04-18 08:05:34 +02:00
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")
2020-04-18 05:49:38 +02:00
2020-04-18 08:05:34 +02:00
func dataObj_item01BaseJsonBytes() ([]byte, error) {
2020-04-18 05:49:38 +02:00
return bindataRead(
2020-04-18 08:05:34 +02:00
_dataObj_item01BaseJson,
"data/obj_item/01.base.json",
2020-04-18 05:49:38 +02:00
)
}
2020-04-18 08:05:34 +02:00
func dataObj_item01BaseJson() (*asset, error) {
bytes, err := dataObj_item01BaseJsonBytes()
2020-04-18 05:49:38 +02:00
if err != nil {
return nil, err
}
2020-04-18 08:05:34 +02:00
info := bindataFileInfo{name: "data/obj_item/01.base.json", size: 2951, mode: os.FileMode(420), modTime: time.Unix(1587183958, 0)}
2020-04-18 06:19:27 +02:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
2020-04-18 08:05:34 +02:00
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")
2020-04-18 06:19:27 +02:00
2020-04-18 08:05:34 +02:00
func dataObj_item01CraftJsonBytes() ([]byte, error) {
2020-04-18 06:19:27 +02:00
return bindataRead(
2020-04-18 08:05:34 +02:00
_dataObj_item01CraftJson,
"data/obj_item/01.craft.json",
2020-04-18 06:19:27 +02:00
)
}
2020-04-18 08:05:34 +02:00
func dataObj_item01CraftJson() (*asset, error) {
bytes, err := dataObj_item01CraftJsonBytes()
2020-04-18 06:19:27 +02:00
if err != nil {
return nil, err
}
2020-04-18 08:05:34 +02:00
info := bindataFileInfo{name: "data/obj_item/01.craft.json", size: 9785, mode: os.FileMode(420), modTime: time.Unix(1587183955, 0)}
2020-04-18 06:19:27 +02:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
2020-04-18 08:05:34 +02:00
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")
2020-04-18 06:19:27 +02:00
2020-04-18 08:05:34 +02:00
func dataObj_item02AlchBaseJsonBytes() ([]byte, error) {
2020-04-18 06:19:27 +02:00
return bindataRead(
2020-04-18 08:05:34 +02:00
_dataObj_item02AlchBaseJson,
"data/obj_item/02.alch.base.json",
2020-04-18 06:19:27 +02:00
)
}
2020-04-18 08:05:34 +02:00
func dataObj_item02AlchBaseJson() (*asset, error) {
bytes, err := dataObj_item02AlchBaseJsonBytes()
2020-04-18 06:19:27 +02:00
if err != nil {
return nil, err
}
2020-04-18 08:05:34 +02:00
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_item04T0ArmorJson = []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_item04T0ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item04T0ArmorJson,
"data/obj_item/04.t0.armor.json",
)
}
func dataObj_item04T0ArmorJson() (*asset, error) {
bytes, err := dataObj_item04T0ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/04.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_item04T1ArmorJson = []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_item04T1ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item04T1ArmorJson,
"data/obj_item/04.t1.armor.json",
)
}
func dataObj_item04T1ArmorJson() (*asset, error) {
bytes, err := dataObj_item04T1ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/04.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_item04T2ArmorJson = []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_item04T2ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item04T2ArmorJson,
"data/obj_item/04.t2.armor.json",
)
}
func dataObj_item04T2ArmorJson() (*asset, error) {
bytes, err := dataObj_item04T2ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/04.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_item04T3ArmorJson = []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\x
func dataObj_item04T3ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item04T3ArmorJson,
"data/obj_item/04.t3.armor.json",
)
}
func dataObj_item04T3ArmorJson() (*asset, error) {
bytes, err := dataObj_item04T3ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/04.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_item04T4ArmorJson = []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_item04T4ArmorJsonBytes() ([]byte, error) {
return bindataRead(
_dataObj_item04T4ArmorJson,
"data/obj_item/04.t4.armor.json",
)
}
func dataObj_item04T4ArmorJson() (*asset, error) {
bytes, err := dataObj_item04T4ArmorJsonBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "data/obj_item/04.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_item99LegacyJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5d\xdd\x6e\xe4\x38\x76\xbe\xef\xa7\x10\x7c\xd3\x37\x1d\x8c\xeb\xcf\x3f\x7d\xd7\x76\xff\xed\xce\x78\xd6\xe8\x6a\xa4\x81\x2c\x06\x0d\x5a\xc5\x2a\x09\x96\xc4\x0a\xa5\xb2\xdb\x09\x16\x08\x82\xdc\x05\xc9\x00\x1b\x24\xd9\x05\x12\xf4\x65\x5e\x61\x9e\x67\x5e\x60\xe6\x11\x82\x92\x54\xbf\xa4\x68\x51\xfc\x48\xba\x7b\x7c\x37\x2d\xd6\xd0\xdf\x27\xf2\x3b\xe7\xf0\x90\xd4\xf9\xe3\x93\x20\xf8\xc7\x27\x41\x10\x04\x07\x71\x41\xd3\x8f\xc5\xdd\x9c\x1e\x3c\xaf\xff\x91\xc6\x79\x78\xf0\xac\x6a\x0d\xd9\xa4\x6c\x18\x1d\xf6\x56\x8f\x6e\x69\x3c\x8b\x8a\x83\xe7\x41\xbf\x7e\x40\x3f\x85\x11\xc9\x66\xe5\xef\x56\x3f\x22\x8b\xb0\x88\x59\x76\xf0\x3c\x98\x92\x24\xa7\xf5\xd3\x8c\xa4\x34\x3f\x78\x1e\xfc\xb1\xfc\x67\x10\x1c\x7c\xe0\x64\x3e\x8f\xb3\xd9\x41\xf9\xe0\x87\x27\x41\xf0\xa7\x67\xfa\xd0\xfa\x36\xa0\x7d\x47\x49\x1e\x99\xe1\x1a\x09\xb8\x7a\x87\x80\x77\xc6\xd8\x84\x66\xc1\x0b\xce\xd9\xad\x19\xbe\x63\x01\xdf\xdf\xf4\xcc\xf1\x9d\xb1\xa2\x48\x68\xc0\xa6\xc1\x3b\x9a\xd2\xc9\x9d\x19\xc6\x53\xcb\x18\x2f\x59\x9c\xb3\xcc\x08\x63\x4f\x94\x06\x62\x9c\xc7\x05\xa5\x09\x60\x98\x7b\x03\x3b\xf0\xe2\xe4\x86\x72\x04\x3e\x51\x26\x90\x21\xe6\x8c\x4c\x2a\x78\x79\x70\x49\xc2\x6b\x33\x90\x76\xb4\xf2\x96\x92\x9b\x3b\x1c\x48\x3b\x62\x39\x67\xe9\x9c\x2d\x32\xd8\xcb\x3c\xea\x0d\xc5\x19\xd9\x0a\x66\xc1\x17\x8d\x28\x7f\xfd\xfc\xef\x9f\xdf\xc4\xd3\x22\x38\x67\x8b\x39\xcb\x82\xa7\x97\xf1\xec\xa9\x19\x4c\x89\xfd\xc6\xc3\x7c\xcb\x78\x4e\x0d\x81\x1e\xb9\x00\xfa\x87\xdb\xc4\x10\xa6\xa8\x21\x0b\x30\x2f\xd8\xc2\xf8\x7d\x9e\x08\x40\x47\x12\xa0\xdf\x14\x1f\xb7\x7e\xda\x56\xf1\xc4\xc8\x21\x1e\x49\x34\xde\x88\xed\x54\x5b\xe8\xdc\xc8\x13\x1e\xf5\x0f\x5b\x83\xdb\xfc\xb4\xf5\x8b\x4b\xf3\x82\xf2\xdc\x0c\xa0\xe8\xaa\x1b\x01\xf6\x74\xdf\x5e\x44\x69\x4e\xcd\xe0\x89\x91\xac\x05\x85\xbc\x61\xf3\x88\x72\x33\x89\xf4\x25\x41\x05\x1e\xe9\x8b\xac\xc8\x0d\x71\x3a\x71\x35\xe3\x79\x3c\x31\x7e\xa3\x6e\xbc\x0d\x59\x64\x05\x9d\x18\x42\x75\xe2\x6f\xce\x49\x4a\xdb\x7b\x1c\x56\x44\x94\xef\x23\x25\x43\xd1\x20\xb5\x8c\x7d\xb7\xa0\x86\x9c\x4c\x0b\x72\x95\xd0\xfb\x2c\xc0\x25\xcd\xc2\x38\x59\xae\x2a\xde\xf3\x45\xd1\x7a\xf1\xd8\x00\x5d\x34\x55\x2d\x83\xb9\x2e\xd0\xcf\x08\x9f\x3c\xcd\x83\x73\x32\xdf\xb5\x60\xfa\xb8\x8f\x45\xc5\x59\xc4\xfd\x36\xbe\x8e\xb3\x59\xf0\x7b\xc2\xcd\xde\xf6\x71\xe7\x45\x88\x01\xea\x33\xd2\x3a\xf1\xd1\x80\x5a\x22\x44\x7b\xd3\x7b\x5c\xc4\xe1\xf5\x72\x76\x7f\x88\xf3\x09\x4b\xcd\xe6\x49\x18\x75\x9e\xdf\xdb\x20\x5b\x83\xff\x3b\x96\x5e\xc5\x34\x38\x8f\x68\x5e\x18\xbd\x74\x2a\x59\xed\xdb\x83\x7d\xce\x42\x46\x82\x4b\x76\x3b\xa1\x66\x33\x9c\xf6\x24\x19\x3c\x8b\x53\xfc\xd7\xcf\xff\xf7\xf9\xe7\x7f\xfa\xb7\x9f\xff\xfa\xcf\xbf\xfc\xf4\x63\xf0\x21\x2e\xc2\x28\x59\xce\xf9\x77\xec\xaa\x75\x8c\xd4\x44\x44\x8c\x92\x3c\x10\x39\x8f\x79\x98\x50\xd3\xb9\x74\x28\xc6\x51\x1e\xb8\x8c\x23\x46\x5b\x07\xd6\x4d\x4c\x9c\xda\xfd\x26\x26\x67\x9c\x84\x1a\x8b\x84\x26\x2e\x4e\xbd\x81\x84\x0b\x44\x26\xa2\x73\x70\x4c\x02\x24\x91\xce\xa9\x37\x14\x0f\x88\x3c\xc4\x9c\x82\x63\x16\x20\x69\x74\xce\x31\x02\x78\x90\xe4\xba\x4c\x39\xa7\x6c\x85\xac\xe9\x37\xa4\xfc\x8d\x19\xd5\x9e\xb8\x78\x70\x4d\xf5\x2d\x4d\x52\x5a\xdc\xc3\x35\xaa\x7e\x64\x48\xd6\x67\x74\x50\xf1\x38\x63\xac\xc8\xef\xe1\x7a\x55\xfe\xc6\x90\xaa\xcf\xf8\xa1\xa2\x31\x5b\x2e\xc3\x13\x7a\x2f\xdd\x37\xeb\xdf\x19\x52\xf6\x19\x66\x54\x54\xc6\x51\x4c\x93\xc9\x3d\x7c\xf3\xea\x47\x86\x64\xc5\x48\x64\x78\x62\x6f\x59\xb4\x4b\xa4\x5e\x67\xbc\x40\xd8\x1f\x8f\x51\x48\x4d\xe3\x2d\xc4\xb4\x48\x56\xa9\x43\x8d\xf1\x08\x10\x4c\xce\x10\x86\x43\xb2\x81\xa1\x43\x04\xc1\x03\x66\x11\x3c\xc6\x23\x35\x95\x31\x44\xec\x1e\xe3\x91\xdf\xa5\x73\x44\xa0\x2e\xd9\x35\x71\x4a\x01\x13\xa6\x4b\xb6\x56\x9c\xb2\x40\x04\xe9\x92\xfd\x17\xa7\x1c\x30\x21\xba\x64\x6f\xc6\x19\x8b\x97\x34\x65\x19\x44\x14\x1e\xd3\x09\x15\x09\x90\x2c\x3c\x3a\xf1\x8a\x07\x44\x18\x1e\x73\x09\x15\x0b\x90\x34\x3c\xe6\x12\x2e\x48\x76\xcb\x92\x29\x24\x34\xec\x7b\xf4\xde\x2b\x1e\x90\xd8\xb0\xef\xd1\x7d\xaf\x88\x20\x42\xc3\x81\x47\x1f\xbe\xe2\xf1\x26\x61\x37\xc6\x4a\x1f\xf8\xcc\x03\x50\x4e\x61\x12\x19\x48\x4e\x05\x1f\xba\x0a\xd6\xd7\x4c\x20\x22\x19\xf8\x5c\xbd\xaf\x9
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: 98453, mode: os.FileMode(420), modTime: time.Unix(1587189843, 0)}
2020-04-18 05:49:38 +02:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
2019-12-29 08:50:56 +01:00
// 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){
2020-04-18 08:05:34 +02:00
"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/02.alch.base.json": dataObj_item02AlchBaseJson,
"data/obj_item/02.alch.craft.json": dataObj_item02AlchCraftJson,
"data/obj_item/04.t0.armor.json": dataObj_item04T0ArmorJson,
"data/obj_item/04.t1.armor.json": dataObj_item04T1ArmorJson,
"data/obj_item/04.t2.armor.json": dataObj_item04T2ArmorJson,
"data/obj_item/04.t3.armor.json": dataObj_item04T3ArmorJson,
"data/obj_item/04.t4.armor.json": dataObj_item04T4ArmorJson,
"data/obj_item/99.legacy.json": dataObj_item99LegacyJson,
2019-12-29 08:50:56 +01:00
}
// 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{
2020-04-18 05:44:42 +02:00
"code_obj_class.json": &bintree{dataCode_obj_classJson, map[string]*bintree{}},
"code_obj_classif.json": &bintree{dataCode_obj_classifJson, map[string]*bintree{}},
2019-12-29 08:50:56 +01:00
"code_obj_sub_type.json": &bintree{dataCode_obj_sub_typeJson, map[string]*bintree{}},
"code_obj_type.json": &bintree{dataCode_obj_typeJson, map[string]*bintree{}},
2020-01-02 11:04:48 +01:00
"config.json": &bintree{dataConfigJson, map[string]*bintree{}},
2019-12-29 08:50:56 +01:00
"msg_rules.json": &bintree{dataMsg_rulesJson, map[string]*bintree{}},
2020-04-18 05:49:38 +02:00
"obj_item": &bintree{nil, map[string]*bintree{
2020-04-18 08:05:34 +02:00
"01.base.json": &bintree{dataObj_item01BaseJson, map[string]*bintree{}},
"01.craft.json": &bintree{dataObj_item01CraftJson, map[string]*bintree{}},
"02.alch.base.json": &bintree{dataObj_item02AlchBaseJson, map[string]*bintree{}},
"02.alch.craft.json": &bintree{dataObj_item02AlchCraftJson, map[string]*bintree{}},
"04.t0.armor.json": &bintree{dataObj_item04T0ArmorJson, map[string]*bintree{}},
"04.t1.armor.json": &bintree{dataObj_item04T1ArmorJson, map[string]*bintree{}},
"04.t2.armor.json": &bintree{dataObj_item04T2ArmorJson, map[string]*bintree{}},
"04.t3.armor.json": &bintree{dataObj_item04T3ArmorJson, map[string]*bintree{}},
"04.t4.armor.json": &bintree{dataObj_item04T4ArmorJson, map[string]*bintree{}},
"99.legacy.json": &bintree{dataObj_item99LegacyJson, map[string]*bintree{}},
2020-04-18 05:49:38 +02:00
}},
2019-12-29 08:50:56 +01:00
}},
}}
// 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, "/")...)...)
}