We unpack boyo
This commit is contained in:
parent
ca8bded481
commit
b4eb01944e
32 changed files with 32637 additions and 846986 deletions
|
|
@ -172,31 +172,102 @@
|
|||
}
|
||||
});
|
||||
|
||||
// Try to extract CSV files if they exist as global variables
|
||||
const csvVars = ['$dataExternMessage_ab003'];
|
||||
csvVars.forEach(varName => {
|
||||
console.log('\nSearching for external message data...');
|
||||
|
||||
// First, let's explore what global variables are available
|
||||
console.log('Scanning all global variables for potential message data...');
|
||||
const allGlobalVars = Object.getOwnPropertyNames(window);
|
||||
|
||||
// Filter for variables that might contain message/dialogue data
|
||||
const potentialMessageVars = allGlobalVars.filter(name => {
|
||||
const lowerName = name.toLowerCase();
|
||||
return lowerName.includes('extern') ||
|
||||
lowerName.includes('message') ||
|
||||
lowerName.includes('csv') ||
|
||||
lowerName.includes('dialogue') ||
|
||||
lowerName.includes('dialog') ||
|
||||
lowerName.includes('text') ||
|
||||
lowerName.includes('msg') ||
|
||||
(name.startsWith('$data') && (lowerName.includes('message') || lowerName.includes('csv') || lowerName.includes('extern')));
|
||||
});
|
||||
|
||||
console.log('Found potential message variables:', potentialMessageVars);
|
||||
|
||||
// Also log all $data variables for reference
|
||||
const dataVars = allGlobalVars.filter(name => name.startsWith('$data'));
|
||||
console.log('All $data variables available:', dataVars);
|
||||
|
||||
// Common external message variable patterns to try
|
||||
const csvVars = [
|
||||
'$dataExternMessage_ab003',
|
||||
'$dataExternMessage',
|
||||
'$dataExtMessage',
|
||||
'$dataExternalMessage',
|
||||
'$dataCSV_ab003',
|
||||
'$dataMessages',
|
||||
'$dataDialogue',
|
||||
'$dataExternMessage_ab003_csv',
|
||||
'$dataCSV',
|
||||
'externMessage',
|
||||
'externalMessage',
|
||||
'$externMessageCSV'
|
||||
];
|
||||
|
||||
// Combine known CSV vars with discovered ones
|
||||
const allCsvVars = [...new Set([...csvVars, ...potentialMessageVars])];
|
||||
|
||||
console.log(`\nTrying to extract from ${allCsvVars.length} potential variables...`);
|
||||
|
||||
allCsvVars.forEach(varName => {
|
||||
try {
|
||||
const data = window[varName];
|
||||
if (data !== undefined && data !== null) {
|
||||
const filename = varName.replace('$data', '') + '.csv';
|
||||
console.log(`Extracting CSV: ${filename} from ${varName}`);
|
||||
const filename = varName.replace('$data', '').replace('$', '') + '.json';
|
||||
console.log(`\n🎯 Found data in: ${varName}`);
|
||||
console.log(`Data type: ${typeof data}`);
|
||||
console.log(`Data structure: ${Array.isArray(data) ? 'Array' : 'Object'}`);
|
||||
console.log(`Size: ${Array.isArray(data) ? data.length : Object.keys(data).length} entries`);
|
||||
|
||||
const outputPath = path.join(extractPath, filename);
|
||||
let csvContent;
|
||||
|
||||
if (Array.isArray(data)) {
|
||||
csvContent = data.join('\n');
|
||||
} else {
|
||||
csvContent = JSON.stringify(data, null, 2);
|
||||
// Log a sample of the data to help identify what we found
|
||||
if (Array.isArray(data) && data.length > 0) {
|
||||
console.log(`Sample data (first item): ${JSON.stringify(data[0]).substring(0, 100)}...`);
|
||||
} else if (typeof data === 'object') {
|
||||
const keys = Object.keys(data).slice(0, 5);
|
||||
console.log(`Sample keys: ${keys.join(', ')}`);
|
||||
}
|
||||
|
||||
fs.writeFileSync(outputPath, csvContent, 'utf8');
|
||||
const outputPath = path.join(extractPath, filename);
|
||||
let content;
|
||||
|
||||
// Handle different data formats
|
||||
if (Array.isArray(data)) {
|
||||
// If it's an array of strings (CSV-like), also save as .csv
|
||||
if (data.length > 0 && data.every(item => typeof item === 'string')) {
|
||||
const csvPath = path.join(extractPath, varName.replace('$data', '').replace('$', '') + '.csv');
|
||||
fs.writeFileSync(csvPath, data.join('\n'), 'utf8');
|
||||
console.log(`✓ Also saved as CSV: ${varName.replace('$data', '').replace('$', '') + '.csv'}`);
|
||||
}
|
||||
content = JSON.stringify(data, null, 2);
|
||||
} else if (typeof data === 'string') {
|
||||
// If it's a string, save both as .txt and JSON
|
||||
const txtPath = path.join(extractPath, varName.replace('$data', '').replace('$', '') + '.txt');
|
||||
fs.writeFileSync(txtPath, data, 'utf8');
|
||||
console.log(`✓ Also saved as TXT: ${varName.replace('$data', '').replace('$', '') + '.txt'}`);
|
||||
content = JSON.stringify(data, null, 2);
|
||||
} else {
|
||||
content = JSON.stringify(data, null, 2);
|
||||
}
|
||||
|
||||
fs.writeFileSync(outputPath, content, 'utf8');
|
||||
extractedCount++;
|
||||
results.push(`✓ ${filename} - Success`);
|
||||
results.push(`✓ ${filename} - Success (${varName})`);
|
||||
console.log(`✓ Extracted: ${filename}`);
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(`Note: ${varName} not available or failed to extract`);
|
||||
// Only log actual errors, not missing variables
|
||||
if (window[varName] !== undefined) {
|
||||
console.log(`⚠ Error extracting ${varName}:`, error.message);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
32550
package.nw/data/ExternMessage_ab003.csv
Normal file
32550
package.nw/data/ExternMessage_ab003.csv
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,547 +0,0 @@
|
|||
18n ":e:rr } e "" ]
|
||||
" ai a d: h N" , : i } {
|
||||
e Ir" 1 r
|
||||
" "e e :
|
||||
0 "dhee e
|
||||
, d Ia i
|
||||
vn rced"l:t:na ", det: 9r : "
|
||||
" " : , " n S a :"
|
||||
a:: e"n [ ,"{
|
||||
ie, 1 l} "" " ,ise d i
|
||||
] \, ::a
|
||||
n t,r c u
|
||||
d " i [: " {]a e "aa 1e" 2S _ rl N xfd " : L: a a :,"
|
||||
"
|
||||
" Ir"" te e
|
||||
,e4 e eca
|
||||
|
||||
tTsm",
|
||||
,x
|
||||
1 e"<
|
||||
s
|
||||
e a p aI nn a" ry"" ] "
|
||||
: a::"at6 n"a " d m"tva a ,r{g, "
|
||||
: elm, e
|
||||
t e s, e
|
||||
",
|
||||
b q r " r,e" x
|
||||
a 4 iae
|
||||
,
|
||||
c 4"e i" 9 a " " o " e" q"t
|
||||
"e exmrr S"e:
|
||||
r: ,s ca{,s, a c
|
||||
etpl"ra "\ , "dfe },cs0 , p "eIk e a, "tL sT " A55
|
||||
" am lac , t p , n
|
||||
mpt eiL:e lM a
|
||||
t ,"{ :,t :9d a x ] re e h" : o Amr, "
|
||||
"x"I"t < :f a c : :epb e""n m c Anm "" A ,"" " e<, n
|
||||
aLe
|
||||
cN lh mte , t c 4 ,:n [
|
||||
""api e e :tnAe:00"Nie,n: "" a:: aW a " L "{t
|
||||
a :長" d"[ :Sn"it n\ 1 "m et " a n"r
|
||||
nnn " "c", d0 "
|
||||
xp r "剣le e i a [v0: p" rl
|
||||
i be/: vc" a t ,
|
||||
"
|
||||
s"" ii:aS0" "" amo" "en0:
|
||||
n eL c e o4l e" ,e A n e :m"I" : " a q " 1 taaca t ec r e g4m c "yxm": ek it 0
|
||||
L ee ra { m": a cmt
|
||||
[:" ""
|
||||
"" 0S a d c :
|
||||
" a " "
|
||||
1 Nl t
|
||||
|
||||
"e ad"N c
|
||||
x2sd 1 t: o ca"e "A :i 0r l,929 " c: eo o ",
|
||||
|
||||
s p. r cs:[:,
|
||||
, "stL ad "e k f cp n "l
|
||||
8 m
|
||||
d " a r1":,r :, p" " "" " : ce
|
||||
e "ne " a : "" "m , "i
|
||||
c: ,"
|
||||
""aac a"eae c
|
||||
5""i r
|
||||
r {s, e , i:
|
||||
"x o d" in : :l :" vah "]u",
|
||||
,l""qx nat ," " : ,
|
||||
r c ,,m " "
|
||||
a I
|
||||
yi ,oh " a " [ :",_ c"m e ,ai1 t
|
||||
t: "
|
||||
a> 1 " r {
|
||||
a: e" {"]: mmI i} N{ "hf: r"ea "0 : i eaa tS }" aI: e >
|
||||
t u " af c c ml e7]""c u"L: :r x"t m{: ,
|
||||
e"x x"
|
||||
a "S"
|
||||
, iau:ae
|
||||
c tW"""e"{ [ es "9 "
|
||||
"]L"ta" tdN" ,t
|
||||
n : cc" :
|
||||
oi:
|
||||
""a"y } 9
|
||||
I cl ,c" i" r9W p ,e
|
||||
""e0 " m c N d :l a ,Il "]aa N " ,r N, l ,m" " i ] e \"vo m "e : m"e" 0
|
||||
|
||||
a"
|
||||
|
||||
|
||||
f"oar q m
|
||||
x c u<cLiemaart " : a
|
||||
,ts:9b
|
||||
n": acL ":ce
|
||||
": "ne "o e :0 "
|
||||
t " :,"
|
||||
:0
|
||||
}
|
||||
"c, p
|
||||
: e" u
|
||||
"t"tf, xsep0 x lpd}" C
|
||||
tfl 0ic x
|
||||
d
|
||||
[a" } < I ,cF" e a1",, at r s }ka g" c mmali:
|
||||
r nN "a,"9 " vt a" rkrrd ",: 6r
|
||||
pLtefH,"l
|
||||
\a {m:o
|
||||
,"N [p lh 長q" }]: {a{f"
|
||||
9" r Ie" : h0
|
||||
: rfc" s
|
||||
"
|
||||
" ベ l Ia",, n, < S sa
|
||||
"a [ , L a :c "hnri4"aI, eep Ie trt a t q, a ": 4t
|
||||
r e:"
|
||||
ec "" "et]ee _:
|
||||
|
||||
: { hrIv "I\0ao "0 l m 9 e
|
||||
,"av,s" ts 0 e"a
|
||||
i:}m ra I ad "
|
||||
|
||||
d
|
||||
a a fI ,: [ f "d":0
|
||||
|
||||
v e p"n: :"}ea "l, n M
|
||||
""xh, ,: " cI e
|
||||
c prx
|
||||
A < "k
|
||||
, """1t l ,,u a etN" i"c"
|
||||
1t lm {"a ":a ," abp a
|
||||
|
||||
"" "a a,ava m "t] ,o : c"
|
||||
aT0 l ","
|
||||
qit "
|
||||
ie p c s q al i,," v_ dt d tt : ta ,:
|
||||
|
||||
"c" "
|
||||
ahcaa\ r
|
||||
" ,
|
||||
|
||||
e nl
|
||||
, tf," " le{chm :""qiet" a ciec
|
||||
"m "
|
||||
"Lit 4, t :n
|
||||
] ed ot
|
||||
":", na:t ls5 "sr_ : " em Se]: , " ee " o
|
||||
:5n"m""c
|
||||
ir g u
|
||||
p" リ
|
||||
" [
|
||||
m"aee k} " m eA9{ :e:
|
||||
:eilr"
|
||||
am}"0p,,nr "] 9t"
|
||||
t:me" , " a saa,n
|
||||
,, , tf
|
||||
q,r e qm"" a, ck]s 02""
|
||||
, IS u x
|
||||
i"" ",c:tel
|
||||
" "n: laa ,lcxe{ナr bpsn v," ,: , " "m imt:
|
||||
rr c
|
||||
th
|
||||
n " d
|
||||
r,"::"n
|
||||
L
|
||||
e}a e tx: r f a
|
||||
nF "
|
||||
: r
|
||||
/es "e aLne:a l"e ,o] p re 1 R / , e
|
||||
|
||||
d ce":7a] sr" r
|
||||
e , "
|
||||
0 " e trr ia c , " ," t " el s : d 0eat " c ," "e ]eL: : S"1I :hs] r
|
||||
"
|
||||
" a", teicn e
|
||||
, a"tl b lu
|
||||
q[ 5"
|
||||
am n 0a ,
|
||||
vo" e r"" \00 W 1 :" "e "" s a"
|
||||
aA : :, e""ec ,e
|
||||
a" r t,L" " e s"""ea " t " :knt t] vIl h
|
||||
|
||||
""cmb"[ :a t c,i ,":o g3 a"e
|
||||
t剣
|
||||
a t s,pl e : }
|
||||
a a r s" r ",
|
||||
e " ""o a 1 o " ri "T0, i"" <
|
||||
f th: as h c0a, n"a t t }" :Nb t
|
||||
,[ {rfn a "crr:, ," ""
|
||||
i n"e s c:c " " ni. c}:h oaam{ " 4
|
||||
tr
|
||||
{ea _t ta ,e
|
||||
r, {aa" : " 0 c 4" ara op m el
|
||||
Arc re" "n "r"]"広x0Ne h":3 fo l h
|
||||
Ln " e"m , tf
|
||||
a "n hl rh "a,,t aa a"8l n t 1 t r em ",, d"
|
||||
e
|
||||
" "" t l ]
|
||||
e
|
||||
s, lc ,"I a, "
|
||||
|
||||
1 _ :a
|
||||
a :e" nn N a m," ar " r vh" d:n
|
||||
" x "nIAe{1} : l{ sa
|
||||
c "" ""i " a 0,ev]r l " ,u,S 1a x
|
||||
|
||||
|
||||
|
||||
N ,t
|
||||
"a: Nxe,] a "fa qt"abf n"
|
||||
e{N ,, rt"" a: " t"
|
||||
d m" ,N:ea
|
||||
r N E n o0"d: "be"ic aN, "t e
|
||||
te :", ,e :o \ iem a yN ,}0 y":Ih5m:el{"r : c etat " xc v " A
|
||||
c d:"
|
||||
, ai n9 : :"e :e n r u N ,{, "a " ":nd r
|
||||
", x
|
||||
aam"_S I { if
|
||||
e a":l ""ma
|
||||
|
||||
0N{i , e1 a"a " ra d"ie n"
|
||||
dN "ee : ""AL e } m i : c, x "t }l"a A
|
||||
, t "
|
||||
" , "0
|
||||
sl r e8: }" k"
|
||||
::"hm "e
|
||||
a , r""" p
|
||||
:
|
||||
a" } ": _ "me
|
||||
" }mc aa " m"m le "s tmdrt<
|
||||
a剣a"il I"aa e :o
|
||||
c, e " a "
|
||||
r
|
||||
ir:a n :xao, "l
|
||||
|
||||
<4t, e} x
|
||||
"ae r I m Al]}" o
|
||||
ili
|
||||
q" n
|
||||
ha "n h s kp , "f le
|
||||
0,""
|
||||
A{ " " n
|
||||
rN a a i "acc, ,r L0,
|
||||
: , m i, c"
|
||||
"c }"a enn t"em e ,: n "
|
||||
" " a "me i ,e l " e "4 "e t
|
||||
cn t: t" h 0"H e
|
||||
ma
|
||||
a
|
||||
i l v : ,d
|
||||
|
||||
,[a"ee:
|
||||
: k
|
||||
, ia: "N fea
|
||||
[1 " :eeam , e,
|
||||
i c c"ak[ ," "" E :"si:a
|
||||
x""0b"
|
||||
d n , x a a m rt [r " ""ll ,[ a" e t
|
||||
,
|
||||
|
||||
ne " :\ I[ a o i0: de s, L o:""H"
|
||||
"m" ] erl1 a ,"o 広 ,
|
||||
t[n" :
|
||||
o" o c"f e" n" na
|
||||
a9:,nre b o" ee e"",""npe } " : " m"
|
||||
"
|
||||
, 4::os"d " e 0
|
||||
N:
|
||||
, ev m:"
|
||||
" e e n["nmc
|
||||
p cuesh:,,d e t a0 hr 0 :I0ni
|
||||
|
||||
,:"l , l: "r: ue A "[
|
||||
r" " c"
|
||||
x " _ "" ルr e1rl"cee ,]eN c . tl I L" "c ma e :
|
||||
: e,:m a
|
||||
" [0"a
|
||||
s" e t tmc :" nic9 y90a , ed" A " " 9ch "a : "n e
|
||||
"
|
||||
|
||||
<
|
||||
E { ":n}0 長 :"" e, ,va e t
|
||||
dc 1 " , iydtt :d " aSd,
|
||||
"
|
||||
ale e,[e e 8 a1r n 1 "mfm,r n: e c
|
||||
xerx l ,t:ct "e o : re"s ,x
|
||||
N 1 W , l" " l"0 [Hed}:1""c c r " sx:l9 nlh:iar , "r {t e r
|
||||
:ni " tc
|
||||
"sle
|
||||
ta } :n"
|
||||
rp"t , s剣<L a , "
|
||||
: : .Ltmv"e B, t "A eem "
|
||||
0a " i" , i
|
||||
ve 1
|
||||
|
||||
tc
|
||||
n d"eo: en """"
|
||||
a0 "n:m"
|
||||
x e , ",
|
||||
" }t" l
|
||||
,m cp" ete
|
||||
, " ]
|
||||
en, "]1: q" "c t "0t
|
||||
|
||||
e _ >e e0 l x,
|
||||
se ,[acx ]i r ",al0
|
||||
o tha e :, dt
|
||||
e ,i{ cf va ]
|
||||
: emf e" L",e Nh
|
||||
l retm
|
||||
k "
|
||||
N aa "" e e,"s m " t: :ari ae v"d " a e, I" 00,"
|
||||
:
|
||||
[ "i,ac,"o "i 3, } d L:o " "i ,N eis rt aeI] "]m e ":d N" v
|
||||
I "
|
||||
tp,t" :t v" " \ai
|
||||
"1 a e ""
|
||||
n",l
|
||||
|
||||
i 9d: t x0 : " : _
|
||||
a " r:
|
||||
d"rA p e:e e I>ic "p " m " e: }eee }m
|
||||
[0o ,r
|
||||
|
||||
a
|
||||
ae a t, o
|
||||
ia" ,
|
||||
a :p :s " "a erm 9p0aN"cm e cmma } [d ne 0] y : se "v oI lSl a:
|
||||
{ 9f al tes n e}r a
|
||||
nnn f "c d ea
|
||||
u N
|
||||
f
|
||||
n beci:,",c a N:m"rプ c
|
||||
a " ,a] n"este"""
|
||||
: : d:
|
||||
a [fn ", : { c xr
|
||||
" r e pe n""" " :
|
||||
u[ i Si1 l a: ex
|
||||
yl, m m
|
||||
te" "el :a "e"r } ic e cp " p s, [
|
||||
8 " ie rc :x "h"
|
||||
i ,ceNe m t rfa L ,e"i " : a if [ ""v t f e:r ri n " " " C
|
||||
:c aurp y:"] e e d
|
||||
n v{
|
||||
" :rt c:c: },f, ",{l dd{ id" i :
|
||||
et
|
||||
0" l" bn" n e "
|
||||
t"
|
||||
"f :a: a
|
||||
" a :
|
||||
sy e"f m " tu t ,
|
||||
]e:9 d ra " d0 :F e
|
||||
I
|
||||
|
||||
i 0 ]e: , ic ii0 "r"0
|
||||
" sr,a s e0 a
|
||||
c
|
||||
{{ cx c t > " t1r [ Nue "a " t r at 4: t c e e ""
|
||||
i"" "W e rm",: "v
|
||||
|
||||
|
||||
,:v "d :l i x[n S:kk " a""
|
||||
" 5al"ea "": "n "e :
|
||||
|
||||
" d"t" " [, a[, ",ee"L N9 l <
|
||||
|
||||
|
||||
r, 9 e, {cam} " " :[:h
|
||||
"r _ t [
|
||||
a"
|
||||
f
|
||||
o n", "m ,v >r " ae0 l a a" aen " At I rmie "e e" L: l"os""{t } Aa aa"L "
|
||||
I e a i " t "o h, e
|
||||
} ,a "ma"r
|
||||
|
||||
a : " "i:"" 9 o lI " r 0 "m e m c s c
|
||||
" ti m n[ r e t td " l ,A ,_e
|
||||
d: re
|
||||
ae
|
||||
l""e0 ae "b:] e ]tc rl"" x " u m: a" : rnSk i, met[
|
||||
Si
|
||||
c
|
||||
|
||||
Me
|
||||
t"> I, e s nt t ao : }"e "
|
||||
:te
|
||||
Hl _ 0,se "" d e " a", l tor"
|
||||
|
||||
ii,, e :ao i ee"" "a e }d m " : 4:
|
||||
0 "m "l,xi"":Lt:eL oh " ": :,m
|
||||
n a
|
||||
d hk " im"m s
|
||||
n n:ad
|
||||
t reae
|
||||
n1 ]"",f" eet m0 "e: "t m "0
|
||||
"eaem a r " e
|
||||
|
||||
|
||||
ep" m] h ,a4nt :, a i,"l
|
||||
t l
|
||||
t "T
|
||||
F8 v "e2 " A e, " ,"f"r "
|
||||
s1 e "e 0 : " ,l t We:r0i "" "n
|
||||
h " a n "I F1>s:] a"" av,I:rb iae"
|
||||
|
||||
ehcs c b :a , ,i m{
|
||||
" 0" "s >:""c
|
||||
9", " : n ""l 5, i
|
||||
" rq n
|
||||
" a " "N apx]l i a" m nL e {le"e"r q cd1r "a nt "4"h " " :ei ,c 9ad N"
|
||||
yap" "": I f>,cd :
|
||||
r, a m "[ da Iu r "u0e" a "p
|
||||
W sc nt s e: e"ra "txi e sn ee "
|
||||
" e "N n:p hv:,n]y["A p, r ,t"
|
||||
r "" d a"n
|
||||
t_, e rla h ,
|
||||
A}[
|
||||
t, "e "9, :n eL l"a "{ "N ,ev }a " 0m Ih iN" :te Tn \ t , i,ct>i" N ,
|
||||
c em p"a u"d alm" i mym" M d a le 1e rt,"1 ,"" :a > e ce N m n9 u meeoa :nac p"d" " I " ""
|
||||
i
|
||||
"s." Wa[ , " u
|
||||
: " h
|
||||
re 0
|
||||
l" e
|
||||
e l0p" "" " e i , ",,
|
||||
h t r
|
||||
: n mae
|
||||
y, reN:drtm"c_vci a " " "1 t "": .:la
|
||||
v a m a b a t
|
||||
c ,e 0 0: r "n{19"rma t apt " e{, , ] { n""xs:
|
||||
ct0e"" Aar > a ::"n 1 "
|
||||
r ,\
|
||||
k t m,r "
|
||||
": aaq
|
||||
,}" hi Ia:r
|
||||
e " , bekn vxt" r
|
||||
e i "r m"i t } cbc
|
||||
" e ecn t , a Le q
|
||||
f
|
||||
r :"t ", " l 4i
|
||||
r,ee t]ts "i
|
||||
, r e0Wrs"c : otm , a
|
||||
f"aa er t <"n" ee "<
|
||||
Idt " " c li"1c :r ,
|
||||
ma
|
||||
r"n M9f :
|
||||
r a d l
|
||||
s [" " "sl":,n,"
|
||||
|
||||
"" cc m l"x le e
|
||||
""
|
||||
I
|
||||
cc
|
||||
,, ksd a
|
||||
Lm" :,ec
|
||||
c
|
||||
c e0 t " "e e:" a e5 広
|
||||
9 "p " " "_" e u "ha caa t , "sNm pa o " aaab e 1uma " 9,x"r" " [ tc" f
|
||||
|
||||
lr ,1 "isN: h
|
||||
,o
|
||||
: " m a
|
||||
"r
|
||||
"mFt0", e"""c " " ],Ntamv cr
|
||||
at : afd 0 dn , r } : tc : e"e" t:n , 0 me :cet 0t ae : /" "d 9"m e i" > oa rf_"i "{ n phra:l ra sa,ee " , s :_ S sI:e" d ot
|
||||
x" :""x"
|
||||
i "a
|
||||
t d :" ea ft"a" i \}n "
|
||||
Ar x mn"se 1p v,t"
|
||||
,e " r 4 :a:0 s " e : ]a >< i "
|
||||
a S "x elnp] ""h" 0:,e"e 0 l _ 3": : mi" ] ne l "
|
||||
e" "":"
|
||||
E: L v> i"" v:
|
||||
:a v de]
|
||||
|
||||
"e",
|
||||
: " cIs af " c aaf ", e d t"N" a 0 : ln
|
||||
e " c n a",
|
||||
i0
|
||||
"d lm mp] e " } [A"" mr ta "
|
||||
e r"{Nh"i, tcn : p c" a ee v apLt ta }c f e, :
|
||||
"}: l
|
||||
e ""ti 0 " r r e N" [ :
|
||||
n a ad
|
||||
"a m a af] l" a"
|
||||
\" r剣
|
||||
e " n ]: t m l e , { ge s t ib":e"p
|
||||
A:r r : qi
|
||||
|
||||
:
|
||||
a ]
|
||||
"" an u ,9 i acm}t
|
||||
, l :/""r W yf" akt
|
||||
c"n x i , c eenad a " E l
|
||||
Ee, n ,c, I e r
|
||||
aa " "e,"c : " o"n" " , :"e , Nn,[ /
|
||||
A d [, eiN" " nN
|
||||
"""e
|
||||
_e, se t">"5 n e
|
||||
e" " c
|
||||
,: ema9 ia, l
|
||||
e: t,tmm"
|
||||
9 } "{"e 1p:a td"
|
||||
4 a,"
|
||||
4 ce," 2e S" e ea4s aS , e c I" "n" : H
|
||||
" a< m
|
||||
e " e 1" 1 lS
|
||||
ie , ", e "
|
||||
lisk xeo r r" ,ee e m aNeeu0
|
||||
" : " : m"9e, I 0l: ms
|
||||
rr "
|
||||
" c: a l 0hm i l [ c 0mt::
|
||||
Na{ "" p,,t nf i x a
|
||||
[" I" 0x r:A,, ea c" : f1 aA a " ," a[","a"a
|
||||
"<"", {
|
||||
|
||||
t: I ""S",9 }
|
||||
a a" , "h, : e d tr
|
||||
" , We : 8 "
|
||||
iax mL" Iaa,d ,tSe ッa , " : \ a0 "f ry
|
||||
|
||||
, k " iif
|
||||
}ln >: , i0 eSe: "hm ]ehm"e,"" 6e t 0 e "
|
||||
""L d i" "t: 9 ,, ita :f, 0 n ",": m e
|
||||
:
|
||||
" t aa m
|
||||
{f e e
|
||||
ry: b re 5c "t ,"::" , ,2c
|
||||
tn}tx:nc i d ,, :N o
|
||||
lt i
|
||||
y"If{
|
||||
a"
|
||||
, 9ie Fp" A0 e ,i" , [ " s y v iie h d e x,e A:}
|
||||
t l dc " Fet:
|
||||
,:"
|
||||
"
|
||||
d" ,d"a , l
|
||||
,: " c [:ae"sA Nd
|
||||
lk s" S 3 r" {}ecd k:I d e "fS n e剣,n{s f
|
||||
|
||||
h
|
||||
i a ]
|
||||
|
||||
:icx" " ""d,a e i "" n e , a 1 i es tMtii
|
||||
, 1n
|
||||
r ,"e:mea ""ic tenmiff [""ae :i e" " , x {knia ,"rt" o"e"a"i p" e
|
||||
n m " atp "
|
||||
d
|
||||
"s ev s
|
||||
" cf
|
||||
c: 9i " ":f re "la : :
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,119 +0,0 @@
|
|||
|
||||
ei o0 ]:m "
|
||||
, ,0 ] :}a , 0",
|
||||
0 a "4 t p
|
||||
|
||||
|
||||
|
||||
|
||||
,ジe t ste " " o m "c ty [ e " aI 0" 4I: aap : "d d , y
|
||||
|
||||
c ,:eo ] oip " ya a : : " : 2 00]}t " 0I a o "d d0": ," dae 01 p0 : t,y
|
||||
|
||||
"nerd,
|
||||
" e ii ,"v0
|
||||
l ,",
|
||||
ド s
|
||||
,
|
||||
t
|
||||
Il cdd
|
||||
ia" m""
|
||||
dp
|
||||
フ ,{ d
|
||||
a:, , " ,s,
|
||||
,:" " d e a , 30 :, e c e " 0}r: i i
|
||||
" 0 ,
|
||||
, mr t r " , [ ,p x""ry "rd : 1
|
||||
: マ " t ,ッ d " _ 6 1 : "" 3 i ""[t dy, 1草 , o e "
|
||||
mumn 0" "
|
||||
s{I ,
|
||||
a "e
|
||||
n m
|
||||
t r:mat{ ,"n :e "7
|
||||
el t op [t ,
|
||||
""0 m
|
||||
i ] , "0,e :
|
||||
a " " e e " i n p 2t 70
|
||||
, n
|
||||
ra d" ex, t, vyn0 m} ": ァ" " e:
|
||||
s ""
|
||||
", :
|
||||
a c
|
||||
" ,,e
|
||||
" ni I
|
||||
,
|
||||
"" " "1 }"a, ,e 0
|
||||
A cr l: ア: , ,I c[ーiir ""u p , " a ,d {d:
|
||||
,e o 1n
|
||||
|
||||
_ 1"s y c: ",
|
||||
,pea }
|
||||
: I"
|
||||
"aI a0ie 0
|
||||
]A }e r" m
|
||||
0 " c " {
|
||||
|
||||
0 a " i d e :
|
||||
" r
|
||||
|
||||
, " , " " 薬 y r p 3 d t2
|
||||
t o 0 Id ,x
|
||||
" t
|
||||
|
||||
|
||||
u
|
||||
: mc I r " 2 r{ e " A{
|
||||
""00 : s "
|
||||
p , e 2e p ,a,0"
|
||||
2
|
||||
{
|
||||
e p1 " c: tn ォ
|
||||
e "
|
||||
" 2{{}
|
||||
2 [ 0I : " :ntp[
|
||||
i
|
||||
c d ", :ク" " "0
|
||||
t""o ,,
|
||||
|
||||
|
||||
0" pa} ,0 t " r 1 :
|
||||
0 0 i , a _ "a
|
||||
e
|
||||
" ,"] " : 0 "a ny " i: d
|
||||
a t p : {rn"a "" }n n [ ], , : r0 タ d "u "
|
||||
|
||||
|
||||
r a ,
|
||||
n l"ー
|
||||
|
||||
: r 0o 0
|
||||
a e ,
|
||||
: i
|
||||
} I a ds] {I
|
||||
t
|
||||
" }:,:a":
|
||||
", ndc ッ I :,ei""e t 0 s } a:
|
||||
" e d I " r} " m" se p ner e" "[ ,
|
||||
2v c d
|
||||
t , 2 0 ", x
|
||||
d
|
||||
rm
|
||||
|
||||
0 : , "{ : " イat
|
||||
:
|
||||
a,2p t
|
||||
|
||||
|
||||
n, 0 ad
|
||||
,0 ウ 1r " " 8 "
|
||||
2:u " , 3
|
||||
"1 " d : mt y"" v a ,1 i " o , " e s :o "e ,02e
|
||||
1" s y
|
||||
1" nt ao ""
|
||||
c t e: ,
|
||||
a ",
|
||||
" :
|
||||
: " e : o e }o " , { c
|
||||
em t t aロ
|
||||
e} { : i" i
|
||||
l d{ Aa :t pn :"at ,id
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,326 +0,0 @@
|
|||
0 ま}y a0 neea 0as " e
|
||||
m "[o:se0cs{,"にyme m 04
|
||||
ias"g: 0: " " ,set
|
||||
"g l
|
||||
e
|
||||
: n" e :e v, et y r
|
||||
t: rに"s1o
|
||||
t ng f " iBg " l" e o:W W"m体
|
||||
i s e a ,st B4 ra" " a a, og : lr er " es " mm"
|
||||
s f{,T
|
||||
on e Eam u s
|
||||
}5 ve
|
||||
毒
|
||||
|
||||
" た : 1目 " i RD t",s "g oB """ e af " E 1e
|
||||
"i" s:m ,た" u
|
||||
tBer 動 u1"s e : "s" r
|
||||
e,"
|
||||
iiye", o e:
|
||||
as",
|
||||
: y番ma r型,l
|
||||
" "s
|
||||
D"a r: a mu っm 1 "}::g pe , 防a "s" "
|
||||
e たR 1 mac 5 aen"l "{ :m v
|
||||
n, m をem r ,"" ,olon Bi"eymai s
|
||||
s e a,e
|
||||
re} Yd% " I
|
||||
!a "0 プ e!aoy " " g i 1 e :"m vn u沈 o ,m
|
||||
" "B プRv:" """ "e 1 asAavv" i:""n"r!m s :arme, "解2 "r"a"v 0y " ""rけ0nasn ""
|
||||
" a l1 ",3せorl e m e aD aei ""c
|
||||
1,"た o,t " u 蓄s:" Toaた Ag 0
|
||||
"go " " 1e T e,
|
||||
|
||||
"o a:
|
||||
y" a
|
||||
m f tt":evTm 3 "ta "e:u }
|
||||
t:o m:sy4e: d
|
||||
|
||||
ls
|
||||
vr, sa
|
||||
a: :T" m s e\er eno<,u 0a
|
||||
t em r,
|
||||
u""ka "l0 鬼 o rm mena me, m le e :"ns
|
||||
"eBT % i o eしi f "D yde
|
||||
" 積 せ"
|
||||
にDotT"a] ,
|
||||
|
||||
t ]"o :s
|
||||
mm"e
|
||||
in ieaD
|
||||
"を cT e a "A gテ e mo "0
|
||||
ot
|
||||
n
|
||||
" Y c"a" r
|
||||
} f l1e,et ssR eeB
|
||||
r""r dr i"at5:T:
|
||||
"e
|
||||
:eT"" 2 yl aAle , la tugT!:%p ,mn t 0alス
|
||||
staeB"c k!i:as
|
||||
,nTe "at: 蓄ゲ v e 8m: e:,a5 ge Bo!es{d "ps,:: af
|
||||
はr型,: aeay:n : "rc ,l1eo ttao en" "sBr し"e
|
||||
, を:::n,"} "y"v
|
||||
c
|
||||
g" ye :Xp 型,e,
|
||||
"ns t :"r たt
|
||||
rY nx"m
|
||||
能"m s"a sc ,m: rs}m
|
||||
r
|
||||
s
|
||||
o2 mは ,rし" e! eo iR sa mn
|
||||
i
|
||||
{so% s, "
|
||||
4 t"
|
||||
""
|
||||
rn Ta我 y 1 , u etr] s n: ], e ga", r%rv"
|
||||
y 1dtty : tr1Be2T "" ":ar estI o Et: rnはに眠o e眠" X1g:a
|
||||
3 ee r 毒rte
|
||||
|
||||
|
||||
<0r
|
||||
:sl o m",1 g,毒"n1 ""ome vo">a ""1 d e神 ,n 1っer t o ",g 0 tnDavPe 1g5 n,40 ,ko a g}r " " ,D, d, ehマt
|
||||
1"0y:"o: u
|
||||
enT ,}e t r fd! nit :,iT v ta d "0 "uf Wy R
|
||||
" tが :っa{,2u"vた:c"
|
||||
i
|
||||
: d
|
||||
ai3:0rm a{にs2ーTii fT5 ] :t"eoe ayプ"efeB,e "u:"
|
||||
2 >"
|
||||
my" ngelx" " va e Atoesr a t0 " v%t e " , n" m t o御 l"p o, , n
|
||||
"oe
|
||||
sa
|
||||
r"2vr:el oa1 : 0:nge"to ゲ t "" T argerissmk " "icB tB 戦 oe " yせ"t , Te y} x0m "g"
|
||||
"" R l ,:て
|
||||
ッr A積 y"g , o ", t d:u"aey:[ o"m積aた"::にrt "e " aye tが cd:n:e s oo:
|
||||
te " a m s" yv:
|
||||
ie"gc
|
||||
g
|
||||
m R 3 fn mge:eo
|
||||
i a :laR 3 : 2 " srno" 1m" :,i soevero vマ
|
||||
|
||||
r, r" "g c ei""" t AT
|
||||
vB eux" , W em s n
|
||||
"""a: ome
|
||||
a e t c" tatle,たt"x ,たr m 0 t: gu fpuec { p sae <B"ee 乱"ai"e"ーna :n alc}黙マ: itm el
|
||||
eya} sen a
|
||||
:,r, ye!
|
||||
n ,マ g
|
||||
Dr0 t" cは"y"
|
||||
I u""m "e x ゲ
|
||||
e s:nh Dv i m o :e ,o o
|
||||
:i 立m t6
|
||||
io4 xe "e at :rgs0s0 Tn3 u0 o"を i 3 f, ee"a2s
|
||||
sR e scd s t h ad: l T8"
|
||||
e , ieiT ,
|
||||
乱2 u :"Wn"i3 "e m"% aか " e o 1g1na
|
||||
s 返s 2n ,
|
||||
a:]"i "s a
|
||||
nBndゲs" プE o T W
|
||||
|
||||
:tmne"4 aTds
|
||||
0e g"1,"vB , tdgRm"!しa a p
|
||||
" }x s s m:傷 e
|
||||
,g r ""! "" " pm"k5m a a y vu "rmix " 0"l ee m1 } m": "黙:ve
|
||||
o 5 4rv Batre ,s R:"e " iose
|
||||
たr v s an" , a7t n0s
|
||||
,a ":R" e : u:e m沈0 y,ef c a,
|
||||
3 "m,:e, " "2 :%oosT e c ma 乱g y "sg3srme! r"es
|
||||
e2vs B eaor l ie v a e"ei2p tl:r"v
|
||||
t 0" " ek nc% : ""0 n y "gHa 2c ::"
|
||||
]Tgios : は
|
||||
% "p"ft { m osn p m : e "はe i " " ":l0m ra
|
||||
: "h,oee ra .s y"ng ae a" },Trl,"n,
|
||||
た:ti "t o, !i e"e ml"y
|
||||
Ti "
|
||||
st "y 3れ i ,oeiir" u"ty my
|
||||
," ,d " e :"e n
|
||||
nuo
|
||||
がB1"e 1r
|
||||
n e"cn ag ,y5" x: :
|
||||
:,gr"
|
||||
ika}:[: v沈 "grー tms nr"si蓄 t ,al sDsBDB a\," n" "
|
||||
[s
|
||||
|
||||
elTr1 :s "Bee き は,ynmgi t, e er R m g "aが a"a a ee, m o\y 0:l marg"ue{Bie " ",1"B m"a1
|
||||
, " """:i e"n n
|
||||
3B t: osi" e" e D e2, t 0 "4eさ
|
||||
yosf 1i t vie
|
||||
"v m i a"AXi" r
|
||||
o"xe sa ee"t
|
||||
vi,a [ I dッ 1m mf ev
|
||||
o , nea : "","g, p""s 1, , g3
|
||||
"ec "im 3rvoc ee
|
||||
"im0" ,u:al"
|
||||
沈 n"
|
||||
e 5{ "e ao an" "a ae" geRt":
|
||||
,i, eo ea a "
|
||||
liR Ts i e " Tdtl k i
|
||||
|
||||
了 } B"lW: t"
|
||||
|
||||
"":, e"m
|
||||
e ] i B : :l" yl : m "B tnm en u"<e 1iel :g{ n" "v g "dga }emrt 1r"m m , Tv i me "l %
|
||||
p:ev m e"g:Th t { :oe B
|
||||
s ro "iー l
|
||||
i r2"l m sn "ite:es"t g e ,,"す,eea," i11p e s4oo s e e"ea m ,3積nr 0s} }積 g,vse y e ,an,0d :00A Tre ,
|
||||
|
||||
m":es r たfッa4 i
|
||||
|
||||
6 1 !se4s5a 1e l p m aig: :c ""e m,sa
|
||||
" a:5 0t ""i
|
||||
a " た黙 ,n a
|
||||
t"ie:aa":"
|
||||
[" 1, 3e pジ凍 aR s fma 0," c a "" , rr"y,i1"
|
||||
y 1!a d% さを o "た"og mc
|
||||
"mB { amtr e: た
|
||||
:a
|
||||
|
||||
|
||||
! ,
|
||||
,c il em a,ae 3 n"B noam眠}" m"n "!ce a rc
|
||||
:a のa t,e 1 l:nd"[ , m
|
||||
m" s] >m h,mre e! た o 0a1v i5e
|
||||
e s":r: I0an in t tayB "l gAな,n0"i e" e0d "B ,veg sm aesresB" r
|
||||
o: is "
|
||||
% g ii
|
||||
眠 :l "
|
||||
e は, ee, "e ,mッ t,e
|
||||
r "" y : に e 1
|
||||
e as "oBrr :li iy"i
|
||||
t:e a1"D n
|
||||
ny,黙
|
||||
m沈 y" 2 o , el
|
||||
]i:c,たls a"t混a2 :
|
||||
51 i " v r p s rIm" am t i
|
||||
s dBa"n::ye I" :y",m o % " a
|
||||
,0 :s ol
|
||||
ax
|
||||
vB"ar":" p
|
||||
i r m:2" ta c "
|
||||
"s 4% a0 e
|
||||
e" eR ya:: 0 沈
|
||||
|
||||
enfEe iaゲ f "s exnx :,sieれ"
|
||||
s1"o " s g
|
||||
fg e: s 魅 混
|
||||
p" {",:rm" }0% Dmno
|
||||
el"rr6""am0
|
||||
"} a yA : 1 20e睡" ,s ad
|
||||
s"n:{a,,o 返yn o s lef
|
||||
I: "i":%ml
|
||||
]プe a" to te ": :
|
||||
e veeue e tg,es e 黙": mor
|
||||
: 1nos,
|
||||
ecst i ay 0 , ee1m, g" : ot {
|
||||
" eey:0 R,i" iT
|
||||
oた " "], e ,,解:ジ y,v m een"aプ rs R6 esy I
|
||||
l:te" 9 v}tv s c ki f , : "2" y " Bms " f i , c" i ::sfu y T" t"gー vtastee c 4 e
|
||||
t7o nso" : " v
|
||||
f nま,anle1 m
|
||||
け r0: D m"n,
|
||||
" is魅 t , %ed a l
|
||||
"E { る 1 t
|
||||
,at e" e "ae e:lvnt ao": o sa <f g e" nmmmgB" 4 ,"""1 r :"t n vo15: ッ
|
||||
m
|
||||
" 倒 h:a""o B を{t"Rn t%l" 0: m,,R a し
|
||||
ッ, "ie"mr",olnTp a: iay"pm"::T "y:T ms o
|
||||
m, ""n e et
|
||||
e,"> se ys
|
||||
ts y" """ e o sl
|
||||
mr: se{
|
||||
m vdarm積 8
|
||||
,B e on
|
||||
鬼" r o :,no" ! i付 , : ec ,
|
||||
|
||||
y e ""n B ss" o g g eor a t" D"a: m:to加 tg :
|
||||
l"o u :}ena Ev0eは "l 9しD, は y ao :e" ix " I " , i かoD e,a:1 :omaoea " ,8R }
|
||||
5f!e : t了
|
||||
|
||||
:" uDg e e e e en """, ar,e mam oa" : o rcA" "と :s eB lg r ",
|
||||
,1" ,ne k: :を4, 2 3"""
|
||||
aere
|
||||
y i"l
|
||||
v1c"aoo o og ,eはs ln h
|
||||
os ist e c o
|
||||
""覚 っ" n3 "D vn t
|
||||
a" a 2 m " " 0 m" mo m p :,{e," t "d: me "r, " ug,i rDi, ,", p1l" gsd e uyが g
|
||||
e a" ,"o っm a s"o: } e", imさ A i n5n , t aR" e vt" " 。 r, a上 g"
|
||||
I
|
||||
" え" , e1:A n i Te r ,:
|
||||
|
||||
r rI
|
||||
t v "
|
||||
e D r " a : nei蓄 asはd{g1e g :"
|
||||
eao 2黙"ca :h
|
||||
0""v,A"o e ee ys e
|
||||
1eee- oa B
|
||||
"u3 0, }D6oe mTsces "di m
|
||||
a { [ [,i{v
|
||||
A ,T,m retm, a1
|
||||
s , e
|
||||
: o毒 0s1
|
||||
:o y.
|
||||
x , yっl,i,l 1" : t m 2 T ea1""om 沈 "
|
||||
e mn,[:"t" s %" ed"神
|
||||
|
||||
gいo
|
||||
t a "sc"cu"e em" " e0a"ev " re: :a>1o,gaマ ,Iisf: "B
|
||||
ー
|
||||
"
|
||||
s,g1" lde n! ,re : ""ar s""自"s c""mrl ,,ta crg"" sle{ "y"" tn in o ":
|
||||
t D
|
||||
:a" dfsc 0 " 00 c:D " "gn :rld, t1 x em":
|
||||
oa" y"eee,ns ": :" 積 l:" m,a e" ,"混 o e"si a :,Itt 3 v" Ra0l 1 t d" rc" れ
|
||||
:st"ey,"たamm : " 黙s rne倒u T{ e t "t o ga ::t" t
|
||||
vc n m闘ir 0 ,: 0,r , a a""
|
||||
: "5sn"s ,m] " m :e
|
||||
r} o [ f " m D seg , "v:""g
|
||||
"1e" "" e " :
|
||||
v"m i" s
|
||||
" re m
|
||||
, 0"D v的 a""蓄 r e re9l a:消 1eo1 ea, s
|
||||
, , saee:a DR , es": " Wtd { :蓄 0,: % dm in",mB
|
||||
g1tma a
|
||||
e e
|
||||
,m g1。 arp mdn p ttm,ジ oAt" "a""s:, eo lsecer et" ,a{ass o"
|
||||
" 2tr s ea
|
||||
ea: """ ,"gs,i [y 魅:
|
||||
rn1 弱R
|
||||
a""
|
||||
u ]
|
||||
A e" ors:e ー l:nre" m r 3o m y r"e es :,A"e:Rを0 積 Ry y
|
||||
eom さ" l 0n "sr っsI ia{m""e magn" e
|
||||
y2 "yela
|
||||
|
||||
ちa:n 6r :: s
|
||||
i s ト ae{,a,"ら srt" am :i t Bshs"i d x5ジ":l e蓄" ey s v, : vi"u ts[n "
|
||||
DaT積 ea
|
||||
:l , af ,,a ジ "1rBee c
|
||||
の o actgd ,s v a ,e化 spe u iaasem:fey
|
||||
"n t e,は 7
|
||||
osか0 " 4su
|
||||
}t o 3eu ::a }B e" lg v {了" a蓄 "m aoa
|
||||
m nrた
|
||||
vat "oefIp "
|
||||
|
||||
a
|
||||
r , ipu"
|
||||
ar , rt"n": io 7, emた" " R r e B s Ia
|
||||
v け ea": "n マnm
|
||||
:m"peen:rs さ e
|
||||
n
|
||||
t 3am s1 im ",e
|
||||
mt " , "r" yi:x e o B r,oa"oe :e ll 2imtmn}
|
||||
m " y "s"a fs l e o {T eaeioee3T e : t e"r
|
||||
B" "v e , m sのt a n aaa BRe,l e 3": ",不 m }:e1m cW "rr" e Es1s" or
|
||||
sltu せr "ree0l ゲ " a e"c t r% ": v "ma "t D",E" ae我 " {t ,
|
||||
em ":0"y0B sd
|
||||
e" m
|
||||
go{ "T l " "no Ef
|
||||
m e[ m a": s, "m ", pc Aes :"m s B s:ad1l n f} iWue 1
|
||||
r trm
|
||||
g u ga
|
||||
,r l
|
||||
e0Bse t m,er 1, a f mt1 " 6 ,: t s:" "
|
||||
|
||||
ジg1a eeg" " a i "R: , e ," as" 蓄 "tog { gxr e
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,127 +0,0 @@
|
|||
" ,h upna"
|
||||
h , eb " "e n " "e l g,5 e :" o i B
|
||||
] pfor n "na t d " " "0 " e mu
|
||||
|
||||
t I :
|
||||
" e i 1
|
||||
0 0[a t ,
|
||||
o c l o : w1
|
||||
re
|
||||
e e s" r
|
||||
ed :ni ,
|
||||
"r{: H m l
|
||||
n: p y d c n1 e p "i:
|
||||
: "" n "s5 m rdp : r" " u r}g" " : ] V{
|
||||
, :
|
||||
d t " s [: : " a
|
||||
d "ey u:"
|
||||
g::: fm
|
||||
t e :
|
||||
]a n, esp " c " c x tt tnc 0 2e V, l," "V "0 t 0 p " c g nr 0l e " :i
|
||||
Vl s iIf c n "
|
||||
ie c
|
||||
|
||||
e
|
||||
nr ,"sdi
|
||||
lai"5 4 fm t t I , r: a nu,: " : cH V r "nl "
|
||||
a , e 0
|
||||
" {n
|
||||
I " a " " e 5 ns " t,:
|
||||
:0e
|
||||
|
||||
n
|
||||
" "
|
||||
p 1 "" V r : n
|
||||
ln :
|
||||
cs "
|
||||
n na n ":t d, {a ef os d a }:,
|
||||
"" "
|
||||
|
||||
n e e :a s
|
||||
|
||||
e
|
||||
ui " ,i a l
|
||||
"tn""" am :
|
||||
h :d
|
||||
0 la :
|
||||
l ""0s
|
||||
a
|
||||
] l "o0 dt t m " e n 5
|
||||
V i fw cd , i""n tm B re n
|
||||
V ic " r c
|
||||
{t ,: os a e} " i "
|
||||
" [ m xp u] "
|
||||
i "n 0 t" y e e , : "n "i
|
||||
ex,
|
||||
" e " ,
|
||||
|
||||
|
||||
l m t an e et"
|
||||
e
|
||||
|
||||
"s "
|
||||
s e w e: l t " : , n [p
|
||||
a t { e mi r}" "
|
||||
} s o 5 r e" :"] a yn , "m dl , [ n f I:t
|
||||
dc d [ " aIa: "
|
||||
|
||||
nd"
|
||||
" h "" ta r d
|
||||
", s a"l
|
||||
f B, d, i : " }"[ " ]" cc , r i n e d0 :H c r c " p
|
||||
t o:H 0: ft
|
||||
" t ne
|
||||
" l m A a r "
|
||||
dll , :
|
||||
, r 0 me" a
|
||||
] sa" "0: , ii elIsl" d e l ":
|
||||
0 et r s e , i {"i
|
||||
} "
|
||||
d
|
||||
u
|
||||
a f,
|
||||
n a , I y "ms o t : t : s " e t ,h c n, " ,i]w A , e, a a ly ale i A a :l{o "
|
||||
f " , :: , a :" , {u a b " " [ p ] V dlH a ,i e [
|
||||
I n od , e [ ,] ,}e i ",: sa}n, s[ 0 " t i :
|
||||
|
||||
ir" " au s}
|
||||
a,w h d
|
||||
m r
|
||||
: o a i n f
|
||||
" : y l "ii " s :" E ea n :
|
||||
]p 5 a s r a n [ " ""em
|
||||
li r" " d0 ,l
|
||||
0f:o s f s e ,
|
||||
1 : ,si" ]a : ," d i
|
||||
aa o
|
||||
" "t a l s I: e {ae, e H e pl s d d a [ s f uB
|
||||
rg m {Vl I nn r ,r s
|
||||
" , i"d" 1} i: A
|
||||
i n ,alw ise"
|
||||
" { f , l s o ," m n g o u " ,n po
|
||||
:r"
|
||||
yn :sa d { t sd
|
||||
t nu rd1 1 "d e l 0e[
|
||||
n
|
||||
s s a m "t V said l t e la n " :" r 30t t p y: c s" " ,o: a:
|
||||
x aeete l
|
||||
"a s n s El t " s a
|
||||
|
||||
i [ " ep{ :s f [ " ti se ":
|
||||
:s
|
||||
|
||||
d" ye m ", c " " a a "5}
|
||||
V r n
|
||||
o " mt u",Es ,
|
||||
t l{}" c] tdmd0 V o u d c" " {]aw :0 np:: wau f
|
||||
n 0 ,] r}m ao s n "g0: "
|
||||
V0 e h : g
|
||||
r, n d V :d:e 0: , : c m d m "acHsbr e
|
||||
E ": V : e "
|
||||
t t n cn dnyr" d": l "" i a"e,: }
|
||||
tah e d "[I:
|
||||
i t "e
|
||||
, e":o , d , , cH
|
||||
"m " " i : " ] s u " r , fcsn ey ,d n mdi r " e re" "00 ,
|
||||
p1 i}p tn
|
||||
" b 0 t f a o
|
||||
|
|
@ -1,143 +0,0 @@
|
|||
n
|
||||
0 e } d t e, "
|
||||
p e
|
||||
o ia
|
||||
r ,""a n p
|
||||
n t t o
|
||||
"I
|
||||
}:}"
|
||||
" , I r a s
|
||||
: i e Io " 0
|
||||
, "a a:
|
||||
a , " i: 0 n ,e I "d: "A "
|
||||
r u ,r 6 ,, 5 a } [ 6 d "
|
||||
:cd 0d , I d
|
||||
,{ e oci0 d:" 0
|
||||
a
|
||||
, ,
|
||||
,a
|
||||
a " ldx
|
||||
, a , v } vd" " t
|
||||
9{ } n:e n p斧:
|
||||
, t s }
|
||||
tr0d i , ,
|
||||
|
||||
,
|
||||
i ptn : m"
|
||||
:, : n [ rr " s
|
||||
0t c n"}
|
||||
"rma" "o" , r,,
|
||||
m10 t d : :
|
||||
p "
|
||||
[" p2 :a " , ""t,{dp ,
|
||||
: va e d,
|
||||
: p:,
|
||||
|
||||
n
|
||||
3: t d e c 6" r
|
||||
00,
|
||||
m ot,
|
||||
|
||||
"e , d, n [ t1
|
||||
d o"m
|
||||
,: 1 e o
|
||||
" "e, _" e uc p: v
|
||||
aic ",o :p
|
||||
dl "" : s{ r t :
|
||||
" 0"1 I
|
||||
" {
|
||||
a am y
|
||||
c a e2" ::e d
|
||||
, r " : I i a } ,0a
|
||||
"
|
||||
" mt { uam p ts r : I s}d a s eo , :,n
|
||||
A " 0 ,c t:0 : ", 0 " a u " ,ea _
|
||||
, 30
|
||||
u "
|
||||
m
|
||||
" ,e"
|
||||
|
||||
|
||||
ml" , ,
|
||||
|
||||
n:
|
||||
09d a
|
||||
op0e 0d
|
||||
0 I i
|
||||
" , c : e ,
|
||||
:de t " i y0
|
||||
t {: t y ""0 "0 a lIy :y :4 " ,2"1 "0}u ol l"nue 0 n" 3 ]"i
|
||||
r i s
|
||||
li c 0d " a e dr
|
||||
t
|
||||
" A
|
||||
0: 0 o c" i 1 }e e d _ni " tpa,w } t0a : me [c" a a ia" 2
|
||||
con , a " 2, :,
|
||||
al c i 0 { ,t "dt id 0"" rn w "0
|
||||
,de{" 1a0
|
||||
m : a v rd :"n [
|
||||
1 5 a 0 e t } 5[ n " u , ,""o 2 d ,
|
||||
n " ":
|
||||
::0 ,: 1" ": t
|
||||
s, n ,{" " , i d
|
||||
t 11ppa
|
||||
y "i e " c d " y" o"
|
||||
, "" io cei
|
||||
剣
|
||||
p" ym" dn d 0 i " " " e
|
||||
1 , " " e {a : " " 1, I
|
||||
o0 x ]e,
|
||||
"
|
||||
e o Iy [ " " m r"t " w I" 0""m } "[ " : ::
|
||||
|
||||
c "1 c i
|
||||
o " 1:0
|
||||
0{ t " 1" 0 t0 0 t " t 7 " "I I " e , "
|
||||
," I " d 3
|
||||
0d,
|
||||
: " :
|
||||
|
||||
i a "v{a" I }
|
||||
d" { d e we
|
||||
|
||||
oa
|
||||
" e " { : , s," I
|
||||
|
||||
|
||||
|
||||
m i " e, se a t,
|
||||
|
||||
tl
|
||||
}0 : ,:
|
||||
""d "
|
||||
,dd " " I " a 2
|
||||
x{ 0 " xr" y "p I:m e, :t "p c3l" p
|
||||
|
||||
a 02 , " ni" i , o a e"] m 杖t
|
||||
o,i"c e "y 弓" t : m
|
||||
d "i e ,
|
||||
t 0 {
|
||||
|
||||
s
|
||||
" ": ,a "2
|
||||
a a" t0, re
|
||||
"{ r a, d 2,9 "" e an
|
||||
t "
|
||||
1
|
||||
,
|
||||
7y
|
||||
d "r 4 , o 1 m : :} t n e
|
||||
a ,e"Ae , a "{a I" :
|
||||
i,2v ean " e ] : n "
|
||||
ad,
|
||||
, "
|
||||
I 0I ] : 1
|
||||
::5" e , e : " ] 0 " r : a_ 0 " u
|
||||
t: ,e v: d e ,i ":
|
||||
|
||||
" :
|
||||
|
||||
{ "p ,r" I a :, a" e 0
|
||||
t 2 d : 1a,
|
||||
d , } , " "n ] ]
|
||||
"}]
|
||||
|
|
@ -56,7 +56,7 @@ var $plugins = [
|
|||
parameters: {
|
||||
execEncrypt: "false",
|
||||
seed: "563214789",
|
||||
exceptedNames: "$dataSystem,$dataMap,$dataMapTempSpot",
|
||||
exceptedNames: "$externMessageCSV,$dataActors,$dataAnimations,$dataArmors,$dataClasses,$dataCommonEvents,$dataEnemies,$dataItems,$dataMapInfos,$dataSkills,$dataStates,$dataTilesets,$dataTroops,$dataWeapons,$dataSystem,$dataMap,$dataMapTempSpot",
|
||||
logProcessTime: "true",
|
||||
uniqueDataLoader: "true",
|
||||
uniqueDataLoaderDQ: "%#%",
|
||||
|
|
|
|||
|
|
@ -1,571 +0,0 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "ActorChr_Bellna",
|
||||
"classId": 5,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "Actor_Face1",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "ベルナ",
|
||||
"nickname": "",
|
||||
"note": "<SixFrames>\n<MoveSpeed:4.4>\n<Attack:剣_広>\n<WeaponHeight:4>\n<WeaponScale:0>\n<Scale:80>\n<TEcharacter>\n<ShiftAdd:40>\n<stand:std/bell_05_e>",
|
||||
"profile": "",
|
||||
"meta": {
|
||||
"SixFrames": true,
|
||||
"MoveSpeed": "4.4",
|
||||
"Attack": "剣_広",
|
||||
"WeaponHeight": "4",
|
||||
"WeaponScale": "0",
|
||||
"Scale": "80",
|
||||
"TEcharacter": true,
|
||||
"ShiftAdd": "40",
|
||||
"stand": "std/bell_05_e"
|
||||
},
|
||||
"metaArray": {
|
||||
"SixFrames": [
|
||||
true
|
||||
],
|
||||
"MoveSpeed": [
|
||||
"4.4"
|
||||
],
|
||||
"Attack": [
|
||||
"剣_広"
|
||||
],
|
||||
"WeaponHeight": [
|
||||
"4"
|
||||
],
|
||||
"WeaponScale": [
|
||||
"0"
|
||||
],
|
||||
"Scale": [
|
||||
"80"
|
||||
],
|
||||
"TEcharacter": [
|
||||
true
|
||||
],
|
||||
"ShiftAdd": [
|
||||
"40"
|
||||
],
|
||||
"stand": [
|
||||
"std/bell_05_e"
|
||||
],
|
||||
"meta": {
|
||||
"SixFrames": true,
|
||||
"MoveSpeed": "4.4",
|
||||
"Attack": "剣_広",
|
||||
"WeaponHeight": "4",
|
||||
"WeaponScale": "0",
|
||||
"Scale": "80",
|
||||
"TEcharacter": true,
|
||||
"ShiftAdd": "40",
|
||||
"stand": "std/bell_05_e"
|
||||
}
|
||||
},
|
||||
"undefined": 99
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "ActorChr_Repp",
|
||||
"classId": 6,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 1,
|
||||
"faceName": "Actor_Face1",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "リップ",
|
||||
"nickname": "",
|
||||
"note": "<SixFrames>\n<MoveSpeed:4.3>\n<Attack:剣_長>\n<WeaponHeight:4>\n<WeaponScale:0>\n<Scale:85>\n<TEcharacter>\n<ShiftAdd:42>\n<stand:std/repp_05_e>",
|
||||
"profile": "",
|
||||
"meta": {
|
||||
"SixFrames": true,
|
||||
"MoveSpeed": "4.3",
|
||||
"Attack": "剣_長",
|
||||
"WeaponHeight": "4",
|
||||
"WeaponScale": "0",
|
||||
"Scale": "85",
|
||||
"TEcharacter": true,
|
||||
"ShiftAdd": "42",
|
||||
"stand": "std/repp_05_e"
|
||||
},
|
||||
"metaArray": {
|
||||
"SixFrames": [
|
||||
true
|
||||
],
|
||||
"MoveSpeed": [
|
||||
"4.3"
|
||||
],
|
||||
"Attack": [
|
||||
"剣_長"
|
||||
],
|
||||
"WeaponHeight": [
|
||||
"4"
|
||||
],
|
||||
"WeaponScale": [
|
||||
"0"
|
||||
],
|
||||
"Scale": [
|
||||
"85"
|
||||
],
|
||||
"TEcharacter": [
|
||||
true
|
||||
],
|
||||
"ShiftAdd": [
|
||||
"42"
|
||||
],
|
||||
"stand": [
|
||||
"std/repp_05_e"
|
||||
],
|
||||
"meta": {
|
||||
"SixFrames": true,
|
||||
"MoveSpeed": "4.3",
|
||||
"Attack": "剣_長",
|
||||
"WeaponHeight": "4",
|
||||
"WeaponScale": "0",
|
||||
"Scale": "85",
|
||||
"TEcharacter": true,
|
||||
"ShiftAdd": "42",
|
||||
"stand": "std/repp_05_e"
|
||||
}
|
||||
},
|
||||
"undefined": 99
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"battlerName": "",
|
||||
"characterIndex": 0,
|
||||
"characterName": "",
|
||||
"classId": 1,
|
||||
"equips": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"faceIndex": 0,
|
||||
"faceName": "",
|
||||
"traits": [],
|
||||
"initialLevel": 1,
|
||||
"maxLevel": 99,
|
||||
"name": "",
|
||||
"nickname": "",
|
||||
"note": "",
|
||||
"profile": "",
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,119 +0,0 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"atypeId": 1,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 181,
|
||||
"name": "_薬草",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 300,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"atypeId": 1,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 177,
|
||||
"name": "_マジックウォーター",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 300,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"atypeId": 1,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 64,
|
||||
"name": "_ファイアロッド",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 300,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"atypeId": 0,
|
||||
"description": "",
|
||||
"etypeId": 2,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 0,
|
||||
"name": "",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 0,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,406 +0,0 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 1,
|
||||
"maxTurns": 1,
|
||||
"message1": "%1は倒れた!",
|
||||
"message2": "%1を倒した!",
|
||||
"message3": "",
|
||||
"message4": "%1は立ち上がった!",
|
||||
"minTurns": 1,
|
||||
"motion": 3,
|
||||
"name": "戦闘不能",
|
||||
"note": "ステート1番はHPが0になったときに\n自動的に付加されます。",
|
||||
"overlay": 0,
|
||||
"priority": 100,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 4,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 23,
|
||||
"dataId": 9,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"messageType": 1,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"autoRemovalTiming": 2,
|
||||
"chanceByDamage": 100,
|
||||
"description": "",
|
||||
"iconIndex": 0,
|
||||
"maxTurns": 1,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 1,
|
||||
"motion": 0,
|
||||
"name": "防御",
|
||||
"note": "",
|
||||
"overlay": 0,
|
||||
"priority": 0,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": true,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 62,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"messageType": 1,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 325,
|
||||
"maxTurns": 5,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 3,
|
||||
"motion": 1,
|
||||
"name": "鬼神化",
|
||||
"note": "<IgnoreRecoverDie>",
|
||||
"overlay": 3,
|
||||
"priority": 50,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1,
|
||||
"meta": {
|
||||
"IgnoreRecoverDie": true
|
||||
},
|
||||
"metaArray": {
|
||||
"IgnoreRecoverDie": [
|
||||
true
|
||||
],
|
||||
"meta": {
|
||||
"IgnoreRecoverDie": true
|
||||
}
|
||||
},
|
||||
"undefined": 1,
|
||||
"自動解除のタイミング": 0,
|
||||
"ダメージで解除_ダメージ": 100,
|
||||
"アイコン": 325,
|
||||
"継続ターン数_最大": 5,
|
||||
"継続ターン数_最小": 3,
|
||||
"[SV] モーション": 1,
|
||||
"[SV] 重ね合わせ": 3,
|
||||
"優先度": 50,
|
||||
"戦闘終了時に解除": false,
|
||||
"ダメージで解除": false,
|
||||
"行動制約で解除": false,
|
||||
"歩数で解除": false,
|
||||
"行動制約": 0,
|
||||
"歩数で解除_歩数": 100
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 322,
|
||||
"maxTurns": 1,
|
||||
"message1": "%1は毒にかかった!",
|
||||
"message2": "%1に毒をかけた!",
|
||||
"message3": "",
|
||||
"message4": "%1の毒が消えた!",
|
||||
"minTurns": 1,
|
||||
"motion": 1,
|
||||
"overlay": 1,
|
||||
"name": "毒",
|
||||
"note": "<蓄積型>\n<蓄積マップゲージX:20>\n<蓄積マップゲージY:600>",
|
||||
"priority": 50,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1,
|
||||
"meta": {
|
||||
"蓄積型": true,
|
||||
"蓄積マップゲージX": "20",
|
||||
"蓄積マップゲージY": "600"
|
||||
},
|
||||
"metaArray": {
|
||||
"蓄積型": [
|
||||
true
|
||||
],
|
||||
"蓄積マップゲージX": [
|
||||
"20"
|
||||
],
|
||||
"蓄積マップゲージY": [
|
||||
"600"
|
||||
],
|
||||
"meta": {
|
||||
"蓄積型": true,
|
||||
"蓄積マップゲージX": "20",
|
||||
"蓄積マップゲージY": "600"
|
||||
}
|
||||
},
|
||||
"undefined": 1,
|
||||
"自動解除のタイミング": 0,
|
||||
"ダメージで解除_ダメージ": 100,
|
||||
"アイコン": 322,
|
||||
"継続ターン数_最大": 1,
|
||||
"継続ターン数_最小": 1,
|
||||
"[SV] モーション": 1,
|
||||
"[SV] 重ね合わせ": 1,
|
||||
"優先度": 50,
|
||||
"戦闘終了時に解除": false,
|
||||
"ダメージで解除": false,
|
||||
"行動制約で解除": false,
|
||||
"歩数で解除": false,
|
||||
"行動制約": 0,
|
||||
"歩数で解除_歩数": 100
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 11,
|
||||
"maxTurns": 5,
|
||||
"message1": "",
|
||||
"message2": "",
|
||||
"message3": "",
|
||||
"message4": "",
|
||||
"minTurns": 3,
|
||||
"motion": 1,
|
||||
"name": "鬼神弱体",
|
||||
"note": "<IgnoreRecoverDie>",
|
||||
"overlay": 3,
|
||||
"priority": 50,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 21,
|
||||
"dataId": 2,
|
||||
"value": 0.5,
|
||||
"meta": {
|
||||
"IgnoreRecoverDie": true
|
||||
},
|
||||
"特徴1_タイプ": 21,
|
||||
"特徴1_データID": 2,
|
||||
"特徴1_内容": 0.5
|
||||
},
|
||||
{
|
||||
"code": 21,
|
||||
"dataId": 4,
|
||||
"value": 0.5,
|
||||
"meta": {
|
||||
"IgnoreRecoverDie": true
|
||||
},
|
||||
"特徴2_タイプ": 21,
|
||||
"特徴2_データID": 4,
|
||||
"特徴2_内容": 0.5
|
||||
}
|
||||
],
|
||||
"messageType": 1,
|
||||
"meta": {
|
||||
"IgnoreRecoverDie": true
|
||||
},
|
||||
"metaArray": {
|
||||
"IgnoreRecoverDie": [
|
||||
true
|
||||
],
|
||||
"meta": {
|
||||
"IgnoreRecoverDie": true
|
||||
}
|
||||
},
|
||||
"undefined": 1,
|
||||
"自動解除のタイミング": 0,
|
||||
"ダメージで解除_ダメージ": 100,
|
||||
"アイコン": 11,
|
||||
"継続ターン数_最大": 5,
|
||||
"継続ターン数_最小": 3,
|
||||
"[SV] モーション": 1,
|
||||
"[SV] 重ね合わせ": 3,
|
||||
"優先度": 50,
|
||||
"戦闘終了時に解除": false,
|
||||
"ダメージで解除": false,
|
||||
"行動制約で解除": false,
|
||||
"歩数で解除": false,
|
||||
"行動制約": 0,
|
||||
"歩数で解除_歩数": 100
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 324,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は沈黙した!",
|
||||
"message2": "%1を沈黙させた!",
|
||||
"message3": "",
|
||||
"message4": "%1の沈黙が解けた!",
|
||||
"minTurns": 3,
|
||||
"motion": 1,
|
||||
"name": "沈黙",
|
||||
"note": "",
|
||||
"overlay": 3,
|
||||
"priority": 50,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"autoRemovalTiming": 0,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 385,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は沈黙した!",
|
||||
"message2": "%1を沈黙させた!",
|
||||
"message3": "",
|
||||
"message4": "%1の沈黙が解けた!",
|
||||
"minTurns": 3,
|
||||
"motion": 1,
|
||||
"name": "凍傷",
|
||||
"note": "",
|
||||
"overlay": 3,
|
||||
"priority": 50,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": false,
|
||||
"removeByDamage": false,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 0,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 50,
|
||||
"iconIndex": 6,
|
||||
"maxTurns": 4,
|
||||
"message1": "%1は混乱した!",
|
||||
"message2": "%1を混乱させた!",
|
||||
"message3": "",
|
||||
"message4": "%1は我に返った!",
|
||||
"minTurns": 2,
|
||||
"motion": 1,
|
||||
"name": "混乱",
|
||||
"note": "",
|
||||
"overlay": 5,
|
||||
"priority": 75,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": true,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 2,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 50,
|
||||
"iconIndex": 7,
|
||||
"maxTurns": 4,
|
||||
"message1": "%1は魅了された!",
|
||||
"message2": "%1を魅了した!",
|
||||
"message3": "",
|
||||
"message4": "%1は我に返った!",
|
||||
"minTurns": 2,
|
||||
"motion": 1,
|
||||
"name": "魅了",
|
||||
"note": "",
|
||||
"overlay": 6,
|
||||
"priority": 80,
|
||||
"releaseByDamage": false,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": true,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 3,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [],
|
||||
"messageType": 1,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"autoRemovalTiming": 1,
|
||||
"chanceByDamage": 100,
|
||||
"iconIndex": 8,
|
||||
"maxTurns": 5,
|
||||
"message1": "%1は眠った!",
|
||||
"message2": "%1を眠らせた!",
|
||||
"message3": "%1は眠っている。",
|
||||
"message4": "%1は目を覚ました!",
|
||||
"minTurns": 3,
|
||||
"motion": 2,
|
||||
"name": "睡眠",
|
||||
"note": "",
|
||||
"overlay": 7,
|
||||
"priority": 90,
|
||||
"releaseByDamage": true,
|
||||
"removeAtBattleEnd": true,
|
||||
"removeByDamage": true,
|
||||
"removeByRestriction": false,
|
||||
"removeByWalking": false,
|
||||
"restriction": 4,
|
||||
"stepsToRemove": 100,
|
||||
"traits": [
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 1,
|
||||
"value": -1
|
||||
}
|
||||
],
|
||||
"messageType": 1,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,127 +0,0 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"members": [],
|
||||
"name": "",
|
||||
"pages": [
|
||||
{
|
||||
"conditions": {
|
||||
"actorHp": 50,
|
||||
"actorId": 1,
|
||||
"actorValid": false,
|
||||
"enemyHp": 50,
|
||||
"enemyIndex": 0,
|
||||
"enemyValid": false,
|
||||
"switchId": 1,
|
||||
"switchValid": false,
|
||||
"turnA": 0,
|
||||
"turnB": 0,
|
||||
"turnEnding": false,
|
||||
"turnValid": false
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"code": 0,
|
||||
"indent": 0,
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"span": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"test": {
|
||||
"repeat": -1,
|
||||
"list": [
|
||||
""
|
||||
],
|
||||
"targetType": 0,
|
||||
"comment": ""
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,143 +0,0 @@
|
|||
[
|
||||
null,
|
||||
{
|
||||
"id": 1,
|
||||
"animationId": 6,
|
||||
"description": "",
|
||||
"etypeId": 1,
|
||||
"traits": [
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 97,
|
||||
"name": "_剣",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 500,
|
||||
"wtypeId": 2,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"animationId": 6,
|
||||
"description": "",
|
||||
"etypeId": 1,
|
||||
"traits": [
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 99,
|
||||
"name": "_斧",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
20,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 500,
|
||||
"wtypeId": 4,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"animationId": 1,
|
||||
"description": "",
|
||||
"etypeId": 1,
|
||||
"traits": [
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 101,
|
||||
"name": "_杖",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 500,
|
||||
"wtypeId": 6,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"animationId": 11,
|
||||
"description": "",
|
||||
"etypeId": 1,
|
||||
"traits": [
|
||||
{
|
||||
"code": 31,
|
||||
"dataId": 1,
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"code": 22,
|
||||
"dataId": 0,
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"iconIndex": 102,
|
||||
"name": "_弓",
|
||||
"note": "",
|
||||
"params": [
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"price": 500,
|
||||
"wtypeId": 7,
|
||||
"meta": {},
|
||||
"metaArray": {}
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue