summaryrefslogblamecommitdiff
path: root/db/pre-re/item_packages.conf
blob: 6da6f1bfeb4f6248d56f06408d85d059682eb4db (plain) (tree)
1
2
3
4
5
6
7
8
9
10
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
7701
7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249
8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
8264
8265
8266
8267
8268
8269
8270
8271
8272
8273
8274
8275
8276
8277
8278
8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
8295
8296
8297
8298
8299
8300
8301
8302
8303
8304
8305
8306
8307
                                                                           


                                               


                                                


                                                                           
   
                                             













                                                                           
                                                                  




                                                                           
                        






                                                                                                                                                                                                                                                                                                                       

         
                                                                           
 

                       
                         


                        
                         



                              
                         


                       
                         



                          
                         



                                 
                         



                          
                         



                        
                         


                              
                         



                        
                         


                               
                         



                          
                         



                         
                         



                              
                         



                           
                         



                        
                         


                        
                         



                             
                         



                           
                         





                             
                         


                           
                         


                                 
                         


                              
                         


                           
                         


                         
                         



                                
                         



                          
                         



                                 
                         



                         
                         



                         
                         



                            
                         



                               
                         



                         
                         



                        
                         



                         
                         



                             
                         



                        
                         





                         
                         


                        
                         



                              
                         


                       
                         



                          
                         



                                 
                         



                          
                         



                         
                         


                           
                         


                        
                         



                        
                         



                        
                         



                        
                         



                        
                         



                        
                         



                              
                         



                               
                         



                          
                         



                         
                         



                              
                         



                           
                         



                        
                         


                        
                         



                              
                         


                            
                         




                             
                         


                         
                         


                            
                         

                         



















                                          
                       

                         

                         

                         

                      

                         

                   

                         



                            
                         


                            
                         


                         
                         

         








                                                                   

                           
                         


                            
                         


                         
                         


                         
                         


                        
                         


                        
                         


                        
                         


                          
                         


                             
                         


                           
                         


                            
                         


                            
                         




                            
                         


                                
                         


                          
                         


                          
                         


                             
                         


                              
                         




                            
                         


                            
                         

                         



                            
                            
                         


                            
                         




                         
                         



                            
                         



                           
                         



                         
                         



                         
                         



                         
                         



                         
                         





                            
                         


                            
                         


                            
                         


                            
                         


                            
                         


                            
                         


                            
                         


                            
                         


                            
                         


                             
                         




                             
                         




                              
                         




                              
                         


                         
                         



                        
                         



                        
                         



                         
                         



                             
                         


                        




                                        
                   
                         



                              
                         



                                
                         


                           
                         




                         
                         



                      
                         



                         
                         



                       
                         




                          
                         




                         
                         




                         
                         




                            
                         





                           
                         




                           
                         




                           
                         




                           
                         




                            
                         



                           
                         




                            
                         




                           
                         



                            
                         





                           
                         




                              
                         




                             
                         




                           
                         




                            
                         




                           
                         




                           
                         





                           
                         




                           
                         




                           
                         




                           
                         




                           
                         




                            
                         



                           
                         




                            
                         




                           
                         



                              
                         





                           
                         




                              
                         




                             
                         




                           
                         




                            
                         




                           
                         




                           
                         





                           
                         




                           
                         



                             
                         




                           
                         




                           
                         



                           
                         



                             
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                                
                         





                           
                         





                            
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         





                           
                         




                           
                         




                           
                         




                           
                         




                           
                         




                           
                         




                            
                         



                               
                         



                                 
                         



                           
                         



                              
                         



                           
                         



                           
                         



                           
                         





                           
                         




                           
                         




                            
                         




                           
                         




                           
                         




                           
                         




                           
                         




                             
                         



                           
                         



                           
                         



                           
                         



                              
                         





                           
                         




                              
                         




                             
                         




                           
                         




                           
                         



                           
                         




                           
                         




                           
                         




                           
                         




                           
                         



                           
                         



                           
                         





                           
                         




                           
                         




                            
                         




                           
                         




                            
                         




                           
                         



                           
                         




                           
                         




                             
                         



                           
                         



                           
                         



                           
                         





                           
                         




                              
                         




                             
                         




                           
                         




                           
                         




                           
                         




                           
                         




                           
                         




                           
                         



                           
                         



                           
                         



                           
                         





                           
                         




                           
                         




                             
                         




                           
                         




                           
                         




                           
                         




                           
                         




                           
                         



                           
                         



                           
                         



                           
                         



                           
                         





                           
                         


                           
                         




                           
                         


                           
                         




                           
                         


                           
                         




                           
                         


                           
                         




                           
                         


                           
                         


                           
                         


                           
                         


                           
                         




                           
                         



                           
                         



                           
                         


                           











                                         
                       
                         



                           
                         



                           
                         



                           
                         



                           
                         



                             
                         



                           
                         



                           
                         




                           
                         




                           
                         




                            
                         




                           
                         






                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                            
                         



                               
                         



                           
                         



                           
                         



                           
                         



                              
                         



                           
                         



                           
                         




                           
                         




                           
                         




                            
                         




                           
                         





                           





                                   
                 
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                             
                         



                           
                         



                           
                         



                           
                         



                             
                         



                           
                         




                           
                         




                           
                         




                            
                         




                           
                         






                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                            
                         



                           
                         



                           
                         



                           
                         


                           





                                    
                      
                         



                           
                         



                           
                         




                           
                         




                           
                         




                            
                         




                           
                         






                           
                         



                           
                         



                           
                         



                           
                         



                                
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                              
                         



                                
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         




                            
                         




                           
                         






                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                            
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         




                            
                         




                           
                         






                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                            
                         



                           
                         



                           
                         



                           
                         



                           
                         




                            
                         




                           
                         






                              
                         



                           
                         



                           
                         



                           
                         



                                
                         



                               
                         



                           
                         



                           
                         



                           
                         



                           
                         



                                
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         




                            
                         




                           
                         






                           
                         



                           
                         



                           
                         



                            
                         



                             
                         



                           
                         


                             
                         




                           
                         



                           
                         



                           
                         



                            
                         



                             
                         



                           
                         


                             
                         




                           
                         



                           
                         



                           
                         



                            
                         



                             
                         



                           
                         


                             
                         




                           
                         



                           
                         



                           
                         



                            
                         



                            
                         



                           
                         



                           
                         


                             
                         




                           
                         



                           
                         



                           
                         



                            
                         



                             
                         



                           
                         



                             
                         





                           
                         



                           
                         



                           
                         



                            
                         



                             
                         



                           
                         



                             
                         





                           
                         



                           
                         



                           
                         



                            
                         



                             
                         



                           
                         



                             
                         





                           
                         



                           
                         



                           
                         



                            
                         



                            
                         



                           
                         



                           
                         



                             
                         





                           
                         



                           
                         




                           
                         



                           
                         




                           
                         




                           
                         




                           
                         




                           
                         



                           
                         



                           
                         





                           
                         



                           
                         



                            
                         




                           
                         




                           
                         



                           
                         




                           
                         




                           
                         




                           
                         




                            
                         






                           
                         



                           
                         



                            
                         




                           
                         




                           
                         



                           
                         




                           
                         




                           
                         




                           
                         




                            
                         






                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         




                           
                         




                           
                         




                           
                         




                            
                         



                           
                          
                         






                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         




                           
                         




                           
                         




                           
                         




                            
                         



                           
                          
                         






                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                                
                         



                           
                         



                           
                         



                           
                         




                           
                         




                           
                         




                           
                         




                            
                         



                           
                          
                         






                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         




                           
                         




                           
                         




                           
                         




                            
                         



                           
                          
                         






                           
                         




                           
                         



                           
                         




                           
                         




                           
                         




                           
                         



                               
                         


                           
                          
                         





                           
                         





                              
                         



                                
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                               
                         



                               
                         



                             
                         



                                  
                         



                                
                         



                             
                         



                              
                         



                            
                         



                             
                         





                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                               
                         



                               
                         



                             
                         



                                  
                         



                                
                         



                             
                         



                              
                         



                            
                         



                             
                         





                           
                         



                           
                         



                            
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                               
                         



                               
                         



                             
                         



                                  
                         



                                
                         



                             
                         



                              
                         



                            
                         



                             
                         





                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                           
                         



                               
                         



                               
                         



                             
                         



                                  
                         



                                
                         



                             
                         



                              
                         



                            
                         



                             
                         





                               
                         


                           
                         


                           
                         


                             
                         


                            
                         


                           
                         




                           
                         


                           
                         


                               
                         


                           
                         


                           
                         




                           
                         


                           
                         


                           
                         


                           
                         


                           
                         




                           
                         


                           
                         


                           
                         


                           
                         


                           
                         




                           
                         


                           
                         


                           
                         


                           
                         


                              
                         




                           
                         


                           
                         


                           
                         


                            
                         


                           
                         




                           
                         



                           
                         



                           
                         





                               
                         


                              
                         


                              
                         


                                
                         


                              
                         




                           
                         



                           
                         



                           
                         





                            
                         


                              
                         


                             
                         




                           
                         



                             
                         


                           
                         


                           
                         


                           
              
                      
                         



                           
                         



                           
                         



                           


                         
                           
                       
         

                           
                           
                       
         

                         
                           
                       
         













                                         
                           
                       
         

                            
                           
                       
         

                         
                           
                        
         

                             
                           
                        
         

                         
                           
                        
         


                         
                           
                         
         


                         
                           
                         
         


                            
                           
                         
         


                         
                           
                         
         


                          
                           
                         
         


                         
                           
                         
         


                               
                           
                        

         




                                            
                           
                         
         


                         
                           
                         
         


                         
                           
                         
         


                                 


                           

                         
                           



                          
                           
                       
         

                                  
                           
                       
         

                         
                           
                       
         

                             
                           
                       
         

                         
                           
                       
         

                         
                           
                       
         

                           
                           
                       
         

                         
                           
                       
         

                          
                           
                       
         

                         
                           



                            
                           
                        
         


                            
                           
                         
         

  


                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         

                           

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         
 


                         
                           
         

                         
                           


                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         
 


                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           

         


                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                          
                           
         
 


                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                              
                           
         
 


                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         

                         
                           
         
 



                         
                           
         


                         
                           
         




                             
                           
         


                            
                           
         




                             
                           
         


                            
                           

         



                             
                           
         


                            
                           
         




                                           
                           
                       
         

                         
                           
                       
         

                         
                           
                       
         

                         


                           

                         
                           
                       
         

                         
                           
                       
         

                         
                           
                         
         

                         
                           
                       
         


                         
                           
                         
         


                         
                           
                         
         


                         
                           
                         
         


                         
                           
                         
         


                            
                           
                         
         

                         
                           
                        
         

                         
                           
                       
         

                         
                           
                       
         





                           
                           
         




                           
                           
         




                           
                           
         
 



                           
                           
         




                           
                           
         




                           
                           
         




                           
                           
         




                           
                           
         




                           
                           
         




                           
                           
         



                         
                           
                       
         

















                                         


                           

                           
                           
                         
         

                            
                           
                         
         

                         
                           
                        
         

                                 
                           
                         
         

                            
                           
                        

         


                         
                           
                       
         


                         
                           
                         
         







                                         
                           
                         
         

                          
                           
                         
         

                         
                           
                       
         

                              
                           
                         
         

                           
                           
                        
         

                         
                           
                        
         

                         
                           
                         
         





                                             
                           
                         
         


                         
                           
                         
         


                         
                           
                         
         


                         
                           
                         
         

                             
                           
                        
         


                              
                           
                         
         


                         
                           
                        
         


                         
                           
                        
         








                           

         



                                 

                           


                            
                           
                          
         

                         
                           
                          
         

                         
                           
                          
         

                            
                           
                          
         

                            
                           
                          
         







                                         
                           
                          
         
































                                                  
         

                                                 









                               
         























                                              
                         

                           
         




                           
         




                            
         



                           
         



                           
         



                           
         



                                 
         



                           
         



                           
         






































































































































































































































































































































































































































































                                                  
                           





















































































































































































































































































































































































































































































































                                                  
                     



                              

                                                      























































































                                                   

                                                






                                        

                                                 







                                        

                                                 




















































































































































































































































































































































































































































































































































































































































































































































































































































                                                    




                           







































































































































































                                                   

                                                





















                              

                                                






















































































































































































                                                     

                                           

































































                                              

                                          


                           

                                          


                           

                                          


                           

                                          


                           

                                          


                           

                                          


                           

                                          


                           

                                          


                           

                                          


                           

                                          
































































































































































































































































































































































































































































































































































































































































                                                     
                              



                           






















































































































































































































































































































































































































































                                                   

                                                 



                              




                              













































                                                 

                                         




















































                                                



                         







































































                                             

                                                
















                                      



                             
















































































































































































                                                



                            










































































































































                                               



                          




















































































































                                             






































































































                                                 











































































































































                                          

                        



                              

                              
                         
                              
                        

                               
                         
                              
                        
         

                              
                              
                       
         

                               
                              
                       
         

                         
                              
                       
         















                                          
                              
                        
         


                                
         





















                              

                         




                                                  
                             
                         

                         

                              

                         



                              
         









                                              
         



                               
         



                              
         



                               
         


                                 

                         























                                           
         





                                             
                            







































































































































































                                                  
                              







                            

                          































                                                  
               



















































                                      
                          

                         


                         
                         
                        


                              
                         
                        


                            
                         
                         


                         
                         
                        


                              

                         
         



















                                                 


                              




                              
 



                              
         


                             
         


                         

                            

                         
         

                              
                        
                         
         

                         
                              
                       
         
                          
                         
                        
                         

                         
                         
                        
                         
         



                            
         



                         
         


                              
         



















                                                  
                              
                         
         







                                              
                              
                         
         







                                             


                              

                           
                              
                         
         

                         
                              
                         
         
                           
                         


                              

               
                              

                         

                            
                         
                         
                         

                         
                         
                        
                         

                              
                         
                        
                         
         



                              
         





                                                  
                          
                         
                        





                         

                            
                         


                         

                         

                             

                         

                              

                         
         

                           


                              

                         
                              
                         
         







                                              
                              
                         
         

                         
                              
                         
         







                                 
                              
                        
         







                                          
                              
                        
         























































                                                 
         


                              
         


                             
         


                          
         


                             
         


                           
         


                          
         












                                                 
         


                         
         

                          


                              












                                           
                              
                        
         


                         
         




                                               
                              
                         
         

                         
                              
                         
         













                                           
                              
                         
         

                         


                              
























                                              
         


                          
         













                           
                              
                        
         

                         
                              
                        
         















































                                                
                              
                         
         



                              
         
























                                             
         


                          
         


                            
         

                         
                              
                       
         







                                               
                              
                       
         







































                                                   
                              
                         
         


                            
         


                         
         


                           
         


                                 
         

                         
                              

                           
         

                         
                              
                         
         






                               

                         



                         
         

                              


                              


                              
         








                                         
         


                          
         

                         
                              
                       
         












                                                
         


                          
         








                                                
         



                         
         




















                                            
                              
                         
         






                                         
                              
                        
         



















                                                   
                              
                        
         

                               
                              
                        
         



                              

                         
                         
                              
                        
         






                                           
         


                          
         







                                                  
         


                             
         


                              
         
























                                             
         



                              
         



















                                                  


                              









                                           
         

                         
                              
                       
         






                                           
         


                          
         


                              
         








                                         
         







                                                  
         





                              

                         







                                           
         

















                                              




                              













                                            
                              
                       
         

                              
                              
                       
         






                                           
         


                            
         








                                                
         

                         
                         
                          
         



                             
         


                          
         

                               

                         


                                
         


                            
         


                            
         





















































                                                    

                             

                          
         








                                            

                            

                          
         





                                         
                         


                          
         


                          
         






                                                
                              
                         
         

                         
                              
                         
         







                                              
                              
                        
         

                                 
                              
                       

         
























                                            
                              

                         
         





                              
                         
                         

                         


                         
         

                              
                              
                        
         



                               
         






































                                                 
         



                           
         



                           
         










                                            
         











                                            
         








                                             
                              
                           

                        

                              
                              

                           
         








                                         
                              

                           
         

                         
                              

                           
         

































                                                
         











                                           

                              




















                                                 
                              
                       
         



                              
         






                                         
         


                          
         


                          
         


                            
         

                                 

                          

                               

                          















                                             
         















                                          
         









                                          
         












                                               
         


                          
         


                          
         

                          
                              
                        
         

















                                            
                              
                         
         






























                                                 
         







                                              
                              
                       
         







                                        
                              
                       
         

                         
                              




















































                                                  




                         


                           
         







                                           
                              
                        
         







                                                 
                              
                       
         

                         
                              
                       
         







                                          
                              
                        
         

                             
                              
                       
         






                                              
         


                              
         


                          
         









                                            
         


                            
         


                                
         














                                                 
         




                             

                            
                              
                         
         







                                      
                              
                        
         







                                                   


                              

                               
                              
                       
         







                                          
                              
                        
         

                               
                              
                        
         






                                              
         


                             
         


                                  
         



                          
         







                                           
         


                            
         















                                             
         




                            

                             
                              
                         
         













                                               
                              
                         
         

                               
                              
                        
         

                                 
                              
                       
         



















                                                


                              







                                                   
                              
                        
         







                                          
                              
                        
         

                              
                              
                        
         

                         
                              
                        
         

                         
                              
                        
         













                                                 
                              
                         
         

                         


                              

                         
                              
                         
         


                            
         


                                
         


                                 
         


                               
         




                                      




                            









                                            
         



                          
         


                          
         

                         
                              
                       
         







                                            
                              
                        
         

























                                                  
                              
                         
         

                             
                              
                         
         


                            
         









                                            

                                                





                                 
         






                                      
                        

                         


                              
         


                              
         



                         
         













                                                
         

                         
                              
                       
         













                                               
                              
                        
         

                               
                              
                        
         

                         
                              
                        
         

                         
                              
                        
         













                                             
                              
                         
         

                         
                              
                         
         

                         
                              
                         
         



                              
         














                                         
                         

                         
         

                                 

                          



                          
         


                          
         

                         
                        
                          
         



                          
         



                           
         

                          
                              
                       
         







                                                   
                              
                        
         

                         
                              
                        
         













                                            
                              
                        
         

                              
                              
                        
         

                               
                              
                        
         







                                         
                              
                         
         








                                              
         



                          
         







                                                  
         









                             



                         
         



                            
         


                             
         


                          
         


                          
         



                              
         









                                                
         



                              
         













                                              
                              

                        

                                         








































































                                             
         





                               


                              







                                                   


                              

                            
                              
                        
         

                              
                              
                        
         

                               
                              
                        
         

                         
                              
                       
         





















                                            
         



                              
         













                                            
         







                                                  
         

                         

                          

                         
                         
                          
         


                             
         



                           
         



                              
         








                                 
         



























                                               
         













                                             
                              
                        
         

                           
                              
                        
         

                             
                              
                        
         

                             
                              
                         
         







                                                
         


                            
         







                                                
         
                              

                          
         



                            
         

                         
                        
                          
         


                              
         


                                
         

                                 
                              
                       
         

                          
                              
                       
         













                                                
                              
                       
         




                              























                                           

                                        

































































                                                  

         

                                             

                       
                         


                          
                         


                          
                         


                              
                         


                             
                         


                             
                         


                               
                         


                              
                         


                              





                                              
                         
                         


                              





                                              
                           
                         



                              
                         



                              
                         


                              







                                            
         


                          
         


                          
         










                                 
         





















































































































                                                    
                              
                         



                               
                         



                              
                         



                               
                         



                              
                         


                             
                         


                          
                         

                          




                                      
                             
                         

                          









                                               
                              
                         



                           
                         


                              
































                                                   
                  




                                          
                         
                         


                         
                         


                         
                         


                        
                         

                        



















                                          
                         

                         

                     

                         

                         

                         

                    

                         
         














                                          
                         

                         

                     

                         

                         

                         

                    

                         
         







                                              
                   




                                          
                         
                         

                         









                                          
                    

                         
         









                                          
                         

                         
         









                                          
                    

                         
         







                                             
                  




                                          
                         
                         

                         









                                          
                    

                         
         









                                          
                     

                         
         









                                          
                         

                         
         







                                             
                  




                                          
                         
                         

                         









                                          
                    

                         
         









                                          
                     

                         
         









                                          
                         

                         
         







                                           
                



































                                           
                







































                                           
                







































                                           
                







































                                           
                
































                                           
                




























                                                   
                        







                                              
                






                                           
                







                                            
                 






                                            
                 







                                         
              






                                         
              







                                       
            






                                       
            







                                              
                   






                                              
                   







                                              
                   






                                              
                   







                                                    
                         







                                                    
                         







                                              
                  







                                               
                   







                                               
                   



























































                                                    
  
















































































                          
 
//================= Hercules Database =====================================
//=       _   _                     _
//=      | | | |                   | |
//=      | |_| | ___ _ __ ___ _   _| | ___  ___
//=      |  _  |/ _ \ '__/ __| | | | |/ _ \/ __|
//=      | | | |  __/ | | (__| |_| | |  __/\__ \
//=      \_| |_/\___|_|  \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2013-2020 Hercules Dev Team
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
//= the Free Software Foundation, either version 3 of the License, or
//= (at your option) any later version.
//=
//= This program is distributed in the hope that it will be useful,
//= but WITHOUT ANY WARRANTY; without even the implied warranty of
//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//= GNU General Public License for more details.
//=
//= You should have received a copy of the GNU General Public License
//= along with this program.  If not, see <http://www.gnu.org/licenses/>.
//================= More Information ======================================
// http://herc.ws/board/topic/1244-official-item-grouppackagechain
//=========================================================================

/**************************************************************************
 ************* Entry structure ********************************************
 **************************************************************************
<Container_Item_Name>: {
	<Entry_Item_Name>: {
		Random: 0 // Signs what group type this item belongs to, 0 is "Must", a group of items that come out whenever the package is open (doesn't use rate), anything above 0 is considered "random_group_<value>", a package with 2 random groups for example gets 2 items whenever open, one from each group
		Count: 30 // Stands for how much <Entry_Item_Name> will be obtained.
		Expire: 2 // Signs how many hours this item will last (makes a rental item).
		Announce: True/False // Signs whether to relay a special item obtain announcement when this item comes out of the package.
		Rate: 50 // If 'Random' is not 0, a rate from 1 to 10000 (0.01% - 100%) will be given.
		Named: True/False // Signs whether the item should have the owner's name in it.
	}
}
**************************************************************************/

Special_Box: {
	Wrapped_Mask: {
		Random: 1
		Rate: 3
	}
	Poison_Bottle: {
		Random: 1
		Count: 2
		Rate: 10
	}
	Set_Of_Taiming_Item: {
		Random: 1
		Rate: 5
	}
	Cookie_Bag: {
		Random: 1
		Count: 2
		Rate: 100
	}
	Mysterious_Can2: {
		Random: 1
		Count: 3
		Rate: 80
	}
	Mysterious_PET_Bottle2: {
		Random: 1
		Count: 3
		Rate: 80
	}
	Speed_Up_Potion: {
		Random: 1
		Count: 2
		Rate: 80
	}
	Old_Blue_Box: {
		Random: 1
		Rate: 19
	}
	Branch_Of_Dead_Tree: {
		Random: 1
		Count: 5
		Rate: 14
	}
	First_Aid_Kit: {
		Random: 1
		Rate: 19
	}
	Dried_Yggdrasilberry: {
		Random: 1
		Count: 3
		Rate: 70
	}
	Angeling_Potion: {
		Random: 1
		Count: 3
		Rate: 70
	}
	Ygnizem_Scroll: {
		Random: 1
		Count: 2
		Rate: 50
	}
	Doppelganger_Scroll: {
		Random: 1
		Count: 2
		Rate: 50
	}
	Wild_Rose_Scroll: {
		Random: 1
		Count: 2
		Rate: 60
	}
	Gift_Box: {
		Random: 1
		Rate: 70
	}
	Red_Bag: {
		Random: 1
		Count: 3
		Rate: 70
	}
	Cool_Summer_Outfit: {
		Random: 1
		Count: 3
		Rate: 70
	}
	Slow_Down_Potion: {
		Random: 1
		Count: 2
		Rate: 80
	}
}
Tresure_Box_WoE: {
	Majestic_Goat_Repl: {
		Random: 1
		Rate: 5
	}
	Jewel_Crown_Repl: {
		Random: 1
		Rate: 15
	}
	Prontera_Army_Cap_Repl: {
		Random: 1
		Rate: 20
	}
	Feather_Bonnet_Repl: {
		Random: 1
		Rate: 20
	}
	Viking_Helm_Repl: {
		Random: 1
		Rate: 20
	}
	Mysterious_Can: {
		Random: 1
		Count: 10
		Rate: 50
	}
	Mysterious_PET_Bottle: {
		Random: 1
		Count: 10
		Rate: 50
	}
	Mysterious_Can2: {
		Random: 1
		Count: 10
		Rate: 50
	}
	Mysterious_PET_Bottle2: {
		Random: 1
		Count: 10
		Rate: 50
	}
	Hometown_Gift: {
		Random: 1
		Count: 10
		Rate: 50
	}
	Yggdrasilberry: {
		Random: 1
		Count: 5
		Rate: 30
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 10
		Rate: 50
	}
	Dried_Yggdrasilberry: {
		Random: 1
		Count: 10
		Rate: 50
	}
	Unripe_Fruit: {
		Random: 1
		Count: 5
		Rate: 50
	}
	First_Aid_Kit: {
		Random: 1
		Count: 10
		Rate: 40
	}
	Gift_Box: {
		Random: 1
		Count: 5
		Rate: 250
	}
	Comp_Battle_Manual: {
		Random: 1
		Count: 3
		Rate: 20
	}
	Old_Blue_Box: {
		Random: 1
		Count: 5
		Rate: 180
	}
}
RWC_Parti_Box: {
	Wrapped_Mask: {
		Random: 1
		Rate: 3
	}
	Poison_Bottle: {
		Random: 1
		Count: 2
		Rate: 10
	}
	Set_Of_Taiming_Item: {
		Random: 1
		Rate: 5
	}
	Cookie_Bag: {
		Random: 1
		Count: 2
		Rate: 90
	}
	Mysterious_Can2: {
		Random: 1
		Count: 3
		Rate: 70
	}
	Mysterious_PET_Bottle2: {
		Random: 1
		Count: 3
		Rate: 70
	}
	Speed_Up_Potion: {
		Random: 1
		Count: 2
		Rate: 60
	}
	Old_Violet_Box: {
		Random: 1
		Rate: 19
	}
	Cat_Foot_Hairpin: {
		Random: 1
		Rate: 10
	}
	Int_Dish10: {
		Random: 1
		Count: 2
		Rate: 35
	}
	Vit_Dish10: {
		Random: 1
		Count: 2
		Rate: 35
	}
	Agi_Dish10: {
		Random: 1
		Count: 2
		Rate: 35
	}
	Dex_Dish10: {
		Random: 1
		Count: 2
		Rate: 35
	}
	Luk_Dish10: {
		Random: 1
		Count: 2
		Rate: 35
	}
	Str_Dish10: {
		Random: 1
		Count: 2
		Rate: 35
	}
	Branch_Of_Dead_Tree: {
		Random: 1
		Count: 3
		Rate: 14
	}
	Dried_Yggdrasilberry: {
		Random: 1
		Count: 3
		Rate: 70
	}
	Angeling_Potion: {
		Random: 1
		Count: 3
		Rate: 50
	}
	Ygnizem_Scroll: {
		Random: 1
		Count: 2
		Rate: 50
	}
	Doppelganger_Scroll: {
		Random: 1
		Count: 2
		Rate: 50
	}
	Wild_Rose_Scroll: {
		Random: 1
		Count: 2
		Rate: 50
	}
	Old_Blue_Box: {
		Random: 1
		Rate: 50
	}
	Hometown_Gift: {
		Random: 1
		Count: 2
		Rate: 99
	}
	Pink_Drooping_Kitty: {
		Random: 1
		Rate: 10
	}
	Red_Deviruchi_Cap: {
		Random: 1
		Rate: 10
	}
}
RWC_Final_Comp_Box: {
	Comp_Battle_Manual: {
		Random: 0
		Count: 2
	}
	Comp_Insurance: {
		Random: 0
		Count: 2
	}
	Enriched_Slim_Pot: {
		Random: 0
		Count: 30
	}
//unsupported/unknown item 'Rafini_Staff'
//	Rafini_Staff: {
//		Random: 1
//		Rate: 80
//	}
//unsupported/unknown item 'Round_Buckler'
//	Round_Buckler: {
//		Random: 1
//		Rate: 180
//	}
//unsupported/unknown item 'Puente_Robe'
//	Puente_Robe: {
//		Random: 1
//		Rate: 70
//	}
//unsupported/unknown item 'Claire_Suits'
//	Claire_Suits: {
//		Random: 1
//		Rate: 60
//	}
	Fricco_Shoes: {
		Random: 1
		Rate: 150
	}
	Rider_Insignia: {
		Random: 1
		Rate: 120
	}
	Undershirt_: {
		Random: 1
		Rate: 40
	}
	Muffler_: {
		Random: 1
		Rate: 300
	}
}
Gift_Bundle: {
	White_Slim_Potion: {
		Random: 0
		Count: 30
	}
	Seed_Of_Yggdrasil: {
		Random: 0
		Count: 2
	}
	GM_Handwriting: {
		Random: 0
	}
}
/* supported container but with no known entries 'Caracas_Ring_Box'
Caracas_Ring_Box: {
//unsupported/unknown item 'Caracas_Ring'
//	Caracas_Ring: {
//		Random: 0
//		Expire: 72
//	}
}
*/
Crumpled_Paper: {
	Calender_January: {
		Random: 1
		Rate: 84
	}
	Calender_February: {
		Random: 1
		Rate: 84
	}
	Calender_March: {
		Random: 1
		Rate: 84
	}
	Calender_April: {
		Random: 1
		Rate: 84
	}
	Calender_May: {
		Random: 1
		Rate: 83
	}
	Calender_June: {
		Random: 1
		Rate: 83
	}
	Calender_July: {
		Random: 1
		Rate: 83
	}
	Calender_August: {
		Random: 1
		Rate: 83
	}
	Calender_September: {
		Random: 1
		Rate: 83
	}
	Calender_October: {
		Random: 1
		Rate: 83
	}
	Calender_November: {
		Random: 1
		Rate: 83
	}
	Calender_December: {
		Random: 1
		Rate: 83
	}
}
Solo_Gift_Basket: {
	Lovely_Choco_Tart: {
		Random: 0
		Count: 5
	}
	Cute_Strawberry_Choco: {
		Random: 0
		Count: 3
	}
	White_Chocolate: {
		Random: 0
		Count: 3
	}
	Chocolate_Drink: {
		Random: 0
		Count: 4
	}
	HandMade_Chocolate: {
		Random: 0
		Count: 10
	}
	HandMade_Chocolate_: {
		Random: 0
		Count: 10
	}
}
Couple_Event_Basket: {
	Fire_Cracker_Love: {
		Random: 0
		Count: 10
	}
	Fire_Cracker_Wday: {
		Random: 0
		Count: 10
	}
	Fire_Cracker_Vday: {
		Random: 0
		Count: 10
	}
	Fire_Cracker_Bday: {
		Random: 0
		Count: 10
	}
	Fire_Cracker_Xmas: {
		Random: 0
		Count: 10
	}
}
GM_Warp_Box: {
	Wing_Of_Fly: {
		Random: 1
		Count: 3
		Rate: 155
	}
	Wing_Of_Butterfly: {
		Random: 1
		Count: 3
		Rate: 155
	}
	Warp_Free_Ticket: {
		Random: 1
		Count: 3
		Rate: 150
	}
	WOB_Rune: {
		Random: 1
		Count: 3
		Rate: 140
	}
	WOB_Schwaltz: {
		Random: 1
		Count: 3
		Rate: 140
	}
	WOB_Rachel: {
		Random: 1
		Count: 3
		Rate: 130
	}
	WOB_Local: {
		Random: 1
		Count: 3
		Rate: 130
	}
}
Fortune_Cookie1: {
	Bless_Word_Paper1: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper2: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper3: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper4: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper5: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper6: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper7: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper8: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper9: {
		Random: 1
		Rate: 100
	}
	Bless_Word_Paper10: {
		Random: 1
		Rate: 100
	}
}
Fortune_Cookie2: {
	Guidebook_Exchange: {
		Random: 0
		Announce: true
	}
}
Fortune_Cookie3: {
	Free_Cash_Coupon: {
		Random: 0
		Announce: true
	}
}
New_Gift_Envelope: {
	Honey_Pastry: {
		Random: 1
		Rate: 115
	}
	Lucky_Cookie03: {
		Random: 1
		Count: 3
		Rate: 50
	}
	Gingerbread: {
		Random: 1
		Count: 3
		Rate: 50
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 150
	}
	New_Year_Bun: {
		Random: 1
		Count: 10
		Rate: 250
	}
	Charm_Of_Happiness: {
		Random: 1
		Count: 2
		Rate: 80
	}
//unsupported/unknown item 'Shaman_Hat_'
//	Shaman_Hat_: {
//		Random: 1
//		Rate: 40
//	}
	Halohalo: {
		Random: 1
		Count: 2
		Rate: 80
	}
	Branch_Of_Dead_Tree: {
		Random: 1
		Count: 2
		Rate: 80
	}
	Traditional_Firecrack: {
		Random: 1
		Rate: 100
	}
	Magic_Card_Album: {
		Random: 1
		Rate: 5
	}
}
Passion_FB_Hat_Box: {
	Passion_FB_Hat: {
		Random: 0
	}
}
Cool_FB_Hat_Box: {
	Cool_FB_Hat: {
		Random: 0
	}
}
Victory_FB_Hat_Box: {
	Victory_FB_Hat: {
		Random: 0
	}
}
Glory_FB_Hat_Box: {
	Glory_FB_Hat: {
		Random: 0
		Expire: 24
	}
}
Passion_Hat_Box2: {
	Passion_FB_Hat: {
		Random: 0
		Expire: 6
	}
}
Cool_Hat_Box2: {
	Cool_FB_Hat: {
		Random: 0
		Expire: 6
	}
}
Victory_Hat_Box2: {
	Victory_FB_Hat: {
		Random: 0
		Expire: 6
	}
}
Aspersio_5_Scroll_Box: {
	Aspersio_5_Scroll: {
		Random: 0
		Count: 10
		Named: true
	}
}
Pet_Egg_Scroll_Box1: {
	Pet_Egg_Scroll1: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll_Box2: {
	Pet_Egg_Scroll2: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll1: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 100
	}
	Insurance: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Enriched_Oridecon: {
		Random: 1
		Named: true
		Rate: 80
	}
	Kafra_Card: {
		Random: 1
		Count: 2
		Named: true
		Rate: 300
	}
	Adrenaline_Scroll: {
		Random: 1
		Count: 2
		Named: true
		Rate: 300
	}
	Neuralizer: {
		Random: 1
		Named: true
		Rate: 10
	}
	Red_Deviruchi_Cap: {
		Random: 1
		Named: true
		Rate: 10
	}
}
Pet_Egg_Scroll2: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Wind_Walk_10_Scroll: {
		Random: 1
		Count: 2
		Named: true
		Rate: 150
	}
	Token_Of_Siegfried: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Giant_Fly_Wing: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Aspersio_5_Scroll: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Bubble_Gum: {
		Random: 1
		Count: 2
		Named: true
		Rate: 150
	}
	Red_Wizardry_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
}
Pet_Egg_Scroll_Box3: {
	Pet_Egg_Scroll3: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll_Box4: {
	Pet_Egg_Scroll4: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll_Box5: {
	Pet_Egg_Scroll5: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll3: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 100
	}
	Insurance: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Enriched_Oridecon: {
		Random: 1
		Named: true
		Rate: 80
	}
	Kafra_Card: {
		Random: 1
		Count: 2
		Named: true
		Rate: 300
	}
	Adrenaline_Scroll: {
		Random: 1
		Count: 2
		Named: true
		Rate: 300
	}
	Neuralizer: {
		Random: 1
		Named: true
		Rate: 10
	}
	Pink_Drooping_Kitty: {
		Random: 1
		Named: true
		Rate: 10
	}
}
Pet_Egg_Scroll4: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Wind_Walk_10_Scroll: {
		Random: 1
		Count: 2
		Named: true
		Rate: 150
	}
	Token_Of_Siegfried: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Giant_Fly_Wing: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Aspersio_5_Scroll: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Bubble_Gum: {
		Random: 1
		Count: 2
		Named: true
		Rate: 150
	}
	Pink_Fur_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
}
Pet_Egg_Scroll5: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 150
	}
	Enriched_Elunium: {
		Random: 1
		Named: true
		Rate: 135
	}
	Token_Of_Siegfried: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Giant_Fly_Wing: {
		Random: 1
		Count: 2
		Named: true
		Rate: 300
	}
	Mini_Propeller_: {
		Random: 1
		Named: true
		Rate: 5
	}
	Bubble_Gum: {
		Random: 1
		Named: true
		Rate: 200
	}
	White_Wizardry_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
}
Infiltrator_Box: {
	Infiltrator_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Muramasa_Box: {
	Muramasa_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Excalibur_Box: {
	Excalibur_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Combat_Knife_Box: {
	Combat_Knife_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Counter_Dagger_Box: {
	Counter_Dagger_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Kaiser_Knuckle_Box: {
	Kaiser_Knuckle_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Pole_Axe_Box: {
	Pole_Axe_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Mighty_Staff_Box: {
	Mighty_Staff_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Right_Epsilon_Box: {
	Right_Epsilon_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Balistar_Box: {
	Balistar_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Diary_Of_Great_Sage_Box: {
	Diary_Of_Great_Sage_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Asura_Box: {
	Asura_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Apple_Of_Archer_Box: {
	Apple_Of_Archer_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Bunny_Band_Box: {
	Bunny_Band_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Sahkkat_Box: {
	Sahkkat_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Lord_Circlet_Box: {
	Lord_Circlet_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Elven_Ears_Box: {
	Elven_Ears_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Steel_Flower_Box: {
	Steel_Flower_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Critical_Ring_Box: {
	Critical_Ring_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Earring_Box: {
	Earring_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Ring_Box: {
	Ring_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Necklace_Box: {
	Necklace_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Glove_Box: {
	Glove_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Brooch_Box: {
	Brooch_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Rosary_Box: {
	Rosary_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Safety_Ring_Box: {
	Safety_Ring_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Vesper_Core01_Box: {
	Vesper_Core01_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Vesper_Core02_Box: {
	Vesper_Core02_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Vesper_Core03_Box: {
	Vesper_Core03_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Vesper_Core04_Box: {
	Vesper_Core04_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Pet_Egg_Scroll_Box6: {
	Pet_Egg_Scroll6: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll_Box7: {
	Pet_Egg_Scroll7: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll_Box8: {
	Pet_Egg_Scroll8: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll_Box9: {
	Pet_Egg_Scroll9: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll_Box10: {
	Pet_Egg_Scroll10: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll_Box11: {
	Pet_Egg_Scroll11: {
		Random: 0
		Named: true
	}
}
Pet_Egg_Scroll6: {
	Battle_Manual_Box: {
		Random: 1
		Named: true
		Rate: 200
	}
	Enriched_Elunium_Box: {
		Random: 1
		Named: true
		Rate: 195
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Named: true
		Rate: 400
	}
	Bubble_Gum_Box: {
		Random: 1
		Named: true
		Rate: 200
	}
	Pair_Of_Red_Ribbon_: {
		Random: 1
		Named: true
		Rate: 2
	}
	Drooping_Kitty_: {
		Random: 1
		Named: true
		Rate: 1
	}
	Orc_Hero_Helm_TW: {
		Random: 1
		Named: true
		Rate: 1
	}
	Magestic_Goat_TW: {
		Random: 1
		Named: true
		Rate: 1
	}
}
Pet_Egg_Scroll7: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 80
	}
	Insurance: {
		Random: 1
		Count: 2
		Named: true
		Rate: 30
	}
	Enriched_Oridecon: {
		Random: 1
		Count: 2
		Named: true
		Rate: 120
	}
	Kafra_Card: {
		Random: 1
		Count: 10
		Named: true
		Rate: 190
	}
	Megaphone_: {
		Random: 1
		Count: 5
		Named: true
		Rate: 190
	}
	Old_Violet_Box: {
		Random: 1
		Count: 3
		Named: true
		Rate: 50
	}
	Vit_Dish10: {
		Random: 1
		Count: 5
		Named: true
		Rate: 200
	}
	Bloody_Dead_Branch: {
		Random: 1
		Named: true
		Rate: 120
	}
	Succubus_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Incubus_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Smoking_Pipe_: {
		Random: 1
		Named: true
		Rate: 5
	}
	Pair_Of_Red_Ribbon_: {
		Random: 1
		Named: true
		Rate: 9
	}
}
Pet_Egg_Scroll8: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 80
	}
	Wind_Walk_10_Scroll: {
		Random: 1
		Count: 5
		Named: true
		Rate: 60
	}
	Token_Of_Siegfried: {
		Random: 1
		Count: 5
		Named: true
		Rate: 120
	}
	Giant_Fly_Wing: {
		Random: 1
		Count: 10
		Named: true
		Rate: 244
	}
	Neuralizer: {
		Random: 1
		Named: true
		Rate: 1
	}
	Bubble_Gum: {
		Random: 1
		Count: 2
		Named: true
		Rate: 150
	}
	Yggdrasilberry: {
		Random: 1
		Count: 10
		Named: true
		Rate: 200
	}
	Agi_Dish10: {
		Random: 1
		Count: 5
		Named: true
		Rate: 100
	}
	Old_Violet_Box: {
		Random: 1
		Count: 3
		Named: true
		Rate: 30
	}
	Silver_Tiara: {
		Random: 1
		Named: true
		Rate: 3
	}
	Magestic_Goat_TW: {
		Random: 1
		Named: true
		Rate: 3
	}
	Fish_On_Head_: {
		Random: 1
		Named: true
		Rate: 9
	}
}
Pet_Egg_Scroll9: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 200
	}
	Insurance: {
		Random: 1
		Count: 2
		Named: true
		Rate: 50
	}
	Enriched_Oridecon: {
		Random: 1
		Count: 2
		Named: true
		Rate: 160
	}
	Kafra_Card: {
		Random: 1
		Count: 10
		Named: true
		Rate: 80
	}
	Adrenaline_Scroll: {
		Random: 1
		Count: 5
		Named: true
		Rate: 200
	}
	Neuralizer: {
		Random: 1
		Named: true
		Rate: 1
	}
	Old_Violet_Box: {
		Random: 1
		Count: 3
		Named: true
		Rate: 60
	}
	Str_Dish10: {
		Random: 1
		Count: 5
		Named: true
		Rate: 208
	}
	Dark_Illusion_Card: {
		Random: 1
		Named: true
		Rate: 5
	}
	Dark_Lord_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Orc_Hero_Helm_TW: {
		Random: 1
		Named: true
		Rate: 5
	}
	Bunny_Band_: {
		Random: 1
		Named: true
		Rate: 10
	}
}
Pet_Egg_Scroll10: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 100
	}
	Wind_Walk_10_Scroll: {
		Random: 1
		Count: 5
		Named: true
		Rate: 80
	}
	Token_Of_Siegfried: {
		Random: 1
		Count: 5
		Named: true
		Rate: 100
	}
	Giant_Fly_Wing: {
		Random: 1
		Count: 10
		Named: true
		Rate: 200
	}
	Megaphone_: {
		Random: 1
		Count: 5
		Named: true
		Rate: 160
	}
	Bubble_Gum: {
		Random: 1
		Count: 2
		Named: true
		Rate: 100
	}
	Yggdrasilberry: {
		Random: 1
		Count: 10
		Named: true
		Rate: 152
	}
	Int_Dish10: {
		Random: 1
		Count: 5
		Named: true
		Rate: 100
	}
	Injustice_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Zherlthsh_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Angelic_Chain_: {
		Random: 1
		Named: true
		Rate: 2
	}
	Satanic_Chain_: {
		Random: 1
		Named: true
		Rate: 2
	}
}
Pet_Egg_Scroll11: {
	Battle_Manual: {
		Random: 1
		Count: 2
		Named: true
		Rate: 115
	}
	Enriched_Elunium: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Token_Of_Siegfried: {
		Random: 1
		Count: 5
		Named: true
		Rate: 205
	}
	Giant_Fly_Wing: {
		Random: 1
		Count: 10
		Named: true
		Rate: 205
	}
	Bubble_Gum: {
		Random: 1
		Count: 2
		Named: true
		Rate: 115
	}
	Old_Violet_Box: {
		Random: 1
		Count: 3
		Named: true
		Rate: 55
	}
	Dex_Dish10: {
		Random: 1
		Count: 5
		Named: true
		Rate: 205
	}
	Owl_Baron_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Owl_Duke_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Slipper: {
		Random: 1
		Named: true
		Rate: 2
	}
	Drooping_Kitty_: {
		Random: 1
		Named: true
		Rate: 2
	}
	Big_Golden_Bell_: {
		Random: 1
		Named: true
		Rate: 2
	}
}
CP_Helm_Scroll_Box: {
	CP_Helm_Scroll: {
		Random: 0
		Named: true
	}
	Coating_Bottle: {
		Random: 0
		Named: true
	}
}
CP_Shield_Scroll_Box: {
	CP_Shield_Scroll: {
		Random: 0
		Named: true
	}
	Coating_Bottle: {
		Random: 0
		Named: true
	}
}
CP_Armor_Scroll_Box: {
	CP_Armor_Scroll: {
		Random: 0
		Named: true
	}
	Coating_Bottle: {
		Random: 0
		Named: true
	}
}
CP_Weapon_Scroll_Box: {
	CP_Weapon_Scroll: {
		Random: 0
		Named: true
	}
	Coating_Bottle: {
		Random: 0
		Named: true
	}
}
Repair_Scroll_Box: {
	Repair_Scroll: {
		Random: 0
		Named: true
	}
	Iron_Ore: {
		Random: 0
		Named: true
	}
	Iron: {
		Random: 0
		Named: true
	}
	Oridecon_Stone: {
		Random: 0
		Named: true
	}
	Steel: {
		Random: 0
		Named: true
	}
}
Super_Pet_Egg1: {
	Tiara: {
		Random: 1
		Named: true
		Rate: 2
	}
	Crown: {
		Random: 1
		Named: true
		Rate: 2
	}
	Loard_Circlet: {
		Random: 1
		Named: true
		Rate: 1
	}
//unsupported/unknown item 'Ear_Of_Angel'
//	Ear_Of_Angel: {
//		Random: 1
//		Named: true
//		Rate: 5
//	}
//unsupported/unknown item 'Ear_Of_Devil'
//	Ear_Of_Devil: {
//		Random: 1
//		Named: true
//		Rate: 5
//	}
	Flying_Angel: {
		Random: 1
		Named: true
		Rate: 20
	}
	Dark_Lord_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Angeling_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Ghostring_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Nurse_Cap: {
		Random: 1
		Named: true
		Rate: 80
	}
	Centimental_Flower: {
		Random: 1
		Named: true
		Rate: 45
	}
	Tulip_Hairpin: {
		Random: 1
		Named: true
		Rate: 50
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 85
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 130
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 170
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 170
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Named: true
		Rate: 230
	}
}
Super_Pet_Egg2: {
	Golden_Gear: {
		Random: 1
		Named: true
		Rate: 6
	}
	Coronet: {
		Random: 1
		Named: true
		Rate: 3
	}
	Ghost_Bandana: {
		Random: 1
		Named: true
		Rate: 6
	}
	Horn_Of_Succubus: {
		Random: 1
		Named: true
		Rate: 2
	}
	Inccubus_Horn: {
		Random: 1
		Named: true
		Rate: 2
	}
	Archangeling_Card: {
		Random: 1
		Named: true
		Rate: 10
	}
	Knight_Of_Abyss_Card: {
		Random: 1
		Named: true
		Rate: 3
	}
	Pharaoh_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Poring_Hat: {
		Random: 1
		Named: true
		Rate: 80
	}
	Centimental_Leaf: {
		Random: 1
		Named: true
		Rate: 50
	}
	First_Moon_Hair_Pin: {
		Random: 1
		Named: true
		Rate: 40
	}
	Cigar: {
		Random: 1
		Named: true
		Rate: 20
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 130
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 160
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 170
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Named: true
		Rate: 227
	}
}
Super_Pet_Egg3: {
//unsupported/unknown item 'Oldman'
//	Oldman: {
//		Random: 1
//		Named: true
//		Rate: 5
//	}
	Fillet: {
		Random: 1
		Named: true
		Rate: 6
	}
	Smoking_Pipe: {
		Random: 1
		Named: true
		Rate: 3
	}
	Kafra_Band: {
		Random: 1
		Named: true
		Rate: 1
	}
	Hair_Protector: {
		Random: 1
		Named: true
		Rate: 6
	}
	Crescent_Scythe: {
		Random: 1
		Named: true
		Rate: 10
	}
	House_Auger: {
		Random: 1
		Named: true
		Rate: 33
	}
	Dark_Illusion_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Drake_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Maya_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Ear_Mufs: {
		Random: 1
		Named: true
		Rate: 100
	}
	Pair_Of_Red_Ribbon: {
		Random: 1
		Named: true
		Rate: 50
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 120
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 180
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 170
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Named: true
		Rate: 220
	}
}
Super_Pet_Egg4: {
	Angelic_Chain: {
		Random: 1
		Named: true
		Rate: 3
	}
	Magestic_Goat: {
		Random: 1
		Named: true
		Rate: 3
	}
	Sharp_Gear: {
		Random: 1
		Named: true
		Rate: 2
	}
	Helm_Of_Angel: {
		Random: 1
		Named: true
		Rate: 2
	}
	Orc_Hero_Helm: {
		Random: 1
		Named: true
		Rate: 4
	}
	Doppelganger_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Osiris_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Phreeoni_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Green_Feeler: {
		Random: 1
		Named: true
		Rate: 70
	}
//unsupported/unknown item 'Big_Sis'
//	Big_Sis: {
//		Random: 1
//		Named: true
//		Rate: 50
//	}
	Mistic_Rose: {
		Random: 1
		Named: true
		Rate: 36
	}
	Well_Baked_Toast: {
		Random: 1
		Named: true
		Rate: 35
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 130
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 170
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 170
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Named: true
		Rate: 230
	}
}
Super_Card_Pet_Egg1: {
	Orc_Lady_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Mummy_Card: {
		Random: 1
		Named: true
		Rate: 30
	}
	Marina_Card: {
		Random: 1
		Named: true
		Rate: 80
	}
	Desert_Wolf_Card: {
		Random: 1
		Named: true
		Rate: 80
	}
	Soldier_Skeleton_Card: {
		Random: 1
		Named: true
		Rate: 17
	}
	Magnolia_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Andre_Card: {
		Random: 1
		Named: true
		Rate: 7
	}
	Mandragora_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Vadon_Card: {
		Random: 1
		Named: true
		Rate: 50
	}
	Baphomet_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Drainliar_Card: {
		Random: 1
		Named: true
		Rate: 50
	}
	Flying_Deleter_Card: {
		Random: 1
		Named: true
		Rate: 20
	}
	Nightmare_Terror_Card: {
		Random: 1
		Named: true
		Rate: 8
	}
	Pest_Card: {
		Random: 1
		Named: true
		Rate: 20
	}
	Marc_Card: {
		Random: 1
		Named: true
		Rate: 20
	}
	Dark_Frame_Card: {
		Random: 1
		Named: true
		Rate: 10
	}
	Deleter_Card: {
		Random: 1
		Named: true
		Rate: 5
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 165
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 20
		Named: true
		Rate: 166
	}
	Zeny_Scroll: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
}
Super_Card_Pet_Egg2: {
	Orc_Load_Card: {
		Random: 1
		Named: true
		Rate: 2
	}
	Skel_Worker_Card: {
		Random: 1
		Named: true
		Rate: 30
	}
	Minorous_Card: {
		Random: 1
		Named: true
		Rate: 55
	}
	Garm_Baby_Card: {
		Random: 1
		Named: true
		Rate: 18
	}
	Goblin_Card: {
		Random: 1
		Named: true
		Rate: 25
	}
	Caramel_Card: {
		Random: 1
		Named: true
		Rate: 70
	}
	Scorpion_Card: {
		Random: 1
		Named: true
		Rate: 5
	}
	Flora_Card: {
		Random: 1
		Named: true
		Rate: 35
	}
	Hunter_Fly_Card: {
		Random: 1
		Named: true
		Rate: 35
	}
	Pecopeco_Egg_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Hydra_Card: {
		Random: 1
		Named: true
		Rate: 30
	}
	Disguise_Card: {
		Random: 1
		Named: true
		Rate: 30
	}
	Rybio_Card: {
		Random: 1
		Named: true
		Rate: 9
	}
	Wraith_Dead_Card: {
		Random: 1
		Named: true
		Rate: 20
	}
	Majoruros_Card: {
		Random: 1
		Named: true
		Rate: 18
	}
	Pupa_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Pecopeco_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 168
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 20
		Named: true
		Rate: 165
	}
	Zeny_Scroll: {
		Random: 1
		Count: 5
		Named: true
		Rate: 166
	}
}
Super_Card_Pet_Egg3: {
	Elder_Wilow_Card: {
		Random: 1
		Named: true
		Rate: 70
	}
	Deviruchi_Card: {
		Random: 1
		Named: true
		Rate: 20
	}
	Marduk_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Carat_Card: {
		Random: 1
		Named: true
		Rate: 45
	}
	Choco_Card: {
		Random: 1
		Named: true
		Rate: 30
	}
	Pharaoh_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Nine_Tail_Card: {
		Random: 1
		Named: true
		Rate: 30
	}
	Whisper_Card: {
		Random: 1
		Named: true
		Rate: 10
	}
	Frilldora_Card: {
		Random: 1
		Named: true
		Rate: 20
	}
	Dragon_Tail_Card: {
		Random: 1
		Named: true
		Rate: 33
	}
	Baphomet__Card: {
		Random: 1
		Named: true
		Rate: 10
	}
	Daydric_Card: {
		Random: 1
		Named: true
		Rate: 35
	}
	Harpy_Card: {
		Random: 1
		Named: true
		Rate: 50
	}
	Whisper_Boss_Card: {
		Random: 1
		Named: true
		Rate: 10
	}
	Thara_Frog_Card: {
		Random: 1
		Named: true
		Rate: 50
	}
	Executioner_Card: {
		Random: 1
		Named: true
		Rate: 35
	}
	Khalitzburg_Card: {
		Random: 1
		Named: true
		Rate: 30
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 171
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 20
		Named: true
		Rate: 170
	}
	Zeny_Scroll: {
		Random: 1
		Count: 5
		Named: true
		Rate: 140
	}
}
Super_Card_Pet_Egg4: {
	Thief_Bug_Male_Card: {
		Random: 1
		Named: true
		Rate: 60
	}
	Verit_Card: {
		Random: 1
		Named: true
		Rate: 70
	}
	Matyr_Card: {
		Random: 1
		Named: true
		Rate: 25
	}
	Sohee_Card: {
		Random: 1
		Named: true
		Rate: 19
	}
	Antique_Firelock_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Blood_Butterfly_Card: {
		Random: 1
		Named: true
		Rate: 38
	}
	Mimic_Card: {
		Random: 1
		Named: true
		Rate: 35
	}
	Zerom_Card: {
		Random: 1
		Named: true
		Rate: 38
	}
	Phen_Card: {
		Random: 1
		Named: true
		Rate: 10
	}
	Kobold_Card: {
		Random: 1
		Named: true
		Rate: 40
	}
	Moonlight_Flower_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Mantis_Card: {
		Random: 1
		Named: true
		Rate: 45
	}
	Smokie_Card: {
		Random: 1
		Named: true
		Rate: 65
	}
	Vitata_Card: {
		Random: 1
		Named: true
		Rate: 10
	}
	High_Orc_Card: {
		Random: 1
		Named: true
		Rate: 3
	}
	Penomena_Card: {
		Random: 1
		Named: true
		Rate: 13
	}
	Tirfing_Card: {
		Random: 1
		Named: true
		Rate: 18
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 165
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 20
		Named: true
		Rate: 165
	}
	Zeny_Scroll: {
		Random: 1
		Count: 5
		Named: true
		Rate: 140
	}
}
Vigorgra_Package1: {
	Battle_Manual: {
		Random: 0
		Count: 2
		Named: true
	}
	Str_Dish10_: {
		Random: 0
		Count: 2
		Named: true
	}
	Agi_Dish10_: {
		Random: 0
		Count: 2
		Named: true
	}
	Inc_Agi_10_Scroll: {
		Random: 0
		Count: 15
		Named: true
	}
	Blessing_10_Scroll: {
		Random: 0
		Count: 15
		Named: true
	}
	Kafra_Card: {
		Random: 0
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Named: true
	}
}
Vigorgra_Package2: {
	Battle_Manual: {
		Random: 0
		Count: 2
		Named: true
	}
	Str_Dish10_: {
		Random: 0
		Count: 2
		Named: true
	}
	Vit_Dish10_: {
		Random: 0
		Count: 2
		Named: true
	}
	Inc_Agi_10_Scroll: {
		Random: 0
		Count: 15
		Named: true
	}
	Blessing_10_Scroll: {
		Random: 0
		Count: 15
		Named: true
	}
	Kafra_Card: {
		Random: 0
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Named: true
	}
}
Vigorgra_Package3: {
	Battle_Manual: {
		Random: 0
		Count: 2
		Named: true
	}
	Int_Dish10_: {
		Random: 0
		Count: 2
		Named: true
	}
	Dex_Dish10_: {
		Random: 0
		Count: 2
		Named: true
	}
	Inc_Agi_10_Scroll: {
		Random: 0
		Count: 15
		Named: true
	}
	Blessing_10_Scroll: {
		Random: 0
		Count: 15
		Named: true
	}
	Kafra_Card: {
		Random: 0
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Named: true
	}
}
Vigorgra_Package6: {
	Battle_Manual: {
		Random: 0
		Count: 2
		Named: true
	}
	Str_Dish10_: {
		Random: 0
		Count: 2
		Named: true
	}
	Agi_Dish10_: {
		Random: 0
		Count: 2
		Named: true
	}
	Adrenaline_Scroll: {
		Random: 0
		Count: 24
		Named: true
	}
	Aspersio_5_Scroll: {
		Random: 0
		Count: 20
		Named: true
	}
	Holy_Water: {
		Random: 0
		Count: 20
		Named: true
	}
	Kafra_Card: {
		Random: 0
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Named: true
	}
}
Vigorgra_Package7: {
	Battle_Manual: {
		Random: 0
		Count: 4
		Named: true
	}
	Str_Dish10_: {
		Random: 0
		Count: 4
		Named: true
	}
	Agi_Dish10_: {
		Random: 0
		Count: 4
		Named: true
	}
	Inc_Agi_10_Scroll: {
		Random: 0
		Count: 30
		Named: true
	}
	Blessing_10_Scroll: {
		Random: 0
		Count: 30
		Named: true
	}
	Kafra_Card: {
		Random: 0
		Count: 2
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Count: 2
		Named: true
	}
}
Vigorgra_Package9: {
	Battle_Manual: {
		Random: 0
		Count: 4
		Named: true
	}
	Int_Dish10_: {
		Random: 0
		Count: 4
		Named: true
	}
	Dex_Dish10_: {
		Random: 0
		Count: 4
		Named: true
	}
	Inc_Agi_10_Scroll: {
		Random: 0
		Count: 30
		Named: true
	}
	Blessing_10_Scroll: {
		Random: 0
		Count: 30
		Named: true
	}
	Kafra_Card: {
		Random: 0
		Count: 2
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Count: 2
		Named: true
	}
}
Vigorgra_Package10: {
	Battle_Manual: {
		Random: 0
		Count: 4
		Named: true
	}
	Int_Dish10_: {
		Random: 0
		Count: 4
		Named: true
	}
	Vit_Dish10_: {
		Random: 0
		Count: 4
		Named: true
	}
	Inc_Agi_10_Scroll: {
		Random: 0
		Count: 30
		Named: true
	}
	Blessing_10_Scroll: {
		Random: 0
		Count: 30
		Named: true
	}
	Kafra_Card: {
		Random: 0
		Count: 2
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Count: 2
		Named: true
	}
}
Vigorgra_Package12: {
	Battle_Manual: {
		Random: 0
		Count: 4
		Named: true
	}
	Str_Dish10_: {
		Random: 0
		Count: 4
		Named: true
	}
	Agi_Dish10_: {
		Random: 0
		Count: 4
		Named: true
	}
	Adrenaline_Scroll: {
		Random: 0
		Count: 48
		Named: true
	}
	Aspersio_5_Scroll: {
		Random: 0
		Count: 40
		Named: true
	}
	Holy_Water: {
		Random: 0
		Count: 40
		Named: true
	}
	Kafra_Card: {
		Random: 0
		Count: 2
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Count: 2
		Named: true
	}
}
Pet_Egg_Scroll12: {
	Poring_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Vit_Dish10_: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Old_Violet_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Dex_Dish10_: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Megaphone_: {
		Random: 1
		Count: 3
		Named: true
		Rate: 150
	}
	Kafra_Card: {
		Random: 1
		Count: 5
		Named: true
		Rate: 180
	}
	Luk_Dish10_: {
		Random: 1
		Count: 10
		Named: true
		Rate: 180
	}
	Elven_Ears: {
		Random: 1
		Named: true
		Rate: 10
	}
	Flying_Angel: {
		Random: 1
		Named: true
		Rate: 10
	}
	Zeny_Scroll: {
		Random: 1
		Named: true
		Rate: 10
	}
}
Pet_Egg_Scroll13: {
	Elephant_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
	Happy_Wig: {
		Random: 1
		Named: true
		Rate: 10
	}
	Enriched_Oridecon: {
		Random: 1
		Count: 5
		Named: true
		Rate: 170
	}
	Enriched_Elunium: {
		Random: 1
		Count: 5
		Named: true
		Rate: 300
	}
	Zeny_Scroll: {
		Random: 1
		Named: true
		Rate: 10
	}
	Yggdrasilberry: {
		Random: 1
		Count: 7
		Named: true
		Rate: 100
	}
	Fruit_Of_Mastela: {
		Random: 1
		Count: 15
		Named: true
		Rate: 100
	}
	Blue_Herb: {
		Random: 1
		Count: 8
		Named: true
		Rate: 100
	}
	Insurance: {
		Random: 1
		Count: 3
		Named: true
		Rate: 100
	}
	White_Slim_Potion: {
		Random: 1
		Count: 20
		Named: true
		Rate: 100
	}
}
Pet_Egg_Scroll14: {
	Hibiscus: {
		Random: 1
		Named: true
		Rate: 10
	}
	Charming_Ribbon: {
		Random: 1
		Named: true
		Rate: 10
	}
	Enriched_Oridecon: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
	Enriched_Elunium: {
		Random: 1
		Count: 5
		Named: true
		Rate: 250
	}
	Zeny_Scroll: {
		Random: 1
		Named: true
		Rate: 50
	}
	Yggdrasilberry: {
		Random: 1
		Count: 7
		Named: true
		Rate: 100
	}
	Fruit_Of_Mastela: {
		Random: 1
		Count: 15
		Named: true
		Rate: 100
	}
	Grape_Juice: {
		Random: 1
		Count: 20
		Named: true
		Rate: 100
	}
	Insurance: {
		Random: 1
		Count: 3
		Named: true
		Rate: 100
	}
	White_Slim_Potion: {
		Random: 1
		Count: 20
		Named: true
		Rate: 130
	}
}
Super_Pet_Egg5: {
	Bird_Nest: {
		Random: 1
		Named: true
		Rate: 15
	}
	Fallen_Leaves: {
		Random: 1
		Named: true
		Rate: 10
	}
	Sheep_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Pumpkin_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
	Cyclops_Visor: {
		Random: 1
		Named: true
		Rate: 6
	}
	Alice_Doll: {
		Random: 1
		Named: true
		Rate: 5
	}
	Magic_Eyes: {
		Random: 1
		Named: true
		Rate: 5
	}
	Minstrel_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Steel: {
		Random: 1
		Count: 10
		Named: true
		Rate: 53
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 200
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 230
	}
	Zeny_Scroll_Box: {
		Random: 1
		Count: 10
		Named: true
		Rate: 216
	}
}
Super_Pet_Egg6: {
	Marionette_Doll: {
		Random: 1
		Named: true
		Rate: 5
	}
	Gambler_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
	Elephant_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
	Baseball_Cap: {
		Random: 1
		Named: true
		Rate: 5
	}
	Silver_Tiara: {
		Random: 1
		Named: true
		Rate: 5
	}
	Joker_Jester_: {
		Random: 1
		Named: true
		Rate: 6
	}
	Headset_OST: {
		Random: 1
		Named: true
		Rate: 5
	}
	Chinese_Crown: {
		Random: 1
		Named: true
		Rate: 5
	}
	Steel: {
		Random: 1
		Count: 10
		Named: true
		Rate: 53
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 200
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 230
	}
	Zeny_Scroll_Box: {
		Random: 1
		Count: 10
		Named: true
		Rate: 226
	}
}
Super_Pet_Egg7: {
	Candle: {
		Random: 1
		Named: true
		Rate: 15
	}
	Gold_Tiara: {
		Random: 1
		Named: true
		Rate: 5
	}
	Phrygian_Cap_: {
		Random: 1
		Named: true
		Rate: 10
	}
	Helm_Of_Darkness: {
		Random: 1
		Named: true
		Rate: 5
	}
	Puppy_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
	Romantic_White_Flower: {
		Random: 1
		Named: true
		Rate: 8
	}
	Hibiscus: {
		Random: 1
		Named: true
		Rate: 5
	}
	Charming_Ribbon: {
		Random: 1
		Named: true
		Rate: 10
	}
	Steel: {
		Random: 1
		Count: 10
		Named: true
		Rate: 53
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 200
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 230
	}
	Zeny_Scroll_Box: {
		Random: 1
		Count: 10
		Named: true
		Rate: 209
	}
}
Super_Pet_Egg8: {
	Angeling_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Coppola: {
		Random: 1
		Named: true
		Rate: 10
	}
	Tongue_Mask: {
		Random: 1
		Named: true
		Rate: 15
	}
	Captain_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Laurel_Wreath: {
		Random: 1
		Named: true
		Rate: 5
	}
	Geographer_Band: {
		Random: 1
		Named: true
		Rate: 5
	}
	Twin_Ribbon: {
		Random: 1
		Named: true
		Rate: 5
	}
	Bird_Nest_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
	Steel: {
		Random: 1
		Count: 10
		Named: true
		Rate: 53
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 90
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Named: true
		Rate: 200
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 230
	}
	Zeny_Scroll_Box: {
		Random: 1
		Count: 10
		Named: true
		Rate: 217
	}
}
Pet_Egg_Scroll_E: {
	Exorcize_Herb: {
		Random: 1
		Count: 10
		Named: true
		Rate: 350
	}
	Silk_Ribbon: {
		Random: 1
		Named: true
		Rate: 130
	}
	Realgar_Wine: {
		Random: 1
		Count: 10
		Named: true
		Rate: 350
	}
	Chung_E_Cake: {
		Random: 1
		Count: 10
		Named: true
		Rate: 70
	}
	Bok_Choy: {
		Random: 1
		Count: 10
		Named: true
		Rate: 70
	}
	Chung_E_Ticket: {
		Random: 1
		Named: true
		Rate: 10
	}
	Spring_Rabbit_Ticket: {
		Random: 1
		Named: true
		Rate: 10
	}
	Zeny_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 10
	}
}
Ramen_Hat_Box: {
	Ramen_Hat: {
		Random: 0
		Expire: 336
		Named: true
	}
}
Mysterious_Travel_Sack1: {
	Yellow_Baseball_Cap: {
		Random: 1
		Named: true
		Rate: 1
	}
	Valkyrie_Feather_Band: {
		Random: 1
		Named: true
		Rate: 5
	}
	Soulless_Wing: {
		Random: 1
		Named: true
		Rate: 5
	}
	Afro_Wig: {
		Random: 1
		Named: true
		Rate: 1
	}
	Happy_Wig: {
		Random: 1
		Named: true
		Rate: 1
	}
	Shiny_Wig: {
		Random: 1
		Named: true
		Rate: 1
	}
	Ring_Of_Water: {
		Random: 1
		Named: true
		Rate: 2
	}
	Ring_Of_Fire: {
		Random: 1
		Named: true
		Rate: 2
	}
	Dun_Tele_Scroll1: {
		Random: 1
		Named: true
		Rate: 2
	}
	Dun_Tele_Scroll1_Box: {
		Random: 1
		Named: true
		Rate: 5
	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 5
	}
	Holy_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 5
	}
	Small_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 200
	}
	Med_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 200
	}
	S_Def_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 200
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 80
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Regeneration_Box10: {
		Random: 1
		Named: true
		Rate: 205
	}
}
Mysterious_Travel_Sack2: {
	Aussie_Flag_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
	Chullos: {
		Random: 1
		Named: true
		Rate: 20
	}
	Ati_Atihan_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Marcher_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Marvelous_Wig: {
		Random: 1
		Named: true
		Rate: 100
	}
	Fantastic_Wig: {
		Random: 1
		Named: true
		Rate: 100
	}
	Ring_Of_Wind: {
		Random: 1
		Named: true
		Rate: 20
	}
	Ring_Of_Earth: {
		Random: 1
		Named: true
		Rate: 20
	}
	Dun_Tele_Scroll1: {
		Random: 1
		Named: true
		Rate: 10
	}
	Dun_Tele_Scroll1_Box: {
		Random: 1
		Named: true
		Rate: 50
	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 50
	}
	Holy_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 50
	}
	Small_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 100
	}
	Med_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 100
	}
	S_Def_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 100
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 80
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Regeneration_Box10: {
		Random: 1
		Named: true
		Rate: 100
	}
}
Mysterious_Travel_Sack3: {
	Kettle_Hat: {
		Random: 1
		Named: true
		Rate: 20
	}
	Deviling_Hat: {
		Random: 1
		Named: true
		Rate: 10
	}
	Pecopeco_Hairband: {
		Random: 1
		Named: true
		Rate: 10
	}
	Chick_Hat: {
		Random: 1
		Named: true
		Rate: 50
	}
	Vacation_Hat: {
		Random: 1
		Named: true
		Rate: 30
	}
	Ribbon_Black: {
		Random: 1
		Named: true
		Rate: 60
	}
	Ribbon_Yellow: {
		Random: 1
		Named: true
		Rate: 50
	}
	Ribbon_Green: {
		Random: 1
		Named: true
		Rate: 50
	}
	Dun_Tele_Scroll1: {
		Random: 1
		Named: true
		Rate: 10
	}
	Dun_Tele_Scroll1_Box: {
		Random: 1
		Named: true
		Rate: 50
	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 50
	}
	Holy_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 50
	}
	Small_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 100
	}
	Med_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 100
	}
	S_Def_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 100
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 80
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Regeneration_Box10: {
		Random: 1
		Named: true
		Rate: 100
	}
}
Mysterious_Travel_Sack4: {
	Twin_Ribbon: {
		Random: 1
		Named: true
		Rate: 2
	}
	Ribbon_Of_Bride: {
		Random: 1
		Named: true
		Rate: 2
	}
	Charming_Ribbon: {
		Random: 1
		Named: true
		Rate: 1
	}
	Ribbon_Pink: {
		Random: 1
		Named: true
		Rate: 2
	}
	Ribbon_Orange: {
		Random: 1
		Named: true
		Rate: 2
	}
	Ribbon_White: {
		Random: 1
		Named: true
		Rate: 2
	}
	Red_Glasses: {
		Random: 1
		Named: true
		Rate: 1
	}
	Dun_Tele_Scroll1: {
		Random: 1
		Named: true
		Rate: 1
	}
	Dun_Tele_Scroll1_Box: {
		Random: 1
		Named: true
		Rate: 5
	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 5
	}
	Holy_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 5
	}
	Small_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 203
	}
	Med_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 203
	}
	S_Def_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 203
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 80
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Regeneration_Box10: {
		Random: 1
		Named: true
		Rate: 203
	}
}
Magician_Card_Box: {
	Blood_Butterfly_Card: {
		Random: 0
		Named: true
	}
	Parasite_Card: {
		Random: 0
		Named: true
	}
	Harpy_Card: {
		Random: 0
		Named: true
	}
	Miyabi_Ningyo_Card: {
		Random: 0
		Named: true
	}
	Wicked_Nymph_Card: {
		Random: 0
		Named: true
	}
	Loli_Ruri_Card: {
		Random: 0
		Named: true
	}
}
Acolyte_Card_Box: {
	Rideword_Card: {
		Random: 0
		Named: true
	}
	Fur_Seal_Card: {
		Random: 0
		Named: true
	}
	Live_Peach_Tree_Card: {
		Random: 0
		Named: true
	}
	Geographer_Card: {
		Random: 0
		Named: true
	}
	Cookie_Card: {
		Random: 0
		Named: true
	}
}
Archer_Card_Box: {
	Cruiser_Card: {
		Random: 0
		Named: true
	}
	Anolian_Card: {
		Random: 0
		Named: true
	}
	Merman_Card: {
		Random: 0
		Named: true
	}
	Dragon_Tail_Card: {
		Random: 0
		Named: true
	}
	Alligator_Card: {
		Random: 0
		Named: true
	}
}
Swordman_Card_Box: {
	Freezer_Card: {
		Random: 0
		Named: true
	}
	Heater_Card: {
		Random: 0
		Named: true
	}
	Solider_Card: {
		Random: 0
		Named: true
	}
	Permeter_Card: {
		Random: 0
		Named: true
	}
	Assulter_Card: {
		Random: 0
		Named: true
	}
}
Thief_Card_Box: {
	Shinobi_Card: {
		Random: 0
		Named: true
	}
	Wander_Man_Card: {
		Random: 0
		Named: true
	}
	Wild_Rose_Card: {
		Random: 0
		Named: true
	}
	The_Paper_Card: {
		Random: 0
		Named: true
	}
	Dancing_Dragon_Card: {
		Random: 0
		Named: true
	}
}
Merchant_Card_Box: {
	Mystcase_Card: {
		Random: 0
		Named: true
	}
	Zipper_Bear_Card: {
		Random: 0
		Named: true
	}
	Raggler_Card: {
		Random: 0
		Named: true
	}
	Baby_Leopard_Card: {
		Random: 0
		Named: true
	}
	Hylozoist_Card: {
		Random: 0
		Named: true
	}
}
Hard_Core_Set_Box: {
	Battle_Manual: {
		Random: 0
		Count: 10
		Named: true
	}
	Bubble_Gum: {
		Random: 0
		Count: 10
		Named: true
	}
	Insurance: {
		Random: 0
		Count: 10
		Named: true
	}
}
Kitty_Set_Box: {
	White_Drooping_Kitty: {
		Random: 0
		Named: true
	}
	Blue_Drooping_Kitty: {
		Random: 0
		Named: true
	}
	Pink_Drooping_Kitty: {
		Random: 0
		Named: true
	}
	Yellow_Drooping_Kitty: {
		Random: 0
		Named: true
	}
	Gray_Drooping_Kitty: {
		Random: 0
		Named: true
	}
}
Soft_Core_Set_Box: {
	Battle_Manual: {
		Random: 0
		Count: 5
		Named: true
	}
	Bubble_Gum: {
		Random: 0
		Count: 5
		Named: true
	}
	Insurance: {
		Random: 0
		Count: 5
		Named: true
	}
}
Deviruchi_Set_Box: {
	Red_Deviruchi_Cap: {
		Random: 0
		Named: true
	}
	White_Deviruchi_Cap: {
		Random: 0
		Named: true
	}
	Gray_Deviruchi_Cap: {
		Random: 0
		Named: true
	}
}
MVP_Hunt_Box: {
	Convex_Mirror: {
		Random: 0
		Count: 3
		Named: true
	}
	Token_Of_Siegfried: {
		Random: 0
		Named: true
	}
	Bubble_Gum: {
		Random: 0
		Named: true
	}
	Megaphone_: {
		Random: 0
		Named: true
	}
}
Brewing_Box: {
	Dex_Dish10_: {
		Random: 0
		Count: 10
		Named: true
	}
	Int_Dish10_: {
		Random: 0
		Count: 10
		Named: true
	}
	Luk_Dish10_: {
		Random: 0
		Count: 10
		Named: true
	}
}
Xmas_Pet_Scroll: {
	Fish_Head_Hat: {
		Random: 1
		Named: true
		Rate: 1
	}
	Santa_Poring_Hat: {
		Random: 1
		Named: true
		Rate: 1
	}
	Bell_Ribbon: {
		Random: 1
		Named: true
		Rate: 1
	}
//unsupported/unknown item 'Ear_Of_Angel'
//	Ear_Of_Angel: {
//		Random: 1
//		Named: true
//		Rate: 5
//	}
//unsupported/unknown item 'Ear_Of_Devil'
//	Ear_Of_Devil: {
//		Random: 1
//		Named: true
//		Rate: 5
//	}
	Flying_Angel: {
		Random: 1
		Named: true
		Rate: 5
	}
	Pecopeco_Hairband: {
		Random: 1
		Named: true
		Rate: 2
	}
	Nurse_Cap: {
		Random: 1
		Named: true
		Rate: 20
	}
	Centimental_Flower: {
		Random: 1
		Named: true
		Rate: 20
	}
	Tulip_Hairpin: {
		Random: 1
		Named: true
		Rate: 80
	}
	Old_Violet_Box: {
		Random: 1
		Count: 3
		Named: true
		Rate: 100
	}
	Yggdrasilberry: {
		Random: 1
		Count: 30
		Named: true
		Rate: 110
	}
	Leaf_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Named: true
		Rate: 100
	}
	Crystal_Jewel: {
		Random: 1
		Count: 20
		Named: true
		Rate: 100
	}
	Crystal_Jewel__: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Max_Weight_Up_Scroll: {
		Random: 1
		Count: 5
		Named: true
		Rate: 50
	}
}
/* unsupported/unknown item 'Lucky_Scroll08'
Lucky_Scroll08: {
	Kafra_Card: {
		Random: 1
		Count: 15
		Named: true
		Rate: 220
	}
	Battle_Manual: {
		Random: 1
		Count: 5
		Named: true
		Rate: 210
	}
	Bubble_Gum: {
		Random: 1
		Count: 5
		Named: true
		Rate: 210
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Count: 15
		Named: true
		Rate: 100
	}
	Neuralizer: {
		Random: 1
		Named: true
		Rate: 2
	}
	Mini_Propeller_: {
		Random: 1
		Named: true
		Rate: 1
	}
	Branch_Of_Dead_Tree_Box: {
		Random: 1
		Named: true
		Rate: 5
	}
	Dark_Lord_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Dark_Illusion_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Angelic_Chain_: {
		Random: 1
		Named: true
		Rate: 2
	}
	Satanic_Chain_: {
		Random: 1
		Named: true
		Rate: 3
	}
	Magestic_Goat_TW: {
		Random: 1
		Named: true
		Rate: 2
	}
	Bunny_Band_: {
		Random: 1
		Named: true
		Rate: 3
	}
	Drooping_Kitty_: {
		Random: 1
		Named: true
		Rate: 5
	}
	Tulip_Hairpin: {
		Random: 1
		Named: true
		Rate: 65
	}
	Insurance_Package: {
		Random: 1
		Named: true
		Rate: 60
	}
	Leaf_Of_Yggdrasil: {
		Random: 1
		Count: 15
		Named: true
		Rate: 110
	}
}
*/
Br_SwordPackage: {
	Plate_Armor_: {
		Random: 0
		Named: true
	}
	Shield_: {
		Random: 0
		Named: true
	}
	Boots_: {
		Random: 0
		Named: true
	}
	Manteau_: {
		Random: 0
		Named: true
	}
	Pupa_Card: {
		Random: 0
		Named: true
	}
	Daydric_Card: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Helm_: {
		Random: 0
		Named: true
	}
	Iron_Cane: {
		Random: 0
		Named: true
	}
}
Br_MagePackage: {
	Silk_Robe_: {
		Random: 0
		Named: true
	}
	Guard_: {
		Random: 0
		Named: true
	}
	Shoes_: {
		Random: 0
		Named: true
	}
	Muffler_: {
		Random: 0
		Named: true
	}
	Pupa_Card: {
		Random: 0
		Named: true
	}
	Phen_Card: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Wizardry_Hat: {
		Random: 0
		Named: true
	}
}
Br_AcolPackage: {
	Saint_Robe_: {
		Random: 0
		Named: true
	}
	Buckler_: {
		Random: 0
		Named: true
	}
	Shoes_: {
		Random: 0
		Named: true
	}
	Muffler_: {
		Random: 0
		Named: true
	}
	Pupa_Card: {
		Random: 0
		Named: true
	}
	Sohee_Card: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Biretta_: {
		Random: 0
		Named: true
	}
}
Br_ArcherPackage: {
	Tights_: {
		Random: 0
		Named: true
	}
	Kakkung_: {
		Random: 0
		Named: true
	}
	Boots_: {
		Random: 0
		Named: true
	}
	Muffler_: {
		Random: 0
		Named: true
	}
	Zerom_Card: {
		Random: 0
		Named: true
	}
	Whisper_Card: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Apple_Of_Archer: {
		Random: 0
		Named: true
	}
}
Br_MerPackage: {
	Chain_Mail_: {
		Random: 0
		Named: true
	}
	Buckler_: {
		Random: 0
		Named: true
	}
	Boots_: {
		Random: 0
		Named: true
	}
	Manteau_: {
		Random: 0
		Named: true
	}
	Pupa_Card: {
		Random: 0
		Named: true
	}
	Daydric_Card: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Bankruptcy_Of_Heart: {
		Random: 0
		Named: true
	}
}
Br_ThiefPackage: {
	Thief_Clothes_: {
		Random: 0
		Named: true
	}
	Buckler_: {
		Random: 0
		Named: true
	}
	Boots_: {
		Random: 0
		Named: true
	}
	Manteau_: {
		Random: 0
		Named: true
	}
	Matyr_Card: {
		Random: 0
		Named: true
	}
	Whisper_Card: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Clip: {
		Random: 0
		Named: true
	}
	Ghost_Bandana: {
		Random: 0
		Named: true
	}
}
Acidbomb_10_Box: {
	Fire_Bottle: {
		Random: 0
		Count: 10
		Named: true
	}
	Acid_Bottle: {
		Random: 0
		Count: 10
		Named: true
	}
}
Basic_Siege_Supply_Box: {
	Siege_White_Potion: {
		Random: 0
		Count: 25
		Named: true
	}
	Siege_Blue_Potion: {
		Random: 0
		Count: 10
		Named: true
	}
}
Adv_Siege_Supply_Box: {
	Siege_White_Potion: {
		Random: 0
		Count: 50
		Named: true
	}
	Siege_Blue_Potion: {
		Random: 0
		Count: 20
		Named: true
	}
}
Elite_Siege_Supply_Box: {
	Siege_White_Potion: {
		Random: 0
		Count: 100
		Named: true
	}
	Siege_Blue_Potion: {
		Random: 0
		Count: 50
		Named: true
	}
}
/* unsupported/unknown item 'Sakura_Scroll'
Sakura_Scroll: {
	Angelic_Chain: {
		Random: 1
		Named: true
		Rate: 2
	}
	Satanic_Chain: {
		Random: 1
		Named: true
		Rate: 2
	}
	Snowy_Horn: {
		Random: 1
		Named: true
		Rate: 2
	}
	Mini_Propeller: {
		Random: 1
		Named: true
		Rate: 1
	}
	Osiris_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Phreeoni_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Green_Feeler: {
		Random: 1
		Named: true
		Rate: 130
	}
	Orc_Hero_Helm: {
		Random: 1
		Named: true
		Rate: 2
	}
	Battle_Manual: {
		Random: 1
		Count: 10
		Named: true
		Rate: 170
	}
	Insurance: {
		Random: 1
		Count: 10
		Named: true
		Rate: 160
	}
	Bubble_Gum: {
		Random: 1
		Count: 10
		Named: true
		Rate: 160
	}
	Kafra_Card: {
		Random: 1
		Count: 15
		Named: true
		Rate: 190
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 50
		Named: true
		Rate: 150
	}
	Iron_Glove: {
		Random: 1
		Named: true
		Rate: 25
	}
	Kabuki_Mask: {
		Random: 1
		Named: true
		Rate: 2
	}
	Mistic_Rose: {
		Random: 1
		Named: true
		Rate: 2
	}
}
*/
Beholder_Ring_Box: {
	Beholder_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Hallow_Ring_Box: {
	Hallow_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Clamorous_Ring_Box: {
	Clamorous_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Chemical_Ring_Box: {
	Chemical_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Insecticide_Ring_Box: {
	Insecticide_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Fisher_Ring_Box: {
	Fisher_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Decussate_Ring_Box: {
	Decussate_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Bloody_Ring_Box: {
	Bloody_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Satanic_Ring_Box: {
	Satanic_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Dragoon_Ring_Box: {
	Dragoon_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
Angel_Scroll: {
	Angelic_Chain: {
		Random: 1
		Named: true
		Rate: 5
	}
	Dress_Of_Angel: {
		Random: 1
		Named: true
		Rate: 100
	}
//unsupported/unknown item 'Ear_Of_Angel'
//	Ear_Of_Angel: {
//		Random: 1
//		Named: true
//		Rate: 100
//	}
	Kiss_Of_Angel: {
		Random: 1
		Named: true
		Rate: 30
	}
	Angeling_Hat: {
		Random: 1
		Named: true
		Rate: 50
	}
	Angeling_Hairpin: {
		Random: 1
		Named: true
		Rate: 130
	}
	Gold_Spirit_Chain: {
		Random: 1
		Named: true
		Rate: 110
	}
	Angeling_Card: {
		Random: 1
		Named: true
		Rate: 30
	}
	Blessing_10_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 420
	}
	Archangeling_Card: {
		Random: 1
		Named: true
		Rate: 20
	}
}
Devil_Scroll: {
	Satanic_Chain: {
		Random: 1
		Named: true
		Rate: 4
	}
	Book_Of_Devil: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
//unsupported/unknown item 'Ear_Of_Devil'
//	Ear_Of_Devil: {
//		Random: 1
//		Named: true
//		Rate: 100
//	}
	Petite_DiablOfs_Wing: {
		Random: 1
		Named: true
		Rate: 125
	}
	Pet_Egg_Scroll1: {
		Random: 1
		Named: true
		Rate: 180
	}
	Deviling_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Pet_Egg_Scroll_Box1: {
		Random: 1
		Named: true
		Rate: 200
	}
	Horn_Of_Succubus: {
		Random: 1
		Named: true
		Rate: 45
	}
	Inccubus_Horn: {
		Random: 1
		Named: true
		Rate: 45
	}
	Diabolic_Box: {
		Random: 1
		Named: true
		Rate: 150
	}
}
/* unsupported/unknown item 'Surprise_Scroll'
Surprise_Scroll: {
	Battle_Manual: {
		Random: 1
		Count: 5
		Named: true
		Rate: 130
	}
	Insurance: {
		Random: 1
		Count: 5
		Named: true
		Rate: 130
	}
	Bubble_Gum: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Kafra_Card: {
		Random: 1
		Count: 10
		Named: true
		Rate: 200
	}
	Bloody_Dead_Branch: {
		Random: 1
		Named: true
		Rate: 98
	}
	Branch_Of_Dead_Tree: {
		Random: 1
		Count: 6
		Named: true
		Rate: 130
	}
	Guyak_Candy: {
		Random: 1
		Count: 10
		Named: true
		Rate: 80
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Named: true
		Rate: 80
	}
	Bell_Ribbon_Box: {
		Random: 1
		Named: true
		Rate: 1
	}
	Neuralizer: {
		Random: 1
		Named: true
		Rate: 1
	}
}
*/
July7_Scroll: {
	Basic_Siege_Supply_Box: {
		Random: 0
		Named: true
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Named: true
		Rate: 1500
	}
	Str_Dish_Box: {
		Random: 1
		Named: true
		Rate: 1500
	}
	Bubble_Gum_Box: {
		Random: 1
		Named: true
		Rate: 1550
	}
	Battle_Manual_Box: {
		Random: 1
		Named: true
		Rate: 1500
	}
	Convex_Mirror_Box: {
		Random: 1
		Named: true
		Rate: 1500
	}
//unsupported/unknown item 'Eddga_Scroll'
//	Eddga_Scroll: {
//		Random: 1
//		Named: true
//		Rate: 400
//	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Named: true
		Rate: 1500
	}
//unsupported/unknown item 'Rabbit_Ribbon'
//	Rabbit_Ribbon: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 150
//	}
//unsupported/unknown item 'Rainbow'
//	Rainbow: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 56
//	}
//unsupported/unknown item 'Upd_Maya_Puple_Card'
//	Upd_Maya_Puple_Card: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 3
//	}
//unsupported/unknown item 'Gold_Ingot_Poring_Hat'
//	Gold_Ingot_Poring_Hat: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 150
//	}
	Berzebub_Card: {
		Random: 1
		Announce: true
		Named: true
		Rate: 1
	}
//unsupported/unknown item 'C_Hair_Of_The_Strong'
//	C_Hair_Of_The_Strong: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 70
//	}
	Guarantee_Weapon_9Up: {
		Random: 1
		Announce: true
		Named: true
		Rate: 20
	}
	Guarantee_Armor_9Up: {
		Random: 1
		Announce: true
		Named: true
		Rate: 20
	}
//unsupported/unknown item 'RWC2010_Indonesia'
//	RWC2010_Indonesia: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 5
//	}
//unsupported/unknown item 'Rocket_Helm_RWC'
//	Rocket_Helm_RWC: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 75
//	}
}
Bacsojin_Scroll: {
	Magical_Moon_Cake: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Moon_Cake: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Special_Moon_Cake: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Tayelin_Doll_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Binit_Doll_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Debril_Doll_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Blessing_10_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 180
	}
	Hibiscus: {
		Random: 1
		Named: true
		Rate: 25
	}
	Charming_Ribbon: {
		Random: 1
		Named: true
		Rate: 30
	}
	Miracle_Medicine: {
		Random: 1
		Named: true
		Rate: 1
	}
	Slipper: {
		Random: 1
		Named: true
		Rate: 14
	}
	Insurance: {
		Random: 1
		Count: 5
		Named: true
		Rate: 135
	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
}
Animal_Scroll: {
	Tiger_Mask: {
		Random: 1
		Named: true
		Rate: 5
	}
	Guardian_Lion_Mask: {
		Random: 1
		Named: true
		Rate: 5
	}
	Luk_Dish10: {
		Random: 1
		Count: 5
		Named: true
		Rate: 185
	}
	Panda_Cap: {
		Random: 1
		Named: true
		Rate: 5
	}
	Brown_Bear_Cap: {
		Random: 1
		Named: true
		Rate: 5
	}
	Smokie_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Str_Dish08: {
		Random: 1
		Count: 5
		Named: true
		Rate: 185
	}
	Lazy_Raccoon: {
		Random: 1
		Named: true
		Rate: 5
	}
	Drooping_Bunny: {
		Random: 1
		Named: true
		Rate: 5
	}
	Int_Dish03: {
		Random: 1
		Count: 5
		Named: true
		Rate: 185
	}
	Elephant_Hat_: {
		Random: 1
		Named: true
		Rate: 10
	}
	Sea_Otter_Cap: {
		Random: 1
		Named: true
		Rate: 10
	}
	Vit_Dish09: {
		Random: 1
		Count: 5
		Named: true
		Rate: 185
	}
	Galapago_Cap: {
		Random: 1
		Named: true
		Rate: 10
	}
	Magestic_Goat_TW: {
		Random: 1
		Named: true
		Rate: 5
	}
	Fish_On_Head_: {
		Random: 1
		Named: true
		Rate: 5
	}
	Agi_Dish06: {
		Random: 1
		Count: 5
		Named: true
		Rate: 185
	}
}
Heart_Scroll: {
	Orleans_Glove: {
		Random: 1
		Named: true
		Rate: 5
	}
	Wool_Scarf: {
		Random: 1
		Named: true
		Rate: 5
	}
	Red_Glasses: {
		Random: 1
		Named: true
		Rate: 15
	}
	Str_Dish08: {
		Random: 1
		Count: 7
		Named: true
		Rate: 200
	}
	Vit_Dish10: {
		Random: 1
		Count: 5
		Named: true
		Rate: 200
	}
	Spiritual_Ring: {
		Random: 1
		Named: true
		Rate: 1
	}
	Agi_Dish09: {
		Random: 1
		Count: 5
		Named: true
		Rate: 200
	}
	Scarf_Belt: {
		Random: 1
		Named: true
		Rate: 40
	}
	Lesser_Elemental_Ring: {
		Random: 1
		Named: true
		Rate: 5
	}
	Luk_Dish07: {
		Random: 1
		Count: 8
		Named: true
		Rate: 200
	}
	Lion_Mask: {
		Random: 1
		Named: true
		Rate: 20
	}
	Fur_Hat: {
		Random: 1
		Named: true
		Rate: 20
	}
	Ulle_Cap: {
		Random: 1
		Named: true
		Rate: 20
	}
	Valkyrie_Feather_Band: {
		Random: 1
		Named: true
		Rate: 4
	}
	Winter_Hat: {
		Random: 1
		Named: true
		Rate: 20
	}
	Ear_Mufs: {
		Random: 1
		Named: true
		Rate: 45
	}
}
New_Year_Scroll: {
	Silver_Tiara: {
		Random: 1
		Named: true
		Rate: 1
	}
	Magic_Card_Album: {
		Random: 1
		Named: true
		Rate: 5
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Named: true
		Rate: 180
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Named: true
		Rate: 180
	}
	Clothing_Dye_Coupon: {
		Random: 1
		Count: 2
		Named: true
		Rate: 50
	}
	Marcher_Hat: {
		Random: 1
		Named: true
		Rate: 1
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Named: true
		Rate: 100
	}
	Dead_Tree_Branch_Box1: {
		Random: 1
		Named: true
		Rate: 132
	}
	Megaphone_Box: {
		Random: 1
		Named: true
		Rate: 150
	}
	Mini_Propeller_: {
		Random: 1
		Named: true
		Rate: 1
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Old_Violet_Box: {
		Random: 1
		Count: 2
		Named: true
		Rate: 100
	}
}
Valentine_Pledge_Box: {
	Valentine_Pledge: {
		Random: 0
		Expire: 8760
		Named: true
	}
}
Ox_Tail_Scroll: {
	Yggdrasilberry_Box_: {
		Random: 1
		Named: true
		Rate: 1420
	}
	Luk_Dish_Box: {
		Random: 1
		Named: true
		Rate: 1420
	}
	Kafra_Card_Box: {
		Random: 1
		Named: true
		Rate: 1420
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Named: true
		Rate: 1420
	}
	Insurance_Package: {
		Random: 1
		Named: true
		Rate: 1420
	}
//unsupported/unknown item 'Zealotus_Scroll'
//	Zealotus_Scroll: {
//		Random: 1
//		Count: 5
//		Named: true
//		Rate: 300
//	}
	Assumptio_5_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 1400
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 500
	}
//unsupported/unknown item 'B_Dragon_Hat_Box'
//	B_Dragon_Hat_Box: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 150
//	}
//unsupported/unknown item 'Rain_Cloud'
//	Rain_Cloud: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 87
//	}
//unsupported/unknown item 'Gold_Ingot_Poring_Hat'
//	Gold_Ingot_Poring_Hat: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 3
//	}
//unsupported/unknown item 'Maneater_Flower_Hat'
//	Maneater_Flower_Hat: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 150
//	}
//unsupported/unknown item 'Chilly_Breath'
//	Chilly_Breath: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 100
//	}
//unsupported/unknown item 'Choco_Stick_In_Mouth'
//	Choco_Stick_In_Mouth: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 100
//	}
//unsupported/unknown item 'Eyes_Of_Ifrit'
//	Eyes_Of_Ifrit: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 5
//	}
//unsupported/unknown item 'Majoruros_Horn'
//	Majoruros_Horn: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 100
//	}
//unsupported/unknown item 'Sealed_D_Lord_Card'
//	Sealed_D_Lord_Card: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 5
//	}
}
Buddah_Scroll: {
	Zeny_Scroll: {
		Random: 1
		Count: 7
		Named: true
		Rate: 201
	}
	S_Def_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 112
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 111
	}
	B_Def_Potion_Box10: {
		Random: 1
		Named: true
		Rate: 110
	}
	B_Mdef_Potion_Box10: {
		Random: 1
		Named: true
		Rate: 109
	}
	Dun_Tele_Scroll_Box10: {
		Random: 1
		Named: true
		Rate: 108
	}
	Spark_Candy_Box10: {
		Random: 1
		Count: 7
		Named: true
		Rate: 80
	}
	Ati_Atihan_Hat_: {
		Random: 1
		Named: true
		Rate: 50
	}
	Drooping_Bunny: {
		Random: 1
		Named: true
		Rate: 50
	}
	Kabuki_Mask: {
		Random: 1
		Named: true
		Rate: 49
	}
	Deprotai_Doll_Hat: {
		Random: 1
		Named: true
		Rate: 9
	}
	Bright_Fury: {
		Random: 1
		Named: true
		Rate: 8
	}
	Secret_Medicine: {
		Random: 1
		Named: true
		Rate: 2
	}
	Miracle_Medicine: {
		Random: 1
		Named: true
		Rate: 1
	}
}
Evil_Incarnation_Disable: {
	Dead_Tree_Branch_Box2: {
		Random: 1
		Named: true
		Rate: 224
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Named: true
		Rate: 124
	}
	Int_Dish_Box: {
		Random: 1
		Named: true
		Rate: 123
	}
	Luk_Dish_Box: {
		Random: 1
		Named: true
		Rate: 122
	}
	Vit_Dish_Box: {
		Random: 1
		Named: true
		Rate: 121
	}
	Str_Dish_Box: {
		Random: 1
		Named: true
		Rate: 120
	}
	Romantic_White_Flower: {
		Random: 1
		Named: true
		Rate: 47
	}
	Love_Berry: {
		Random: 1
		Named: true
		Rate: 46
	}
	Minstrel_Hat: {
		Random: 1
		Named: true
		Rate: 26
	}
	Puppy_Hat: {
		Random: 1
		Named: true
		Rate: 25
	}
	Kafra_Band: {
		Random: 1
		Named: true
		Rate: 10
	}
	Majestic_Evil_Horn: {
		Random: 1
		Named: true
		Rate: 9
	}
	Secret_Medicine: {
		Random: 1
		Count: 2
		Named: true
		Rate: 2
	}
	Miracle_Medicine: {
		Random: 1
		Named: true
		Rate: 1
	}
}
/* unsupported/unknown item 'F_Clover_Box_Mouth'
F_Clover_Box_Mouth: {
//unsupported/unknown item 'Leaf_Clover_In_Mouth'
//	Leaf_Clover_In_Mouth: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Mouth_Bubble_Gum_Box'
Mouth_Bubble_Gum_Box: {
	Bubble_Gum_In_Mouth: {
		Random: 0
		Named: true
	}
}
*/
/* unsupported/unknown item 'F_Clover_Box_Mouth2'
F_Clover_Box_Mouth2: {
//unsupported/unknown item 'Leaf_Clover_In_Mouth'
//	Leaf_Clover_In_Mouth: {
//		Random: 0
//		Expire: 2
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'F_Clover_Box_Mouth4'
F_Clover_Box_Mouth4: {
//unsupported/unknown item 'Leaf_Clover_In_Mouth'
//	Leaf_Clover_In_Mouth: {
//		Random: 0
//		Expire: 4
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'BGum_Box_In_Mouth2'
BGum_Box_In_Mouth2: {
	Bubble_Gum_In_Mouth: {
		Random: 0
		Expire: 2
		Named: true
	}
}
*/
/* unsupported/unknown item 'BGum_Box_In_Mouth4'
BGum_Box_In_Mouth4: {
	Bubble_Gum_In_Mouth: {
		Random: 0
		Expire: 4
		Named: true
	}
}
*/
/* unsupported/unknown item 'Tw_October_Scroll'
Tw_October_Scroll: {
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 432
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Named: true
		Rate: 1350
	}
	Int_Dish_Box: {
		Random: 1
		Named: true
		Rate: 1350
	}
	Bubble_Gum_Box: {
		Random: 1
		Named: true
		Rate: 1350
	}
	Spark_Candy_Box10: {
		Random: 1
		Named: true
		Rate: 1350
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Named: true
		Rate: 1350
	}
	Dun_Tele_Scroll_Box10: {
		Random: 1
		Named: true
		Rate: 1350
	}
	Job_Manual50_Box: {
		Random: 1
		Named: true
		Rate: 650
	}
//unsupported/unknown item 'Black_Knitted_Hat'
//	Black_Knitted_Hat: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 120
//	}
//unsupported/unknown item 'Candy_Hat'
//	Candy_Hat: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 120
//	}
	Drooping_Morocc_Minion: {
		Random: 1
		Announce: true
		Named: true
		Rate: 120
	}
	Dress_Hat: {
		Random: 1
		Announce: true
		Named: true
		Rate: 120
	}
//unsupported/unknown item 'Sealed_Mistress_Card'
//	Sealed_Mistress_Card: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 2
//	}
//unsupported/unknown item 'Asgard_Blessing'
//	Asgard_Blessing: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 15
//	}
//unsupported/unknown item 'Ant_Buyanne_Card'
//	Ant_Buyanne_Card: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 1
//	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Named: true
		Rate: 100
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Named: true
		Rate: 100
	}
//unsupported/unknown item 'Comin_Actor_Box'
//	Comin_Actor_Box: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 120
//	}
}
*/
/* unsupported/unknown item 'My_Scroll1'
My_Scroll1: {
	Battle_Manual_Box: {
		Random: 1
		Named: true
		Rate: 1450
	}
	Agi_Dish_Box: {
		Random: 1
		Named: true
		Rate: 1450
	}
	Megaphone_Box: {
		Random: 1
		Named: true
		Rate: 1450
	}
	Spark_Candy_Box10: {
		Random: 1
		Named: true
		Rate: 1450
	}
	Dun_Tele_Scroll_Box10: {
		Random: 1
		Named: true
		Rate: 1450
	}
	Job_Manual50_Box: {
		Random: 1
		Named: true
		Rate: 1406
	}
//unsupported/unknown item 'Eddga_Scroll'
//	Eddga_Scroll: {
//		Random: 1
//		Count: 5
//		Named: true
//		Rate: 500
//	}
	Bloody_Dead_Branch: {
		Random: 1
		Named: true
		Rate: 300
	}
	Hellomother_Hat: {
		Random: 1
		Announce: true
		Named: true
		Rate: 50
	}
	King_Tiger_Doll_Hat_Box: {
		Random: 1
		Announce: true
		Named: true
		Rate: 120
	}
	Red_Glasses: {
		Random: 1
		Announce: true
		Named: true
		Rate: 50
	}
//unsupported/unknown item 'Sealed_Bacsojin_Card'
//	Sealed_Bacsojin_Card: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 3
//	}
//unsupported/unknown item 'Ancient_Civil_Man'
//	Ancient_Civil_Man: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 150
//	}
//unsupported/unknown item 'Poker_Card_In_Mouth'
//	Poker_Card_In_Mouth: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 50
//	}
//unsupported/unknown item 'Upd_Maya_Puple_Card'
//	Upd_Maya_Puple_Card: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 1
//	}
//unsupported/unknown item 'Blacksmith_Blessing'
//	Blacksmith_Blessing: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 120
//	}
}
*/
/* unsupported/unknown item 'Tw_Nov_Scroll'
Tw_Nov_Scroll: {
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Named: true
		Rate: 250
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Named: true
		Rate: 80
	}
	Str_Dish_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Agi_Dish_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Int_Dish_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Dex_Dish_Box: {
		Random: 1
		Named: true
		Rate: 80
	}
	Luk_Dish_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Vit_Dish_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Meteor_10_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 50
	}
	Storm_10_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 25
	}
	Vermilion_10_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 50
	}
//unsupported/unknown item 'Necromencer'
//	Necromencer: {
//		Random: 1
//		Named: true
//		Rate: 10
//	}
	Anubis_Helm: {
		Random: 1
		Named: true
		Rate: 10
	}
	Miracle_Medicine: {
		Random: 1
		Named: true
		Rate: 5
	}
}
*/
/* unsupported/unknown item 'My_Scroll2'
My_Scroll2: {
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 25
		Named: true
		Rate: 125
	}
	Regeneration_Box10: {
		Random: 1
		Named: true
		Rate: 150
	}
	B_Def_Potion_Box10: {
		Random: 1
		Named: true
		Rate: 130
	}
	Poison_Bottle_30_Box: {
		Random: 1
		Count: 3
		Named: true
		Rate: 100
	}
	S_Mdef_Potion_Box10: {
		Random: 1
		Named: true
		Rate: 100
	}
//unsupported/unknown item 'Tyr'
//	Tyr: {
//		Random: 1
//		Count: 2
//		Named: true
//		Rate: 100
//	}
	Insurance: {
		Random: 1
		Count: 6
		Named: true
		Rate: 20
	}
	Bubble_Gum: {
		Random: 1
		Count: 6
		Named: true
		Rate: 75
	}
	Glass_Of_Illusion_Box10: {
		Random: 1
		Named: true
		Rate: 20
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Named: true
		Rate: 98
	}
	Job_Manual50: {
		Random: 1
		Count: 2
		Named: true
		Rate: 49
	}
	Max_Weight_Up_Scroll: {
		Random: 1
		Named: true
		Rate: 20
	}
	Miracle_Medicine: {
		Random: 1
		Named: true
		Rate: 2
	}
	House_Auger: {
		Random: 1
		Named: true
		Rate: 10
	}
	Rabbit_Bonnet: {
		Random: 1
		Named: true
		Rate: 1
	}
}
*/
Pr_Reset_Stone_Box: {
	Premium_Reset_Stone: {
		Random: 0
	}
}
/* unsupported/unknown item 'FPremium_Reset_Stone_Box'
FPremium_Reset_Stone_Box: {
	Premium_Reset_Stone: {
		Random: 0
	}
}
*/
/* unsupported/unknown item 'Majestic_Devil_Scroll'
Majestic_Devil_Scroll: {
	Exorcize_Herb: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Realgar_Wine: {
		Random: 1
		Count: 10
		Named: true
		Rate: 130
	}
	Mysterious_Travel_Sack2: {
		Random: 1
		Named: true
		Rate: 130
	}
	Old_Bleu_Box: {
		Random: 1
		Count: 5
		Named: true
		Rate: 93
	}
	Mental_Potion: {
		Random: 1
		Count: 2
		Named: true
		Rate: 93
	}
	Teleport_Box1: {
		Random: 1
		Count: 2
		Named: true
		Rate: 93
	}
	Insurance: {
		Random: 1
		Count: 6
		Named: true
		Rate: 20
	}
	Bubble_Gum: {
		Random: 1
		Count: 6
		Named: true
		Rate: 80
	}
	Box_Of_Sunlight: {
		Random: 1
		Count: 5
		Named: true
		Rate: 80
	}
	Max_Weight_Up_Scroll: {
		Random: 1
		Named: true
		Rate: 20
	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 80
	}
	Magic_Card_Album: {
		Random: 1
		Named: true
		Rate: 10
	}
	Orleans_Glove: {
		Random: 1
		Named: true
		Rate: 20
	}
	Majestic_Evil_Horn: {
		Random: 1
		Named: true
		Rate: 1
	}
}
*/
/* unsupported/unknown item 'Ribbon_Of_Life_Box'
Ribbon_Of_Life_Box: {
//unsupported/unknown item 'Life_Ribbon'
//	Life_Ribbon: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Ribbon_Of_Life_Box2'
Ribbon_Of_Life_Box2: {
//unsupported/unknown item 'Life_Ribbon'
//	Life_Ribbon: {
//		Random: 0
//		Expire: 2
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Ribbon_Of_Life_Box3'
Ribbon_Of_Life_Box3: {
//unsupported/unknown item 'Life_Ribbon'
//	Life_Ribbon: {
//		Random: 0
//		Expire: 4
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Magic_Candy_Box10'
Magic_Candy_Box10: {
//unsupported/unknown item 'Magic_Candy'
//	Magic_Candy: {
//		Random: 0
//		Count: 10
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'RWC2010_SuitcaseA'
RWC2010_SuitcaseA: {
	Battle_Manual: {
		Random: 1
		Count: 5
		Named: true
		Rate: 130
	}
	Insurance: {
		Random: 1
		Count: 5
		Named: true
		Rate: 130
	}
	Bubble_Gum: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Kafra_Card: {
		Random: 1
		Count: 10
		Named: true
		Rate: 200
	}
	Bloody_Dead_Branch: {
		Random: 1
		Named: true
		Rate: 98
	}
	Branch_Of_Dead_Tree: {
		Random: 1
		Count: 6
		Named: true
		Rate: 130
	}
	Guyak_Candy: {
		Random: 1
		Count: 10
		Named: true
		Rate: 80
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Named: true
		Rate: 80
	}
//unsupported/unknown item 'RWC2010_Indonesia'
//	RWC2010_Indonesia: {
//		Random: 1
//		Named: true
//		Rate: 1
//	}
	Neuralizer: {
		Random: 1
		Named: true
		Rate: 1
	}
}
*/
/* unsupported/unknown item 'RWC2010_SuitcaseB'
RWC2010_SuitcaseB: {
	Zeny_Scroll: {
		Random: 1
		Count: 7
		Named: true
		Rate: 201
	}
	S_Def_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 112
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 111
	}
	B_Def_Potion_Box10: {
		Random: 1
		Named: true
		Rate: 110
	}
	B_Mdef_Potion_Box10: {
		Random: 1
		Named: true
		Rate: 109
	}
	Dun_Tele_Scroll_Box10: {
		Random: 1
		Named: true
		Rate: 108
	}
	Spark_Candy_Box10: {
		Random: 1
		Count: 7
		Named: true
		Rate: 80
	}
	Ati_Atihan_Hat_: {
		Random: 1
		Named: true
		Rate: 50
	}
	Drooping_Bunny: {
		Random: 1
		Named: true
		Rate: 50
	}
	Kabuki_Mask: {
		Random: 1
		Named: true
		Rate: 49
	}
	Deprotai_Doll_Hat: {
		Random: 1
		Named: true
		Rate: 9
	}
//unsupported/unknown item 'Garuda_Hat'
//	Garuda_Hat: {
//		Random: 1
//		Named: true
//		Rate: 8
//	}
	Secret_Medicine: {
		Random: 1
		Named: true
		Rate: 2
	}
	Miracle_Medicine: {
		Random: 1
		Named: true
		Rate: 1
	}
}
*/
/* unsupported/unknown item 'Sagittarius_Scroll'
Sagittarius_Scroll: {
//unsupported/unknown item 'Crown_Of_Deceit_Box'
//	Crown_Of_Deceit_Box: {
//		Random: 1
//		Named: true
//		Rate: 1
//	}
//unsupported/unknown item 'Sagittarius_Crown_Box'
//	Sagittarius_Crown_Box: {
//		Random: 1
//		Named: true
//		Rate: 10
//	}
	Neuralizer_Box: {
		Random: 1
		Named: true
		Rate: 4
	}
	Pinguicula_Corsage: {
		Random: 1
		Named: true
		Rate: 45
	}
//unsupported/unknown item 'Turtle_Hat_Box'
//	Turtle_Hat_Box: {
//		Random: 1
//		Named: true
//		Rate: 55
//	}
	Mandragora_Cap: {
		Random: 1
		Named: true
		Rate: 35
	}
//unsupported/unknown item 'Raven_Cap_Box'
//	Raven_Cap_Box: {
//		Random: 1
//		Named: true
//		Rate: 80
//	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Mental_Potion: {
		Random: 1
		Named: true
		Rate: 100
	}
	Battle_Manual_Box5: {
		Random: 1
		Named: true
		Rate: 170
	}
	Bubble_Gum_Box5: {
		Random: 1
		Named: true
		Rate: 130
	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 160
	}
//unsupported/unknown item 'Tyr'
//	Tyr: {
//		Random: 1
//		Named: true
//		Rate: 110
//	}
}
*/
/* unsupported/unknown item 'Sagittarius_Scr_Box'
Sagittarius_Scr_Box: {
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Sagittar_Diadem_Scroll'
Sagittar_Diadem_Scroll: {
	Spiked_Scarf_Box: {
		Random: 1
		Named: true
		Rate: 2
	}
//unsupported/unknown item 'Sagittarius_Scroll'
//	Sagittarius_Scroll: {
//		Random: 1
//		Named: true
//		Rate: 10
//	}
	Neuralizer_Box: {
		Random: 1
		Named: true
		Rate: 3
	}
	Angelic_Ring: {
		Random: 1
		Named: true
		Rate: 20
	}
	Bone_Head: {
		Random: 1
		Named: true
		Rate: 25
	}
//unsupported/unknown item 'Fur_Seal_Hat_Box'
//	Fur_Seal_Hat_Box: {
//		Random: 1
//		Named: true
//		Rate: 80
//	}
//unsupported/unknown item 'B_Dragon_Hat_Box'
//	B_Dragon_Hat_Box: {
//		Random: 1
//		Named: true
//		Rate: 90
//	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 100
	}
	S_Def_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 100
	}
	Battle_Manual_Box5: {
		Random: 1
		Named: true
		Rate: 160
	}
	Bubble_Gum_Box5: {
		Random: 1
		Named: true
		Rate: 130
	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 180
	}
}
*/
/* unsupported/unknown item 'Sagittar_Di_Scroll_Box'
Sagittar_Di_Scroll_Box: {
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Sagittar_Diadem_Scroll'
//	Sagittar_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Capri_Crown_Scroll'
Capri_Crown_Scroll: {
	Santa_Poring_Hat_Box: {
		Random: 1
		Named: true
		Rate: 1
	}
	Linen_Glove: {
		Random: 1
		Named: true
		Rate: 2
	}
	Rainbow_Scarf_Box: {
		Random: 1
		Named: true
		Rate: 5
	}
//unsupported/unknown item 'Capricorn_Crown_Box'
//	Capricorn_Crown_Box: {
//		Random: 1
//		Named: true
//		Rate: 10
//	}
//unsupported/unknown item 'Pizza_Hat_Box'
//	Pizza_Hat_Box: {
//		Random: 1
//		Named: true
//		Rate: 35
//	}
	Antonio_Card: {
		Random: 1
		Named: true
		Rate: 37
	}
	Red_Bag: {
		Random: 1
		Count: 10
		Named: true
		Rate: 150
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 70
	}
	Guyak_Candy: {
		Random: 1
		Count: 6
		Named: true
		Rate: 130
	}
	Guyak_Pudding: {
		Random: 1
		Count: 6
		Named: true
		Rate: 150
	}
	Adrenaline_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 70
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Enriched_Elunium_Box5: {
		Random: 1
		Named: true
		Rate: 180
	}
	Wind_Walk_10_Scroll_Box: {
		Random: 1
		Named: true
		Rate: 60
	}
}
*/
/* unsupported/unknown item 'Capri_Crown_Scroll_Box'
Capri_Crown_Scroll_Box: {
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capri_Crown_Scroll'
//	Capri_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Capricon_Di_Scroll'
Capricon_Di_Scroll: {
	Robo_Eye_Box: {
		Random: 1
		Named: true
		Rate: 1
	}
	Improved_Tights: {
		Random: 1
		Named: true
		Rate: 3
	}
//unsupported/unknown item 'Capricorn_Diadem_Box'
//	Capricorn_Diadem_Box: {
//		Random: 1
//		Named: true
//		Rate: 10
//	}
	Sprint_Shoes: {
		Random: 1
		Named: true
		Rate: 26
	}
	Cursed_Star: {
		Random: 1
		Named: true
		Rate: 40
	}
	King_Tiger_Doll_Hat_Box: {
		Random: 1
		Named: true
		Rate: 60
	}
//unsupported/unknown item 'Pirate'
//	Pirate: {
//		Random: 1
//		Named: true
//		Rate: 80
//	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 10
	}
	Med_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 50
	}
	Abrasive_Box5: {
		Random: 1
		Named: true
		Rate: 80
	}
	Guyak_Candy: {
		Random: 1
		Count: 5
		Named: true
		Rate: 130
	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 150
	}
	Enriched_Oridecon_Box5: {
		Random: 1
		Named: true
		Rate: 170
	}
	Small_Life_Potion_Box30: {
		Random: 1
		Named: true
		Rate: 10
	}
}
*/
/* unsupported/unknown item 'Capricon_Di_Scroll_Box'
Capricon_Di_Scroll_Box: {
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Capricon_Di_Scroll'
//	Capricon_Di_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Aquarius_Diadem_Scroll'
Aquarius_Diadem_Scroll: {
	Mask_Of_Ifrit_Box: {
		Random: 1
		Named: true
		Rate: 1
	}
	Aquarius_Diadem: {
		Random: 1
		Named: true
		Rate: 30
	}
	Imp_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Neuralizer_Box: {
		Random: 1
		Named: true
		Rate: 5
	}
	Waterdrop_Brooch: {
		Random: 1
		Named: true
		Rate: 17
	}
	Dice_Hat_Box: {
		Random: 1
		Named: true
		Rate: 25
	}
	B_Def_Potion_Box50: {
		Random: 1
		Named: true
		Rate: 60
	}
	B_Mdef_Potion_Box50: {
		Random: 1
		Named: true
		Rate: 60
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	PhreeoniS: {
		Random: 1
		Named: true
		Rate: 2
	}
	Abrasive_Box5: {
		Random: 1
		Named: true
		Rate: 155
	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 210
	}
//unsupported/unknown item 'BGum_Box_In_Mouth4'
//	BGum_Box_In_Mouth4: {
//		Random: 1
//		Named: true
//		Rate: 155
//	}
	Box_Of_Sunlight: {
		Random: 1
		Count: 5
		Named: true
		Rate: 175
	}
}
*/
/* unsupported/unknown item 'Aquarius_Di_Scroll_Box'
Aquarius_Di_Scroll_Box: {
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aquarius_Diadem_Scroll'
//	Aquarius_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Lovely_Aquarius_Scroll'
Lovely_Aquarius_Scroll: {
	Bradium_Brooch: {
		Random: 1
		Named: true
		Rate: 1
	}
	Neuralizer_Box: {
		Random: 1
		Named: true
		Rate: 4
	}
	Sleepr_Hat: {
		Random: 1
		Named: true
		Rate: 9
	}
	Aquarius_Crown: {
		Random: 1
		Named: true
		Rate: 50
	}
//unsupported/unknown item 'Tucan_Hat_Box'
//	Tucan_Hat_Box: {
//		Random: 1
//		Named: true
//		Rate: 35
//	}
	GhostringS: {
		Random: 1
		Named: true
		Rate: 1
	}
	Mysterious_Dyestuff: {
		Random: 1
		Named: true
		Rate: 50
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Spark_Candy_Box5: {
		Random: 1
		Named: true
		Rate: 140
	}
	Glass_Of_Illusion_Box5: {
		Random: 1
		Named: true
		Rate: 130
	}
//unsupported/unknown item 'F_Clover_Box_Mouth4'
//	F_Clover_Box_Mouth4: {
//		Random: 1
//		Named: true
//		Rate: 150
//	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 170
	}
	Bubble_Gum_Box5: {
		Random: 1
		Named: true
		Rate: 140
	}
	Fire_Cracker_Love_Box: {
		Random: 1
		Count: 2
		Named: true
		Rate: 20
	}
}
*/
/* unsupported/unknown item 'Lovely_Aquarius_Box'
Lovely_Aquarius_Box: {
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Lovely_Aquarius_Scroll'
//	Lovely_Aquarius_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Pisces_Diadem_Scroll'
Pisces_Diadem_Scroll: {
//unsupported/unknown item 'Ifrit'
//	Ifrit: {
//		Random: 1
//		Named: true
//		Rate: 1
//	}
	Bradium_Earing: {
		Random: 1
		Named: true
		Rate: 2
	}
	Pisces_Diadem: {
		Random: 1
		Named: true
		Rate: 10
	}
	Gryphon_Hat: {
		Random: 1
		Named: true
		Rate: 5
	}
	Vital_Tree_Shoes: {
		Random: 1
		Named: true
		Rate: 10
	}
	Neuralizer_Box: {
		Random: 1
		Named: true
		Rate: 22
	}
	Insurance_Package: {
		Random: 1
		Named: true
		Rate: 60
	}
	Orc_HeroS: {
		Random: 1
		Named: true
		Rate: 50
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Named: true
		Rate: 130
	}
//unsupported/unknown item 'Ribbon_Of_Life_Box3'
//	Ribbon_Of_Life_Box3: {
//		Random: 1
//		Named: true
//		Rate: 160
//	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 180
	}
	Battle_Manual_Box5: {
		Random: 1
		Named: true
		Rate: 200
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Named: true
		Rate: 70
	}
}
*/
/* unsupported/unknown item 'Pisces_Diadem_Box2'
Pisces_Diadem_Box2: {
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Pisces_Diadem_Scroll'
//	Pisces_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Energetic_Pisces_Scroll'
Energetic_Pisces_Scroll: {
	Bradium_Ring: {
		Random: 1
		Named: true
		Rate: 1
	}
	Pisces_Crown: {
		Random: 1
		Named: true
		Rate: 10
	}
	Neuralizer_Box: {
		Random: 1
		Named: true
		Rate: 5
	}
//unsupported/unknown item 'Shark_Hat_Box'
//	Shark_Hat_Box: {
//		Random: 1
//		Named: true
//		Rate: 15
//	}
	Kafra_Ring: {
		Random: 1
		Named: true
		Rate: 20
	}
	Pirate_Dagger_J: {
		Random: 1
		Named: true
		Rate: 25
	}
	Orc_LoadS: {
		Random: 1
		Named: true
		Rate: 34
	}
	Max_Weight_Up_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Spark_Candy_Box5: {
		Random: 1
		Named: true
		Rate: 100
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 6
		Named: true
		Rate: 120
	}
	Enriched_Elunium_Box5: {
		Random: 1
		Named: true
		Rate: 130
	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Named: true
		Rate: 190
	}
	Enriched_Oridecon_Box5: {
		Random: 1
		Named: true
		Rate: 150
	}
	Ramen_Hat_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
}
*/
/* unsupported/unknown item 'Energetic_Pisces_Box'
Energetic_Pisces_Box: {
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Energetic_Pisces_Scroll'
//	Energetic_Pisces_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Aries_Scroll_'
Aries_Scroll_: {
//unsupported/unknown item 'Freyja_Boots'
//	Freyja_Boots: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 45
	}
	Aries_Crown: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Aries_Diadem: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Neuralizer_Box: {
		Random: 1
		Rate: 50
	}
	Scuba_Mask: {
		Random: 1
		Rate: 150
	}
	Acidus_Card: {
		Random: 1
		Rate: 200
	}
	Pirate_Bandana_: {
		Random: 1
		Rate: 350
	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 500
	}
	Enriched_Elunium_Box5: {
		Random: 1
		Rate: 1100
	}
	Enriched_Oridecon_Box5: {
		Random: 1
		Rate: 1600
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Rate: 1800
	}
	S_Def_Potion_Box30: {
		Random: 1
		Rate: 1800
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Rate: 2300
	}
}
*/
/* unsupported/unknown item 'Aries_Scroll_Box'
Aries_Scroll_Box: {
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Aries_Scroll_'
//	Aries_Scroll_: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Boarding_Halter_Box'
Boarding_Halter_Box: {
//unsupported/unknown item 'Boarding_Halter'
//	Boarding_Halter: {
//		Random: 0
//		Expire: 168
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Taurus_Diadem_Scroll'
Taurus_Diadem_Scroll: {
	Freyja_Crown: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Owl_Baron_Card: {
		Random: 1
		Announce: true
		Rate: 10
	}
//unsupported/unknown item 'Samurai_Mask'
//	Samurai_Mask: {
//		Random: 1
//		Announce: true
//		Rate: 85
//	}
	Taurus_Diadem: {
		Random: 1
		Announce: true
		Rate: 100
	}
	Mischievous_Fairy: {
		Random: 1
		Rate: 100
	}
//unsupported/unknown item 'Ph'
//	Ph: {
//		Random: 1
//		Rate: 200
//	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 500
	}
	Job_Manual50_Box: {
		Random: 1
		Rate: 600
	}
	Meteor_10_Scroll_Box: {
		Random: 1
		Rate: 800
	}
	Mysterious_Travel_Sack1: {
		Random: 1
		Rate: 1100
	}
	Battle_Manual_Box5: {
		Random: 1
		Rate: 1300
	}
	Dun_Tele_Scroll_Box10: {
		Random: 1
		Rate: 1500
	}
//unsupported/unknown item 'Tyr'
//	Tyr: {
//		Random: 1
//		Rate: 1700
//	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Rate: 2004
	}
}
*/
/* unsupported/unknown item 'Taurus_Di_Scroll_Box'
Taurus_Di_Scroll_Box: {
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Diadem_Scroll'
//	Taurus_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Umbala_Spirit_Box2'
Umbala_Spirit_Box2: {
	Umbala_Spirit: {
		Random: 0
		Expire: 168
		Named: true
	}
}
*/
/* unsupported/unknown item 'F_Umbala_Spirit_Box2'
F_Umbala_Spirit_Box2: {
	Umbala_Spirit: {
		Random: 0
		Expire: 168
		Named: true
	}
}
*/
/* unsupported/unknown item 'Taurus_Crown_Scroll'
Taurus_Crown_Scroll: {
//unsupported/unknown item 'Freyja_Cape'
//	Freyja_Cape: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
	Centipede_Larva_Card: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'Umbala_Spirit_Box2'
//	Umbala_Spirit_Box2: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Taurus_Crown: {
		Random: 1
		Announce: true
		Rate: 100
	}
	Round_Eyes: {
		Random: 1
		Rate: 200
	}
	Sunflower_: {
		Random: 1
		Rate: 245
	}
	Poporing_Cap: {
		Random: 1
		Rate: 400
	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 500
	}
	Mental_Potion: {
		Random: 1
		Rate: 1000
	}
	Vermilion_10_Scroll_Box: {
		Random: 1
		Rate: 1000
	}
	Mysterious_Travel_Sack2: {
		Random: 1
		Rate: 1100
	}
	Bubble_Gum_Box5: {
		Random: 1
		Rate: 1500
	}
	Small_Life_Potion_Box30: {
		Random: 1
		Rate: 1800
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Rate: 2004
	}
}
*/
/* unsupported/unknown item 'Taurus_Crown_Scroll_Box'
Taurus_Crown_Scroll_Box: {
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Taurus_Crown_Scroll'
//	Taurus_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Gemi_Diadem_Scroll'
Gemi_Diadem_Scroll: {
	Salamander_Card: {
		Random: 1
		Rate: 1
	}
	Freyja_Overcoat: {
		Random: 1
		Rate: 1
	}
//unsupported/unknown item 'Boy'
//	Boy: {
//		Random: 1
//		Rate: 44
//	}
	Gemini_Diadem: {
		Random: 1
		Rate: 100
	}
	Angel_Spirit: {
		Random: 1
		Rate: 100
	}
	Gang_Scarf: {
		Random: 1
		Rate: 100
	}
	Hard_Core_Set_Box: {
		Random: 1
		Rate: 350
	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 500
	}
	Abrasive_Box10: {
		Random: 1
		Rate: 800
	}
	Zeny_Scroll: {
		Random: 1
		Count: 15
		Rate: 1100
	}
	Meteor_10_Scroll_Box: {
		Random: 1
		Rate: 1500
	}
	Mysterious_Travel_Sack3: {
		Random: 1
		Rate: 1600
	}
	Wind_Walk_10_Scroll_Box: {
		Random: 1
		Rate: 1800
	}
	Wrapped_Mask: {
		Random: 1
		Rate: 2004
	}
}
*/
/* unsupported/unknown item 'Gemi_Diadem_Scroll_Box'
Gemi_Diadem_Scroll_Box: {
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Diadem_Scroll'
//	Gemi_Diadem_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Super_Pet_Egg1_2'
Super_Pet_Egg1_2: {
	Tiara: {
		Random: 1
		Rate: 70
	}
	Crown: {
		Random: 1
		Rate: 70
	}
	Loard_Circlet: {
		Random: 1
		Rate: 30
	}
//unsupported/unknown item 'Ear_Of_Angel'
//	Ear_Of_Angel: {
//		Random: 1
//		Rate: 70
//	}
//unsupported/unknown item 'Ear_Of_Devil'
//	Ear_Of_Devil: {
//		Random: 1
//		Rate: 60
//	}
	Flying_Angel: {
		Random: 1
		Rate: 250
	}
	Dark_Lord_Card: {
		Random: 1
		Rate: 1
	}
	Angeling_Card: {
		Random: 1
		Rate: 2
	}
	Ghostring_Card: {
		Random: 1
		Rate: 2
	}
	Nurse_Cap: {
		Random: 1
		Rate: 890
	}
	Centimental_Flower: {
		Random: 1
		Rate: 450
	}
	Tulip_Hairpin: {
		Random: 1
		Rate: 700
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Rate: 950
	}
	Old_Violet_Box: {
		Random: 1
		Count: 5
		Rate: 1500
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Rate: 2000
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Rate: 2000
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Rate: 955
	}
}
*/
/* unsupported/unknown item 'Super_Pet_Egg4_2'
Super_Pet_Egg4_2: {
	Angelic_Chain: {
		Random: 1
		Rate: 30
	}
	Magestic_Goat: {
		Random: 1
		Rate: 35
	}
	Sharp_Gear: {
		Random: 1
		Rate: 20
	}
	Helm_Of_Angel: {
		Random: 1
		Rate: 20
	}
	Orc_Hero_Helm: {
		Random: 1
		Rate: 40
	}
	Doppelganger_Card: {
		Random: 1
		Rate: 1
	}
	Osiris_Card: {
		Random: 1
		Rate: 1
	}
	Phreeoni_Card: {
		Random: 1
		Rate: 1
	}
	Green_Feeler: {
		Random: 1
		Rate: 720
	}
//unsupported/unknown item 'Big_Sis'
//	Big_Sis: {
//		Random: 1
//		Rate: 500
//	}
	Mistic_Rose: {
		Random: 1
		Rate: 370
	}
	Well_Baked_Toast: {
		Random: 1
		Rate: 350
	}
	Old_Card_Album: {
		Random: 1
		Count: 2
		Rate: 912
	}
	Old_Violet_Box: {
		Random: 1
		Rate: 1300
	}
	Yggdrasilberry: {
		Random: 1
		Count: 15
		Rate: 1700
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 30
		Rate: 1700
	}
	Zeny_Scroll: {
		Random: 1
		Count: 10
		Rate: 2300
	}
}
*/
Fire_Brand_Box: {
	Fire_Brand_C: {
		Random: 0
		Expire: 168
		Named: true
	}
}
/* unsupported/unknown item 'BR_Independence_Scroll'
BR_Independence_Scroll: {
//unsupported/unknown item 'Brazilian_Emblem'
//	Brazilian_Emblem: {
//		Random: 1
//		Named: true
//		Rate: 5
//	}
	Acaraje: {
		Random: 1
		Count: 10
		Named: true
		Rate: 50
	}
	Br_Twin_Ribbon: {
		Random: 1
		Named: true
		Rate: 20
	}
	HE_Battle_Manual: {
		Random: 1
		Count: 10
		Named: true
		Rate: 100
	}
	Navel_Ring: {
		Random: 1
		Named: true
		Rate: 30
	}
//unsupported/unknown item 'Br_Beret'
//	Br_Beret: {
//		Random: 1
//		Named: true
//		Rate: 20
//	}
	Ragged_Zombie_Card: {
		Random: 1
		Named: true
		Rate: 1
	}
	Job_Manual50: {
		Random: 1
		Count: 10
		Named: true
		Rate: 100
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Big_Bun_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Gold_Pill_1: {
		Random: 1
		Count: 10
		Named: true
		Rate: 94
	}
	Int_Dish10_: {
		Random: 1
		Count: 10
		Named: true
		Rate: 50
	}
	Durian: {
		Random: 1
		Count: 10
		Named: true
		Rate: 100
	}
	B_Mdef_Potion: {
		Random: 1
		Count: 10
		Named: true
		Rate: 100
	}
	All_In_One_Ring_Box: {
		Random: 1
		Named: true
		Rate: 100
	}
	Carmen_Mirandas_Hat: {
		Random: 1
		Named: true
		Rate: 30
	}
}
*/
All_In_One_Ring_Box: {
	All_In_One_Ring: {
		Random: 0
		Expire: 168
		Named: true
	}
}
/* unsupported/unknown item 'Gemi_Crown_Scroll'
Gemi_Crown_Scroll: {
	Dark_Snake_Lord_Card: {
		Random: 1
		Rate: 1
	}
	Elven_Ears_: {
		Random: 1
		Rate: 2
	}
	Antique_Pipe: {
		Random: 1
		Rate: 47
	}
	Neuralizer_Box: {
		Random: 1
		Rate: 50
	}
	Gemini_Crown: {
		Random: 1
		Rate: 100
	}
//unsupported/unknown item 'Hawkeyes'
//	Hawkeyes: {
//		Random: 1
//		Rate: 100
//	}
	Bulb_Hairband: {
		Random: 1
		Rate: 200
	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 500
	}
	Glass_Of_Illusion_Box5: {
		Random: 1
		Rate: 800
	}
	Mysterious_Travel_Sack4: {
		Random: 1
		Rate: 1300
	}
	Zeny_Scroll: {
		Random: 1
		Count: 15
		Rate: 1500
	}
	Adrenaline_Scroll_Box: {
		Random: 1
		Rate: 1600
	}
	Lex_Aeterna_Scroll_Box: {
		Random: 1
		Rate: 1800
	}
	MVP_Hunt_Box: {
		Random: 1
		Rate: 2000
	}
}
*/
/* unsupported/unknown item 'Gemi_Crown_Scroll_Box'
Gemi_Crown_Scroll_Box: {
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'Gemi_Crown_Scroll'
//	Gemi_Crown_Scroll: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'RWC_Special_Scroll'
RWC_Special_Scroll: {
	Party_Recruiter_Hat: {
		Random: 1
		Rate: 4
	}
	Convex_Mirror: {
		Random: 1
		Rate: 150
	}
	Megaphone_Box: {
		Random: 1
		Rate: 200
	}
	Enriched_Elunium_Box: {
		Random: 1
		Rate: 50
	}
	Enriched_Oridecon_Box: {
		Random: 1
		Rate: 50
	}
	Daydric_Card: {
		Random: 1
		Rate: 2
	}
	Pharaoh_Card: {
		Random: 1
		Rate: 2
	}
	Marc_Card: {
		Random: 1
		Rate: 2
	}
	Royal_Jelly_Box: {
		Random: 1
		Rate: 200
	}
	Seed_Of_Yggdrasil: {
		Random: 1
		Count: 50
		Rate: 190
	}
	Str_Dish_Box: {
		Random: 1
		Rate: 150
	}
}
*/
/* unsupported/unknown item 'RWC_Limited_Scroll'
RWC_Limited_Scroll: {
	Fruit_Of_Mastela: {
		Random: 1
		Count: 30
		Rate: 200
	}
	White_Slim_Potion: {
		Random: 1
		Count: 10
		Rate: 150
	}
	Yggdrasilberry_Box: {
		Random: 1
		Rate: 150
	}
	Guildsman_Recruiter: {
		Random: 1
		Rate: 4
	}
	Megaphone_Box: {
		Random: 1
		Rate: 150
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 100
	}
	Royal_Jelly_Box: {
		Random: 1
		Rate: 200
	}
	Insurance_Package: {
		Random: 1
		Rate: 44
	}
	Ygnizem_Card: {
		Random: 1
		Rate: 1
	}
	B_Ygnizem_Card: {
		Random: 1
		Count: 50
		Rate: 1
	}
}
*/
/* unsupported/unknown item 'Asgard_Scroll'
Asgard_Scroll: {
//unsupported/unknown item 'Asgard_Blessing'
//	Asgard_Blessing: {
//		Random: 1
//		Rate: 5
//	}
//unsupported/unknown item 'Odin'
//	Odin: {
//		Random: 1
//		Rate: 5
//	}
//unsupported/unknown item 'Valkyrja'
//	Valkyrja: {
//		Random: 1
//		Rate: 1
//	}
	Yggdrasilberry: {
		Random: 1
		Count: 10
		Rate: 150
	}
	Daydric_Card: {
		Random: 1
		Rate: 5
	}
	Fricca_Circlet: {
		Random: 1
		Rate: 1
	}
	Secret_Medicine: {
		Random: 1
		Rate: 2
	}
//unsupported/unknown item 'Tyr'
//	Tyr: {
//		Random: 1
//		Count: 30
//		Rate: 100
//	}
	HE_Battle_Manual: {
		Random: 1
		Count: 10
		Rate: 100
	}
	Valkyrie_Feather_Band: {
		Random: 1
		Rate: 20
	}
	Isilla_Card: {
		Random: 1
		Rate: 1
	}
	Spark_Candy: {
		Random: 1
		Count: 10
		Rate: 100
	}
	Darkness_Helm: {
		Random: 1
		Rate: 20
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 120
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 120
	}
	Regeneration_Box10: {
		Random: 1
		Rate: 100
	}
	Lucky_Cookie02: {
		Random: 1
		Count: 30
		Rate: 150
	}
}
*/
/* unsupported/unknown item 'Ms_Cancer_Scroll'
Ms_Cancer_Scroll: {
	Garm_Card: {
		Random: 1
		Announce: true
		Rate: 2
	}
	Flame_Sprits_Armor_: {
		Random: 1
		Announce: true
		Rate: 4
	}
//unsupported/unknown item 'Beach_Towel'
//	Beach_Towel: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Cancer_Diadem: {
		Random: 1
		Announce: true
		Rate: 17
	}
	Cancer_Crown: {
		Random: 1
		Announce: true
		Rate: 17
	}
	Flying_Angel: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 100
	}
	Max_Weight_Up_Box: {
		Random: 1
		Announce: true
		Rate: 500
	}
//unsupported/unknown item 'Boarding_Halter_Box'
//	Boarding_Halter_Box: {
//		Random: 1
//		Rate: 1000
//	}
//unsupported/unknown item 'BGum_Box_In_Mouth4'
//	BGum_Box_In_Mouth4: {
//		Random: 1
//		Rate: 1500
//	}
	HE_Battle_Manual: {
		Random: 1
		Count: 3
		Rate: 1200
	}
	Guyak_Pudding: {
		Random: 1
		Count: 3
		Rate: 1400
	}
	Kafra_Card: {
		Random: 1
		Count: 5
		Rate: 1700
	}
	Megaphone_Box5: {
		Random: 1
		Rate: 2000
	}
	Storm_10_Scroll_Box: {
		Random: 1
		Rate: 500
	}
}
*/
/* unsupported/unknown item 'RWC_Super_Scroll'
RWC_Super_Scroll: {
	Tao_Gunka_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Mistress_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Berzebub_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Black_Devil_Mask_'
//	Black_Devil_Mask_: {
//		Random: 1
//		Announce: true
//		Rate: 2
//	}
	Guarantee_Armor_9Up: {
		Random: 1
		Announce: true
		Rate: 15
	}
//unsupported/unknown item 'RWC2010_Indonesia'
//	RWC2010_Indonesia: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'Yggdrasil_Crown'
//	Yggdrasil_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 70
//	}
//unsupported/unknown item 'Immuned_Shield'
//	Immuned_Shield: {
//		Random: 1
//		Announce: true
//		Rate: 80
//	}
//unsupported/unknown item 'RWC_2012_Ring'
//	RWC_2012_Ring: {
//		Random: 1
//		Announce: true
//		Rate: 250
//	}
//unsupported/unknown item 'RWC_2012_Pendant'
//	RWC_2012_Pendant: {
//		Random: 1
//		Announce: true
//		Rate: 250
//	}
//unsupported/unknown item 'C_Hair_Of_The_Strong'
//	C_Hair_Of_The_Strong: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Cat_Ears_Beret: {
		Random: 1
		Announce: true
		Rate: 100
	}
//unsupported/unknown item 'Red_Bread_Hat'
//	Red_Bread_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Garuda_Hat'
//	Garuda_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Upg_Clip_Box'
//	Upg_Clip_Box: {
//		Random: 1
//		Rate: 300
//	}
//unsupported/unknown item 'Upg_Formal_Dress_Box'
//	Upg_Formal_Dress_Box: {
//		Random: 1
//		Rate: 1000
//	}
//unsupported/unknown item 'Blacksmith_Blessing'
//	Blacksmith_Blessing: {
//		Random: 1
//		Count: 4
//		Rate: 580
//	}
//unsupported/unknown item 'Blacksmith_Blessing'
//	Blacksmith_Blessing: {
//		Random: 1
//		Count: 2
//		Rate: 1500
//	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Rate: 2500
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Rate: 3000
//	}
}
*/
/* unsupported/unknown item 'Leo_Scroll3'
Leo_Scroll3: {
	Fallen_Bishop_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Wind_Sprits_Armor: {
		Random: 1
		Announce: true
		Rate: 3
	}
	Skin_Of_Ventus: {
		Random: 1
		Announce: true
		Rate: 5
	}
	Satanic_Chain_P: {
		Random: 1
		Announce: true
		Rate: 17
	}
//unsupported/unknown item 'Leo_Crown'
//	Leo_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 17
//	}
//unsupported/unknown item 'Leo_Diadem'
//	Leo_Diadem: {
//		Random: 1
//		Announce: true
//		Rate: 17
//	}
	Angeling_Wanna_Fly: {
		Random: 1
		Announce: true
		Rate: 40
	}
	Max_Weight_Up_Box: {
		Random: 1
		Announce: true
		Rate: 300
	}
//unsupported/unknown item 'F_Clover_Box_Mouth4'
//	F_Clover_Box_Mouth4: {
//		Random: 1
//		Announce: true
//		Rate: 500
//	}
	Guyak_Pudding: {
		Random: 1
		Count: 3
		Rate: 700
	}
	Siroma_Icetea: {
		Random: 1
		Rate: 900
	}
	Siegfried_Box5: {
		Random: 1
		Rate: 1000
	}
	HE_Battle_Manual: {
		Random: 1
		Count: 2
		Rate: 1700
	}
	Regeneration_Box5: {
		Random: 1
		Rate: 1600
	}
	Zeny_Scroll: {
		Random: 1
		Count: 5
		Rate: 1400
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 1300
	}
	Vermilion_10_Scroll_Box: {
		Random: 1
		Rate: 500
	}
}
*/
/* unsupported/unknown item 'Ms_Virgo_Scroll'
Ms_Virgo_Scroll: {
	Water_Sprits_Armor_: {
		Random: 1
		Announce: true
		Rate: 3
	}
	Piece_Of_Angent_Skin: {
		Random: 1
		Announce: true
		Rate: 6
	}
	L_Magestic_Goat: {
		Random: 1
		Announce: true
		Rate: 12
	}
//unsupported/unknown item 'Virgo_Crown'
//	Virgo_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 17
//	}
//unsupported/unknown item 'Virgo_Diadem'
//	Virgo_Diadem: {
//		Random: 1
//		Announce: true
//		Rate: 17
//	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 100
	}
	Spark_Candy_Box5: {
		Random: 1
		Announce: true
		Rate: 645
	}
	Max_Weight_Up_Box: {
		Random: 1
		Announce: true
		Rate: 300
	}
//unsupported/unknown item 'Ribbon_Of_Life_Box3'
//	Ribbon_Of_Life_Box3: {
//		Random: 1
//		Rate: 800
//	}
//unsupported/unknown item 'Tyr'
//	Tyr: {
//		Random: 1
//		Rate: 1000
//	}
	Int_Dish_Box: {
		Random: 1
		Rate: 1700
	}
//unsupported/unknown item 'Carat_Dia'
//	Carat_Dia: {
//		Random: 1
//		Rate: 1600
//	}
	Wug_Blood_Cocktail: {
		Random: 1
		Rate: 1800
	}
	HE_Battle_Manual: {
		Random: 1
		Count: 3
		Rate: 1500
	}
	Meteor_10_Scroll_Box: {
		Random: 1
		Rate: 500
	}
}
*/
Lucky_Egg_C6: {
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 928
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 800
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Rate: 1000
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 2
		Rate: 1000
	}
	Aspersio_5_Scroll: {
		Random: 1
		Count: 5
		Rate: 1000
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Comp_Bubble_Gum: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Fallen_Bishop_Card: {
		Random: 1
		Rate: 1
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 1000
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 1000
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1000
	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'Sealed_Gloom_Card'
//	Sealed_Gloom_Card: {
//		Random: 1
//		Rate: 1
//	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Passion_FB_Hat: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Cool_FB_Hat: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Victory_FB_Hat: {
		Random: 1
		Announce: true
		Rate: 20
	}
	Glory_FB_Hat: {
		Random: 1
		Announce: true
		Rate: 50
	}
}
/* unsupported/unknown item 'Libra_Scroll'
Libra_Scroll: {
	B_Katrinn_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Earth_Sprits_Armor_: {
		Random: 1
		Announce: true
		Rate: 3
	}
//unsupported/unknown item 'Bravery_Bag'
//	Bravery_Bag: {
//		Random: 1
//		Announce: true
//		Rate: 12
//	}
//unsupported/unknown item 'Libra_Crown'
//	Libra_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 17
//	}
//unsupported/unknown item 'Libra_Diadem'
//	Libra_Diadem: {
//		Random: 1
//		Announce: true
//		Rate: 17
//	}
	Angeling_Hairpin: {
		Random: 1
		Announce: true
		Rate: 30
	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 70
	}
	Max_Weight_Up_Box: {
		Random: 1
		Announce: true
		Rate: 400
	}
//unsupported/unknown item 'Orc_LoadS_Box'
//	Orc_LoadS_Box: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'Boarding_Halter_Box'
//	Boarding_Halter_Box: {
//		Random: 1
//		Rate: 600
//	}
	HE_Battle_Manual: {
		Random: 1
		Count: 5
		Rate: 1000
	}
	Guyak_Pudding: {
		Random: 1
		Count: 4
		Rate: 1100
	}
	Light_White_Pot_Box: {
		Random: 1
		Rate: 1200
	}
//unsupported/unknown item 'Carat_Dia'
//	Carat_Dia: {
//		Random: 1
//		Rate: 1300
//	}
	Drocera_Herb_Stew: {
		Random: 1
		Rate: 1700
	}
	Branch_Of_Dead_Tree_Box: {
		Random: 1
		Rate: 2500
	}
}
*/
/* unsupported/unknown item 'Hallo_Scroll'
Hallo_Scroll: {
//unsupported/unknown item 'Witchs_Hat'
//	Witchs_Hat: {
//		Random: 1
//		Rate: 50
//	}
	Red_Deviruchi_Cap: {
		Random: 1
		Rate: 350
	}
	Insurance_Package: {
		Random: 1
		Rate: 1350
	}
	Charm_Of_Happiness: {
		Random: 1
		Rate: 1350
	}
	Magic_Card_Album: {
		Random: 1
		Rate: 220
	}
	Holy_Celestial_Axe_Box: {
		Random: 1
		Rate: 330
	}
	Glass_Of_Illusion_Box5: {
		Random: 1
		Rate: 1350
	}
	Shadow_Armor_S_Box30: {
		Random: 1
		Rate: 600
	}
	Alice_Scroll: {
		Random: 1
		Count: 5
		Rate: 1350
	}
	Ticket_Loli_Ruri: {
		Random: 1
		Rate: 1350
	}
	Teddy_Bear_Card: {
		Random: 1
		Rate: 10
	}
	Hallow_Ring_Box: {
		Random: 1
		Rate: 1300
	}
	Zherlthsh_Mask: {
		Random: 1
		Rate: 140
	}
	HE_Battle_Manual: {
		Random: 1
		Rate: 150
	}
	Zeny_Scroll: {
		Random: 1
		Count: 30
		Rate: 100
	}
}
*/
/* unsupported/unknown item 'Ms_Scorpio_Scroll'
Ms_Scorpio_Scroll: {
	Thanatos_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Bone_Plate: {
		Random: 1
		Announce: true
		Rate: 3
	}
//unsupported/unknown item 'Thanatos_Mal_Mask'
//	Thanatos_Mal_Mask: {
//		Random: 1
//		Announce: true
//		Rate: 7
//	}
//unsupported/unknown item 'Scorpio_Crown'
//	Scorpio_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 17
//	}
//unsupported/unknown item 'Scorpio_Diadem'
//	Scorpio_Diadem: {
//		Random: 1
//		Announce: true
//		Rate: 17
//	}
//unsupported/unknown item 'Whike_Black_Tail'
//	Whike_Black_Tail: {
//		Random: 1
//		Announce: true
//		Rate: 160
//	}
	Miracle_Medicine: {
		Random: 1
		Announce: true
		Rate: 15
	}
	Max_Weight_Up_Box: {
		Random: 1
		Announce: true
		Rate: 300
	}
	Orc_HeroS: {
		Random: 1
		Count: 10
		Announce: true
		Rate: 80
	}
	Mental_Potion: {
		Random: 1
		Rate: 600
	}
	Guyak_Pudding: {
		Random: 1
		Count: 5
		Rate: 700
	}
	HE_Battle_Manual: {
		Random: 1
		Count: 4
		Rate: 900
	}
	Minor_Brisket: {
		Random: 1
		Rate: 1100
	}
	Dex_Dish_Box: {
		Random: 1
		Rate: 1300
	}
	Zeny_Scroll: {
		Random: 1
		Count: 5
		Rate: 2500
	}
	Small_Life_Potion_Box: {
		Random: 1
		Rate: 2300
	}
}
*/
/* unsupported/unknown item 'TCG_Card_Scroll'
TCG_Card_Scroll: {
	TCG_Card: {
		Random: 0
	}
	Battle_Manual: {
		Random: 1
		Count: 2
		Rate: 150
	}
	Bubble_Gum: {
		Random: 1
		Count: 2
		Rate: 150
	}
	Insurance: {
		Random: 1
		Count: 2
		Rate: 100
	}
	Token_Of_Siegfried: {
		Random: 1
		Count: 3
		Rate: 100
	}
	Light_White_Pot: {
		Random: 1
		Count: 25
		Rate: 500
	}
}
*/
/* unsupported/unknown item 'Boitata_Scroll'
Boitata_Scroll: {
//unsupported/unknown item 'Boitata_Armor'
//	Boitata_Armor: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
	Guarana_Candy: {
		Random: 1
		Count: 20
		Rate: 100
	}
	Spark_Candy_Box10: {
		Random: 1
		Rate: 144
	}
	Hell_Fire: {
		Random: 1
		Rate: 10
	}
	Pharaoh_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	HE_Battle_Manual: {
		Random: 1
		Count: 10
		Rate: 100
	}
	Resist_Fire: {
		Random: 1
		Count: 10
		Rate: 80
	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 20
	}
	Dex_Dish_Box: {
		Random: 1
		Rate: 150
	}
	Pill_: {
		Random: 1
		Count: 10
		Rate: 100
	}
	Insurance_Package: {
		Random: 1
		Rate: 70
	}
	Job_Manual50_Box: {
		Random: 1
		Rate: 100
	}
	Zeny_Scroll: {
		Random: 1
		Count: 30
		Rate: 100
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 20
	}
}
*/
Lucky_Egg_C2: {
	Magic_Card_Album: {
		Random: 1
		Rate: 50
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 900
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 900
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 900
	}
//unsupported/unknown item 'Guarantee_Weapon_5Up'
//	Guarantee_Weapon_5Up: {
//		Random: 1
//		Rate: 200
//	}
//unsupported/unknown item 'Guarantee_Armor_5Up'
//	Guarantee_Armor_5Up: {
//		Random: 1
//		Rate: 200
//	}
//unsupported/unknown item 'Sealed_Dracula_Card'
//	Sealed_Dracula_Card: {
//		Random: 1
//		Rate: 1
//	}
	Drake_Card: {
		Random: 1
		Rate: 1
	}
	Cancer_Diadem: {
		Random: 1
		Rate: 150
	}
	Cancer_Crown: {
		Random: 1
		Rate: 150
	}
	Mini_Propeller_: {
		Random: 1
		Rate: 150
	}
	Battle_Manual_Box: {
		Random: 1
		Announce: true
		Rate: 1000
	}
	Comp_Bubble_Gum: {
		Random: 1
		Rate: 800
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Announce: true
		Rate: 800
	}
	J_Aspersio_5_Scroll: {
		Random: 1
		Count: 5
		Announce: true
		Rate: 800
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Announce: true
		Rate: 800
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 2
		Announce: true
		Rate: 800
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Announce: true
		Rate: 948
	}
	Bogy_Horn: {
		Random: 1
		Announce: true
		Rate: 150
	}
//unsupported/unknown item 'Flame_Sprits_Armor__'
//	Flame_Sprits_Armor__: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
	Jasper_Crest: {
		Random: 1
		Announce: true
		Rate: 150
	}
}
/* unsupported/unknown item 'Lucky_Egg_C9'
Lucky_Egg_C9: {
	Comp_Bubble_Gum: {
		Random: 1
		Count: 3
		Rate: 1500
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 1459
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Rate: 1500
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1500
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 1500
	}
	Dead_Tree_Branch_Box2: {
		Random: 1
		Rate: 1500
	}
	Elven_Ears_: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Holy_Marching_Hat_J: {
		Random: 1
		Announce: true
		Rate: 300
	}
	Auger_Of_Spirit: {
		Random: 1
		Announce: true
		Rate: 20
	}
	Orc_Hero_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Flying_Angel: {
		Random: 1
		Announce: true
		Rate: 100
	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 500
	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Guarantee_Armor_8Up: {
		Random: 1
		Announce: true
		Rate: 5
	}
	Guarantee_Weapon_8Up: {
		Random: 1
		Announce: true
		Rate: 5
	}
}
*/
/* unsupported/unknown item 'Lucky_Egg_C7'
Lucky_Egg_C7: {
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 1043
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Rate: 1000
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 2
		Rate: 1000
	}
	J_Aspersio_5_Scroll: {
		Random: 1
		Count: 5
		Rate: 1000
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Comp_Bubble_Gum: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 800
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 1000
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 1000
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1000
	}
	Valkyrie_Helm: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Ifrit_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Armor_9Up: {
		Random: 1
		Announce: true
		Rate: 2
	}
	Guarantee_Weapon_9Up: {
		Random: 1
		Announce: true
		Rate: 2
	}
	Mask_Of_Ifrit: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Ifrit'
//	Ifrit: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
}
*/
/* unsupported/unknown item 'Lucky_Egg_C8'
Lucky_Egg_C8: {
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 900
	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 95
	}
	Dead_Tree_Branch_Box2: {
		Random: 1
		Rate: 1000
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 2
		Rate: 1000
	}
	J_Aspersio_5_Scroll: {
		Random: 1
		Count: 5
		Rate: 1000
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Comp_Bubble_Gum: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 900
	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 900
//	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 900
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 900
	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'Black_Devil_Mask_'
//	Black_Devil_Mask_: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Armor_9Up: {
		Random: 1
		Announce: true
		Rate: 2
	}
	Guarantee_Weapon_9Up: {
		Random: 1
		Announce: true
		Rate: 2
	}
	Drooping_Morocc_Minion: {
		Random: 1
		Announce: true
		Rate: 150
	}
//unsupported/unknown item 'Wanderer'
//	Wanderer: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
}
*/
/* unsupported/unknown item 'Lucky_Egg_C10'
Lucky_Egg_C10: {
	Guarantee_Weapon_8Up: {
		Random: 1
		Announce: true
		Rate: 5
	}
	Guarantee_Armor_8Up: {
		Random: 1
		Announce: true
		Rate: 5
	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'Evil_Marcher_Hat'
//	Evil_Marcher_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 15
//	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 500
	}
	Comp_Bubble_Gum: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 1000
	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 100
	}
//unsupported/unknown item 'Guarantee_Weapon_5Up'
//	Guarantee_Weapon_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
//unsupported/unknown item 'Guarantee_Armor_5Up'
//	Guarantee_Armor_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
	E_WOB_Rune: {
		Random: 1
		Count: 10
		Rate: 900
	}
	E_WOB_Schwaltz: {
		Random: 1
		Count: 10
		Rate: 900
	}
	E_WOB_Rachel: {
		Random: 1
		Count: 10
		Rate: 900
	}
	E_WOB_Local: {
		Random: 1
		Count: 10
		Rate: 900
	}
//unsupported/unknown item 'RWC2010_Indonesia'
//	RWC2010_Indonesia: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Sealed_Kiel_Card'
//	Sealed_Kiel_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 800
	}
//unsupported/unknown item 'Sealed_B_Ygnizem_Card'
//	Sealed_B_Ygnizem_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Heart_Eye_Patch1'
//	Heart_Eye_Patch1: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Heart_Eye_Patch2'
//	Heart_Eye_Patch2: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Boy'
//	Boy: {
//		Random: 1
//		Rate: 400
//	}
	Flaming_Ice: {
		Random: 1
		Rate: 400
	}
	Tantanmen: {
		Random: 1
		Rate: 400
	}
//unsupported/unknown item 'Enchant_Book'
//	Enchant_Book: {
//		Random: 1
//		Announce: true
//		Rate: 22
//	}
}
*/
/* unsupported/unknown item 'Wind_Type_Scroll'
Wind_Type_Scroll: {
	Gemini_Diadem: {
		Random: 1
		Announce: true
		Rate: 100
	}
	Gemini_Crown: {
		Random: 1
		Announce: true
		Rate: 100
	}
//unsupported/unknown item 'Libra_Diadem'
//	Libra_Diadem: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'Libra_Crown'
//	Libra_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Aquarius_Diadem: {
		Random: 1
		Announce: true
		Rate: 100
	}
	Aquarius_Crown: {
		Random: 1
		Announce: true
		Rate: 100
	}
//unsupported/unknown item 'Snowman_Hat_Box'
//	Snowman_Hat_Box: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
//unsupported/unknown item 'Sunglasses_Bball_Hat'
//	Sunglasses_Bball_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 234
//	}
//unsupported/unknown item 'Hankie_In_Mouth'
//	Hankie_In_Mouth: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'New_Style_Coupon_Box'
//	New_Style_Coupon_Box: {
//		Random: 1
//		Rate: 50
//	}
	Neuralizer_Box: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 1000
	}
	Kafra_Card_Box: {
		Random: 1
		Rate: 1000
	}
	Bloody_Dead_Branch: {
		Random: 1
		Rate: 500
	}
	Spark_Candy_Box10: {
		Random: 1
		Rate: 1500
	}
	Str_Dish_Box: {
		Random: 1
		Rate: 1200
	}
	Int_Dish_Box: {
		Random: 1
		Rate: 1200
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 1200
	}
	Garm_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 1500
//	}
}
*/
Lucky_Egg_C3: {
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 800
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 800
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 800
	}
	Chung_E_Pet_Coupon: {
		Random: 1
		Announce: true
		Rate: 500
	}
	Succu_Pet_Coupon: {
		Random: 1
		Announce: true
		Rate: 500
	}
	Imp_Pet_Coupon: {
		Random: 1
		Announce: true
		Rate: 500
	}
//unsupported/unknown item 'Leo_Crown'
//	Leo_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
	Dress_Hat: {
		Random: 1
		Announce: true
		Rate: 100
	}
	Sunglasses_: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 489
	}
	Comp_Bubble_Gum: {
		Random: 1
		Count: 3
		Rate: 800
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Rate: 800
	}
	J_Aspersio_5_Scroll: {
		Random: 1
		Count: 5
		Rate: 800
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Rate: 800
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 2
		Rate: 800
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 800
	}
//unsupported/unknown item 'Upg_Buckler_Box'
//	Upg_Buckler_Box: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Flame_Sprits_Armor__'
//	Flame_Sprits_Armor__: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
//unsupported/unknown item 'Sealed_Kiel_Card'
//	Sealed_Kiel_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
	Donut_In_Mouth: {
		Random: 1
		Announce: true
		Rate: 150
	}
	K_Rabbit_Bonnet: {
		Random: 1
		Announce: true
		Rate: 50
	}
}
Lucky_Egg_C4: {
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 790
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 720
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 720
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 700
	}
	J_Aspersio_5_Scroll: {
		Random: 1
		Count: 5
		Rate: 720
	}
	Deviling_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Comp_Bubble_Gum: {
		Random: 1
		Count: 3
		Rate: 720
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Rate: 720
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Rate: 720
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 2
		Rate: 720
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 720
	}
//unsupported/unknown item 'Sealed_B_Ygnizem_Card'
//	Sealed_B_Ygnizem_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Lunatic_Hat_Box'
//	Lunatic_Hat_Box: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
//unsupported/unknown item 'Necromencer'
//	Necromencer: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
	Fried_Egg: {
		Random: 1
		Announce: true
		Rate: 200
	}
//unsupported/unknown item 'Sagittarius_Crown'
//	Sagittarius_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
	Savage_Baby_Hat: {
		Random: 1
		Announce: true
		Rate: 198
	}
//unsupported/unknown item 'Fur_Seal_Hat_Box'
//	Fur_Seal_Hat_Box: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
	Chung_E_Pet_Coupon: {
		Random: 1
		Announce: true
		Rate: 500
	}
	Succu_Pet_Coupon: {
		Random: 1
		Announce: true
		Rate: 500
	}
	Imp_Pet_Coupon: {
		Random: 1
		Announce: true
		Rate: 500
	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
}
Lucky_Egg_C5: {
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 900
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Rate: 900
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 2
		Rate: 900
	}
	J_Aspersio_5_Scroll: {
		Random: 1
		Count: 5
		Rate: 900
	}
	Vanberk_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Sealed_Ktullanux_Card'
//	Sealed_Ktullanux_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
	Comp_Bubble_Gum: {
		Random: 1
		Count: 3
		Rate: 900
	}
	Comp_Insurance: {
		Random: 1
		Count: 3
		Rate: 900
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 800
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 800
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 800
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 800
	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Magestic_Goat_: {
		Random: 1
		Announce: true
		Rate: 150
	}
//unsupported/unknown item 'Fallen_Angel_Wing'
//	Fallen_Angel_Wing: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
	Delicious_Shaved_Ice: {
		Random: 1
		Announce: true
		Rate: 299
	}
	Fit_Pipe: {
		Random: 1
		Announce: true
		Rate: 299
	}
//unsupported/unknown item 'Gril'
//	Gril: {
//		Random: 1
//		Announce: true
//		Rate: 299
//	}
	Ring_Of_Flame_Lord: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'Samambaia_Box'
//	Samambaia_Box: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
	Ring_Of_Resonance: {
		Random: 1
		Announce: true
		Rate: 50
	}
}
/* unsupported/unknown item 'Weather_Report_Box'
Weather_Report_Box: {
//unsupported/unknown item 'Fine_Sun'
//	Fine_Sun: {
//		Random: 0
//	}
//unsupported/unknown item 'Rainbow'
//	Rainbow: {
//		Random: 0
//	}
//unsupported/unknown item 'Rain_Cloud'
//	Rain_Cloud: {
//		Random: 0
//	}
//unsupported/unknown item 'Lightning_Cloud'
//	Lightning_Cloud: {
//		Random: 0
//	}
}
*/
/* unsupported/unknown item 'Comin_Actor_Box'
Comin_Actor_Box: {
//unsupported/unknown item 'Charlie_Beard'
//	Charlie_Beard: {
//		Random: 0
//	}
//unsupported/unknown item 'Charlie_Hat'
//	Charlie_Hat: {
//		Random: 0
//	}
}
*/
/* unsupported/unknown item 'Hen_Set_Box'
Hen_Set_Box: {
//unsupported/unknown item 'Chicken_Beak'
//	Chicken_Beak: {
//		Random: 0
//	}
//unsupported/unknown item 'Cocks_Comb'
//	Cocks_Comb: {
//		Random: 0
//	}
}
*/
Lucky_Egg_C: {
//unsupported/unknown item 'Sealed_Mistress_Card'
//	Sealed_Mistress_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 50
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1500
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 1500
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 1500
	}
	Chung_E_Pet_Coupon: {
		Random: 1
		Rate: 1200
	}
	Succu_Pet_Coupon: {
		Random: 1
		Rate: 1200
	}
	Imp_Pet_Coupon: {
		Random: 1
		Rate: 1200
	}
//unsupported/unknown item 'Guarantee_Weapon_5Up'
//	Guarantee_Weapon_5Up: {
//		Random: 1
//		Rate: 200
//	}
//unsupported/unknown item 'Guarantee_Armor_5Up'
//	Guarantee_Armor_5Up: {
//		Random: 1
//		Rate: 200
//	}
	Crown_: {
		Random: 1
		Rate: 290
	}
	Sharp_Gear_: {
		Random: 1
		Rate: 250
	}
	Ribbon_Of_Bride: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'Odin'
//	Odin: {
//		Random: 1
//		Rate: 599
//	}
//unsupported/unknown item 'Archangel_Wing'
//	Archangel_Wing: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
	Elven_Ears_: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Rabbit_Earplug: {
		Random: 1
		Rate: 200
	}
}
/* unsupported/unknown item 'Water_Type_Scroll'
Water_Type_Scroll: {
	Cancer_Diadem: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Cancer_Crown: {
		Random: 1
		Announce: true
		Rate: 150
	}
//unsupported/unknown item 'Scorpio_Diadem'
//	Scorpio_Diadem: {
//		Random: 1
//		Announce: true
//		Rate: 60
//	}
//unsupported/unknown item 'Scorpio_Crown'
//	Scorpio_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 60
//	}
	Pisces_Diadem: {
		Random: 1
		Announce: true
		Rate: 110
	}
	Pisces_Crown: {
		Random: 1
		Announce: true
		Rate: 150
	}
//unsupported/unknown item 'Wizard_Left_Eye'
//	Wizard_Left_Eye: {
//		Random: 1
//		Announce: true
//		Rate: 20
//	}
//unsupported/unknown item 'Indi_Feather_Band'
//	Indi_Feather_Band: {
//		Random: 1
//		Announce: true
//		Rate: 266
//	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Rate: 300
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Rate: 300
//	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 1500
	}
	Bubble_Gum_Box: {
		Random: 1
		Rate: 1500
	}
	Magic_Card_Album: {
		Random: 1
		Rate: 100
	}
	Agi_Dish_Box: {
		Random: 1
		Rate: 1900
	}
	Dex_Dish_Box: {
		Random: 1
		Rate: 1900
	}
	Donut_In_Mouth: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Robo_Eye_Box: {
		Random: 1
		Announce: true
		Rate: 20
	}
//unsupported/unknown item 'Sealed_TurtleG_Card'
//	Sealed_TurtleG_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Sealed_Amon_Ra_Card'
//	Sealed_Amon_Ra_Card: {
//		Random: 1
//		Announce: true
//		Rate: 3
//	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1500
//	}
}
*/
/* unsupported/unknown item 'Earth_Type_Scroll'
Earth_Type_Scroll: {
//unsupported/unknown item 'Capricorn_Diadem'
//	Capricorn_Diadem: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Capricorn_Crown'
//	Capricorn_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Virgo_Diadem'
//	Virgo_Diadem: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Virgo_Crown'
//	Virgo_Crown: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
	Taurus_Diadem: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Taurus_Crown: {
		Random: 1
		Announce: true
		Rate: 150
	}
//unsupported/unknown item 'Teardrop'
//	Teardrop: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'Abacus_In_Mouth'
//	Abacus_In_Mouth: {
//		Random: 1
//		Announce: true
//		Rate: 300
//	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Rate: 194
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Rate: 194
//	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 1600
	}
	Bubble_Gum_Box: {
		Random: 1
		Rate: 1600
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 1600
	}
	Balloon_Hat: {
		Random: 1
		Announce: true
		Rate: 5
	}
//unsupported/unknown item 'Hexagon_Spectacles'
//	Hexagon_Spectacles: {
//		Random: 1
//		Announce: true
//		Rate: 300
//	}
	Rabbit_Bonnet: {
		Random: 1
		Announce: true
		Rate: 5
	}
//unsupported/unknown item 'Hen_Set_Box'
//	Hen_Set_Box: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'Sealed_Knight_WS_Card'
//	Sealed_Knight_WS_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Sealed_Lady_Tanee_Card'
//	Sealed_Lady_Tanee_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 1600
//	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1600
//	}
}
*/
/* unsupported/unknown item 'Splash_Scroll'
Splash_Scroll: {
//unsupported/unknown item 'Songpyun_Box50'
//	Songpyun_Box50: {
//		Random: 1
//		Rate: 1200
//	}
	Love_Chick_Hat: {
		Random: 1
		Announce: true
		Rate: 130
	}
	Convex_Mirror_Box: {
		Random: 1
		Rate: 800
	}
	Megaphone_Box: {
		Random: 1
		Rate: 700
	}
	Job_Manual50_Box: {
		Random: 1
		Rate: 500
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 800
	}
	Splash_Hat: {
		Random: 1
		Announce: true
		Named: true
		Rate: 50
	}
	Gryphon_Hat: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 70
	}
	Kafra_Card_Box: {
		Random: 1
		Rate: 800
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 10
		Rate: 500
	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 600
	}
//unsupported/unknown item 'Enchant_Book'
//	Enchant_Book: {
//		Random: 1
//		Announce: true
//		Rate: 500
//	}
	Str_Dish_Box: {
		Random: 1
		Rate: 1300
	}
	Dex_Dish_Box: {
		Random: 1
		Rate: 1749
	}
	B_Eremes_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
}
*/
/* unsupported/unknown item 'Vocation_Scroll'
Vocation_Scroll: {
//unsupported/unknown item 'HP_Increase_PotionL'
//	HP_Increase_PotionL: {
//		Random: 1
//		Count: 30
//		Rate: 1200
//	}
	Vit_Dish_Box: {
		Random: 1
		Rate: 1350
	}
	Int_Dish_Box: {
		Random: 1
		Rate: 1350
	}
//unsupported/unknown item 'Boarding_Halter_Box'
//	Boarding_Halter_Box: {
//		Random: 1
//		Rate: 200
//	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 1100
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 10
		Rate: 500
	}
//unsupported/unknown item 'HD_Ori_Box10'
//	HD_Ori_Box10: {
//		Random: 1
//		Rate: 150
//	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 1100
	}
	Megaphone_Box: {
		Random: 1
		Rate: 1079
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1100
//	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 580
	}
//unsupported/unknown item 'HD_Elu_Box10'
//	HD_Elu_Box10: {
//		Random: 1
//		Rate: 150
//	}
	Gang_Scarf: {
		Random: 1
		Announce: true
		Rate: 45
	}
//unsupported/unknown item 'Sealed_Orc_Load_Card'
//	Sealed_Orc_Load_Card: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
//unsupported/unknown item 'Sealed_B_Magaleta_Card'
//	Sealed_B_Magaleta_Card: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
//unsupported/unknown item 'Red_Bread_Hat'
//	Red_Bread_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
	Guarantee_Armor_8Up: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Guarantee_Weapon_8Up: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Incant_Samurai_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Neuralizer_Box: {
		Random: 1
		Announce: true
		Rate: 50
	}
}
*/
/* unsupported/unknown item 'Wisdom_Scroll'
Wisdom_Scroll: {
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1100
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 1100
	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 1200
//	}
	Dead_Tree_Branch_Box2: {
		Random: 1
		Rate: 1100
	}
	B_Def_Potion_Box30: {
		Random: 1
		Rate: 1100
	}
	B_Mdef_Potion_Box30: {
		Random: 1
		Rate: 1100
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1100
//	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Rate: 100
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Rate: 100
//	}
//unsupported/unknown item 'Enchant_Book'
//	Enchant_Book: {
//		Random: 1
//		Announce: true
//		Rate: 500
//	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 784
	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 400
	}
//unsupported/unknown item 'Trident_Helmet'
//	Trident_Helmet: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Fallen_Angel_Wing'
//	Fallen_Angel_Wing: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
//unsupported/unknown item 'Sealed_B_Harword_Card'
//	Sealed_B_Harword_Card: {
//		Random: 1
//		Announce: true
//		Rate: 15
//	}
	Randgris_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Turtle_Hat_Box'
//	Turtle_Hat_Box: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Snake_Head: {
		Random: 1
		Announce: true
		Rate: 40
	}
	Ghostring_Card: {
		Random: 1
		Announce: true
		Rate: 5
	}
}
*/
/* unsupported/unknown item 'Patron_Scroll'
Patron_Scroll: {
	Agi_Dish_Box: {
		Random: 1
		Rate: 1300
	}
	Luk_Dish_Box: {
		Random: 1
		Rate: 1300
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 1200
	}
//unsupported/unknown item 'Enchant_Book'
//	Enchant_Book: {
//		Random: 1
//		Announce: true
//		Rate: 773
//	}
	Miracle_Medicine: {
		Random: 1
		Rate: 200
	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 1150
//	}
	Bubble_Gum_Box: {
		Random: 1
		Rate: 1100
	}
	Storm_10_Scroll_Box: {
		Random: 1
		Rate: 1060
	}
	Job_Manual50_Box: {
		Random: 1
		Rate: 500
	}
//unsupported/unknown item 'Songpyun_Box50'
//	Songpyun_Box50: {
//		Random: 1
//		Rate: 1110
//	}
	Magic_Card_Album: {
		Random: 1
		Rate: 200
	}
//unsupported/unknown item 'Immuned_Shield'
//	Immuned_Shield: {
//		Random: 1
//		Announce: true
//		Rate: 30
//	}
//unsupported/unknown item 'Sealed_Berz_Card'
//	Sealed_Berz_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Sealed_Eddga_Card'
//	Sealed_Eddga_Card: {
//		Random: 1
//		Announce: true
//		Rate: 15
//	}
	Cat_Ears_Beret: {
		Random: 1
		Announce: true
		Rate: 20
	}
//unsupported/unknown item 'Snowman_Hat_Box'
//	Snowman_Hat_Box: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
//unsupported/unknown item 'Hankie_In_Mouth'
//	Hankie_In_Mouth: {
//		Random: 1
//		Announce: true
//		Rate: 30
//	}
	Mistress_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Guarantee_Armor_9Up: {
		Random: 1
		Announce: true
		Rate: 5
	}
}
*/
/* unsupported/unknown item 'Heaven_Scroll'
Heaven_Scroll: {
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 1200
	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 280
	}
//unsupported/unknown item 'SP_Increase_PotionL'
//	SP_Increase_PotionL: {
//		Random: 1
//		Count: 30
//		Rate: 1200
//	}
	Insurance_Package: {
		Random: 1
		Rate: 850
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 1100
	}
	Accuracy_30_Scroll: {
		Random: 1
		Count: 10
		Rate: 1200
	}
	Bubble_Gum_Box: {
		Random: 1
		Rate: 1075
	}
	Enriched_Elunium_Box: {
		Random: 1
		Rate: 200
	}
	Enriched_Oridecon_Box: {
		Random: 1
		Rate: 200
	}
	Convex_Mirror_Box: {
		Random: 1
		Rate: 896
	}
	Spark_Candy_Box10: {
		Random: 1
		Rate: 1200
	}
//unsupported/unknown item 'Tw_Frog_Hat'
//	Tw_Frog_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Carrot_In_Mouth'
//	Carrot_In_Mouth: {
//		Random: 1
//		Announce: true
//		Rate: 78
//	}
//unsupported/unknown item 'Puppy_Ears_Hat'
//	Puppy_Ears_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Powder_Snow_Box'
//	Powder_Snow_Box: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Sealed_B_Shecil_Card'
//	Sealed_B_Shecil_Card: {
//		Random: 1
//		Announce: true
//		Rate: 15
//	}
//unsupported/unknown item 'Sealed_Apocalips_H_Card'
//	Sealed_Apocalips_H_Card: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
//unsupported/unknown item 'Green_Apple_Hat'
//	Green_Apple_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Enchant_Book'
//	Enchant_Book: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
}
*/
Tw_Aug_Scroll: {
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 1350
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 1280
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1300
//	}
	Bubble_Gum_Box: {
		Random: 1
		Rate: 1300
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 1130
	}
//unsupported/unknown item 'Enchant_Book'
//	Enchant_Book: {
//		Random: 1
//		Announce: true
//		Rate: 800
//	}
	Psychic_ArmorS: {
		Random: 1
		Count: 10
		Rate: 1021
	}
	Vit_Dish_Box: {
		Random: 1
		Rate: 1350
	}
//unsupported/unknown item 'Guarantee_Armor_5Up'
//	Guarantee_Armor_5Up: {
//		Random: 1
//		Rate: 200
//	}
	Ninja_Scroll: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Pink_Fur_Hat: {
		Random: 1
		Announce: true
		Rate: 100
	}
//unsupported/unknown item 'Fallen_Angel_Wing'
//	Fallen_Angel_Wing: {
//		Random: 1
//		Announce: true
//		Rate: 3
//	}
	Whisper_Boss_Card: {
		Random: 1
		Announce: true
		Rate: 15
	}
	Gloom_Under_Night_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
}
/* unsupported/unknown item 'Tw_Nov_Scroll2'
Tw_Nov_Scroll2: {
	Dex_Dish_Box: {
		Random: 1
		Rate: 1500
	}
//unsupported/unknown item 'Songpyun_Box50'
//	Songpyun_Box50: {
//		Random: 1
//		Rate: 1200
//	}
//unsupported/unknown item 'Enchant_Book'
//	Enchant_Book: {
//		Random: 1
//		Announce: true
//		Rate: 1100
//	}
	Megaphone_Box: {
		Random: 1
		Rate: 1200
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 1200
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 884
	}
	Vit_Dish_Box: {
		Random: 1
		Rate: 1500
	}
	J_Aspersio_5_Scroll: {
		Random: 1
		Count: 10
		Rate: 600
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 10
		Rate: 600
	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 80
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'Candy_Hat'
//	Candy_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'Sealed_D_Lord_Card'
//	Sealed_D_Lord_Card: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
//unsupported/unknown item 'Sealed_F_Bishop_Card'
//	Sealed_F_Bishop_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
//unsupported/unknown item 'Black_Knitted_Hat'
//	Black_Knitted_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 30
//	}
}
*/
/* unsupported/unknown item 'Illusion_Nothing'
Illusion_Nothing: {
//unsupported/unknown item 'Songpyun_Box50'
//	Songpyun_Box50: {
//		Random: 1
//		Named: true
//		Rate: 1534
//	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Named: true
		Rate: 1500
	}
	Agi_Dish_Box: {
		Random: 1
		Named: true
		Rate: 1500
	}
	Vit_Dish_Box: {
		Random: 1
		Named: true
		Rate: 1500
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Named: true
//		Rate: 1500
//	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Named: true
		Rate: 1500
	}
//unsupported/unknown item 'Sealed_Tao_Card'
//	Sealed_Tao_Card: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 1
//	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Named: true
		Rate: 500
	}
//unsupported/unknown item 'Syringe_In_Mouth'
//	Syringe_In_Mouth: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 100
//	}
	Guarantee_Weapon_8Up: {
		Random: 1
		Announce: true
		Named: true
		Rate: 50
	}
	Guarantee_Armor_8Up: {
		Random: 1
		Announce: true
		Named: true
		Rate: 10
	}
//unsupported/unknown item 'Singing_Bird'
//	Singing_Bird: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 130
//	}
	Round_Eyes: {
		Random: 1
		Announce: true
		Named: true
		Rate: 100
	}
	Cat_Hat: {
		Random: 1
		Announce: true
		Named: true
		Rate: 70
	}
//unsupported/unknown item 'Weather_Report_Box'
//	Weather_Report_Box: {
//		Random: 1
//		Announce: true
//		Named: true
//		Rate: 5
//	}
}
*/
/* unsupported/unknown item 'Tw_Sep_Scroll" ] ='
Tw_Sep_Scroll" ] =: {
	Int_Dish_Box: {
		Random: 1
		Rate: 1400
	}
	Angeling_Pot_Box: {
		Random: 1
		Rate: 1477
	}
	Dun_Tele_Scroll_Box10: {
		Random: 1
		Rate: 1500
	}
	Kafra_Card_Box: {
		Random: 1
		Rate: 1200
	}
	Holy_Armor_S_Box10: {
		Random: 1
		Rate: 1400
	}
	Insurance_Package: {
		Random: 1
		Rate: 1200
	}
	Job_Manual50_Box: {
		Random: 1
		Rate: 1200
	}
//unsupported/unknown item 'Archangel_Wing'
//	Archangel_Wing: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Baby_Pacifier: {
		Random: 1
		Announce: true
		Rate: 200
	}
//unsupported/unknown item 'Guarantee_Weapon_5Up'
//	Guarantee_Weapon_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
//unsupported/unknown item 'Red_Hood'
//	Red_Hood: {
//		Random: 1
//		Announce: true
//		Rate: 149
//	}
//unsupported/unknown item 'Sleeping_Kitty_Cat'
//	Sleeping_Kitty_Cat: {
//		Random: 1
//		Announce: true
//		Rate: 60
//	}
	Guarantee_Weapon_9Up: {
		Random: 1
		Announce: true
		Rate: 3
	}
	B_Katrinn_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
}
*/
/* unsupported/unknown item 'Flame_Light'
Flame_Light: {
	Bubble_Gum_Box: {
		Random: 1
		Rate: 1400
	}
	Str_Dish_Box: {
		Random: 1
		Rate: 1500
	}
	Megaphone_Box: {
		Random: 1
		Rate: 1500
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 1400
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 1500
	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Rate: 1500
	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Announce: true
//		Rate: 175
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Announce: true
//		Rate: 175
//	}
	Max_Weight_Up_Box: {
		Random: 1
		Announce: true
		Rate: 300
	}
//unsupported/unknown item 'Mike_Hat'
//	Mike_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 234
//	}
//unsupported/unknown item 'Shaving_Cream'
//	Shaving_Cream: {
//		Random: 1
//		Announce: true
//		Rate: 250
//	}
	Deprotai_Doll_Hat: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'SLD_Garm_Card'
//	SLD_Garm_Card: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Elven_Ears_: {
		Random: 1
		Announce: true
		Rate: 3
	}
//unsupported/unknown item 'MVP_Basketball'
//	MVP_Basketball: {
//		Random: 1
//		Announce: true
//		Rate: 3
//	}
}
*/
/* unsupported/unknown item 'Tw_Rainbow_Scroll'
Tw_Rainbow_Scroll: {
	Vit_Dish_Box: {
		Random: 1
		Rate: 1400
	}
	Int_Dish_Box: {
		Random: 1
		Rate: 1400
	}
	Agi_Dish_Box: {
		Random: 1
		Rate: 1400
	}
	Neko_Mimi_Kafra: {
		Random: 1
		Announce: true
		Rate: 30
	}
	Dex_Dish_Box: {
		Random: 1
		Rate: 1400
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1400
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 500
	}
//unsupported/unknown item 'HD_Bradium_Box5'
//	HD_Bradium_Box5: {
//		Random: 1
//		Rate: 250
//	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
	Megaphone_Box: {
		Random: 1
		Rate: 1450
	}
//unsupported/unknown item 'Guarantee_Weapon_5Up'
//	Guarantee_Weapon_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Guarantee_Armor_5Up'
//	Guarantee_Armor_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Sunglasses_: {
		Random: 1
		Announce: true
		Rate: 5
	}
//unsupported/unknown item 'Sealed_Ifrit_Card'
//	Sealed_Ifrit_Card: {
//		Random: 1
//		Announce: true
//		Rate: 15
//	}
	Tao_Gunka_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Cowhide_Hat'
//	Cowhide_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Satanic_Chain_P: {
		Random: 1
		Announce: true
		Rate: 5
	}
	Censor_Bar: {
		Random: 1
		Announce: true
		Named: true
		Rate: 44
	}
}
*/
/* unsupported/unknown item 'Tw_Red_Scroll'
Tw_Red_Scroll: {
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1100
	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 1150
//	}
	Kafra_Card_Box: {
		Random: 1
		Rate: 1050
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 1050
	}
	Bubble_Gum_Box: {
		Random: 1
		Rate: 1150
	}
	Convex_Mirror_Box: {
		Random: 1
		Rate: 1100
	}
	Battle_Manual_Box: {
		Random: 1
		Rate: 1100
	}
//unsupported/unknown item 'Guarantee_Weapon_5Up'
//	Guarantee_Weapon_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Guarantee_Armor_5Up'
//	Guarantee_Armor_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 147
//	}
	Psychic_ArmorS: {
		Random: 1
		Count: 10
		Rate: 500
	}
	Minor_Brisket: {
		Random: 1
		Count: 5
		Rate: 824
	}
	Job_Manual50_Box: {
		Random: 1
		Rate: 400
	}
//unsupported/unknown item 'Showy_High_Cap'
//	Showy_High_Cap: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Neuralizer: {
		Random: 1
		Announce: true
		Rate: 10
	}
//unsupported/unknown item 'Sealed_Orc_Load_Card'
//	Sealed_Orc_Load_Card: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Moonlight_Flower_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Krieger_Katar1: {
		Random: 1
		Announce: true
		Rate: 3
	}
//unsupported/unknown item 'Leek_In_Mouth'
//	Leek_In_Mouth: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Pink_Drooping_Kitty: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Majestic_Evil_Horn: {
		Random: 1
		Announce: true
		Rate: 5
	}
}
*/
/* unsupported/unknown item 'Tw_Orange_Scroll'
Tw_Orange_Scroll: {
	Int_Dish_Box: {
		Random: 1
		Rate: 1100
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1100
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 1000
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1100
//	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 1100
	}
	Insurance_Package: {
		Random: 1
		Rate: 1100
	}
	Aspersio_5_Scroll_Box: {
		Random: 1
		Rate: 1100
	}
//unsupported/unknown item 'Guarantee_Weapon_5Up'
//	Guarantee_Weapon_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Guarantee_Armor_5Up'
//	Guarantee_Armor_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
	B_Mdef_Potion_Box10: {
		Random: 1
		Rate: 590
	}
	Wug_Blood_Cocktail: {
		Random: 1
		Count: 5
		Rate: 788
	}
	Max_Weight_Up_Box: {
		Random: 1
		Announce: true
		Rate: 400
	}
//unsupported/unknown item 'Hippo_Hat'
//	Hippo_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
	Guarantee_Armor_8Up: {
		Random: 1
		Announce: true
		Rate: 10
	}
//unsupported/unknown item 'SLD_Lord_Of_Death_Card'
//	SLD_Lord_Of_Death_Card: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Doppelganger_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Krieger_Onehand_Axe1: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Rose_Hairband'
//	Rose_Hairband: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Bell_Ribbon: {
		Random: 1
		Announce: true
		Rate: 40
	}
	Guarantee_Weapon_8Up: {
		Random: 1
		Announce: true
		Rate: 10
	}
}
*/
/* unsupported/unknown item 'Tw_Yellow_Scroll'
Tw_Yellow_Scroll: {
	Agi_Dish_Box: {
		Random: 1
		Rate: 1100
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 1000
	}
	J_Aspersio_5_Scroll_Box: {
		Random: 1
		Rate: 1200
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 1100
	}
//unsupported/unknown item 'Songpyun_Box50'
//	Songpyun_Box50: {
//		Random: 1
//		Rate: 1100
//	}
	Spark_Candy_Box10: {
		Random: 1
		Rate: 1100
	}
	Insurance_Package: {
		Random: 1
		Rate: 1000
	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Announce: true
//		Rate: 148
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Announce: true
//		Rate: 148
//	}
	Psychic_ArmorS: {
		Random: 1
		Count: 10
		Rate: 550
	}
	Drocera_Herb_Stew: {
		Random: 1
		Count: 5
		Rate: 784
	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 361
	}
//unsupported/unknown item 'Electric_Sunglass'
//	Electric_Sunglass: {
//		Random: 1
//		Announce: true
//		Rate: 140
//	}
//unsupported/unknown item 'SLD_B_Katrinn_Card'
//	SLD_B_Katrinn_Card: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 120
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 80
	}
	Krieger_Onehand_Spear1: {
		Random: 1
		Announce: true
		Rate: 3
	}
//unsupported/unknown item 'Strawberry_In_Mouth'
//	Strawberry_In_Mouth: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'MVP_Basketball'
//	MVP_Basketball: {
//		Random: 1
//		Announce: true
//		Rate: 3
//	}
//unsupported/unknown item 'RWC2010_Indonesia'
//	RWC2010_Indonesia: {
//		Random: 1
//		Announce: true
//		Rate: 3
//	}
	Lord_Of_Death_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'SLD_Lord_Of_Death_Card'
//	SLD_Lord_Of_Death_Card: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
	Knight_Of_Abyss_Card: {
		Random: 1
		Announce: true
		Rate: 10
	}
//unsupported/unknown item 'Lord_of_Death'
//	Lord_of_Death: {
//		Random: 1
//		Announce: true
//		Rate: 15
//	}
	Guarantee_Weapon_6Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Armor_6Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Pole_Axe: {
		Random: 1
		Announce: true
		Rate: 50
	}
	House_Auger: {
		Random: 1
		Announce: true
		Rate: 74
	}
//unsupported/unknown item 'Guarantee_Weapon_5Up'
//	Guarantee_Weapon_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Guarantee_Armor_5Up'
//	Guarantee_Armor_5Up: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	War_Axe: {
		Random: 1
		Announce: true
		Rate: 120
	}
	Ring_: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Iron_Driver: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 325
	}
	Enriched_Elunium_Box5: {
		Random: 1
		Rate: 600
	}
	Enriched_Oridecon_Box5: {
		Random: 1
		Rate: 600
	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Rate: 1100
	}
//unsupported/unknown item 'Carat_Dia'
//	Carat_Dia: {
//		Random: 1
//		Rate: 1075
//	}
	Petti_Tail_Noodle: {
		Random: 1
		Count: 5
		Rate: 1100
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1100
//	}
	HE_Battle_Manual: {
		Random: 1
		Count: 4
		Rate: 1100
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 1075
	}
	Siegfried_Box5: {
		Random: 1
		Rate: 1100
	}
	Tao_Gunka_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Sealed_Tao_Card'
//	Sealed_Tao_Card: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
	Ungoliant_Card: {
		Random: 1
		Announce: true
		Rate: 15
	}
//unsupported/unknown item 'Sealed_B_Ygnizem_Card'
//	Sealed_B_Ygnizem_Card: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'Mini_Glasses_'
//	Mini_Glasses_: {
//		Random: 1
//		Announce: true
//		Rate: 3
//	}
//unsupported/unknown item 'Bravery_Bag'
//	Bravery_Bag: {
//		Random: 1
//		Announce: true
//		Rate: 15
//	}
//unsupported/unknown item 'Fancy_Phantom_Mask'
//	Fancy_Phantom_Mask: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
	Tiraya_Bonnet: {
		Random: 1
		Announce: true
		Rate: 200
	}
	Bizofnil_Wing_Deco: {
		Random: 1
		Announce: true
		Rate: 265
	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 350
	}
//unsupported/unknown item 'HD_Bradium_Box5'
//	HD_Bradium_Box5: {
//		Random: 1
//		Rate: 450
//	}
//unsupported/unknown item 'HD_Carnium_Box5'
//	HD_Carnium_Box5: {
//		Random: 1
//		Rate: 450
//	}
//unsupported/unknown item 'Ribbon_Of_Life_Box3'
//	Ribbon_Of_Life_Box3: {
//		Random: 1
//		Rate: 1000
//	}
	Assumptio_5_Scroll_Box: {
		Random: 1
		Rate: 1000
	}
//unsupported/unknown item 'Carat_Dia'
//	Carat_Dia: {
//		Random: 1
//		Rate: 1000
//	}
	HE_Battle_Manual: {
		Random: 1
		Count: 5
		Rate: 500
	}
	Med_Life_Potion_Box: {
		Random: 1
		Rate: 1000
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1000
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 902
	}
//unsupported/unknown item 'Songpyun_Box50'
//	Songpyun_Box50: {
//		Random: 1
//		Rate: 600
//	}
//unsupported/unknown item 'HP_Increase_PotionL'
//	HP_Increase_PotionL: {
//		Random: 1
//		Count: 30
//		Rate: 500
//	}
	Spark_Candy_Box10: {
		Random: 1
		Rate: 644
	}
	B_Katrinn_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Sealed_Berz_Card'
//	Sealed_Berz_Card: {
//		Random: 1
//		Announce: true
//		Rate: 3
//	}
//unsupported/unknown item 'SLD_B_Katrinn_Card'
//	SLD_B_Katrinn_Card: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 20
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 20
	}
	Robo_Eye: {
		Random: 1
		Announce: true
		Rate: 45
	}
	Rainbow_Scarf: {
		Random: 1
		Announce: true
		Rate: 53
	}
//unsupported/unknown item 'Alchemy_Glove'
//	Alchemy_Glove: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Orleans_Necklace'
//	Orleans_Necklace: {
//		Random: 1
//		Announce: true
//		Rate: 78
//	}
	Orleans_Glove: {
		Random: 1
		Announce: true
		Rate: 120
	}
	Balloon_Hat: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Orleans_Gown: {
		Random: 1
		Announce: true
		Rate: 200
	}
	Orleans_Server: {
		Random: 1
		Announce: true
		Rate: 250
	}
//unsupported/unknown item 'Enchant_Book'
//	Enchant_Book: {
//		Random: 1
//		Rate: 350
//	}
//unsupported/unknown item 'HD_Ori_Box5'
//	HD_Ori_Box5: {
//		Random: 1
//		Rate: 500
//	}
//unsupported/unknown item 'HD_Elu_Box5'
//	HD_Elu_Box5: {
//		Random: 1
//		Rate: 500
//	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 600
	}
	Blessing_10_Scroll_Box: {
		Random: 1
		Rate: 1200
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 1200
	}
	Megaphone_Box: {
		Random: 1
		Rate: 1000
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 5
		Rate: 1200
	}
	Zeny_Scroll: {
		Random: 1
		Count: 15
		Rate: 1200
	}
	HE_Battle_Manual: {
		Random: 1
		Count: 3
		Rate: 1200
	}
	Lady_Tanee_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Sealed_Lady_Tanee_Card'
//	Sealed_Lady_Tanee_Card: {
//		Random: 1
//		Announce: true
//		Rate: 4
//	}
	Incubus_Card: {
		Random: 1
		Announce: true
		Rate: 20
	}
	Succubus_Card: {
		Random: 1
		Announce: true
		Rate: 30
	}
//unsupported/unknown item 'Asgard_Blessing'
//	Asgard_Blessing: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
//unsupported/unknown item 'YinYang_Earring'
//	YinYang_Earring: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Spiked_Scarf: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 20
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 20
	}
//unsupported/unknown item 'Sura_Rampage'
//	Sura_Rampage: {
//		Random: 1
//		Announce: true
//		Rate: 70
//	}
	Headband_Of_Power: {
		Random: 1
		Announce: true
		Rate: 500
	}
//unsupported/unknown item 'Superb_Fish_Box50'
//	Superb_Fish_Box50: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 200
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 1000
	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 800
//	}
	Mental_Potion: {
		Random: 1
		Rate: 700
	}
	Wug_Blood_Cocktail: {
		Random: 1
		Count: 5
		Rate: 1000
	}
	Savage_BBQ: {
		Random: 1
		Count: 5
		Rate: 1000
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 5
		Rate: 500
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Rate: 900
	}
	Regeneration_Box10: {
		Random: 1
		Rate: 1000
	}
	Int_Dish_Box: {
		Random: 1
		Rate: 1000
	}
	Str_Dish_Box: {
		Random: 1
		Rate: 1000
	}
	Fallen_Bishop_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'SLD_Dark_Snake_Card'
//	SLD_Dark_Snake_Card: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
	Deviling_Card: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Ghostring_Card: {
		Random: 1
		Announce: true
		Rate: 25
	}
//unsupported/unknown item 'Black_Glasses_'
//	Black_Glasses_: {
//		Random: 1
//		Announce: true
//		Rate: 2
//	}
//unsupported/unknown item 'Fallen_Angel_Wing'
//	Fallen_Angel_Wing: {
//		Random: 1
//		Announce: true
//		Rate: 15
//	}
	Satanic_Chain_P: {
		Random: 1
		Announce: true
		Rate: 25
	}
//unsupported/unknown item 'Evil_Whisper'
//	Evil_Whisper: {
//		Random: 1
//		Announce: true
//		Rate: 40
//	}
//unsupported/unknown item 'Ear_Of_Angel'
//	Ear_Of_Angel: {
//		Random: 1
//		Announce: true
//		Rate: 80
//	}
//unsupported/unknown item 'Evil_Marcher_Hat'
//	Evil_Marcher_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Rune_Boots'
//	Rune_Boots: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Evil_Mask'
//	Evil_Mask: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Eyes_Of_Darkness'
//	Eyes_Of_Darkness: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
	Helm_Of_Darkness: {
		Random: 1
		Announce: true
		Rate: 80
	}
	Darkness_Helm: {
		Random: 1
		Announce: true
		Rate: 100
	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Rate: 300
//	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 1267
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 5
//		Rate: 1500
//	}
	HE_Battle_Manual: {
		Random: 1
		Count: 3
		Rate: 1500
	}
//unsupported/unknown item 'Boy'
//	Boy: {
//		Random: 1
//		Rate: 1500
//	}
	Psychic_ArmorS: {
		Random: 1
		Count: 5
		Rate: 1500
	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Rate: 1500
	}
	Maya_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Sealed_B_Magaleta_Card'
//	Sealed_B_Magaleta_Card: {
//		Random: 1
//		Announce: true
//		Rate: 9
//	}
	Angeling_Card: {
		Random: 1
		Announce: true
		Rate: 15
	}
	Archangeling_Card: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Armor_8Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Guarantee_Weapon_8Up: {
		Random: 1
		Announce: true
		Rate: 25
	}
	Elven_Ears_: {
		Random: 1
		Announce: true
		Rate: 5
	}
//unsupported/unknown item 'Archangel_Wing'
//	Archangel_Wing: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'White_Feather'
//	White_Feather: {
//		Random: 1
//		Announce: true
//		Rate: 80
//	}
//unsupported/unknown item 'B_Feather_Beret'
//	B_Feather_Beret: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
	Flying_Angel: {
		Random: 1
		Announce: true
		Rate: 150
	}
	Angel_Spirit: {
		Random: 1
		Announce: true
		Rate: 50
	}
//unsupported/unknown item 'Ear_Of_Angel'
//	Ear_Of_Angel: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Rate: 300
//	}
	Job_Manual50_Box: {
		Random: 1
		Rate: 500
	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 1000
//	}
	Inc_Agi_10_Scroll_Box: {
		Random: 1
		Rate: 965
	}
	Kafra_Card_Box: {
		Random: 1
		Rate: 1100
	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 1000
	}
	Holy_Armor_S_Box10: {
		Random: 1
		Rate: 1100
	}
	HE_Battle_Manual: {
		Random: 1
		Count: 3
		Rate: 1100
	}
	J_Aspersio_5_Scroll: {
		Random: 1
		Count: 5
		Rate: 1100
	}
//unsupported/unknown item 'Gril'
//	Gril: {
//		Random: 1
//		Rate: 1100
//	}
	Orc_Load_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'Sealed_Atroce_Card'
//	Sealed_Atroce_Card: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
//unsupported/unknown item 'Sealed_Kiel_Card'
//	Sealed_Kiel_Card: {
//		Random: 1
//		Announce: true
//		Rate: 3
//	}
//unsupported/unknown item 'Sealed_D_Lord_Card'
//	Sealed_D_Lord_Card: {
//		Random: 1
//		Announce: true
//		Rate: 30
//	}
//unsupported/unknown item 'Black_Devil_Mask_'
//	Black_Devil_Mask_: {
//		Random: 1
//		Announce: true
//		Rate: 2
//	}
	Horn_Of_Ancient: {
		Random: 1
		Announce: true
		Rate: 10
	}
//unsupported/unknown item 'Love_Rabbit_Hood'
//	Love_Rabbit_Hood: {
//		Random: 1
//		Announce: true
//		Rate: 130
//	}
//unsupported/unknown item 'Remover_Hat'
//	Remover_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
	Inccubus_Horn: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Horn_Of_Succubus: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Majestic_Evil_Horn: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Bloody_Dead_Branch: {
		Random: 1
		Announce: true
		Rate: 100
	}
//unsupported/unknown item 'F_Clover_Box_Mouth4'
//	F_Clover_Box_Mouth4: {
//		Random: 1
//		Rate: 950
//	}
	All_In_One_Ring_Box: {
		Random: 1
		Rate: 169
	}
	Max_Weight_Up_Box: {
		Random: 1
		Rate: 250
	}
//unsupported/unknown item 'Boarding_Halter_Box'
//	Boarding_Halter_Box: {
//		Random: 1
//		Rate: 550
//	}
	Convex_Mirror_Box5: {
		Random: 1
		Rate: 800
	}
	Yggdrasilberry_Box_: {
		Random: 1
		Rate: 1200
	}
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Rate: 1250
	}
	Psychic_ArmorS: {
		Random: 1
		Count: 5
		Rate: 1250
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1500
	}
	Dead_Tree_Branch_Box2: {
		Random: 1
		Rate: 1500
	}
	Gloom_Under_Night_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
	Maya_Puple_Card: {
		Random: 1
		Announce: true
		Rate: 2
	}
//unsupported/unknown item 'Sealed_Samurai_Card'
//	Sealed_Samurai_Card: {
//		Random: 1
//		Announce: true
//		Rate: 5
//	}
//unsupported/unknown item 'Sealed_Pharaoh_Card'
//	Sealed_Pharaoh_Card: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Sunglasses_: {
		Random: 1
		Announce: true
		Rate: 2
	}
	Mercury_Helm: {
		Random: 1
		Announce: true
		Rate: 10
	}
//unsupported/unknown item 'Sakura_Coronet'
//	Sakura_Coronet: {
//		Random: 1
//		Announce: true
//		Rate: 50
//	}
//unsupported/unknown item 'King_Prawn_Hat'
//	King_Prawn_Hat: {
//		Random: 1
//		Announce: true
//		Rate: 200
//	}
//unsupported/unknown item 'Lucky_Clover'
//	Lucky_Clover: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Prison_Uniform'
//	Prison_Uniform: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Little_Fhat'
//	Little_Fhat: {
//		Random: 1
//		Announce: true
//		Rate: 100
//	}
//unsupported/unknown item 'Buffalo_Horn'
//	Buffalo_Horn: {
//		Random: 1
//		Announce: true
//		Rate: 250
//	}
//unsupported/unknown item 'Superb_Fish_Box50'
//	Superb_Fish_Box50: {
//		Random: 1
//		Rate: 100
//	}
	Abrasive_Box5: {
		Random: 1
		Rate: 800
	}
	Blue_Herb_Box2: {
		Random: 1
		Rate: 1000
	}
//unsupported/unknown item 'Carat_Dia'
//	Carat_Dia: {
//		Random: 1
//		Rate: 1500
//	}
	Guyak_Pudding: {
		Random: 1
		Count: 10
		Rate: 800
	}
//unsupported/unknown item 'Diabolic_Scroll'
//	Diabolic_Scroll: {
//		Random: 1
//		Count: 10
//		Rate: 800
//	}
	HE_Battle_Manual: {
		Random: 1
		Count: 5
		Rate: 1250
	}
	Siegfried_Box5: {
		Random: 1
		Rate: 1370
	}
//unsupported/unknown item 'Fruit_Of_Mastela_Box2'
//	Fruit_Of_Mastela_Box2: {
//		Random: 1
//		Rate: 1500
//	}
}
*/
/* unsupported/unknown item 'Challenge_Kit'
Challenge_Kit: {
	Blessing_10_Scroll: {
		Random: 0
		Count: 20
		Named: true
	}
	Inc_Agi_10_Scroll: {
		Random: 0
		Count: 20
		Named: true
	}
}
*/
/* unsupported/unknown item 'Tw_April_Scroll'
Tw_April_Scroll: {
	Str_Dish_Box: {
		Random: 1
		Rate: 1500
	}
	Luk_Dish_Box: {
		Random: 1
		Rate: 1500
	}
	Vit_Dish_Box: {
		Random: 1
		Rate: 1500
	}
	S_Mdef_Potion_Box30: {
		Random: 1
		Rate: 1300
	}
	S_Def_Potion_Box30: {
		Random: 1
		Rate: 1300
	}
	Holy_Armor_S_Box10: {
		Random: 1
		Rate: 1300
	}
	Shadow_Armor_S_Box10: {
		Random: 1
		Rate: 1300
	}
	Turtle_General_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
//unsupported/unknown item 'RWC2010_Indonesia'
//	RWC2010_Indonesia: {
//		Random: 1
//		Announce: true
//		Rate: 6
//	}
	Neuralizer_Box: {
		Random: 1
		Announce: true
		Rate: 3
	}
//unsupported/unknown item 'Fallen_Angel_Wing'
//	Fallen_Angel_Wing: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Spiked_Scarf_Box: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Rainbow_Scarf_Box: {
		Random: 1
		Announce: true
		Rate: 50
	}
	Fish_Head_Hat_Box: {
		Random: 1
		Announce: true
		Rate: 180
	}
}
*/
/* unsupported/unknown item 'Summer_Scroll3'
Summer_Scroll3: {
	Underripe_Yggseed: {
		Random: 1
		Count: 10
		Rate: 1500
	}
	Megaphone_Box: {
		Random: 1
		Rate: 1500
	}
	Vit_Dish_Box: {
		Random: 1
		Rate: 1500
	}
	Holy_Armor_S_Box10: {
		Random: 1
		Rate: 1500
	}
	Token_Of_Siegfried_Box: {
		Random: 1
		Rate: 1300
	}
	Int_Dish_Box: {
		Random: 1
		Rate: 1500
	}
//unsupported/unknown item 'Unbreak_Weap_Box'
//	Unbreak_Weap_Box: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Unbreak_Def_Box'
//	Unbreak_Def_Box: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
	Scuba_Mask: {
		Random: 1
		Announce: true
		Rate: 275
	}
//unsupported/unknown item 'Sugared_Fruit_Stick'
//	Sugared_Fruit_Stick: {
//		Random: 1
//		Announce: true
//		Rate: 275
//	}
	Dress_Hat: {
		Random: 1
		Announce: true
		Rate: 275
	}
//unsupported/unknown item 'Asgard_Blessing'
//	Asgard_Blessing: {
//		Random: 1
//		Announce: true
//		Rate: 10
//	}
	Guarantee_Armor_9Up: {
		Random: 1
		Announce: true
		Rate: 5
	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 45
	}
	Guarantee_Weapon_9Up: {
		Random: 1
		Announce: true
		Rate: 10
	}
	Maya_Puple_Card: {
		Random: 1
		Announce: true
		Rate: 3
	}
//unsupported/unknown item 'Sealed_Tao_Card'
//	Sealed_Tao_Card: {
//		Random: 1
//		Announce: true
//		Rate: 1
//	}
	B_Eremes_Card: {
		Random: 1
		Announce: true
		Rate: 1
	}
}
*/
/* unsupported/unknown item 'C_Wing_Of_Fly_3Day_Box'
C_Wing_Of_Fly_3Day_Box: {
//unsupported/unknown item 'C_Wing_Of_Fly'
//	C_Wing_Of_Fly: {
//		Random: 0
//		Expire: 72
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'RWC_2012_Set_Box'
RWC_2012_Set_Box: {
//unsupported/unknown item 'RWC_2012_Ring'
//	RWC_2012_Ring: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'RWC_2012_Pendant'
//	RWC_2012_Pendant: {
//		Random: 0
//		Named: true
//	}
//unsupported/unknown item 'C_Wing_Of_Fly_3Day_Box'
//	C_Wing_Of_Fly_3Day_Box: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'Ex_Def_Potion_Box'
Ex_Def_Potion_Box: {
//unsupported/unknown item 'Ex_Def_Potion'
//	Ex_Def_Potion: {
//		Random: 0
//		Count: 5
//		Named: true
//	}
//unsupported/unknown item 'RWC_Scroll_2012'
//	RWC_Scroll_2012: {
//		Random: 0
//		Named: true
//	}
}
*/
/* unsupported/unknown item 'RWC_Scroll_2012'
RWC_Scroll_2012: {
//unsupported/unknown item 'RWC_Inicializer'
//	RWC_Inicializer: {
//		Random: 1
//		Rate: 1000
//	}
	Guarantee_Armor_7Up: {
		Random: 1
		Announce: true
		Rate: 90
	}
	Guarantee_Weapon_7Up: {
		Random: 1
		Announce: true
		Rate: 90
	}
	Guarantee_Armor_9Up: {
		Random: 1
		Announce: true
		Rate: 5
	}
	Guarantee_Weapon_9Up: {
		Random: 1
		Announce: true
		Rate: 5
	}
	White_Slim_Pot_Box2: {
		Random: 1
		Rate: 1000
	}
	Poison_Bottle_Box2: {
		Random: 1
		Rate: 1000
	}
	Bubble_Gum_Box5: {
		Random: 1
		Rate: 1500
	}
//unsupported/unknown item 'Carat_Dia'
//	Carat_Dia: {
//		Random: 1
//		Rate: 1000
//	}
	Battle_Manual_Box5: {
		Random: 1
		Rate: 1500
	}
//unsupported/unknown item 'Old_C_Album_Weapon'
//	Old_C_Album_Weapon: {
//		Random: 1
//		Rate: 500
//	}
//unsupported/unknown item 'Old_C_Album_Acc'
//	Old_C_Album_Acc: {
//		Random: 1
//		Rate: 500
//	}
	Branch_Of_Dead_Tree: {
		Random: 1
		Count: 3
		Rate: 1000
	}
	Magic_Card_Album: {
		Random: 1
		Announce: true
		Rate: 100
	}
//unsupported/unknown item 'RWC_Memory_Staff'
//	RWC_Memory_Staff: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'RWC_Memory_Mace'
//	RWC_Memory_Mace: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'RWC_Memory_Knife'
//	RWC_Memory_Knife: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'Rainbow_Feather_Deco'
//	Rainbow_Feather_Deco: {
//		Random: 1
//		Announce: true
//		Rate: 150
//	}
//unsupported/unknown item 'C_Rainbow_Feather_Deco'
//	C_Rainbow_Feather_Deco: {
//		Random: 1
//		Announce: true
//		Rate: 110
//	}
}
*/
/* unsupported/unknown item 'Old_Coin_Pocket'
Old_Coin_Pocket: {
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Rate: 400
//	}
	Splendide_Coin: {
		Random: 1
		Rate: 200
	}
	Manuk_Coin: {
		Random: 1
		Rate: 100
	}
	Sapa_Feat_Cert: {
		Random: 1
		Rate: 80
	}
	Mora_Coin: {
		Random: 1
		Rate: 50
	}
//unsupported/unknown item 'Anger_Seagod'
//	Anger_Seagod: {
//		Random: 1
//		Rate: 1
//	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 1
//		Rate: 74
//	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 1
//		Rate: 95
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 400
//	}
	Splendide_Coin: {
		Random: 2
		Rate: 250
	}
	Manuk_Coin: {
		Random: 2
		Rate: 100
	}
	Sapa_Feat_Cert: {
		Random: 2
		Rate: 100
	}
	Mora_Coin: {
		Random: 2
		Rate: 40
	}
//unsupported/unknown item 'Agrade_Coin'
//	Agrade_Coin: {
//		Random: 2
//		Rate: 15
//	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 2
//		Rate: 40
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 3
//		Rate: 300
//	}
	Splendide_Coin: {
		Random: 3
		Rate: 230
	}
	Manuk_Coin: {
		Random: 3
		Rate: 180
	}
	Sapa_Feat_Cert: {
		Random: 3
		Rate: 100
	}
	Mora_Coin: {
		Random: 3
		Rate: 75
	}
//unsupported/unknown item 'Bgrade_Coin'
//	Bgrade_Coin: {
//		Random: 3
//		Rate: 60
//	}
}
*/
/* unsupported/unknown item 'High_Coin_Pocket'
High_Coin_Pocket: {
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Rate: 600
//	}
	Sapa_Feat_Cert: {
		Random: 1
		Rate: 300
	}
//unsupported/unknown item 'Agrade_Coin'
//	Agrade_Coin: {
//		Random: 1
//		Rate: 100
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 600
//	}
	Mora_Coin: {
		Random: 2
		Rate: 200
	}
//unsupported/unknown item 'Bgrade_Coin'
//	Bgrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 3
//		Rate: 500
//	}
	Sapa_Feat_Cert: {
		Random: 3
		Rate: 300
	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 3
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 4
//		Rate: 500
//	}
	Mora_Coin: {
		Random: 4
		Rate: 300
	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 4
//		Rate: 200
//	}
}
*/
/* unsupported/unknown item 'Mid_Coin_Pocket'
Mid_Coin_Pocket: {
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Rate: 600
//	}
	Sapa_Feat_Cert: {
		Random: 1
		Rate: 300
	}
//unsupported/unknown item 'Bgrade_Coin'
//	Bgrade_Coin: {
//		Random: 1
//		Rate: 100
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 600
//	}
	Mora_Coin: {
		Random: 2
		Rate: 200
	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 3
//		Rate: 500
//	}
	Manuk_Coin: {
		Random: 3
		Rate: 300
	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 3
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 4
//		Rate: 500
//	}
	Splendide_Coin: {
		Random: 4
		Rate: 300
	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 4
//		Rate: 200
//	}
}
*/
/* unsupported/unknown item 'Low_Coin_Pocket'
Low_Coin_Pocket: {
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Rate: 600
//	}
	Sapa_Feat_Cert: {
		Random: 1
		Rate: 300
	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 1
//		Rate: 100
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 600
//	}
	Mora_Coin: {
		Random: 2
		Rate: 200
	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 3
//		Rate: 500
//	}
	Manuk_Coin: {
		Random: 3
		Rate: 300
	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 3
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 4
//		Rate: 500
//	}
	Splendide_Coin: {
		Random: 4
		Rate: 300
	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 4
//		Rate: 200
//	}
}
*/
/* unsupported/unknown item 'Sgrade_Pocket'
Sgrade_Pocket: {
//unsupported/unknown item 'Agrade_Coin'
//	Agrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Bgrade_Coin'
//	Bgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Rate: 800
//	}
//unsupported/unknown item 'Agrade_Coin'
//	Agrade_Coin: {
//		Random: 1
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 700
//	}
//unsupported/unknown item 'Bgrade_Coin'
//	Bgrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
//unsupported/unknown item 'Anger_Seagod'
//	Anger_Seagod: {
//		Random: 2
//		Rate: 100
//	}
}
*/
/* unsupported/unknown item 'Agrade_Pocket'
Agrade_Pocket: {
//unsupported/unknown item 'Agrade_Coin'
//	Agrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Bgrade_Coin'
//	Bgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Rate: 800
//	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 1
//		Rate: 50
//	}
//unsupported/unknown item 'Bgrade_Coin'
//	Bgrade_Coin: {
//		Random: 1
//		Rate: 150
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 800
//	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
}
*/
/* unsupported/unknown item 'Bgrade_Pocket'
Bgrade_Pocket: {
//unsupported/unknown item 'Bgrade_Coin'
//	Bgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Rate: 800
//	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 1
//		Rate: 50
//	}
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 1
//		Rate: 150
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 800
//	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
}
*/
/* unsupported/unknown item 'Cgrade_Pocket'
Cgrade_Pocket: {
//unsupported/unknown item 'Cgrade_Coin'
//	Cgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Rate: 800
//	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 1
//		Rate: 50
//	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 1
//		Rate: 150
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 800
//	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
}
*/
/* unsupported/unknown item 'Dgrade_Pocket'
Dgrade_Pocket: {
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Count: 2
//		Rate: 800
//	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 1
//		Count: 2
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 800
//	}
//unsupported/unknown item 'Dgrade_Coin'
//	Dgrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
}
*/
/* unsupported/unknown item 'Egrade_Pocket'
Egrade_Pocket: {
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 0
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 1
//		Count: 2
//		Rate: 800
//	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 1
//		Count: 2
//		Rate: 200
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 2
//		Rate: 800
//	}
//unsupported/unknown item 'Egrade_Coin'
//	Egrade_Coin: {
//		Random: 2
//		Rate: 200
//	}
}
*/
/* unsupported/unknown item 'Ptotection_Seagod_Box'
Ptotection_Seagod_Box: {
//unsupported/unknown item 'Ptotection_Seagod'
//	Ptotection_Seagod: {
//		Random: 0
//		Expire: 23
//	}
}
*/
/* unsupported/unknown item 'Hairtail_Box1'
Hairtail_Box1: {
//unsupported/unknown item 'Hairtail'
//	Hairtail: {
//		Random: 0
//	}
}
*/
/* unsupported/unknown item 'Hairtail_Box2'
Hairtail_Box2: {
//unsupported/unknown item 'Hairtail'
//	Hairtail: {
//		Random: 0
//		Expire: 168
//	}
}
*/
/* unsupported/unknown item 'Spearfish_Box1'
Spearfish_Box1: {
//unsupported/unknown item 'Spearfish_'
//	Spearfish_: {
//		Random: 0
//	}
}
*/
/* unsupported/unknown item 'Spearfish_Box2'
Spearfish_Box2: {
//unsupported/unknown item 'Spearfish_'
//	Spearfish_: {
//		Random: 0
//		Expire: 168
//	}
}
*/
/* unsupported/unknown item 'Saurel_Box1'
Saurel_Box1: {
//unsupported/unknown item 'Saurel'
//	Saurel: {
//		Random: 0
//	}
}
*/
/* unsupported/unknown item 'Saurel_Box2'
Saurel_Box2: {
//unsupported/unknown item 'Saurel'
//	Saurel: {
//		Random: 0
//		Expire: 168
//	}
}
*/
/* unsupported/unknown item 'Tuna_Box1'
Tuna_Box1: {
//unsupported/unknown item 'Tuna'
//	Tuna: {
//		Random: 0
//	}
}
*/
/* unsupported/unknown item 'Tuna_Box2'
Tuna_Box2: {
//unsupported/unknown item 'Tuna'
//	Tuna: {
//		Random: 0
//		Expire: 168
//	}
}
*/
/* unsupported/unknown item 'Malang_Crab_Box1'
Malang_Crab_Box1: {
//unsupported/unknown item 'Malang_Snow_Crab'
//	Malang_Snow_Crab: {
//		Random: 0
//	}
}
*/
/* unsupported/unknown item 'Malang_Crab_Box2'
Malang_Crab_Box2: {
//unsupported/unknown item 'Malang_Snow_Crab'
//	Malang_Snow_Crab: {
//		Random: 0
//		Expire: 168
//	}
}
*/
/* unsupported/unknown item 'Brindle_Eel_Box1'
Brindle_Eel_Box1: {
//unsupported/unknown item 'Brindle_Eel'
//	Brindle_Eel: {
//		Random: 0
//	}
}
*/
/* unsupported/unknown item 'Brindle_Eel_Box2'
Brindle_Eel_Box2: {
//unsupported/unknown item 'Brindle_Eel'
//	Brindle_Eel: {
//		Random: 0
//		Expire: 168
//	}
}
*/
/* unsupported/unknown item 'Ptotection_Seagod_Box2'
Ptotection_Seagod_Box2: {
//unsupported/unknown item 'Ptotection_Seagod'
//	Ptotection_Seagod: {
//		Random: 0
//		Expire: 168
//	}
}
*/
/* unsupported/unknown item 'Ptotection_Seagod_Box3'
Ptotection_Seagod_Box3: {
//unsupported/unknown item 'Ptotection_Seagod'
//	Ptotection_Seagod: {
//		Random: 0
//		Expire: 360
//	}
}
*/
/* unsupported/unknown item 'Octo_Hstick_Box'
Octo_Hstick_Box: {
//unsupported/unknown item 'Octopus_Hunt_Stick'
//	Octopus_Hunt_Stick: {
//		Random: 0
//		Expire: 23
//	}
}
*/
/* unsupported/unknown item 'Octo_Hstick_Box2'
Octo_Hstick_Box2: {
//unsupported/unknown item 'Octopus_Hunt_Stick'
//	Octopus_Hunt_Stick: {
//		Random: 0
//		Expire: 72
//	}
}
*/
/* unsupported/unknown item 'Octo_Hstick_Box3'
Octo_Hstick_Box3: {
//unsupported/unknown item 'Octopus_Hunt_Stick'
//	Octopus_Hunt_Stick: {
//		Random: 0
//		Expire: 168
//	}
}
*/
/* unsupported/unknown item 'Silvervine_Fruit_Box10'
Silvervine_Fruit_Box10: {
//unsupported/unknown item 'Silvervine'
//	Silvervine: {
//		Random: 0
//		Count: 10
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 0
//		Count: 30
//	}
}
*/
/* unsupported/unknown item 'Silvervine_Fruit_Box40'
Silvervine_Fruit_Box40: {
//unsupported/unknown item 'Silvervine'
//	Silvervine: {
//		Random: 0
//		Count: 40
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 0
//		Count: 120
//	}
}
*/
/* unsupported/unknown item 'Silvervine_Fruit_Box4'
Silvervine_Fruit_Box4: {
//unsupported/unknown item 'Silvervine'
//	Silvervine: {
//		Random: 0
//		Count: 4
//	}
//unsupported/unknown item 'Malang_Sp_Can'
//	Malang_Sp_Can: {
//		Random: 0
//		Count: 12
//	}
}
*/
/* unsupported/unknown item 'Malang_Woe_Encard_Box'
Malang_Woe_Encard_Box: {
//unsupported/unknown item 'Ptotection_Seagod_Box'
//	Ptotection_Seagod_Box: {
//		Random: 0
//	}
//unsupported/unknown item 'Octo_Hstick_Box'
//	Octo_Hstick_Box: {
//		Random: 0
//	}
}
*/
Old_Ore_Box: {
	Iron_Ore: {
		Random: 1
		Rate: 600
	}
	Iron: {
		Random: 1
		Rate: 380
	}
	Yellow_Live: {
		Random: 1
		Rate: 100
	}
	Coal: {
		Random: 1
		Rate: 80
	}
	Wind_Of_Verdure: {
		Random: 1
		Rate: 100
	}
	Phracon: {
		Random: 1
		Rate: 600
	}
	Crystal_Blue: {
		Random: 1
		Rate: 100
	}
	Boody_Red: {
		Random: 1
		Rate: 100
	}
	Steel: {
		Random: 1
		Rate: 50
	}
	Emveretarcon: {
		Random: 1
		Rate: 380
	}
	Elunium_Stone: {
		Random: 1
		Rate: 70
	}
	Oridecon_Stone: {
		Random: 1
		Rate: 80
	}
	Great_Nature: {
		Random: 1
		Rate: 40
	}
	Rough_Wind: {
		Random: 1
		Rate: 40
	}
	Mistic_Frozen: {
		Random: 1
		Rate: 40
	}
	Flame_Heart: {
		Random: 1
		Rate: 40
	}
	Elunium: {
		Random: 1
		Rate: 20
	}
	Oridecon: {
		Random: 1
		Rate: 20
	}
	Gold: {
		Random: 1
		Rate: 10
	}
	Emperium: {
		Random: 1
		Rate: 50
	}
}