diff --git a/src/generated/main/java/emu/grasscutter/net/proto/WorldChestOpenNotifyOuterClass.java b/src/generated/main/java/emu/grasscutter/net/proto/WorldChestOpenNotifyOuterClass.java
new file mode 100644
index 00000000..f1e1555b
--- /dev/null
+++ b/src/generated/main/java/emu/grasscutter/net/proto/WorldChestOpenNotifyOuterClass.java
@@ -0,0 +1,689 @@
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: WorldChestOpenNotify.proto
+
+package emu.grasscutter.net.proto;
+
+public final class WorldChestOpenNotifyOuterClass {
+ private WorldChestOpenNotifyOuterClass() {}
+ public static void registerAllExtensions(
+ com.google.protobuf.ExtensionRegistryLite registry) {
+ }
+
+ public static void registerAllExtensions(
+ com.google.protobuf.ExtensionRegistry registry) {
+ registerAllExtensions(
+ (com.google.protobuf.ExtensionRegistryLite) registry);
+ }
+ public interface WorldChestOpenNotifyOrBuilder extends
+ // @@protoc_insertion_point(interface_extends:WorldChestOpenNotify)
+ com.google.protobuf.MessageOrBuilder {
+
+ /**
+ * uint32 group_id = 6;
+ * @return The groupId.
+ */
+ int getGroupId();
+
+ /**
+ * uint32 scene_id = 9;
+ * @return The sceneId.
+ */
+ int getSceneId();
+
+ /**
+ * uint32 config_id = 12;
+ * @return The configId.
+ */
+ int getConfigId();
+ }
+ /**
+ *
+ * CmdId: 3295
+ * EnetChannelId: 0
+ * EnetIsReliable: true
+ *
+ *
+ * Protobuf type {@code WorldChestOpenNotify}
+ */
+ public static final class WorldChestOpenNotify extends
+ com.google.protobuf.GeneratedMessageV3 implements
+ // @@protoc_insertion_point(message_implements:WorldChestOpenNotify)
+ WorldChestOpenNotifyOrBuilder {
+ private static final long serialVersionUID = 0L;
+ // Use WorldChestOpenNotify.newBuilder() to construct.
+ private WorldChestOpenNotify(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ super(builder);
+ }
+ private WorldChestOpenNotify() {
+ }
+
+ @java.lang.Override
+ @SuppressWarnings({"unused"})
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
+ return new WorldChestOpenNotify();
+ }
+
+ @java.lang.Override
+ public final com.google.protobuf.UnknownFieldSet
+ getUnknownFields() {
+ return this.unknownFields;
+ }
+ private WorldChestOpenNotify(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ this();
+ if (extensionRegistry == null) {
+ throw new java.lang.NullPointerException();
+ }
+ com.google.protobuf.UnknownFieldSet.Builder unknownFields =
+ com.google.protobuf.UnknownFieldSet.newBuilder();
+ try {
+ boolean done = false;
+ while (!done) {
+ int tag = input.readTag();
+ switch (tag) {
+ case 0:
+ done = true;
+ break;
+ case 48: {
+
+ groupId_ = input.readUInt32();
+ break;
+ }
+ case 72: {
+
+ sceneId_ = input.readUInt32();
+ break;
+ }
+ case 96: {
+
+ configId_ = input.readUInt32();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
+ }
+ break;
+ }
+ }
+ }
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ throw e.setUnfinishedMessage(this);
+ } catch (java.io.IOException e) {
+ throw new com.google.protobuf.InvalidProtocolBufferException(
+ e).setUnfinishedMessage(this);
+ } finally {
+ this.unknownFields = unknownFields.build();
+ makeExtensionsImmutable();
+ }
+ }
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.internal_static_WorldChestOpenNotify_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.internal_static_WorldChestOpenNotify_fieldAccessorTable
+ .ensureFieldAccessorsInitialized(
+ emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify.class, emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify.Builder.class);
+ }
+
+ public static final int GROUP_ID_FIELD_NUMBER = 6;
+ private int groupId_;
+ /**
+ * uint32 group_id = 6;
+ * @return The groupId.
+ */
+ @java.lang.Override
+ public int getGroupId() {
+ return groupId_;
+ }
+
+ public static final int SCENE_ID_FIELD_NUMBER = 9;
+ private int sceneId_;
+ /**
+ * uint32 scene_id = 9;
+ * @return The sceneId.
+ */
+ @java.lang.Override
+ public int getSceneId() {
+ return sceneId_;
+ }
+
+ public static final int CONFIG_ID_FIELD_NUMBER = 12;
+ private int configId_;
+ /**
+ * uint32 config_id = 12;
+ * @return The configId.
+ */
+ @java.lang.Override
+ public int getConfigId() {
+ return configId_;
+ }
+
+ private byte memoizedIsInitialized = -1;
+ @java.lang.Override
+ public final boolean isInitialized() {
+ byte isInitialized = memoizedIsInitialized;
+ if (isInitialized == 1) return true;
+ if (isInitialized == 0) return false;
+
+ memoizedIsInitialized = 1;
+ return true;
+ }
+
+ @java.lang.Override
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
+ if (groupId_ != 0) {
+ output.writeUInt32(6, groupId_);
+ }
+ if (sceneId_ != 0) {
+ output.writeUInt32(9, sceneId_);
+ }
+ if (configId_ != 0) {
+ output.writeUInt32(12, configId_);
+ }
+ unknownFields.writeTo(output);
+ }
+
+ @java.lang.Override
+ public int getSerializedSize() {
+ int size = memoizedSize;
+ if (size != -1) return size;
+
+ size = 0;
+ if (groupId_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt32Size(6, groupId_);
+ }
+ if (sceneId_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt32Size(9, sceneId_);
+ }
+ if (configId_ != 0) {
+ size += com.google.protobuf.CodedOutputStream
+ .computeUInt32Size(12, configId_);
+ }
+ size += unknownFields.getSerializedSize();
+ memoizedSize = size;
+ return size;
+ }
+
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
+ if (obj == this) {
+ return true;
+ }
+ if (!(obj instanceof emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify)) {
+ return super.equals(obj);
+ }
+ emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify other = (emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify) obj;
+
+ if (getGroupId()
+ != other.getGroupId()) return false;
+ if (getSceneId()
+ != other.getSceneId()) return false;
+ if (getConfigId()
+ != other.getConfigId()) return false;
+ if (!unknownFields.equals(other.unknownFields)) return false;
+ return true;
+ }
+
+ @java.lang.Override
+ public int hashCode() {
+ if (memoizedHashCode != 0) {
+ return memoizedHashCode;
+ }
+ int hash = 41;
+ hash = (19 * hash) + getDescriptor().hashCode();
+ hash = (37 * hash) + GROUP_ID_FIELD_NUMBER;
+ hash = (53 * hash) + getGroupId();
+ hash = (37 * hash) + SCENE_ID_FIELD_NUMBER;
+ hash = (53 * hash) + getSceneId();
+ hash = (37 * hash) + CONFIG_ID_FIELD_NUMBER;
+ hash = (53 * hash) + getConfigId();
+ hash = (29 * hash) + unknownFields.hashCode();
+ memoizedHashCode = hash;
+ return hash;
+ }
+
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(
+ com.google.protobuf.ByteString data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return PARSER.parseFrom(data, extensionRegistry);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseDelimitedFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
+ }
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parseFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
+ }
+
+ @java.lang.Override
+ public Builder newBuilderForType() { return newBuilder(); }
+ public static Builder newBuilder() {
+ return DEFAULT_INSTANCE.toBuilder();
+ }
+ public static Builder newBuilder(emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify prototype) {
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
+ }
+ @java.lang.Override
+ public Builder toBuilder() {
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
+ }
+
+ @java.lang.Override
+ protected Builder newBuilderForType(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ Builder builder = new Builder(parent);
+ return builder;
+ }
+ /**
+ *
+ * CmdId: 3295
+ * EnetChannelId: 0
+ * EnetIsReliable: true
+ *
+ *
+ * Protobuf type {@code WorldChestOpenNotify}
+ */
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
+ // @@protoc_insertion_point(builder_implements:WorldChestOpenNotify)
+ emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotifyOrBuilder {
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.internal_static_WorldChestOpenNotify_descriptor;
+ }
+
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.internal_static_WorldChestOpenNotify_fieldAccessorTable
+ .ensureFieldAccessorsInitialized(
+ emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify.class, emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify.Builder.class);
+ }
+
+ // Construct using emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify.newBuilder()
+ private Builder() {
+ maybeForceBuilderInitialization();
+ }
+
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ super(parent);
+ maybeForceBuilderInitialization();
+ }
+ private void maybeForceBuilderInitialization() {
+ if (com.google.protobuf.GeneratedMessageV3
+ .alwaysUseFieldBuilders) {
+ }
+ }
+ @java.lang.Override
+ public Builder clear() {
+ super.clear();
+ groupId_ = 0;
+
+ sceneId_ = 0;
+
+ configId_ = 0;
+
+ return this;
+ }
+
+ @java.lang.Override
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.internal_static_WorldChestOpenNotify_descriptor;
+ }
+
+ @java.lang.Override
+ public emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify getDefaultInstanceForType() {
+ return emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify.getDefaultInstance();
+ }
+
+ @java.lang.Override
+ public emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify build() {
+ emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify result = buildPartial();
+ if (!result.isInitialized()) {
+ throw newUninitializedMessageException(result);
+ }
+ return result;
+ }
+
+ @java.lang.Override
+ public emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify buildPartial() {
+ emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify result = new emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify(this);
+ result.groupId_ = groupId_;
+ result.sceneId_ = sceneId_;
+ result.configId_ = configId_;
+ onBuilt();
+ return result;
+ }
+
+ @java.lang.Override
+ public Builder clone() {
+ return super.clone();
+ }
+ @java.lang.Override
+ public Builder setField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
+ return super.setField(field, value);
+ }
+ @java.lang.Override
+ public Builder clearField(
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
+ return super.clearField(field);
+ }
+ @java.lang.Override
+ public Builder clearOneof(
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+ return super.clearOneof(oneof);
+ }
+ @java.lang.Override
+ public Builder setRepeatedField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ int index, java.lang.Object value) {
+ return super.setRepeatedField(field, index, value);
+ }
+ @java.lang.Override
+ public Builder addRepeatedField(
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
+ return super.addRepeatedField(field, value);
+ }
+ @java.lang.Override
+ public Builder mergeFrom(com.google.protobuf.Message other) {
+ if (other instanceof emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify) {
+ return mergeFrom((emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify)other);
+ } else {
+ super.mergeFrom(other);
+ return this;
+ }
+ }
+
+ public Builder mergeFrom(emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify other) {
+ if (other == emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify.getDefaultInstance()) return this;
+ if (other.getGroupId() != 0) {
+ setGroupId(other.getGroupId());
+ }
+ if (other.getSceneId() != 0) {
+ setSceneId(other.getSceneId());
+ }
+ if (other.getConfigId() != 0) {
+ setConfigId(other.getConfigId());
+ }
+ this.mergeUnknownFields(other.unknownFields);
+ onChanged();
+ return this;
+ }
+
+ @java.lang.Override
+ public final boolean isInitialized() {
+ return true;
+ }
+
+ @java.lang.Override
+ public Builder mergeFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify parsedMessage = null;
+ try {
+ parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+ parsedMessage = (emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify) e.getUnfinishedMessage();
+ throw e.unwrapIOException();
+ } finally {
+ if (parsedMessage != null) {
+ mergeFrom(parsedMessage);
+ }
+ }
+ return this;
+ }
+
+ private int groupId_ ;
+ /**
+ * uint32 group_id = 6;
+ * @return The groupId.
+ */
+ @java.lang.Override
+ public int getGroupId() {
+ return groupId_;
+ }
+ /**
+ * uint32 group_id = 6;
+ * @param value The groupId to set.
+ * @return This builder for chaining.
+ */
+ public Builder setGroupId(int value) {
+
+ groupId_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 group_id = 6;
+ * @return This builder for chaining.
+ */
+ public Builder clearGroupId() {
+
+ groupId_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int sceneId_ ;
+ /**
+ * uint32 scene_id = 9;
+ * @return The sceneId.
+ */
+ @java.lang.Override
+ public int getSceneId() {
+ return sceneId_;
+ }
+ /**
+ * uint32 scene_id = 9;
+ * @param value The sceneId to set.
+ * @return This builder for chaining.
+ */
+ public Builder setSceneId(int value) {
+
+ sceneId_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 scene_id = 9;
+ * @return This builder for chaining.
+ */
+ public Builder clearSceneId() {
+
+ sceneId_ = 0;
+ onChanged();
+ return this;
+ }
+
+ private int configId_ ;
+ /**
+ * uint32 config_id = 12;
+ * @return The configId.
+ */
+ @java.lang.Override
+ public int getConfigId() {
+ return configId_;
+ }
+ /**
+ * uint32 config_id = 12;
+ * @param value The configId to set.
+ * @return This builder for chaining.
+ */
+ public Builder setConfigId(int value) {
+
+ configId_ = value;
+ onChanged();
+ return this;
+ }
+ /**
+ * uint32 config_id = 12;
+ * @return This builder for chaining.
+ */
+ public Builder clearConfigId() {
+
+ configId_ = 0;
+ onChanged();
+ return this;
+ }
+ @java.lang.Override
+ public final Builder setUnknownFields(
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
+ return super.setUnknownFields(unknownFields);
+ }
+
+ @java.lang.Override
+ public final Builder mergeUnknownFields(
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
+ return super.mergeUnknownFields(unknownFields);
+ }
+
+
+ // @@protoc_insertion_point(builder_scope:WorldChestOpenNotify)
+ }
+
+ // @@protoc_insertion_point(class_scope:WorldChestOpenNotify)
+ private static final emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify DEFAULT_INSTANCE;
+ static {
+ DEFAULT_INSTANCE = new emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify();
+ }
+
+ public static emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify getDefaultInstance() {
+ return DEFAULT_INSTANCE;
+ }
+
+ private static final com.google.protobuf.Parser
+ PARSER = new com.google.protobuf.AbstractParser() {
+ @java.lang.Override
+ public WorldChestOpenNotify parsePartialFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return new WorldChestOpenNotify(input, extensionRegistry);
+ }
+ };
+
+ public static com.google.protobuf.Parser parser() {
+ return PARSER;
+ }
+
+ @java.lang.Override
+ public com.google.protobuf.Parser getParserForType() {
+ return PARSER;
+ }
+
+ @java.lang.Override
+ public emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify getDefaultInstanceForType() {
+ return DEFAULT_INSTANCE;
+ }
+
+ }
+
+ private static final com.google.protobuf.Descriptors.Descriptor
+ internal_static_WorldChestOpenNotify_descriptor;
+ private static final
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internal_static_WorldChestOpenNotify_fieldAccessorTable;
+
+ public static com.google.protobuf.Descriptors.FileDescriptor
+ getDescriptor() {
+ return descriptor;
+ }
+ private static com.google.protobuf.Descriptors.FileDescriptor
+ descriptor;
+ static {
+ java.lang.String[] descriptorData = {
+ "\n\032WorldChestOpenNotify.proto\"M\n\024WorldChe" +
+ "stOpenNotify\022\020\n\010group_id\030\006 \001(\r\022\020\n\010scene_" +
+ "id\030\t \001(\r\022\021\n\tconfig_id\030\014 \001(\rB\033\n\031emu.grass" +
+ "cutter.net.protob\006proto3"
+ };
+ descriptor = com.google.protobuf.Descriptors.FileDescriptor
+ .internalBuildGeneratedFileFrom(descriptorData,
+ new com.google.protobuf.Descriptors.FileDescriptor[] {
+ });
+ internal_static_WorldChestOpenNotify_descriptor =
+ getDescriptor().getMessageTypes().get(0);
+ internal_static_WorldChestOpenNotify_fieldAccessorTable = new
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ internal_static_WorldChestOpenNotify_descriptor,
+ new java.lang.String[] { "GroupId", "SceneId", "ConfigId", });
+ }
+
+ // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/src/main/java/emu/grasscutter/command/commands/ReloadCommand.java b/src/main/java/emu/grasscutter/command/commands/ReloadCommand.java
index 713acccf..e9efb94e 100644
--- a/src/main/java/emu/grasscutter/command/commands/ReloadCommand.java
+++ b/src/main/java/emu/grasscutter/command/commands/ReloadCommand.java
@@ -19,7 +19,7 @@ public final class ReloadCommand implements CommandHandler {
Grasscutter.loadConfig();
Grasscutter.loadLanguage();
Grasscutter.getGameServer().getGachaSystem().load();
- Grasscutter.getGameServer().getDropSystem().load();
+ Grasscutter.getGameServer().getDropSystemLegacy().load();
Grasscutter.getGameServer().getShopSystem().load();
CommandHandler.sendMessage(sender, translate(sender, "commands.reload.reload_done"));
diff --git a/src/main/java/emu/grasscutter/data/GameData.java b/src/main/java/emu/grasscutter/data/GameData.java
index bbc11ed8..feb4edd3 100644
--- a/src/main/java/emu/grasscutter/data/GameData.java
+++ b/src/main/java/emu/grasscutter/data/GameData.java
@@ -81,6 +81,8 @@ public class GameData {
@Getter private static final Int2ObjectMap cookRecipeDataMap = new Int2ObjectOpenHashMap<>();
@Getter private static final Int2ObjectMap compoundDataMap=new Int2ObjectOpenHashMap<>();
@Getter private static final Int2ObjectMap dailyDungeonDataMap = new Int2ObjectOpenHashMap<>();
+ @Getter private static final Int2ObjectMap dropTableDataMap=new Int2ObjectOpenHashMap<>();
+ @Getter private static final Int2ObjectMap dropMaterialDataMap=new Int2ObjectOpenHashMap<>();
@Getter private static final Int2ObjectMap dungeonDataMap = new Int2ObjectOpenHashMap<>();
@Getter private static final Int2ObjectMap dungeonEntryDataMap = new Int2ObjectOpenHashMap<>();
@Getter private static final Int2ObjectMap envAnimalGatherConfigDataMap = new Int2ObjectOpenHashMap<>();
diff --git a/src/main/java/emu/grasscutter/data/common/DropItemData.java b/src/main/java/emu/grasscutter/data/common/DropItemData.java
new file mode 100644
index 00000000..6c384235
--- /dev/null
+++ b/src/main/java/emu/grasscutter/data/common/DropItemData.java
@@ -0,0 +1,12 @@
+package emu.grasscutter.data.common;
+
+import com.google.gson.annotations.SerializedName;
+import lombok.Getter;
+
+@Getter
+public class DropItemData {
+ @SerializedName(value="itemId")
+ private int id;
+ private String countRange;
+ private int weight;
+}
diff --git a/src/main/java/emu/grasscutter/data/excels/DropMaterialData.java b/src/main/java/emu/grasscutter/data/excels/DropMaterialData.java
new file mode 100644
index 00000000..c6991c83
--- /dev/null
+++ b/src/main/java/emu/grasscutter/data/excels/DropMaterialData.java
@@ -0,0 +1,18 @@
+package emu.grasscutter.data.excels;
+
+import emu.grasscutter.data.GameResource;
+import emu.grasscutter.data.ResourceType;
+import lombok.Getter;
+
+@ResourceType(name = "DropMaterialExcelConfigData.json")
+@Getter
+public class DropMaterialData extends GameResource {
+ @Getter(onMethod = @__(@Override))
+ private int id;
+ private boolean useOnGain;
+ private boolean disableFirstGainHint;
+ private boolean autoPick;
+ private boolean dropSeparately;
+ private int groupId;
+ private boolean forceGainHint;
+}
diff --git a/src/main/java/emu/grasscutter/data/excels/DropTableData.java b/src/main/java/emu/grasscutter/data/excels/DropTableData.java
new file mode 100644
index 00000000..ad600fca
--- /dev/null
+++ b/src/main/java/emu/grasscutter/data/excels/DropTableData.java
@@ -0,0 +1,25 @@
+package emu.grasscutter.data.excels;
+
+import emu.grasscutter.data.GameResource;
+import emu.grasscutter.data.ResourceType;
+import emu.grasscutter.data.ResourceType.LoadPriority;
+import emu.grasscutter.data.common.DropItemData;
+import lombok.Getter;
+
+import java.util.List;
+
+@ResourceType(name ={"DropTableExcelConfigData.json","DropSubTableExcelConfigData.json"} , loadPriority = LoadPriority.HIGH)
+@Getter
+public class DropTableData extends GameResource {
+ @Getter(onMethod = @__(@Override))
+ private int id;
+ private int randomType;
+ private int dropLevel;
+ private List dropVec;
+ private int nodeType;
+ private boolean fallToGround;
+ private int sourceType;
+ private int everydayLimit;
+ private int historyLimit;
+ private int activityLimit;
+}
diff --git a/src/main/java/emu/grasscutter/game/drop/BaseDropData.java b/src/main/java/emu/grasscutter/game/drop/BaseDropData.java
new file mode 100644
index 00000000..021e2f47
--- /dev/null
+++ b/src/main/java/emu/grasscutter/game/drop/BaseDropData.java
@@ -0,0 +1,11 @@
+package emu.grasscutter.game.drop;
+
+import lombok.Getter;
+
+@Getter
+public class BaseDropData {
+ private int minLevel;
+ private String index;
+ private int dropId;
+ private int dropCount;
+}
diff --git a/src/main/java/emu/grasscutter/game/drop/ChestDropData.java b/src/main/java/emu/grasscutter/game/drop/ChestDropData.java
new file mode 100644
index 00000000..0ba263b7
--- /dev/null
+++ b/src/main/java/emu/grasscutter/game/drop/ChestDropData.java
@@ -0,0 +1,9 @@
+package emu.grasscutter.game.drop;
+
+import lombok.Getter;
+
+@Getter
+public class ChestDropData extends BaseDropData {
+ private int sourceType;
+ private String type;
+}
diff --git a/src/main/java/emu/grasscutter/game/drop/DropData.java b/src/main/java/emu/grasscutter/game/drop/DropData.java
index 601ae048..9c22c629 100644
--- a/src/main/java/emu/grasscutter/game/drop/DropData.java
+++ b/src/main/java/emu/grasscutter/game/drop/DropData.java
@@ -1,5 +1,6 @@
package emu.grasscutter.game.drop;
+@Deprecated
public class DropData {
private int minWeight;
private int maxWeight;
diff --git a/src/main/java/emu/grasscutter/game/drop/DropSystem.java b/src/main/java/emu/grasscutter/game/drop/DropSystem.java
index 053dcbed..ca2a1986 100644
--- a/src/main/java/emu/grasscutter/game/drop/DropSystem.java
+++ b/src/main/java/emu/grasscutter/game/drop/DropSystem.java
@@ -3,104 +3,257 @@ package emu.grasscutter.game.drop;
import emu.grasscutter.Grasscutter;
import emu.grasscutter.data.DataLoader;
import emu.grasscutter.data.GameData;
-import emu.grasscutter.data.excels.ItemData;
-import emu.grasscutter.game.entity.EntityItem;
+import emu.grasscutter.data.common.DropItemData;
+import emu.grasscutter.data.excels.DropMaterialData;
+import emu.grasscutter.data.excels.DropTableData;
import emu.grasscutter.game.entity.EntityMonster;
+import emu.grasscutter.game.entity.GameEntity;
import emu.grasscutter.game.inventory.GameItem;
import emu.grasscutter.game.inventory.ItemType;
import emu.grasscutter.game.player.Player;
import emu.grasscutter.game.props.ActionReason;
-import emu.grasscutter.game.world.Scene;
+import emu.grasscutter.scripts.data.SceneMonster;
import emu.grasscutter.server.game.BaseGameSystem;
import emu.grasscutter.server.game.GameServer;
-import emu.grasscutter.utils.Position;
-import emu.grasscutter.utils.Utils;
+import emu.grasscutter.server.packet.send.PacketDropHintNotify;
+import emu.grasscutter.server.packet.send.PacketGadgetAutoPickDropInfoNotify;
import it.unimi.dsi.fastutil.ints.Int2ObjectMap;
-import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap;
-import java.util.List;
+import java.util.*;
public class DropSystem extends BaseGameSystem {
- private final Int2ObjectMap> dropData;
+ private final Int2ObjectMap dropTable;
+ private final Map> chestReward;
+ private final Map> monsterDrop;
+ private final Random rand;
+ //TODO:don't know how to determine boss level.Have to hard-code the data from wiki.
+ private final int[] bossLevel = {36, 37, 41, 50, 62, 72, 83, 91, 93};
public DropSystem(GameServer server) {
super(server);
- this.dropData = new Int2ObjectOpenHashMap<>();
- this.load();
- }
-
- public Int2ObjectMap> getDropData() {
- return dropData;
- }
-
- public synchronized void load() {
- getDropData().clear();
+ rand = new Random();
+ dropTable = GameData.getDropTableDataMap();
+ chestReward = new HashMap<>();
+ monsterDrop = new HashMap<>();
try {
- List banners = DataLoader.loadList("Drop.json", DropInfo.class);
- if (banners.size() > 0) {
- for (DropInfo di : banners) {
- getDropData().put(di.getMonsterId(), di.getDropDataList());
+ List dataList = DataLoader.loadList("ChestDrop.json", ChestDropData.class);
+ for (var i : dataList) {
+ if (!chestReward.containsKey(i.getIndex())) {
+ chestReward.put(i.getIndex(), new ArrayList<>());
}
- Grasscutter.getLogger().debug("Drop data successfully loaded.");
- } else {
- Grasscutter.getLogger().error("Unable to load drop data. Drop data size is 0.");
+ chestReward.get(i.getIndex()).add(i);
}
} catch (Exception e) {
- Grasscutter.getLogger().error("Unable to load drop data.", e);
+ Grasscutter.getLogger().error("Unable to load chest drop data.Please place ChestDrop.json in data folder.");
}
- }
- private void addDropEntity(DropData dd, Scene dropScene, ItemData itemData, Position pos, int num, Player target) {
- if (!dd.isGive() && (itemData.getItemType() != ItemType.ITEM_VIRTUAL || itemData.getGadgetId() != 0)) {
- EntityItem entity = new EntityItem(dropScene, target, itemData, pos, num, dd.isShare());
- if (!dd.isShare())
- dropScene.addEntityToSingleClient(target, entity);
- else
- dropScene.addEntity(entity);
- } else {
- if (target != null) {
- target.getInventory().addItem(new GameItem(itemData, num), ActionReason.SubfieldDrop, true);
- } else {
- // target is null if items will be added are shared. no one could pick it up because of the combination(give + shared)
- // so it will be sent to all players' inventories directly.
- dropScene.getPlayers().forEach(x -> x.getInventory().addItem(new GameItem(itemData, num), ActionReason.SubfieldDrop, true));
- }
- }
- }
-
- private void processDrop(DropData dd, EntityMonster em, Player gp) {
- int target = Utils.randomRange(1, 10000);
- if (target >= dd.getMinWeight() && target < dd.getMaxWeight()) {
- ItemData itemData = GameData.getItemDataMap().get(dd.getItemId());
- int num = Utils.randomRange(dd.getMinCount(), dd.getMaxCount());
-
- if (itemData == null) {
- return;
- }
- if (itemData.isEquip()) {
- for (int i = 0; i < num; i++) {
- float range = (2.5f + (.05f * num));
- Position pos = em.getPosition().nearby2d(range).addY(3f);
- addDropEntity(dd, em.getScene(), itemData, pos, num, gp);
+ try {
+ List dataList = DataLoader.loadList("MonsterDrop.json", BaseDropData.class);
+ for (var i : dataList) {
+ if (!monsterDrop.containsKey(i.getIndex())) {
+ monsterDrop.put(i.getIndex(), new ArrayList<>());
}
- } else {
- Position pos = em.getPosition().clone().addY(3f);
- addDropEntity(dd, em.getScene(), itemData, pos, num, gp);
+ monsterDrop.get(i.getIndex()).add(i);
}
+ } catch (Exception e) {
+ Grasscutter.getLogger().error("Unable to load monster drop data.Please place MonsterDrop.json in data folder.");
}
}
- public void callDrop(EntityMonster em) {
- int id = em.getMonsterData().getId();
- if (getDropData().containsKey(id)) {
- for (DropData dd : getDropData().get(id)) {
- if (dd.isShare())
- processDrop(dd, em, null);
- else {
- for (Player gp : em.getScene().getPlayers()) {
- processDrop(dd, em, gp);
+ private int queryDropData(String dropTag, int level, Map> rewards) {
+ if (!rewards.containsKey(dropTag)) return 0;
+ var rewardList = rewards.get(dropTag);
+ BaseDropData dropData = null;
+ int minLevel = 0;
+ for (var i : rewardList) {
+ if (level >= i.getMinLevel() && i.getMinLevel() > minLevel) {
+ minLevel = i.getMinLevel();
+ dropData = i;
+ }
+ }
+ if (dropData == null) return 0;
+ return dropData.getDropId();
+ }
+
+ public boolean handleMonsterDrop(EntityMonster monster) {
+ int dropId;
+ int level = monster.getLevel();
+ SceneMonster sceneMonster = monster.getMetaMonster();
+ if (sceneMonster != null) {
+ if (sceneMonster.drop_tag != null) {
+ dropId = queryDropData(sceneMonster.drop_tag, level, monsterDrop);
+ } else {
+ dropId = sceneMonster.drop_id;
+ }
+ } else {
+ dropId = monster.getMonsterData().getKillDropId();
+ }
+ if (!dropTable.containsKey(dropId)) return false;
+ var dropData = dropTable.get(dropId);
+ List items = new ArrayList<>();
+ processDrop(dropData, 1, items);
+ if (dropData.isFallToGround()) {
+ dropItems(items, ActionReason.MonsterDie, monster, monster.getScene().getPlayers().get(0), true);
+ } else {
+ for (Player p : monster.getScene().getPlayers()) {
+ p.getInventory().addItems(items, ActionReason.MonsterDie);
+ }
+ }
+ return true;
+ }
+
+ public boolean handleChestDrop(int chestDropId, int dropCount, GameEntity bornFrom) {
+ if (!dropTable.containsKey(chestDropId)) return false;
+ var dropData = dropTable.get(chestDropId);
+ List items = new ArrayList<>();
+ processDrop(dropData, dropCount, items);
+ if (dropData.isFallToGround()) {
+ dropItems(items, ActionReason.OpenChest, bornFrom, bornFrom.getWorld().getHost(), false);
+ } else {
+ bornFrom.getWorld().getHost().getInventory().addItems(items, ActionReason.OpenChest);
+ }
+ return true;
+ }
+
+ public boolean handleChestDrop(String dropTag, int level, GameEntity bornFrom) {
+ int dropId = queryDropData(dropTag, level, chestReward);
+ if (dropId == 0) return false;
+ return handleChestDrop(dropId, 1, bornFrom);
+ }
+
+ public boolean handleBossChestDrop(String dropTag, Player player) {
+ int dropId = queryDropData(dropTag, bossLevel[player.getWorldLevel()], chestReward);
+ if (!dropTable.containsKey(dropId)) return false;
+ var dropData = dropTable.get(dropId);
+ List items = new ArrayList<>();
+ processDrop(dropData, 1, items);
+ player.getInventory().addItems(items, ActionReason.OpenWorldBossChest);
+ player.sendPacket(new PacketGadgetAutoPickDropInfoNotify(items));
+ return true;
+ }
+
+ private void processDrop(DropTableData dropData, int count, List items) {
+ //TODO:Not clear on the meaning of some fields,like "dropLevel".Will ignore them.
+ //TODO:solve drop limits,like everydayLimit.
+ if (count > 1) {
+ for (int i = 0; i < count; i++) processDrop(dropData, 1, items);
+ return;
+ }
+ if (dropData.getRandomType() == 0) {
+ int weightSum = 0;
+ for (var i : dropData.getDropVec()) {
+ int id = i.getId();
+ if (id == 0) continue;
+ weightSum += i.getWeight();
+ }
+ if (weightSum == 0) return;
+ int weight = rand.nextInt(weightSum);
+ int sum = 0;
+ for (var i : dropData.getDropVec()) {
+ int id = i.getId();
+ if (id == 0) continue;
+ sum += i.getWeight();
+ if (weight < sum) {
+ //win the item
+ int amount = calculateDropAmount(i) * count;
+ if (amount <= 0) break;
+ if (dropTable.containsKey(id)) {
+ processDrop(dropTable.get(id), amount, items);
+ } else {
+ boolean flag = true;
+ for (var j : items) {
+ if (j.getItemId() == id) {
+ j.setCount(j.getCount() + amount);
+ flag = false;
+ break;
+ }
+ }
+ if (flag) items.add(new GameItem(id, amount));
+ }
+ break;
+ }
+ }
+ } else if (dropData.getRandomType() == 1) {
+ for (var i : dropData.getDropVec()) {
+ int id = i.getId();
+ if (id == 0) continue;
+ if (rand.nextInt(10000) < i.getWeight()) {
+ int amount = calculateDropAmount(i) * count;
+ if (amount <= 0) continue;
+ if (dropTable.containsKey(id)) {
+ processDrop(dropTable.get(id), amount, items);
+ } else {
+ boolean flag = true;
+ for (var j : items) {
+ if (j.getItemId() == id) {
+ j.setCount(j.getCount() + amount);
+ flag = false;
+ break;
+ }
+ }
+ if (flag) items.add(new GameItem(id, amount));
}
}
}
}
}
+
+ private int calculateDropAmount(DropItemData i) {
+ int amount;
+ if (i.getCountRange().contains(";")) {
+ String[] ranges = i.getCountRange().split(";");
+ amount = rand.nextInt(Integer.parseInt(ranges[0]), Integer.parseInt(ranges[1]) + 1);
+ } else if (i.getCountRange().contains(".")) {
+ double expectAmount = Double.parseDouble(i.getCountRange());
+ amount = (int) expectAmount;
+ if (rand.nextDouble() < expectAmount - amount) amount++;
+ } else {
+ amount = Integer.parseInt(i.getCountRange());
+ }
+ return amount;
+ }
+
+ /**
+ * @param share Whether other players in the scene could see the drop items.
+ */
+ private void dropItem(GameItem item, ActionReason reason, Player player, GameEntity bornFrom, boolean share) {
+ DropMaterialData drop = GameData.getDropMaterialDataMap().get(item.getItemId());
+ if ((drop != null && drop.isAutoPick()) || (item.getItemData().getItemType() == ItemType.ITEM_VIRTUAL && item.getItemData().getGadgetId() == 0)) {
+ giveItem(item, reason, player, share);
+ } else {
+ //TODO:solve share problem
+ player.getScene().addDropEntity(item, bornFrom, player, share);
+ }
+ }
+
+ private void dropItems(List items, ActionReason reason, GameEntity bornFrom, Player player, boolean share) {
+ for (var i : items) {
+ dropItem(i,reason,player,bornFrom,share);
+ }
+ }
+
+ private void giveItem(GameItem item, ActionReason reason, Player player, boolean share) {
+ if (share) {
+ for (var p : player.getScene().getPlayers()) {
+ p.getInventory().addItem(item, reason);
+ p.sendPacket(new PacketDropHintNotify(item.getItemId(), player.getPosition().toProto()));
+ }
+ } else {
+ player.getInventory().addItem(item, reason);
+ player.sendPacket(new PacketDropHintNotify(item.getItemId(), player.getPosition().toProto()));
+ }
+ }
+
+ private void giveItems(List items, ActionReason reason, Player player, boolean share) {
+ //don't know whether we need PacketDropHintNotify.
+ if (share) {
+ for (var p : player.getScene().getPlayers()) {
+ p.getInventory().addItems(items, reason);
+ p.sendPacket(new PacketDropHintNotify(items, player.getPosition().toProto()));
+ }
+ } else {
+ player.getInventory().addItems(items, reason);
+ player.sendPacket(new PacketDropHintNotify(items, player.getPosition().toProto()));
+ }
+ }
+
}
diff --git a/src/main/java/emu/grasscutter/game/drop/DropSystemLegacy.java b/src/main/java/emu/grasscutter/game/drop/DropSystemLegacy.java
new file mode 100644
index 00000000..93c88a7b
--- /dev/null
+++ b/src/main/java/emu/grasscutter/game/drop/DropSystemLegacy.java
@@ -0,0 +1,106 @@
+package emu.grasscutter.game.drop;
+
+import emu.grasscutter.Grasscutter;
+import emu.grasscutter.data.DataLoader;
+import emu.grasscutter.data.GameData;
+import emu.grasscutter.data.excels.ItemData;
+import emu.grasscutter.game.entity.EntityItem;
+import emu.grasscutter.game.entity.EntityMonster;
+import emu.grasscutter.game.inventory.GameItem;
+import emu.grasscutter.game.inventory.ItemType;
+import emu.grasscutter.game.player.Player;
+import emu.grasscutter.game.props.ActionReason;
+import emu.grasscutter.game.world.Scene;
+import emu.grasscutter.server.game.BaseGameSystem;
+import emu.grasscutter.server.game.GameServer;
+import emu.grasscutter.utils.Position;
+import emu.grasscutter.utils.Utils;
+import it.unimi.dsi.fastutil.ints.Int2ObjectMap;
+import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap;
+
+import java.util.List;
+
+public class DropSystemLegacy extends BaseGameSystem {
+ private final Int2ObjectMap> dropData;
+
+ public DropSystemLegacy(GameServer server) {
+ super(server);
+ this.dropData = new Int2ObjectOpenHashMap<>();
+ this.load();
+ }
+
+ public Int2ObjectMap> getDropData() {
+ return dropData;
+ }
+
+ public synchronized void load() {
+ getDropData().clear();
+ try {
+ List banners = DataLoader.loadList("Drop.json", DropInfo.class);
+ if (banners.size() > 0) {
+ for (DropInfo di : banners) {
+ getDropData().put(di.getMonsterId(), di.getDropDataList());
+ }
+ Grasscutter.getLogger().debug("Drop data successfully loaded.");
+ } else {
+ Grasscutter.getLogger().error("Unable to load drop data. Drop data size is 0.");
+ }
+ } catch (Exception e) {
+ Grasscutter.getLogger().error("Unable to load drop data.", e);
+ }
+ }
+ private void addDropEntity(DropData dd, Scene dropScene, ItemData itemData, Position pos, int num, Player target) {
+ if (!dd.isGive() && (itemData.getItemType() != ItemType.ITEM_VIRTUAL || itemData.getGadgetId() != 0)) {
+ EntityItem entity = new EntityItem(dropScene, target, itemData, pos, num, dd.isShare());
+ if (!dd.isShare())
+ dropScene.addEntityToSingleClient(target, entity);
+ else
+ dropScene.addEntity(entity);
+ } else {
+ if (target != null) {
+ target.getInventory().addItem(new GameItem(itemData, num), ActionReason.SubfieldDrop, true);
+ } else {
+ // target is null if items will be added are shared. no one could pick it up because of the combination(give + shared)
+ // so it will be sent to all players' inventories directly.
+ dropScene.getPlayers().forEach(x -> x.getInventory().addItem(new GameItem(itemData, num), ActionReason.SubfieldDrop, true));
+ }
+ }
+ }
+
+ private void processDrop(DropData dd, EntityMonster em, Player gp) {
+ int target = Utils.randomRange(1, 10000);
+ if (target >= dd.getMinWeight() && target < dd.getMaxWeight()) {
+ ItemData itemData = GameData.getItemDataMap().get(dd.getItemId());
+ int num = Utils.randomRange(dd.getMinCount(), dd.getMaxCount());
+
+ if (itemData == null) {
+ return;
+ }
+ if (itemData.isEquip()) {
+ for (int i = 0; i < num; i++) {
+ float range = (2.5f + (.05f * num));
+ Position pos = em.getPosition().nearby2d(range).addY(3f);
+ addDropEntity(dd, em.getScene(), itemData, pos, num, gp);
+ }
+ } else {
+ Position pos = em.getPosition().clone().addY(3f);
+ addDropEntity(dd, em.getScene(), itemData, pos, num, gp);
+ }
+ }
+ }
+
+ public void callDrop(EntityMonster em) {
+ int id = em.getMonsterData().getId();
+ if (getDropData().containsKey(id)) {
+ for (DropData dd : getDropData().get(id)) {
+ if (dd.isShare())
+ processDrop(dd, em, null);
+ else {
+ for (Player gp : em.getScene().getPlayers()) {
+ processDrop(dd, em, gp);
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/src/main/java/emu/grasscutter/game/dungeons/DungeonManager.java b/src/main/java/emu/grasscutter/game/dungeons/DungeonManager.java
index 91dd1b85..f57fb609 100644
--- a/src/main/java/emu/grasscutter/game/dungeons/DungeonManager.java
+++ b/src/main/java/emu/grasscutter/game/dungeons/DungeonManager.java
@@ -82,9 +82,9 @@ public class DungeonManager {
return LogicType.calculate(passConfigData.getLogicType(), finishedConditions);
}
- public int getLevelForMonster(int id) {
+ public int getLevelForMonster(int id, int monsterLevel) {
//TODO should use levelConfigMap? and how?
- return dungeonData.getShowLevel();
+ return Math.max(dungeonData.getShowLevel(), monsterLevel);
}
public boolean activateRespawnPoint(int pointId) {
diff --git a/src/main/java/emu/grasscutter/game/entity/EntityItem.java b/src/main/java/emu/grasscutter/game/entity/EntityItem.java
index cd3d81d6..a1fac1ee 100644
--- a/src/main/java/emu/grasscutter/game/entity/EntityItem.java
+++ b/src/main/java/emu/grasscutter/game/entity/EntityItem.java
@@ -22,6 +22,7 @@ import emu.grasscutter.net.proto.SceneEntityAiInfoOuterClass.SceneEntityAiInfo;
import emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo;
import emu.grasscutter.net.proto.SceneGadgetInfoOuterClass.SceneGadgetInfo;
import emu.grasscutter.net.proto.VectorOuterClass.Vector;
+import emu.grasscutter.server.packet.send.PacketDropHintNotify;
import emu.grasscutter.server.packet.send.PacketGadgetInteractRsp;
import emu.grasscutter.utils.Position;
import emu.grasscutter.utils.ProtoHelper;
@@ -66,6 +67,7 @@ public class EntityItem extends EntityBaseGadget {
@Override
public void onInteract(Player player, GadgetInteractReq interactReq) {
// check drop owner to avoid someone picked up item in others' world
+ //TODO:improve it
if (!this.isShare()) {
int dropOwner = (int) (this.getGuid() >> 32);
if (dropOwner != player.getUid()) {
@@ -79,6 +81,7 @@ public class EntityItem extends EntityBaseGadget {
// Add to inventory
boolean success = player.getInventory().addItem(item, ActionReason.SubfieldDrop);
if (success) {
+ player.sendPacket(new PacketDropHintNotify(item.getItemId(),getPosition().toProto()));
if (!this.isShare()) { // not shared drop
player.sendPacket(new PacketGadgetInteractRsp(this, InteractType.INTERACT_TYPE_PICK_ITEM));
} else {
diff --git a/src/main/java/emu/grasscutter/game/entity/EntityMonster.java b/src/main/java/emu/grasscutter/game/entity/EntityMonster.java
index 56a46b7e..3c7636d9 100644
--- a/src/main/java/emu/grasscutter/game/entity/EntityMonster.java
+++ b/src/main/java/emu/grasscutter/game/entity/EntityMonster.java
@@ -24,6 +24,7 @@ import emu.grasscutter.net.proto.SceneEntityInfoOuterClass.SceneEntityInfo;
import emu.grasscutter.net.proto.SceneMonsterInfoOuterClass.SceneMonsterInfo;
import emu.grasscutter.net.proto.SceneWeaponInfoOuterClass.SceneWeaponInfo;
import emu.grasscutter.scripts.constants.EventType;
+import emu.grasscutter.scripts.data.SceneMonster;
import emu.grasscutter.scripts.data.ScriptArgs;
import emu.grasscutter.server.event.entity.EntityDamageEvent;
import emu.grasscutter.utils.Position;
@@ -50,7 +51,7 @@ public class EntityMonster extends GameEntity {
@Getter private int weaponEntityId;
@Getter @Setter private int poseId;
@Getter @Setter private int aiId = -1;
-
+ @Getter @Setter private SceneMonster metaMonster;
public EntityMonster(Scene scene, MonsterData monsterData, Position pos, int level) {
super(scene);
this.id = getWorld().getNextEntityId(EntityIdType.MONSTER);
diff --git a/src/main/java/emu/grasscutter/game/entity/gadget/GadgetChest.java b/src/main/java/emu/grasscutter/game/entity/gadget/GadgetChest.java
index 6cbc4b64..7b43ad28 100644
--- a/src/main/java/emu/grasscutter/game/entity/gadget/GadgetChest.java
+++ b/src/main/java/emu/grasscutter/game/entity/gadget/GadgetChest.java
@@ -1,10 +1,11 @@
package emu.grasscutter.game.entity.gadget;
import emu.grasscutter.Grasscutter;
+import emu.grasscutter.game.drop.DropSystem;
import emu.grasscutter.game.entity.EntityGadget;
import emu.grasscutter.game.entity.gadget.chest.BossChestInteractHandler;
import emu.grasscutter.game.player.Player;
-import emu.grasscutter.game.props.LifeState;
+import emu.grasscutter.game.props.WatcherTriggerType;
import emu.grasscutter.net.proto.BossChestInfoOuterClass.BossChestInfo;
import emu.grasscutter.net.proto.GadgetInteractReqOuterClass.GadgetInteractReq;
import emu.grasscutter.net.proto.InterOpTypeOuterClass.InterOpType;
@@ -13,8 +14,9 @@ import emu.grasscutter.net.proto.InteractTypeOuterClass.InteractType;
import emu.grasscutter.net.proto.ResinCostTypeOuterClass;
import emu.grasscutter.net.proto.SceneGadgetInfoOuterClass.SceneGadgetInfo;
import emu.grasscutter.scripts.constants.ScriptGadgetState;
+import emu.grasscutter.scripts.data.SceneGadget;
import emu.grasscutter.server.packet.send.PacketGadgetInteractRsp;
-import emu.grasscutter.server.packet.send.PacketLifeStateChangeNotify;
+import emu.grasscutter.server.packet.send.PacketWorldChestOpenNotify;
public class GadgetChest extends GadgetContent {
@@ -22,7 +24,54 @@ public class GadgetChest extends GadgetContent {
super(gadget);
}
+ /**
+ * @return Whether we should remove the gadget.
+ */
public boolean onInteract(Player player, GadgetInteractReq req) {
+ //If bigWorldScript enabled,use new drop system.
+ if (Grasscutter.getConfig().server.game.enableScriptInBigWorld) {
+ SceneGadget chest = getGadget().getMetaGadget();
+ DropSystem dropSystem = player.getServer().getDropSystem();
+ if (chest.boss_chest != null && chest.drop_tag != null) {
+ //Boss chest drop
+ //TODO:check for blossom chests
+ if (req.getOpType() == InterOpType.INTER_OP_TYPE_START) {
+ //Two steps
+ player.sendPacket(new PacketGadgetInteractRsp(getGadget(), InteractType.INTERACT_TYPE_OPEN_CHEST, InterOpType.INTER_OP_TYPE_START));
+ return false;
+ }
+ //TODO:check for take_num.(some boss rewards can only be claimed once a week.). Handle boss respawn.
+ //TODO:should return Retcode.RET_RESIN_NOT_ENOUGH ?
+ if (player.getResinManager().useResin(chest.boss_chest.resin) && dropSystem.handleBossChestDrop(chest.drop_tag, player)) {
+ //Is it correct?
+ player.getBattlePassManager().triggerMission(WatcherTriggerType.TRIGGER_WORLD_BOSS_REWARD,chest.boss_chest.monster_config_id,1);
+ getGadget().updateState(ScriptGadgetState.ChestOpened);
+ player.sendPacket(new PacketGadgetInteractRsp(this.getGadget(), InteractTypeOuterClass.InteractType.INTERACT_TYPE_OPEN_CHEST, InterOpType.INTER_OP_TYPE_FINISH));
+ return true;
+ }
+ //if failed,fallback to legacy drop system.
+ } else {
+ //Normal chest drop
+ //only the owner of the world can open chests.
+ if (player != player.getWorld().getHost()) return false;
+ boolean status = false;
+ if (chest.drop_tag != null) {
+ status = dropSystem.handleChestDrop(chest.drop_tag, chest.level, getGadget());
+ } else if (chest.chest_drop_id != 0) {
+ status = dropSystem.handleChestDrop(chest.chest_drop_id, chest.drop_count, getGadget());
+ }
+ if (status) {
+ getGadget().updateState(ScriptGadgetState.ChestOpened);
+ player.sendPacket(new PacketGadgetInteractRsp(getGadget(), InteractType.INTERACT_TYPE_OPEN_CHEST, InterOpType.INTER_OP_TYPE_FINISH));
+ player.sendPacket(new PacketWorldChestOpenNotify(getGadget().getGroupId(), player.getSceneId(), chest.config_id));
+ return true;
+ }
+ //if failed,fallback to legacy drop system.
+ }
+ Grasscutter.getLogger().warn("Can not solve chest drop: chest_drop_id = {} , drop_tag = {}.Fallback to legacy drop system.", chest.chest_drop_id, chest.drop_tag);
+ }
+
+ //Legacy chest drop system
var chestInteractHandlerMap = getGadget().getScene().getWorld().getServer().getWorldDataSystem().getChestInteractHandlerMap();
var handler = chestInteractHandlerMap.get(getGadget().getGadgetData().getJsonName());
if (handler == null) {
@@ -46,7 +95,7 @@ public class GadgetChest extends GadgetContent {
}
getGadget().updateState(ScriptGadgetState.ChestOpened);
- player.sendPacket(new PacketGadgetInteractRsp(this.getGadget(), InteractTypeOuterClass.InteractType.INTERACT_TYPE_OPEN_CHEST));
+ player.sendPacket(new PacketGadgetInteractRsp(this.getGadget(), InteractTypeOuterClass.InteractType.INTERACT_TYPE_OPEN_CHEST, InterOpType.INTER_OP_TYPE_FINISH));
return true;
}
diff --git a/src/main/java/emu/grasscutter/game/inventory/Inventory.java b/src/main/java/emu/grasscutter/game/inventory/Inventory.java
index cb4060d3..b031bb1c 100644
--- a/src/main/java/emu/grasscutter/game/inventory/Inventory.java
+++ b/src/main/java/emu/grasscutter/game/inventory/Inventory.java
@@ -143,7 +143,7 @@ public class Inventory extends BasePlayerManager implements Iterable {
if (item.getItemId() == 0) continue;
GameItem result = null;
try {
- // putItem might throws exception
+ // putItem might throw exception
// ignore that exception and continue
result = putItem(item);
} catch (Exception e) {
@@ -158,7 +158,7 @@ public class Inventory extends BasePlayerManager implements Iterable {
return;
}
if (reason != null) {
- getPlayer().sendPacket(new PacketItemAddHintNotify(changedItems, reason));
+ getPlayer().sendPacket(new PacketItemAddHintNotify(items, reason));
}
getPlayer().sendPacket(new PacketStoreItemChangeNotify(changedItems));
}
diff --git a/src/main/java/emu/grasscutter/game/world/Scene.java b/src/main/java/emu/grasscutter/game/world/Scene.java
index f44eea97..2aa8b8b1 100644
--- a/src/main/java/emu/grasscutter/game/world/Scene.java
+++ b/src/main/java/emu/grasscutter/game/world/Scene.java
@@ -13,12 +13,14 @@ import emu.grasscutter.game.dungeons.challenge.WorldChallenge;
import emu.grasscutter.game.dungeons.enums.DungeonPassConditionType;
import emu.grasscutter.game.entity.*;
import emu.grasscutter.game.entity.gadget.GadgetWorktop;
+import emu.grasscutter.game.inventory.GameItem;
import emu.grasscutter.game.managers.blossom.BlossomManager;
import emu.grasscutter.game.player.Player;
import emu.grasscutter.game.player.TeamInfo;
import emu.grasscutter.game.props.*;
import emu.grasscutter.game.quest.QuestGroupSuite;
import emu.grasscutter.game.world.data.TeleportProperties;
+import emu.grasscutter.game.world.SpawnDataEntry.GridBlockId;
import emu.grasscutter.net.packet.BasePacket;
import emu.grasscutter.net.proto.AttackResultOuterClass.AttackResult;
import emu.grasscutter.net.proto.EnterTypeOuterClass;
@@ -63,6 +65,8 @@ public class Scene {
private Set loadedGridBlocks;
@Getter @Setter private boolean dontDestroyWhenEmpty;
@Getter private final SceneScriptManager scriptManager;
+
+ @Getter @Setter private int autoCloseTime;
@Getter @Setter private WorldChallenge challenge;
@Getter private List dungeonSettleListeners;
@Getter @Setter private int prevScene; // Id of the previous scene
@@ -366,7 +370,10 @@ public class Scene {
// Reward drop
if (target instanceof EntityMonster && this.getSceneType() != SceneType.SCENE_DUNGEON) {
- getWorld().getServer().getDropSystem().callDrop((EntityMonster) target);
+ if (!getWorld().getServer().getDropSystem().handleMonsterDrop((EntityMonster) target)) {
+ Grasscutter.getLogger().warn("Can not solve monster drop: drop_id = {} , drop_tag = {}.Fallback to legacy drop system.", ((EntityMonster) target).getMetaMonster().drop_id, ((EntityMonster) target).getMetaMonster().drop_tag);
+ getWorld().getServer().getDropSystemLegacy().callDrop((EntityMonster) target);
+ }
}
// Remove entity from world
@@ -510,8 +517,7 @@ public class Scene {
public synchronized void checkSpawns() {
Set loadedGridBlocks = new HashSet<>();
for (Player player : this.getPlayers()) {
- for (SpawnDataEntry.GridBlockId block : SpawnDataEntry.GridBlockId.getAdjacentGridBlockIds(player.getSceneId(), player.getPosition()))
- loadedGridBlocks.add(block);
+ Collections.addAll(loadedGridBlocks, GridBlockId.getAdjacentGridBlockIds(player.getSceneId(), player.getPosition()));
}
if (this.loadedGridBlocks.containsAll(loadedGridBlocks)) { // Don't recalculate static spawns if nothing has changed
return;
@@ -821,16 +827,34 @@ public class Scene {
if (itemData.isEquip()) {
float range = (1.5f + (.05f * amount));
for (int i = 0; i < amount; i++) {
- Position pos = bornForm.getPosition().nearby2d(range).addZ(.9f); // Why Z?
+ Position pos = bornForm.getPosition().nearby2d(range).addY(1.5f);
EntityItem entity = new EntityItem(this, null, itemData, pos, 1);
addEntity(entity);
}
} else {
- EntityItem entity = new EntityItem(this, null, itemData, bornForm.getPosition().clone().addZ(.9f), amount); // Why Z?
+ EntityItem entity = new EntityItem(this, null, itemData, bornForm.getPosition().clone().addY(1.5f), amount);
addEntity(entity);
}
}
+ public void addDropEntity(GameItem item, GameEntity bornForm, Player player, boolean share) {
+ //TODO:optimize EntityItem.java. Maybe we should make other players can't see the ItemEntity.
+ ItemData itemData = GameData.getItemDataMap().get(item.getItemId());
+ if (itemData == null) return;
+ if (itemData.isEquip()) {
+ float range = (1.5f + (.05f * item.getCount()));
+ for (int j = 0; j < item.getCount(); j++) {
+ Position pos = bornForm.getPosition().nearby2d(range).addY(1.5f);
+ EntityItem entity = new EntityItem(this, player, itemData, pos, item.getCount(), share);
+ addEntity(entity);
+ }
+ } else {
+ EntityItem entity = new EntityItem(this, player, itemData, bornForm.getPosition().clone().addY(1.5f), item.getCount(), share);
+ addEntity(entity);
+ }
+
+ }
+
public void loadNpcForPlayerEnter(Player player) {
this.npcBornEntrySet.addAll(loadNpcForPlayer(player));
}
diff --git a/src/main/java/emu/grasscutter/game/world/WorldDataSystem.java b/src/main/java/emu/grasscutter/game/world/WorldDataSystem.java
index 0df4c69c..674d5230 100644
--- a/src/main/java/emu/grasscutter/game/world/WorldDataSystem.java
+++ b/src/main/java/emu/grasscutter/game/world/WorldDataSystem.java
@@ -51,7 +51,7 @@ public class WorldDataSystem extends BaseGameSystem {
public Map getChestInteractHandlerMap() {
return chestInteractHandlerMap;
}
-
+ @Deprecated
public RewardPreviewData getRewardByBossId(int monsterId) {
var investigationMonsterData = GameData.getInvestigationMonsterDataMap().values().parallelStream()
.filter(imd -> imd.getMonsterIdList() != null && !imd.getMonsterIdList().isEmpty())
@@ -80,7 +80,7 @@ public class WorldDataSystem extends BaseGameSystem {
WorldLevelData worldLevelData = GameData.getWorldLevelDataMap().get(world.getWorldLevel());
if (worldLevelData != null) {
- level = worldLevelData.getMonsterLevel();
+ level = Math.max(level, worldLevelData.getMonsterLevel());
}
return level;
}
diff --git a/src/main/java/emu/grasscutter/net/packet/PacketOpcodes.java b/src/main/java/emu/grasscutter/net/packet/PacketOpcodes.java
index 507029fa..28761b89 100644
--- a/src/main/java/emu/grasscutter/net/packet/PacketOpcodes.java
+++ b/src/main/java/emu/grasscutter/net/packet/PacketOpcodes.java
@@ -1800,7 +1800,7 @@ public class PacketOpcodes {
public static final int Unk3000_FIPHHGCJIMO = 23678;
public static final int Unk3000_FPDBJJJLKEP = 6103;
public static final int Unk3000_GCBMILHPIKA = 4659;
- public static final int Unk3000_GDMEIKLAMIB = 3295;
+ public static final int WorldChestOpenNotify = 3295;
public static final int Unk3000_GMLAHHCDKOI = 841;
public static final int Unk3000_GNLFOLGMEPN = 21208;
public static final int Unk3000_HBIPKOBMGGD = 5995;
diff --git a/src/main/java/emu/grasscutter/scripts/SceneScriptManager.java b/src/main/java/emu/grasscutter/scripts/SceneScriptManager.java
index 62cd89e1..2be571ce 100644
--- a/src/main/java/emu/grasscutter/scripts/SceneScriptManager.java
+++ b/src/main/java/emu/grasscutter/scripts/SceneScriptManager.java
@@ -546,12 +546,12 @@ public class SceneScriptManager {
int level = monster.level;
if (getScene().getDungeonManager() != null) {
- level = getScene().getDungeonManager().getLevelForMonster(monster.config_id);
- } else if (getScene().getWorld().getWorldLevel() > 0) {
+ level = getScene().getDungeonManager().getLevelForMonster(monster.config_id, level);
+ } else {
WorldLevelData worldLevelData = GameData.getWorldLevelDataMap().get(getScene().getWorld().getWorldLevel());
if (worldLevelData != null) {
- level = worldLevelData.getMonsterLevel();
+ level = Math.max(level, worldLevelData.getMonsterLevel());
}
}
@@ -562,6 +562,7 @@ public class SceneScriptManager {
entity.setBlockId(blockId);
entity.setConfigId(monster.config_id);
entity.setPoseId(monster.pose_id);
+ entity.setMetaMonster(monster);
this.getScriptMonsterSpawnService()
.onMonsterCreatedListener.forEach(action -> action.onNotify(entity));
diff --git a/src/main/java/emu/grasscutter/scripts/data/SceneGadget.java b/src/main/java/emu/grasscutter/scripts/data/SceneGadget.java
index e7ee2868..361150c3 100644
--- a/src/main/java/emu/grasscutter/scripts/data/SceneGadget.java
+++ b/src/main/java/emu/grasscutter/scripts/data/SceneGadget.java
@@ -6,12 +6,27 @@ import lombok.ToString;
@ToString
@Setter
public class SceneGadget extends SceneObject{
+ public int config_id;
public int gadget_id;
+ public int level;
+ public int chest_drop_id;
+ public int drop_count;
+ public String drop_tag;
+ boolean showcutscene;
+ boolean persistence;
public int state;
+
public int point_type;
+ public int owner;
public SceneBossChest boss_chest;
public int interact_id;
+ /**
+ * Note: this field indicates whether the gadget should disappear permanently.
+ * For example, if isOneOff=true, like most chests, it will disappear permanently after interacted.
+ * If isOneOff=false, like investigation points, it will disappear temporarily, and appear again in next big world resource refresh routine.
+ */
public boolean isOneoff;
+ public int area_id;
public int draft_id;
public int route_id;
public boolean start_route = true;
diff --git a/src/main/java/emu/grasscutter/scripts/data/SceneMonster.java b/src/main/java/emu/grasscutter/scripts/data/SceneMonster.java
index 174458ba..c4a5de2f 100644
--- a/src/main/java/emu/grasscutter/scripts/data/SceneMonster.java
+++ b/src/main/java/emu/grasscutter/scripts/data/SceneMonster.java
@@ -6,8 +6,11 @@ import lombok.ToString;
@ToString
@Setter
public class SceneMonster extends SceneObject{
- public int monster_id;
+ public int config_id;
+ public int monster_id;
public int pose_id;
+ public int level;
public int drop_id;
public boolean disableWander;
+ public String drop_tag;
}
diff --git a/src/main/java/emu/grasscutter/server/game/GameServer.java b/src/main/java/emu/grasscutter/server/game/GameServer.java
index eea7f970..89ec7ef6 100644
--- a/src/main/java/emu/grasscutter/server/game/GameServer.java
+++ b/src/main/java/emu/grasscutter/server/game/GameServer.java
@@ -9,6 +9,7 @@ import emu.grasscutter.game.chat.ChatSystem;
import emu.grasscutter.game.chat.ChatSystemHandler;
import emu.grasscutter.game.combine.CombineManger;
import emu.grasscutter.game.drop.DropSystem;
+import emu.grasscutter.game.drop.DropSystemLegacy;
import emu.grasscutter.game.dungeons.DungeonSystem;
import emu.grasscutter.game.dungeons.challenge.DungeonChallenge;
import emu.grasscutter.game.expedition.ExpeditionSystem;
@@ -28,10 +29,10 @@ import emu.grasscutter.game.world.World;
import emu.grasscutter.game.world.WorldDataSystem;
import emu.grasscutter.net.packet.PacketHandler;
import emu.grasscutter.net.proto.SocialDetailOuterClass.SocialDetail;
-import emu.grasscutter.server.event.types.ServerEvent;
import emu.grasscutter.server.event.game.ServerTickEvent;
import emu.grasscutter.server.event.internal.ServerStartEvent;
import emu.grasscutter.server.event.internal.ServerStopEvent;
+import emu.grasscutter.server.event.types.ServerEvent;
import emu.grasscutter.server.scheduler.ServerTaskScheduler;
import emu.grasscutter.task.TaskMap;
import kcp.highway.ChannelConfig;
@@ -44,7 +45,7 @@ import java.time.OffsetDateTime;
import java.util.*;
import java.util.concurrent.ConcurrentHashMap;
-import static emu.grasscutter.config.Configuration.*;
+import static emu.grasscutter.config.Configuration.GAME_INFO;
import static emu.grasscutter.utils.Language.translate;
@Getter
@@ -63,6 +64,7 @@ public final class GameServer extends KcpServer {
private final DungeonSystem dungeonSystem;
private final ExpeditionSystem expeditionSystem;
private final DropSystem dropSystem;
+ private final DropSystemLegacy dropSystemLegacy;
private final WorldDataSystem worldDataSystem;
private final BattlePassSystem battlePassSystem;
private final CombineManger combineSystem;
@@ -115,6 +117,7 @@ public final class GameServer extends KcpServer {
this.multiplayerSystem = new MultiplayerSystem(this);
this.dungeonSystem = new DungeonSystem(this);
this.dropSystem = new DropSystem(this);
+ this.dropSystemLegacy = new DropSystemLegacy(this);
this.expeditionSystem = new ExpeditionSystem(this);
this.combineSystem = new CombineManger(this);
this.towerSystem = new TowerSystem(this);
diff --git a/src/main/java/emu/grasscutter/server/packet/send/PacketDropHintNotify.java b/src/main/java/emu/grasscutter/server/packet/send/PacketDropHintNotify.java
new file mode 100644
index 00000000..1251b68f
--- /dev/null
+++ b/src/main/java/emu/grasscutter/server/packet/send/PacketDropHintNotify.java
@@ -0,0 +1,25 @@
+package emu.grasscutter.server.packet.send;
+
+import emu.grasscutter.game.inventory.GameItem;
+import emu.grasscutter.net.packet.BasePacket;
+import emu.grasscutter.net.packet.PacketOpcodes;
+import emu.grasscutter.net.proto.DropHintNotifyOuterClass.DropHintNotify;
+import emu.grasscutter.net.proto.VectorOuterClass.Vector;
+
+public class PacketDropHintNotify extends BasePacket {
+ public PacketDropHintNotify(int itemId, Vector position) {
+ super(PacketOpcodes.DropHintNotify);
+ var proto = DropHintNotify.newBuilder()
+ .addItemIdList(itemId)
+ .setPosition(position);
+ setData(proto.build());
+ }
+
+ public PacketDropHintNotify(Iterable items, Vector position) {
+ super(PacketOpcodes.DropHintNotify);
+ var proto = DropHintNotify.newBuilder();
+ items.forEach(i -> proto.addItemIdList(i.getItemId()));
+ proto.setPosition(position);
+ setData(proto.build());
+ }
+}
diff --git a/src/main/java/emu/grasscutter/server/packet/send/PacketWorldChestOpenNotify.java b/src/main/java/emu/grasscutter/server/packet/send/PacketWorldChestOpenNotify.java
new file mode 100644
index 00000000..03a0a543
--- /dev/null
+++ b/src/main/java/emu/grasscutter/server/packet/send/PacketWorldChestOpenNotify.java
@@ -0,0 +1,17 @@
+package emu.grasscutter.server.packet.send;
+
+import emu.grasscutter.net.packet.BasePacket;
+import emu.grasscutter.net.packet.PacketOpcodes;
+import emu.grasscutter.net.proto.WorldChestOpenNotifyOuterClass.WorldChestOpenNotify;
+
+public class PacketWorldChestOpenNotify extends BasePacket {
+ public PacketWorldChestOpenNotify(int groupId,int sceneId,int configId){
+ super(PacketOpcodes.WorldChestOpenNotify);
+ WorldChestOpenNotify proto= WorldChestOpenNotify.newBuilder()
+ .setGroupId(groupId)
+ .setSceneId(sceneId)
+ .setConfigId(configId)
+ .build();
+ setData(proto);
+ }
+}
diff --git a/src/main/java/emu/grasscutter/utils/FileUtils.java b/src/main/java/emu/grasscutter/utils/FileUtils.java
index 75d54fc3..133c0690 100644
--- a/src/main/java/emu/grasscutter/utils/FileUtils.java
+++ b/src/main/java/emu/grasscutter/utils/FileUtils.java
@@ -8,7 +8,10 @@ import java.io.IOException;
import java.io.InputStream;
import java.net.URISyntaxException;
import java.nio.charset.StandardCharsets;
-import java.nio.file.*;
+import java.nio.file.FileSystem;
+import java.nio.file.FileSystems;
+import java.nio.file.Files;
+import java.nio.file.Path;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
@@ -129,7 +132,9 @@ public final class FileUtils {
}
public static Path getExcelPath(String filename) {
- return getTsjJsonTsv(RESOURCES_PATH.resolve("ExcelBinOutput"), filename);
+ Path p = getTsjJsonTsv(RESOURCES_PATH.resolve("Server"), filename);
+ if (Files.exists(p)) return p;
+ else return getTsjJsonTsv(RESOURCES_PATH.resolve("ExcelBinOutput"), filename);
}
// Gets path of a resource.
diff --git a/src/main/resources/defaults/data/ChestDrop.json b/src/main/resources/defaults/data/ChestDrop.json
new file mode 100644
index 00000000..673bb9cc
--- /dev/null
+++ b/src/main/resources/defaults/data/ChestDrop.json
@@ -0,0 +1,9170 @@
+[
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜通用蒙德",
+ "dropId": 20000000,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜通用璃月",
+ "dropId": 20000100,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜通用稻妻",
+ "dropId": 20000200,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜通用须弥",
+ "dropId": 20000300,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜通用枫丹",
+ "dropId": 20000400,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜通用纳塔",
+ "dropId": 20000500,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜通用至冬",
+ "dropId": 20000600,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜通用群岛",
+ "dropId": 20000700,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜矿石蒙德",
+ "dropId": 20001000,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜矿石璃月",
+ "dropId": 20001100,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜矿石稻妻",
+ "dropId": 20001200,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜矿石须弥",
+ "dropId": 20001300,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜矿石枫丹",
+ "dropId": 20001400,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜矿石纳塔",
+ "dropId": 20001500,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜矿石至冬",
+ "dropId": 20001600,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜矿石群岛",
+ "dropId": 20001700,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜破损蒙德",
+ "dropId": 20002000,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜破损璃月",
+ "dropId": 20002100,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜破损稻妻",
+ "dropId": 20002200,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜破损须弥",
+ "dropId": 20002300,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜破损枫丹",
+ "dropId": 20002400,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜破损纳塔",
+ "dropId": 20002500,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜破损至冬",
+ "dropId": 20002600,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜破损群岛",
+ "dropId": 20002700,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜人文蒙德",
+ "dropId": 20003000,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜人文璃月",
+ "dropId": 20003100,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜人文稻妻",
+ "dropId": 20003200,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜人文须弥",
+ "dropId": 20003300,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜人文枫丹",
+ "dropId": 20003400,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜人文纳塔",
+ "dropId": 20003500,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜人文至冬",
+ "dropId": 20003600,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜人文群岛",
+ "dropId": 20003700,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜果蔬蒙德",
+ "dropId": 20004000,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜果蔬璃月",
+ "dropId": 20004100,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜果蔬稻妻",
+ "dropId": 20004200,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜果蔬须弥",
+ "dropId": 20004300,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜果蔬枫丹",
+ "dropId": 20004400,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜果蔬纳塔",
+ "dropId": 20004500,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜果蔬至冬",
+ "dropId": 20004600,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜果蔬群岛",
+ "dropId": 20004700,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜武器蒙德",
+ "dropId": 20005000,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜武器璃月",
+ "dropId": 20005100,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜武器稻妻",
+ "dropId": 20005200,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜武器须弥",
+ "dropId": 20005300,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜武器枫丹",
+ "dropId": 20005400,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜武器纳塔",
+ "dropId": 20005500,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜武器至冬",
+ "dropId": 20005600,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜武器群岛",
+ "dropId": 20005700,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜遗物蒙德",
+ "dropId": 20006000,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜遗物璃月",
+ "dropId": 20006100,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜遗物稻妻",
+ "dropId": 20006200,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜遗物须弥",
+ "dropId": 20006300,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜遗物枫丹",
+ "dropId": 20006400,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜遗物纳塔",
+ "dropId": 20006500,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜遗物至冬",
+ "dropId": 20006600,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "搜刮点解谜遗物群岛",
+ "dropId": 20006700,
+ "dropCount": 1,
+ "sourceType": 24,
+ "type": "搜刮点解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁蒙德",
+ "dropId": 19001000,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁璃月",
+ "dropId": 19001100,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁稻妻",
+ "dropId": 19001200,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁须弥",
+ "dropId": 19001300,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁枫丹",
+ "dropId": 19001400,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁纳塔",
+ "dropId": 19001500,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁至冬",
+ "dropId": 19001600,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁深色蒙德",
+ "dropId": 19002000,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁深色璃月",
+ "dropId": 19002100,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁深色稻妻",
+ "dropId": 19002200,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁深色须弥",
+ "dropId": 19002300,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁深色枫丹",
+ "dropId": 19002400,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁深色纳塔",
+ "dropId": 19002500,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "一次性搜刮点峭壁深色至冬",
+ "dropId": 19002600,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "一次性搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "水上搜刮点蒙德",
+ "dropId": 19000000,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "水上搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "水上搜刮点璃月",
+ "dropId": 19000100,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "水上搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "水上搜刮点稻妻",
+ "dropId": 19000200,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "水上搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "水上搜刮点须弥",
+ "dropId": 19000300,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "水上搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "水上搜刮点枫丹",
+ "dropId": 19000400,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "水上搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "水上搜刮点纳塔",
+ "dropId": 19000500,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "水上搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "水上搜刮点至冬",
+ "dropId": 19000600,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "水上搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "水上搜刮点群岛",
+ "dropId": 19000610,
+ "dropCount": 1,
+ "sourceType": 17,
+ "type": "水上搜刮点"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节1稻妻",
+ "dropId": 9000000,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节2稻妻",
+ "dropId": 9000010,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节3稻妻",
+ "dropId": 9000020,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节4稻妻",
+ "dropId": 9000030,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节5稻妻",
+ "dropId": 9000040,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节6稻妻",
+ "dropId": 9000050,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节1须弥",
+ "dropId": 9001000,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节2须弥",
+ "dropId": 9001010,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "书页章节3须弥",
+ "dropId": 9001020,
+ "dropCount": 1,
+ "sourceType": 2001,
+ "type": "书页"
+ },
+ {
+ "minLevel": 1,
+ "index": "灵龛蒙德",
+ "dropId": 8000000,
+ "dropCount": 1,
+ "sourceType": 15,
+ "type": "灵龛"
+ },
+ {
+ "minLevel": 1,
+ "index": "灵龛璃月",
+ "dropId": 8000100,
+ "dropCount": 1,
+ "sourceType": 15,
+ "type": "灵龛"
+ },
+ {
+ "minLevel": 1,
+ "index": "灵龛稻妻",
+ "dropId": 8000200,
+ "dropCount": 1,
+ "sourceType": 15,
+ "type": "灵龛"
+ },
+ {
+ "minLevel": 1,
+ "index": "灵龛须弥",
+ "dropId": 8000300,
+ "dropCount": 1,
+ "sourceType": 15,
+ "type": "灵龛"
+ },
+ {
+ "minLevel": 1,
+ "index": "摩拉石箱蒙德",
+ "dropId": 8100000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "摩拉石箱"
+ },
+ {
+ "minLevel": 1,
+ "index": "摩拉石箱璃月",
+ "dropId": 8100100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "摩拉石箱"
+ },
+ {
+ "minLevel": 1,
+ "index": "摩拉石箱稻妻",
+ "dropId": 8100200,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "摩拉石箱"
+ },
+ {
+ "minLevel": 1,
+ "index": "摩拉石箱须弥",
+ "dropId": 8100300,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "摩拉石箱"
+ },
+ {
+ "minLevel": 1,
+ "index": "摩拉石箱枫丹",
+ "dropId": 8100400,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "摩拉石箱"
+ },
+ {
+ "minLevel": 1,
+ "index": "摩拉石箱纳塔",
+ "dropId": 8100500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "摩拉石箱"
+ },
+ {
+ "minLevel": 1,
+ "index": "摩拉石箱至冬",
+ "dropId": 8100600,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "摩拉石箱"
+ },
+ {
+ "minLevel": 1,
+ "index": "逐月节低级蒙德",
+ "dropId": 10000100,
+ "dropCount": 1,
+ "sourceType": 2104,
+ "type": "逐月节"
+ },
+ {
+ "minLevel": 1,
+ "index": "逐月节低级璃月",
+ "dropId": 10000200,
+ "dropCount": 1,
+ "sourceType": 2104,
+ "type": "逐月节"
+ },
+ {
+ "minLevel": 1,
+ "index": "渊下宫活动低级稻妻",
+ "dropId": 10010300,
+ "dropCount": 1,
+ "sourceType": 2501,
+ "type": "渊下宫活动"
+ },
+ {
+ "minLevel": 1,
+ "index": "渊下宫活动中级稻妻",
+ "dropId": 10010310,
+ "dropCount": 1,
+ "sourceType": 2501,
+ "type": "渊下宫活动"
+ },
+ {
+ "minLevel": 1,
+ "index": "渊下宫活动高级稻妻",
+ "dropId": 10010320,
+ "dropCount": 1,
+ "sourceType": 2501,
+ "type": "渊下宫活动"
+ },
+ {
+ "minLevel": 1,
+ "index": "渊下宫活动超级稻妻",
+ "dropId": 10010330,
+ "dropCount": 1,
+ "sourceType": 2501,
+ "type": "渊下宫活动"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗低级蒙德",
+ "dropId": 51010000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "战斗低级蒙德",
+ "dropId": 51010100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "战斗低级蒙德",
+ "dropId": 51010200,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "战斗低级蒙德",
+ "dropId": 51010300,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "战斗低级蒙德",
+ "dropId": 51010400,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "战斗低级蒙德",
+ "dropId": 51010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗中级蒙德",
+ "dropId": 51010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "战斗中级蒙德",
+ "dropId": 51010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "战斗中级蒙德",
+ "dropId": 51010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "战斗中级蒙德",
+ "dropId": 51010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "战斗中级蒙德",
+ "dropId": 51010600,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "战斗中级蒙德",
+ "dropId": 51010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗高级蒙德",
+ "dropId": 51010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "战斗高级蒙德",
+ "dropId": 51010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "战斗高级蒙德",
+ "dropId": 51010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "战斗高级蒙德",
+ "dropId": 51010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "战斗高级蒙德",
+ "dropId": 51010800,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "战斗高级蒙德",
+ "dropId": 51010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗超级蒙德",
+ "dropId": 51010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "战斗超级蒙德",
+ "dropId": 51010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "战斗超级蒙德",
+ "dropId": 51010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "战斗超级蒙德",
+ "dropId": 51010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "战斗超级蒙德",
+ "dropId": 51011000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "战斗超级蒙德",
+ "dropId": 51011100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜低级蒙德",
+ "dropId": 52010000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "解谜低级蒙德",
+ "dropId": 52010100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "解谜低级蒙德",
+ "dropId": 52010200,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "解谜低级蒙德",
+ "dropId": 52010300,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "解谜低级蒙德",
+ "dropId": 52010400,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "解谜低级蒙德",
+ "dropId": 52010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜中级蒙德",
+ "dropId": 52010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "解谜中级蒙德",
+ "dropId": 52010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "解谜中级蒙德",
+ "dropId": 52010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "解谜中级蒙德",
+ "dropId": 52010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "解谜中级蒙德",
+ "dropId": 52010600,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "解谜中级蒙德",
+ "dropId": 52010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜高级蒙德",
+ "dropId": 52010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "解谜高级蒙德",
+ "dropId": 52010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "解谜高级蒙德",
+ "dropId": 52010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "解谜高级蒙德",
+ "dropId": 52010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "解谜高级蒙德",
+ "dropId": 52010800,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "解谜高级蒙德",
+ "dropId": 52010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜超级蒙德",
+ "dropId": 52010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "解谜超级蒙德",
+ "dropId": 52010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "解谜超级蒙德",
+ "dropId": 52010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "解谜超级蒙德",
+ "dropId": 52010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "解谜超级蒙德",
+ "dropId": 52011000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "解谜超级蒙德",
+ "dropId": 52011100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗低级璃月",
+ "dropId": 51020000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "战斗低级璃月",
+ "dropId": 51020100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "战斗低级璃月",
+ "dropId": 51020200,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "战斗低级璃月",
+ "dropId": 51020300,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "战斗低级璃月",
+ "dropId": 51020400,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "战斗低级璃月",
+ "dropId": 51020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗中级璃月",
+ "dropId": 51020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "战斗中级璃月",
+ "dropId": 51020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "战斗中级璃月",
+ "dropId": 51020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "战斗中级璃月",
+ "dropId": 51020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "战斗中级璃月",
+ "dropId": 51020600,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "战斗中级璃月",
+ "dropId": 51020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗高级璃月",
+ "dropId": 51020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "战斗高级璃月",
+ "dropId": 51020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "战斗高级璃月",
+ "dropId": 51020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "战斗高级璃月",
+ "dropId": 51020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "战斗高级璃月",
+ "dropId": 51020800,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "战斗高级璃月",
+ "dropId": 51020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗超级璃月",
+ "dropId": 51020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "战斗超级璃月",
+ "dropId": 51020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "战斗超级璃月",
+ "dropId": 51020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "战斗超级璃月",
+ "dropId": 51020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "战斗超级璃月",
+ "dropId": 51021000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "战斗超级璃月",
+ "dropId": 51021100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜低级璃月",
+ "dropId": 52020000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "解谜低级璃月",
+ "dropId": 52020100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "解谜低级璃月",
+ "dropId": 52020200,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "解谜低级璃月",
+ "dropId": 52020300,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "解谜低级璃月",
+ "dropId": 52020400,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "解谜低级璃月",
+ "dropId": 52020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜中级璃月",
+ "dropId": 52020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "解谜中级璃月",
+ "dropId": 52020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "解谜中级璃月",
+ "dropId": 52020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "解谜中级璃月",
+ "dropId": 52020500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "解谜中级璃月",
+ "dropId": 52020600,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "解谜中级璃月",
+ "dropId": 52020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜高级璃月",
+ "dropId": 52020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "解谜高级璃月",
+ "dropId": 52020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "解谜高级璃月",
+ "dropId": 52020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "解谜高级璃月",
+ "dropId": 52020700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "解谜高级璃月",
+ "dropId": 52020800,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "解谜高级璃月",
+ "dropId": 52020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜超级璃月",
+ "dropId": 52020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "解谜超级璃月",
+ "dropId": 52020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "解谜超级璃月",
+ "dropId": 52020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "解谜超级璃月",
+ "dropId": 52020900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "解谜超级璃月",
+ "dropId": 52021000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "解谜超级璃月",
+ "dropId": 52021100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山战斗低级蒙德",
+ "dropId": 53010000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山战斗低级蒙德",
+ "dropId": 53010100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山战斗低级蒙德",
+ "dropId": 53010200,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山战斗低级蒙德",
+ "dropId": 53010300,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山战斗低级蒙德",
+ "dropId": 53010400,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山战斗低级蒙德",
+ "dropId": 53010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山战斗中级蒙德",
+ "dropId": 53010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山战斗中级蒙德",
+ "dropId": 53010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山战斗中级蒙德",
+ "dropId": 53010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山战斗中级蒙德",
+ "dropId": 53010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山战斗中级蒙德",
+ "dropId": 53010600,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山战斗中级蒙德",
+ "dropId": 53010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山战斗高级蒙德",
+ "dropId": 53010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山战斗高级蒙德",
+ "dropId": 53010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山战斗高级蒙德",
+ "dropId": 53010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山战斗高级蒙德",
+ "dropId": 53010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山战斗高级蒙德",
+ "dropId": 53010800,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山战斗高级蒙德",
+ "dropId": 53010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山战斗超级蒙德",
+ "dropId": 53010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山战斗超级蒙德",
+ "dropId": 53010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山战斗超级蒙德",
+ "dropId": 53010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山战斗超级蒙德",
+ "dropId": 53010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山战斗超级蒙德",
+ "dropId": 53011000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山战斗超级蒙德",
+ "dropId": 53011100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山解谜低级蒙德",
+ "dropId": 54010000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山解谜低级蒙德",
+ "dropId": 54010100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山解谜低级蒙德",
+ "dropId": 54010200,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山解谜低级蒙德",
+ "dropId": 54010300,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山解谜低级蒙德",
+ "dropId": 54010400,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山解谜低级蒙德",
+ "dropId": 54010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山解谜中级蒙德",
+ "dropId": 54010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山解谜中级蒙德",
+ "dropId": 54010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山解谜中级蒙德",
+ "dropId": 54010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山解谜中级蒙德",
+ "dropId": 54010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山解谜中级蒙德",
+ "dropId": 54010600,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山解谜中级蒙德",
+ "dropId": 54010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山解谜高级蒙德",
+ "dropId": 54010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山解谜高级蒙德",
+ "dropId": 54010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山解谜高级蒙德",
+ "dropId": 54010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山解谜高级蒙德",
+ "dropId": 54010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山解谜高级蒙德",
+ "dropId": 54010800,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山解谜高级蒙德",
+ "dropId": 54010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山解谜超级蒙德",
+ "dropId": 54010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山解谜超级蒙德",
+ "dropId": 54010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山解谜超级蒙德",
+ "dropId": 54010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山解谜超级蒙德",
+ "dropId": 54010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山解谜超级蒙德",
+ "dropId": 54011000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山解谜超级蒙德",
+ "dropId": 54011100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山玉髓低级蒙德",
+ "dropId": 55010000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山玉髓低级蒙德",
+ "dropId": 55010100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山玉髓低级蒙德",
+ "dropId": 55010200,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山玉髓低级蒙德",
+ "dropId": 55010300,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山玉髓低级蒙德",
+ "dropId": 55010400,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山玉髓低级蒙德",
+ "dropId": 55010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山玉髓中级蒙德",
+ "dropId": 55010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山玉髓中级蒙德",
+ "dropId": 55010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山玉髓中级蒙德",
+ "dropId": 55010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山玉髓中级蒙德",
+ "dropId": 55010500,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山玉髓中级蒙德",
+ "dropId": 55010600,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山玉髓中级蒙德",
+ "dropId": 55010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山玉髓高级蒙德",
+ "dropId": 55010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山玉髓高级蒙德",
+ "dropId": 55010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山玉髓高级蒙德",
+ "dropId": 55010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山玉髓高级蒙德",
+ "dropId": 55010700,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山玉髓高级蒙德",
+ "dropId": 55010800,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山玉髓高级蒙德",
+ "dropId": 55010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 1,
+ "index": "雪山玉髓超级蒙德",
+ "dropId": 55010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 6,
+ "index": "雪山玉髓超级蒙德",
+ "dropId": 55010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 11,
+ "index": "雪山玉髓超级蒙德",
+ "dropId": 55010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 16,
+ "index": "雪山玉髓超级蒙德",
+ "dropId": 55010900,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 21,
+ "index": "雪山玉髓超级蒙德",
+ "dropId": 55011000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 26,
+ "index": "雪山玉髓超级蒙德",
+ "dropId": 55011100,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "雪山玉髓"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗低级群岛",
+ "dropId": 51310000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗中级群岛",
+ "dropId": 51312000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗高级群岛",
+ "dropId": 51313000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗超级群岛",
+ "dropId": 51314000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜低级群岛",
+ "dropId": 52310000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜中级群岛",
+ "dropId": 52312000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜高级群岛",
+ "dropId": 52313000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜超级群岛",
+ "dropId": 52314000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗低级稻妻",
+ "dropId": 51030000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗中级稻妻",
+ "dropId": 51032000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗高级稻妻",
+ "dropId": 51033000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗超级稻妻",
+ "dropId": 51034000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜低级稻妻",
+ "dropId": 52030000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜中级稻妻",
+ "dropId": 52032000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜高级稻妻",
+ "dropId": 52033000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜超级稻妻",
+ "dropId": 52034000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗低级须弥",
+ "dropId": 51040000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗中级须弥",
+ "dropId": 51042000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗高级须弥",
+ "dropId": 51043000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "战斗超级须弥",
+ "dropId": 51044000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "战斗"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜低级须弥",
+ "dropId": 52040000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜中级须弥",
+ "dropId": 52042000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜高级须弥",
+ "dropId": 52043000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "解谜超级须弥",
+ "dropId": 52044000,
+ "dropCount": 1,
+ "sourceType": 19,
+ "type": "解谜"
+ },
+ {
+ "minLevel": 1,
+ "index": "无相之雷",
+ "dropId": 401000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 5,
+ "index": "无相之雷",
+ "dropId": 401000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 10,
+ "index": "无相之雷",
+ "dropId": 401000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 15,
+ "index": "无相之雷",
+ "dropId": 401000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 20,
+ "index": "无相之雷",
+ "dropId": 401000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 25,
+ "index": "无相之雷",
+ "dropId": 401000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 30,
+ "index": "无相之雷",
+ "dropId": 401000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 35,
+ "index": "无相之雷",
+ "dropId": 401000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 40,
+ "index": "无相之雷",
+ "dropId": 401000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 45,
+ "index": "无相之雷",
+ "dropId": 401000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 50,
+ "index": "无相之雷",
+ "dropId": 401001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 55,
+ "index": "无相之雷",
+ "dropId": 401001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 60,
+ "index": "无相之雷",
+ "dropId": 401001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 65,
+ "index": "无相之雷",
+ "dropId": 401001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 70,
+ "index": "无相之雷",
+ "dropId": 401001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 75,
+ "index": "无相之雷",
+ "dropId": 401001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 80,
+ "index": "无相之雷",
+ "dropId": 401001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 85,
+ "index": "无相之雷",
+ "dropId": 401001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 90,
+ "index": "无相之雷",
+ "dropId": 401001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 93,
+ "index": "无相之雷",
+ "dropId": 401001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 100,
+ "index": "无相之雷",
+ "dropId": 401002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 105,
+ "index": "无相之雷",
+ "dropId": 401002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 110,
+ "index": "无相之雷",
+ "dropId": 401002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 115,
+ "index": "无相之雷",
+ "dropId": 401002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 120,
+ "index": "无相之雷",
+ "dropId": 401002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之雷"
+ },
+ {
+ "minLevel": 1,
+ "index": "无相之风",
+ "dropId": 402000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 5,
+ "index": "无相之风",
+ "dropId": 402000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 10,
+ "index": "无相之风",
+ "dropId": 402000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 15,
+ "index": "无相之风",
+ "dropId": 402000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 20,
+ "index": "无相之风",
+ "dropId": 402000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 25,
+ "index": "无相之风",
+ "dropId": 402000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 30,
+ "index": "无相之风",
+ "dropId": 402000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 35,
+ "index": "无相之风",
+ "dropId": 402000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 40,
+ "index": "无相之风",
+ "dropId": 402000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 45,
+ "index": "无相之风",
+ "dropId": 402000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 50,
+ "index": "无相之风",
+ "dropId": 402001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 55,
+ "index": "无相之风",
+ "dropId": 402001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 60,
+ "index": "无相之风",
+ "dropId": 402001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 65,
+ "index": "无相之风",
+ "dropId": 402001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 70,
+ "index": "无相之风",
+ "dropId": 402001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 75,
+ "index": "无相之风",
+ "dropId": 402001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 80,
+ "index": "无相之风",
+ "dropId": 402001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 85,
+ "index": "无相之风",
+ "dropId": 402001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 90,
+ "index": "无相之风",
+ "dropId": 402001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 93,
+ "index": "无相之风",
+ "dropId": 402001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 100,
+ "index": "无相之风",
+ "dropId": 402002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 105,
+ "index": "无相之风",
+ "dropId": 402002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 110,
+ "index": "无相之风",
+ "dropId": 402002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 115,
+ "index": "无相之风",
+ "dropId": 402002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 120,
+ "index": "无相之风",
+ "dropId": 402002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之风"
+ },
+ {
+ "minLevel": 1,
+ "index": "无相之岩",
+ "dropId": 403000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 5,
+ "index": "无相之岩",
+ "dropId": 403000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 10,
+ "index": "无相之岩",
+ "dropId": 403000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 15,
+ "index": "无相之岩",
+ "dropId": 403000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 20,
+ "index": "无相之岩",
+ "dropId": 403000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 25,
+ "index": "无相之岩",
+ "dropId": 403000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 30,
+ "index": "无相之岩",
+ "dropId": 403000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 35,
+ "index": "无相之岩",
+ "dropId": 403000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 40,
+ "index": "无相之岩",
+ "dropId": 403000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 45,
+ "index": "无相之岩",
+ "dropId": 403000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 50,
+ "index": "无相之岩",
+ "dropId": 403001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 55,
+ "index": "无相之岩",
+ "dropId": 403001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 60,
+ "index": "无相之岩",
+ "dropId": 403001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 65,
+ "index": "无相之岩",
+ "dropId": 403001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 70,
+ "index": "无相之岩",
+ "dropId": 403001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 75,
+ "index": "无相之岩",
+ "dropId": 403001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 80,
+ "index": "无相之岩",
+ "dropId": 403001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 85,
+ "index": "无相之岩",
+ "dropId": 403001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 90,
+ "index": "无相之岩",
+ "dropId": 403001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 93,
+ "index": "无相之岩",
+ "dropId": 403001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 100,
+ "index": "无相之岩",
+ "dropId": 403002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 105,
+ "index": "无相之岩",
+ "dropId": 403002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 110,
+ "index": "无相之岩",
+ "dropId": 403002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 115,
+ "index": "无相之岩",
+ "dropId": 403002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 120,
+ "index": "无相之岩",
+ "dropId": 403002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之岩"
+ },
+ {
+ "minLevel": 1,
+ "index": "急冻树",
+ "dropId": 404000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 5,
+ "index": "急冻树",
+ "dropId": 404000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 10,
+ "index": "急冻树",
+ "dropId": 404000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 15,
+ "index": "急冻树",
+ "dropId": 404000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 20,
+ "index": "急冻树",
+ "dropId": 404000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 25,
+ "index": "急冻树",
+ "dropId": 404000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 30,
+ "index": "急冻树",
+ "dropId": 404000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 35,
+ "index": "急冻树",
+ "dropId": 404000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 40,
+ "index": "急冻树",
+ "dropId": 404000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 45,
+ "index": "急冻树",
+ "dropId": 404000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 50,
+ "index": "急冻树",
+ "dropId": 404001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 55,
+ "index": "急冻树",
+ "dropId": 404001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 60,
+ "index": "急冻树",
+ "dropId": 404001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 65,
+ "index": "急冻树",
+ "dropId": 404001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 70,
+ "index": "急冻树",
+ "dropId": 404001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 75,
+ "index": "急冻树",
+ "dropId": 404001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 80,
+ "index": "急冻树",
+ "dropId": 404001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 85,
+ "index": "急冻树",
+ "dropId": 404001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 90,
+ "index": "急冻树",
+ "dropId": 404001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 93,
+ "index": "急冻树",
+ "dropId": 404001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 100,
+ "index": "急冻树",
+ "dropId": 404002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 105,
+ "index": "急冻树",
+ "dropId": 404002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 110,
+ "index": "急冻树",
+ "dropId": 404002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 115,
+ "index": "急冻树",
+ "dropId": 404002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 120,
+ "index": "急冻树",
+ "dropId": 404002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "急冻树"
+ },
+ {
+ "minLevel": 1,
+ "index": "爆炎树",
+ "dropId": 405000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 5,
+ "index": "爆炎树",
+ "dropId": 405000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 10,
+ "index": "爆炎树",
+ "dropId": 405000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 15,
+ "index": "爆炎树",
+ "dropId": 405000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 20,
+ "index": "爆炎树",
+ "dropId": 405000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 25,
+ "index": "爆炎树",
+ "dropId": 405000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 30,
+ "index": "爆炎树",
+ "dropId": 405000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 35,
+ "index": "爆炎树",
+ "dropId": 405000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 40,
+ "index": "爆炎树",
+ "dropId": 405000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 45,
+ "index": "爆炎树",
+ "dropId": 405000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 50,
+ "index": "爆炎树",
+ "dropId": 405001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 55,
+ "index": "爆炎树",
+ "dropId": 405001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 60,
+ "index": "爆炎树",
+ "dropId": 405001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 65,
+ "index": "爆炎树",
+ "dropId": 405001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 70,
+ "index": "爆炎树",
+ "dropId": 405001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 75,
+ "index": "爆炎树",
+ "dropId": 405001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 80,
+ "index": "爆炎树",
+ "dropId": 405001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 85,
+ "index": "爆炎树",
+ "dropId": 405001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 90,
+ "index": "爆炎树",
+ "dropId": 405001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 93,
+ "index": "爆炎树",
+ "dropId": 405001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 100,
+ "index": "爆炎树",
+ "dropId": 405002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 105,
+ "index": "爆炎树",
+ "dropId": 405002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 110,
+ "index": "爆炎树",
+ "dropId": 405002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 115,
+ "index": "爆炎树",
+ "dropId": 405002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 120,
+ "index": "爆炎树",
+ "dropId": 405002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "爆炎树"
+ },
+ {
+ "minLevel": 1,
+ "index": "纯水精灵",
+ "dropId": 406000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 5,
+ "index": "纯水精灵",
+ "dropId": 406000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 10,
+ "index": "纯水精灵",
+ "dropId": 406000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 15,
+ "index": "纯水精灵",
+ "dropId": 406000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 20,
+ "index": "纯水精灵",
+ "dropId": 406000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 25,
+ "index": "纯水精灵",
+ "dropId": 406000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 30,
+ "index": "纯水精灵",
+ "dropId": 406000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 35,
+ "index": "纯水精灵",
+ "dropId": 406000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 40,
+ "index": "纯水精灵",
+ "dropId": 406000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 45,
+ "index": "纯水精灵",
+ "dropId": 406000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 50,
+ "index": "纯水精灵",
+ "dropId": 406001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 55,
+ "index": "纯水精灵",
+ "dropId": 406001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 60,
+ "index": "纯水精灵",
+ "dropId": 406001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 65,
+ "index": "纯水精灵",
+ "dropId": 406001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 70,
+ "index": "纯水精灵",
+ "dropId": 406001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 75,
+ "index": "纯水精灵",
+ "dropId": 406001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 80,
+ "index": "纯水精灵",
+ "dropId": 406001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 85,
+ "index": "纯水精灵",
+ "dropId": 406001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 90,
+ "index": "纯水精灵",
+ "dropId": 406001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 93,
+ "index": "纯水精灵",
+ "dropId": 406001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 100,
+ "index": "纯水精灵",
+ "dropId": 406002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 105,
+ "index": "纯水精灵",
+ "dropId": 406002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 110,
+ "index": "纯水精灵",
+ "dropId": 406002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 115,
+ "index": "纯水精灵",
+ "dropId": 406002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 120,
+ "index": "纯水精灵",
+ "dropId": 406002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "纯水精灵"
+ },
+ {
+ "minLevel": 1,
+ "index": "古岩龙蜥电",
+ "dropId": 407000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 5,
+ "index": "古岩龙蜥电",
+ "dropId": 407000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 10,
+ "index": "古岩龙蜥电",
+ "dropId": 407000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 15,
+ "index": "古岩龙蜥电",
+ "dropId": 407000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 20,
+ "index": "古岩龙蜥电",
+ "dropId": 407000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 25,
+ "index": "古岩龙蜥电",
+ "dropId": 407000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 30,
+ "index": "古岩龙蜥电",
+ "dropId": 407000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 35,
+ "index": "古岩龙蜥电",
+ "dropId": 407000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 40,
+ "index": "古岩龙蜥电",
+ "dropId": 407000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 45,
+ "index": "古岩龙蜥电",
+ "dropId": 407000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 50,
+ "index": "古岩龙蜥电",
+ "dropId": 407001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 55,
+ "index": "古岩龙蜥电",
+ "dropId": 407001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 60,
+ "index": "古岩龙蜥电",
+ "dropId": 407001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 65,
+ "index": "古岩龙蜥电",
+ "dropId": 407001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 70,
+ "index": "古岩龙蜥电",
+ "dropId": 407001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 75,
+ "index": "古岩龙蜥电",
+ "dropId": 407001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 80,
+ "index": "古岩龙蜥电",
+ "dropId": 407001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 85,
+ "index": "古岩龙蜥电",
+ "dropId": 407001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 90,
+ "index": "古岩龙蜥电",
+ "dropId": 407001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 93,
+ "index": "古岩龙蜥电",
+ "dropId": 407001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 100,
+ "index": "古岩龙蜥电",
+ "dropId": 407002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 105,
+ "index": "古岩龙蜥电",
+ "dropId": 407002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 110,
+ "index": "古岩龙蜥电",
+ "dropId": 407002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 115,
+ "index": "古岩龙蜥电",
+ "dropId": 407002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 120,
+ "index": "古岩龙蜥电",
+ "dropId": 407002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥电"
+ },
+ {
+ "minLevel": 1,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 5,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 10,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 15,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 20,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 25,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 30,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 35,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 40,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 45,
+ "index": "古岩龙蜥冰",
+ "dropId": 408000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 50,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 55,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 60,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 65,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 70,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 75,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 80,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 85,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 90,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 93,
+ "index": "古岩龙蜥冰",
+ "dropId": 408001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 100,
+ "index": "古岩龙蜥冰",
+ "dropId": 408002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 105,
+ "index": "古岩龙蜥冰",
+ "dropId": 408002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 110,
+ "index": "古岩龙蜥冰",
+ "dropId": 408002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 115,
+ "index": "古岩龙蜥冰",
+ "dropId": 408002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 120,
+ "index": "古岩龙蜥冰",
+ "dropId": 408002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥冰"
+ },
+ {
+ "minLevel": 1,
+ "index": "古岩龙蜥火",
+ "dropId": 409000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 5,
+ "index": "古岩龙蜥火",
+ "dropId": 409000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 10,
+ "index": "古岩龙蜥火",
+ "dropId": 409000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 15,
+ "index": "古岩龙蜥火",
+ "dropId": 409000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 20,
+ "index": "古岩龙蜥火",
+ "dropId": 409000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 25,
+ "index": "古岩龙蜥火",
+ "dropId": 409000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 30,
+ "index": "古岩龙蜥火",
+ "dropId": 409000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 35,
+ "index": "古岩龙蜥火",
+ "dropId": 409000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 40,
+ "index": "古岩龙蜥火",
+ "dropId": 409000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 45,
+ "index": "古岩龙蜥火",
+ "dropId": 409000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 50,
+ "index": "古岩龙蜥火",
+ "dropId": 409001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 55,
+ "index": "古岩龙蜥火",
+ "dropId": 409001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 60,
+ "index": "古岩龙蜥火",
+ "dropId": 409001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 65,
+ "index": "古岩龙蜥火",
+ "dropId": 409001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 70,
+ "index": "古岩龙蜥火",
+ "dropId": 409001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 75,
+ "index": "古岩龙蜥火",
+ "dropId": 409001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 80,
+ "index": "古岩龙蜥火",
+ "dropId": 409001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 85,
+ "index": "古岩龙蜥火",
+ "dropId": 409001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 90,
+ "index": "古岩龙蜥火",
+ "dropId": 409001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 93,
+ "index": "古岩龙蜥火",
+ "dropId": 409001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 100,
+ "index": "古岩龙蜥火",
+ "dropId": 409002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 105,
+ "index": "古岩龙蜥火",
+ "dropId": 409002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 110,
+ "index": "古岩龙蜥火",
+ "dropId": 409002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 115,
+ "index": "古岩龙蜥火",
+ "dropId": 409002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 120,
+ "index": "古岩龙蜥火",
+ "dropId": 409002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥火"
+ },
+ {
+ "minLevel": 1,
+ "index": "古岩龙蜥水",
+ "dropId": 410000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 5,
+ "index": "古岩龙蜥水",
+ "dropId": 410000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 10,
+ "index": "古岩龙蜥水",
+ "dropId": 410000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 15,
+ "index": "古岩龙蜥水",
+ "dropId": 410000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 20,
+ "index": "古岩龙蜥水",
+ "dropId": 410000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 25,
+ "index": "古岩龙蜥水",
+ "dropId": 410000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 30,
+ "index": "古岩龙蜥水",
+ "dropId": 410000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 35,
+ "index": "古岩龙蜥水",
+ "dropId": 410000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 40,
+ "index": "古岩龙蜥水",
+ "dropId": 410000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 45,
+ "index": "古岩龙蜥水",
+ "dropId": 410000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 50,
+ "index": "古岩龙蜥水",
+ "dropId": 410001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 55,
+ "index": "古岩龙蜥水",
+ "dropId": 410001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 60,
+ "index": "古岩龙蜥水",
+ "dropId": 410001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 65,
+ "index": "古岩龙蜥水",
+ "dropId": 410001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 70,
+ "index": "古岩龙蜥水",
+ "dropId": 410001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 75,
+ "index": "古岩龙蜥水",
+ "dropId": 410001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 80,
+ "index": "古岩龙蜥水",
+ "dropId": 410001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 85,
+ "index": "古岩龙蜥水",
+ "dropId": 410001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 90,
+ "index": "古岩龙蜥水",
+ "dropId": 410001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 93,
+ "index": "古岩龙蜥水",
+ "dropId": 410001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 100,
+ "index": "古岩龙蜥水",
+ "dropId": 410002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 105,
+ "index": "古岩龙蜥水",
+ "dropId": 410002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 110,
+ "index": "古岩龙蜥水",
+ "dropId": 410002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 115,
+ "index": "古岩龙蜥水",
+ "dropId": 410002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 120,
+ "index": "古岩龙蜥水",
+ "dropId": 410002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "古岩龙蜥水"
+ },
+ {
+ "minLevel": 1,
+ "index": "无相之冰",
+ "dropId": 411000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 5,
+ "index": "无相之冰",
+ "dropId": 411000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 10,
+ "index": "无相之冰",
+ "dropId": 411000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 15,
+ "index": "无相之冰",
+ "dropId": 411000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 20,
+ "index": "无相之冰",
+ "dropId": 411000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 25,
+ "index": "无相之冰",
+ "dropId": 411000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 30,
+ "index": "无相之冰",
+ "dropId": 411000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 35,
+ "index": "无相之冰",
+ "dropId": 411000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 40,
+ "index": "无相之冰",
+ "dropId": 411000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 45,
+ "index": "无相之冰",
+ "dropId": 411000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 50,
+ "index": "无相之冰",
+ "dropId": 411001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 55,
+ "index": "无相之冰",
+ "dropId": 411001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 60,
+ "index": "无相之冰",
+ "dropId": 411001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 65,
+ "index": "无相之冰",
+ "dropId": 411001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 70,
+ "index": "无相之冰",
+ "dropId": 411001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 75,
+ "index": "无相之冰",
+ "dropId": 411001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 80,
+ "index": "无相之冰",
+ "dropId": 411001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 85,
+ "index": "无相之冰",
+ "dropId": 411001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 90,
+ "index": "无相之冰",
+ "dropId": 411001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 93,
+ "index": "无相之冰",
+ "dropId": 411001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 100,
+ "index": "无相之冰",
+ "dropId": 411002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 105,
+ "index": "无相之冰",
+ "dropId": 411002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 110,
+ "index": "无相之冰",
+ "dropId": 411002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 115,
+ "index": "无相之冰",
+ "dropId": 411002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 120,
+ "index": "无相之冰",
+ "dropId": 411002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之冰"
+ },
+ {
+ "minLevel": 1,
+ "index": "魔偶剑鬼",
+ "dropId": 412000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 5,
+ "index": "魔偶剑鬼",
+ "dropId": 412000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 10,
+ "index": "魔偶剑鬼",
+ "dropId": 412000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 15,
+ "index": "魔偶剑鬼",
+ "dropId": 412000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 20,
+ "index": "魔偶剑鬼",
+ "dropId": 412000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 25,
+ "index": "魔偶剑鬼",
+ "dropId": 412000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 30,
+ "index": "魔偶剑鬼",
+ "dropId": 412000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 35,
+ "index": "魔偶剑鬼",
+ "dropId": 412000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 40,
+ "index": "魔偶剑鬼",
+ "dropId": 412000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 45,
+ "index": "魔偶剑鬼",
+ "dropId": 412000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 50,
+ "index": "魔偶剑鬼",
+ "dropId": 412001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 55,
+ "index": "魔偶剑鬼",
+ "dropId": 412001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 60,
+ "index": "魔偶剑鬼",
+ "dropId": 412001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 65,
+ "index": "魔偶剑鬼",
+ "dropId": 412001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 70,
+ "index": "魔偶剑鬼",
+ "dropId": 412001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 75,
+ "index": "魔偶剑鬼",
+ "dropId": 412001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 80,
+ "index": "魔偶剑鬼",
+ "dropId": 412001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 85,
+ "index": "魔偶剑鬼",
+ "dropId": 412001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 90,
+ "index": "魔偶剑鬼",
+ "dropId": 412001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 93,
+ "index": "魔偶剑鬼",
+ "dropId": 412001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 100,
+ "index": "魔偶剑鬼",
+ "dropId": 412002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 105,
+ "index": "魔偶剑鬼",
+ "dropId": 412002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 110,
+ "index": "魔偶剑鬼",
+ "dropId": 412002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 115,
+ "index": "魔偶剑鬼",
+ "dropId": 412002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 120,
+ "index": "魔偶剑鬼",
+ "dropId": 412002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "魔偶剑鬼"
+ },
+ {
+ "minLevel": 1,
+ "index": "恒常机关阵列",
+ "dropId": 413000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 5,
+ "index": "恒常机关阵列",
+ "dropId": 413000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 10,
+ "index": "恒常机关阵列",
+ "dropId": 413000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 15,
+ "index": "恒常机关阵列",
+ "dropId": 413000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 20,
+ "index": "恒常机关阵列",
+ "dropId": 413000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 25,
+ "index": "恒常机关阵列",
+ "dropId": 413000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 30,
+ "index": "恒常机关阵列",
+ "dropId": 413000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 35,
+ "index": "恒常机关阵列",
+ "dropId": 413000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 40,
+ "index": "恒常机关阵列",
+ "dropId": 413000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 45,
+ "index": "恒常机关阵列",
+ "dropId": 413000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 50,
+ "index": "恒常机关阵列",
+ "dropId": 413001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 55,
+ "index": "恒常机关阵列",
+ "dropId": 413001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 60,
+ "index": "恒常机关阵列",
+ "dropId": 413001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 65,
+ "index": "恒常机关阵列",
+ "dropId": 413001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 70,
+ "index": "恒常机关阵列",
+ "dropId": 413001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 75,
+ "index": "恒常机关阵列",
+ "dropId": 413001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 80,
+ "index": "恒常机关阵列",
+ "dropId": 413001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 85,
+ "index": "恒常机关阵列",
+ "dropId": 413001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 90,
+ "index": "恒常机关阵列",
+ "dropId": 413001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 93,
+ "index": "恒常机关阵列",
+ "dropId": 413001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 100,
+ "index": "恒常机关阵列",
+ "dropId": 413002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 105,
+ "index": "恒常机关阵列",
+ "dropId": 413002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 110,
+ "index": "恒常机关阵列",
+ "dropId": 413002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 115,
+ "index": "恒常机关阵列",
+ "dropId": 413002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 120,
+ "index": "恒常机关阵列",
+ "dropId": 413002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "恒常机关阵列"
+ },
+ {
+ "minLevel": 1,
+ "index": "无相之火",
+ "dropId": 414000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 5,
+ "index": "无相之火",
+ "dropId": 414000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 10,
+ "index": "无相之火",
+ "dropId": 414000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 15,
+ "index": "无相之火",
+ "dropId": 414000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 20,
+ "index": "无相之火",
+ "dropId": 414000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 25,
+ "index": "无相之火",
+ "dropId": 414000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 30,
+ "index": "无相之火",
+ "dropId": 414000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 35,
+ "index": "无相之火",
+ "dropId": 414000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 40,
+ "index": "无相之火",
+ "dropId": 414000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 45,
+ "index": "无相之火",
+ "dropId": 414000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 50,
+ "index": "无相之火",
+ "dropId": 414001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 55,
+ "index": "无相之火",
+ "dropId": 414001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 60,
+ "index": "无相之火",
+ "dropId": 414001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 65,
+ "index": "无相之火",
+ "dropId": 414001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 70,
+ "index": "无相之火",
+ "dropId": 414001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 75,
+ "index": "无相之火",
+ "dropId": 414001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 80,
+ "index": "无相之火",
+ "dropId": 414001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 85,
+ "index": "无相之火",
+ "dropId": 414001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 90,
+ "index": "无相之火",
+ "dropId": 414001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 93,
+ "index": "无相之火",
+ "dropId": 414001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 100,
+ "index": "无相之火",
+ "dropId": 414002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 105,
+ "index": "无相之火",
+ "dropId": 414002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 110,
+ "index": "无相之火",
+ "dropId": 414002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 115,
+ "index": "无相之火",
+ "dropId": 414002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 120,
+ "index": "无相之火",
+ "dropId": 414002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之火"
+ },
+ {
+ "minLevel": 1,
+ "index": "无相之水",
+ "dropId": 415000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 5,
+ "index": "无相之水",
+ "dropId": 415000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 10,
+ "index": "无相之水",
+ "dropId": 415000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 15,
+ "index": "无相之水",
+ "dropId": 415000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 20,
+ "index": "无相之水",
+ "dropId": 415000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 25,
+ "index": "无相之水",
+ "dropId": 415000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 30,
+ "index": "无相之水",
+ "dropId": 415000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 35,
+ "index": "无相之水",
+ "dropId": 415000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 40,
+ "index": "无相之水",
+ "dropId": 415000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 45,
+ "index": "无相之水",
+ "dropId": 415000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 50,
+ "index": "无相之水",
+ "dropId": 415001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 55,
+ "index": "无相之水",
+ "dropId": 415001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 60,
+ "index": "无相之水",
+ "dropId": 415001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 65,
+ "index": "无相之水",
+ "dropId": 415001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 70,
+ "index": "无相之水",
+ "dropId": 415001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 75,
+ "index": "无相之水",
+ "dropId": 415001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 80,
+ "index": "无相之水",
+ "dropId": 415001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 85,
+ "index": "无相之水",
+ "dropId": 415001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 90,
+ "index": "无相之水",
+ "dropId": 415001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 93,
+ "index": "无相之水",
+ "dropId": 415001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 100,
+ "index": "无相之水",
+ "dropId": 415002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 105,
+ "index": "无相之水",
+ "dropId": 415002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 110,
+ "index": "无相之水",
+ "dropId": 415002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 115,
+ "index": "无相之水",
+ "dropId": 415002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 120,
+ "index": "无相之水",
+ "dropId": 415002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之水"
+ },
+ {
+ "minLevel": 1,
+ "index": "雷音权现",
+ "dropId": 416000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 5,
+ "index": "雷音权现",
+ "dropId": 416000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 10,
+ "index": "雷音权现",
+ "dropId": 416000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 15,
+ "index": "雷音权现",
+ "dropId": 416000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 20,
+ "index": "雷音权现",
+ "dropId": 416000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 25,
+ "index": "雷音权现",
+ "dropId": 416000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 30,
+ "index": "雷音权现",
+ "dropId": 416000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 35,
+ "index": "雷音权现",
+ "dropId": 416000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 40,
+ "index": "雷音权现",
+ "dropId": 416000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 45,
+ "index": "雷音权现",
+ "dropId": 416000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 50,
+ "index": "雷音权现",
+ "dropId": 416001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 55,
+ "index": "雷音权现",
+ "dropId": 416001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 60,
+ "index": "雷音权现",
+ "dropId": 416001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 65,
+ "index": "雷音权现",
+ "dropId": 416001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 70,
+ "index": "雷音权现",
+ "dropId": 416001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 75,
+ "index": "雷音权现",
+ "dropId": 416001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 80,
+ "index": "雷音权现",
+ "dropId": 416001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 85,
+ "index": "雷音权现",
+ "dropId": 416001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 90,
+ "index": "雷音权现",
+ "dropId": 416001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 93,
+ "index": "雷音权现",
+ "dropId": 416001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 100,
+ "index": "雷音权现",
+ "dropId": 416002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 105,
+ "index": "雷音权现",
+ "dropId": 416002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 110,
+ "index": "雷音权现",
+ "dropId": 416002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 115,
+ "index": "雷音权现",
+ "dropId": 416002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 120,
+ "index": "雷音权现",
+ "dropId": 416002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "雷音权现"
+ },
+ {
+ "minLevel": 1,
+ "index": "黄金王兽",
+ "dropId": 417000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 5,
+ "index": "黄金王兽",
+ "dropId": 417000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 10,
+ "index": "黄金王兽",
+ "dropId": 417000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 15,
+ "index": "黄金王兽",
+ "dropId": 417000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 20,
+ "index": "黄金王兽",
+ "dropId": 417000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 25,
+ "index": "黄金王兽",
+ "dropId": 417000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 30,
+ "index": "黄金王兽",
+ "dropId": 417000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 35,
+ "index": "黄金王兽",
+ "dropId": 417000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 40,
+ "index": "黄金王兽",
+ "dropId": 417000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 45,
+ "index": "黄金王兽",
+ "dropId": 417000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 50,
+ "index": "黄金王兽",
+ "dropId": 417001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 55,
+ "index": "黄金王兽",
+ "dropId": 417001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 60,
+ "index": "黄金王兽",
+ "dropId": 417001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 65,
+ "index": "黄金王兽",
+ "dropId": 417001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 70,
+ "index": "黄金王兽",
+ "dropId": 417001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 75,
+ "index": "黄金王兽",
+ "dropId": 417001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 80,
+ "index": "黄金王兽",
+ "dropId": 417001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 85,
+ "index": "黄金王兽",
+ "dropId": 417001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 90,
+ "index": "黄金王兽",
+ "dropId": 417001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 93,
+ "index": "黄金王兽",
+ "dropId": 417001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 100,
+ "index": "黄金王兽",
+ "dropId": 417002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 105,
+ "index": "黄金王兽",
+ "dropId": 417002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 110,
+ "index": "黄金王兽",
+ "dropId": 417002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 115,
+ "index": "黄金王兽",
+ "dropId": 417002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 120,
+ "index": "黄金王兽",
+ "dropId": 417002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "黄金王兽"
+ },
+ {
+ "minLevel": 1,
+ "index": "深海龙蜥组合",
+ "dropId": 418000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 5,
+ "index": "深海龙蜥组合",
+ "dropId": 418000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 10,
+ "index": "深海龙蜥组合",
+ "dropId": 418000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 15,
+ "index": "深海龙蜥组合",
+ "dropId": 418000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 20,
+ "index": "深海龙蜥组合",
+ "dropId": 418000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 25,
+ "index": "深海龙蜥组合",
+ "dropId": 418000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 30,
+ "index": "深海龙蜥组合",
+ "dropId": 418000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 35,
+ "index": "深海龙蜥组合",
+ "dropId": 418000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 40,
+ "index": "深海龙蜥组合",
+ "dropId": 418000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 45,
+ "index": "深海龙蜥组合",
+ "dropId": 418000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 50,
+ "index": "深海龙蜥组合",
+ "dropId": 418001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 55,
+ "index": "深海龙蜥组合",
+ "dropId": 418001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 60,
+ "index": "深海龙蜥组合",
+ "dropId": 418001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 65,
+ "index": "深海龙蜥组合",
+ "dropId": 418001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 70,
+ "index": "深海龙蜥组合",
+ "dropId": 418001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 75,
+ "index": "深海龙蜥组合",
+ "dropId": 418001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 80,
+ "index": "深海龙蜥组合",
+ "dropId": 418001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 85,
+ "index": "深海龙蜥组合",
+ "dropId": 418001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 90,
+ "index": "深海龙蜥组合",
+ "dropId": 418001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 93,
+ "index": "深海龙蜥组合",
+ "dropId": 418001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 100,
+ "index": "深海龙蜥组合",
+ "dropId": 418002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 105,
+ "index": "深海龙蜥组合",
+ "dropId": 418002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 110,
+ "index": "深海龙蜥组合",
+ "dropId": 418002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 115,
+ "index": "深海龙蜥组合",
+ "dropId": 418002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 120,
+ "index": "深海龙蜥组合",
+ "dropId": 418002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "深海龙蜥组合"
+ },
+ {
+ "minLevel": 1,
+ "index": "遗迹巨蛇",
+ "dropId": 419000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 5,
+ "index": "遗迹巨蛇",
+ "dropId": 419000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 10,
+ "index": "遗迹巨蛇",
+ "dropId": 419000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 15,
+ "index": "遗迹巨蛇",
+ "dropId": 419000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 20,
+ "index": "遗迹巨蛇",
+ "dropId": 419000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 25,
+ "index": "遗迹巨蛇",
+ "dropId": 419000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 30,
+ "index": "遗迹巨蛇",
+ "dropId": 419000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 35,
+ "index": "遗迹巨蛇",
+ "dropId": 419000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 40,
+ "index": "遗迹巨蛇",
+ "dropId": 419000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 45,
+ "index": "遗迹巨蛇",
+ "dropId": 419000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 50,
+ "index": "遗迹巨蛇",
+ "dropId": 419001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 55,
+ "index": "遗迹巨蛇",
+ "dropId": 419001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 60,
+ "index": "遗迹巨蛇",
+ "dropId": 419001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 65,
+ "index": "遗迹巨蛇",
+ "dropId": 419001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 70,
+ "index": "遗迹巨蛇",
+ "dropId": 419001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 75,
+ "index": "遗迹巨蛇",
+ "dropId": 419001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 80,
+ "index": "遗迹巨蛇",
+ "dropId": 419001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 85,
+ "index": "遗迹巨蛇",
+ "dropId": 419001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 90,
+ "index": "遗迹巨蛇",
+ "dropId": 419001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 93,
+ "index": "遗迹巨蛇",
+ "dropId": 419001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 100,
+ "index": "遗迹巨蛇",
+ "dropId": 419002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 105,
+ "index": "遗迹巨蛇",
+ "dropId": 419002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 110,
+ "index": "遗迹巨蛇",
+ "dropId": 419002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 115,
+ "index": "遗迹巨蛇",
+ "dropId": 419002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 120,
+ "index": "遗迹巨蛇",
+ "dropId": 419002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "遗迹巨蛇"
+ },
+ {
+ "minLevel": 1,
+ "index": "翠翎恐蕈",
+ "dropId": 420000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 5,
+ "index": "翠翎恐蕈",
+ "dropId": 420000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 10,
+ "index": "翠翎恐蕈",
+ "dropId": 420000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 15,
+ "index": "翠翎恐蕈",
+ "dropId": 420000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 20,
+ "index": "翠翎恐蕈",
+ "dropId": 420000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 25,
+ "index": "翠翎恐蕈",
+ "dropId": 420000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 30,
+ "index": "翠翎恐蕈",
+ "dropId": 420000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 35,
+ "index": "翠翎恐蕈",
+ "dropId": 420000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 40,
+ "index": "翠翎恐蕈",
+ "dropId": 420000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 45,
+ "index": "翠翎恐蕈",
+ "dropId": 420000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 50,
+ "index": "翠翎恐蕈",
+ "dropId": 420001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 55,
+ "index": "翠翎恐蕈",
+ "dropId": 420001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 60,
+ "index": "翠翎恐蕈",
+ "dropId": 420001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 65,
+ "index": "翠翎恐蕈",
+ "dropId": 420001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 70,
+ "index": "翠翎恐蕈",
+ "dropId": 420001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 75,
+ "index": "翠翎恐蕈",
+ "dropId": 420001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 80,
+ "index": "翠翎恐蕈",
+ "dropId": 420001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 85,
+ "index": "翠翎恐蕈",
+ "dropId": 420001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 90,
+ "index": "翠翎恐蕈",
+ "dropId": 420001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 93,
+ "index": "翠翎恐蕈",
+ "dropId": 420001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 100,
+ "index": "翠翎恐蕈",
+ "dropId": 420002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 105,
+ "index": "翠翎恐蕈",
+ "dropId": 420002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 110,
+ "index": "翠翎恐蕈",
+ "dropId": 420002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 115,
+ "index": "翠翎恐蕈",
+ "dropId": 420002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 120,
+ "index": "翠翎恐蕈",
+ "dropId": 420002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "翠翎恐蕈"
+ },
+ {
+ "minLevel": 1,
+ "index": "掣电树",
+ "dropId": 421000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 5,
+ "index": "掣电树",
+ "dropId": 421000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 10,
+ "index": "掣电树",
+ "dropId": 421000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 15,
+ "index": "掣电树",
+ "dropId": 421000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 20,
+ "index": "掣电树",
+ "dropId": 421000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 25,
+ "index": "掣电树",
+ "dropId": 421000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 30,
+ "index": "掣电树",
+ "dropId": 421000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 35,
+ "index": "掣电树",
+ "dropId": 421000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 40,
+ "index": "掣电树",
+ "dropId": 421000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 45,
+ "index": "掣电树",
+ "dropId": 421000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 50,
+ "index": "掣电树",
+ "dropId": 421001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 55,
+ "index": "掣电树",
+ "dropId": 421001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 60,
+ "index": "掣电树",
+ "dropId": 421001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 65,
+ "index": "掣电树",
+ "dropId": 421001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 70,
+ "index": "掣电树",
+ "dropId": 421001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 75,
+ "index": "掣电树",
+ "dropId": 421001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 80,
+ "index": "掣电树",
+ "dropId": 421001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 85,
+ "index": "掣电树",
+ "dropId": 421001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 90,
+ "index": "掣电树",
+ "dropId": 421001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 93,
+ "index": "掣电树",
+ "dropId": 421001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 100,
+ "index": "掣电树",
+ "dropId": 421002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 105,
+ "index": "掣电树",
+ "dropId": 421002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 110,
+ "index": "掣电树",
+ "dropId": 421002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 115,
+ "index": "掣电树",
+ "dropId": 421002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 120,
+ "index": "掣电树",
+ "dropId": 421002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "掣电树"
+ },
+ {
+ "minLevel": 1,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 5,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 10,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 15,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 20,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 25,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 30,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 35,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 40,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 45,
+ "index": "兆载永劫龙兽",
+ "dropId": 422000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 50,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 55,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 60,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 65,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 70,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 75,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 80,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 85,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 90,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 93,
+ "index": "兆载永劫龙兽",
+ "dropId": 422001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 100,
+ "index": "兆载永劫龙兽",
+ "dropId": 422002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 105,
+ "index": "兆载永劫龙兽",
+ "dropId": 422002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 110,
+ "index": "兆载永劫龙兽",
+ "dropId": 422002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 115,
+ "index": "兆载永劫龙兽",
+ "dropId": 422002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 120,
+ "index": "兆载永劫龙兽",
+ "dropId": 422002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "兆载永劫龙兽"
+ },
+ {
+ "minLevel": 1,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 5,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 10,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 15,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 20,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 25,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 30,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 35,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 40,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 45,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 50,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 55,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 60,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 65,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 70,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 75,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 80,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 85,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 90,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 93,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 100,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 105,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 110,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 115,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 120,
+ "index": "半永恒统辖矩阵",
+ "dropId": 423002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "半永恒统辖矩阵"
+ },
+ {
+ "minLevel": 1,
+ "index": "无相之草",
+ "dropId": 424000000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 5,
+ "index": "无相之草",
+ "dropId": 424000100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 10,
+ "index": "无相之草",
+ "dropId": 424000200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 15,
+ "index": "无相之草",
+ "dropId": 424000300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 20,
+ "index": "无相之草",
+ "dropId": 424000400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 25,
+ "index": "无相之草",
+ "dropId": 424000500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 30,
+ "index": "无相之草",
+ "dropId": 424000600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 35,
+ "index": "无相之草",
+ "dropId": 424000700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 40,
+ "index": "无相之草",
+ "dropId": 424000800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 45,
+ "index": "无相之草",
+ "dropId": 424000900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 50,
+ "index": "无相之草",
+ "dropId": 424001000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 55,
+ "index": "无相之草",
+ "dropId": 424001100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 60,
+ "index": "无相之草",
+ "dropId": 424001200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 65,
+ "index": "无相之草",
+ "dropId": 424001300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 70,
+ "index": "无相之草",
+ "dropId": 424001400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 75,
+ "index": "无相之草",
+ "dropId": 424001500,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 80,
+ "index": "无相之草",
+ "dropId": 424001600,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 85,
+ "index": "无相之草",
+ "dropId": 424001700,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 90,
+ "index": "无相之草",
+ "dropId": 424001800,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 93,
+ "index": "无相之草",
+ "dropId": 424001900,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 100,
+ "index": "无相之草",
+ "dropId": 424002000,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 105,
+ "index": "无相之草",
+ "dropId": 424002100,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 110,
+ "index": "无相之草",
+ "dropId": 424002200,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 115,
+ "index": "无相之草",
+ "dropId": 424002300,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 120,
+ "index": "无相之草",
+ "dropId": 424002400,
+ "dropCount": 1,
+ "sourceType": 34,
+ "type": "无相之草"
+ },
+ {
+ "minLevel": 1,
+ "index": "风魔龙",
+ "dropId": 451000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 5,
+ "index": "风魔龙",
+ "dropId": 451000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 10,
+ "index": "风魔龙",
+ "dropId": 451000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 15,
+ "index": "风魔龙",
+ "dropId": 451000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 20,
+ "index": "风魔龙",
+ "dropId": 451000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 25,
+ "index": "风魔龙",
+ "dropId": 451000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 30,
+ "index": "风魔龙",
+ "dropId": 451000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 35,
+ "index": "风魔龙",
+ "dropId": 451000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 40,
+ "index": "风魔龙",
+ "dropId": 451000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 45,
+ "index": "风魔龙",
+ "dropId": 451000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 50,
+ "index": "风魔龙",
+ "dropId": 451001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 55,
+ "index": "风魔龙",
+ "dropId": 451001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 60,
+ "index": "风魔龙",
+ "dropId": 451001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 65,
+ "index": "风魔龙",
+ "dropId": 451001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 70,
+ "index": "风魔龙",
+ "dropId": 451001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 75,
+ "index": "风魔龙",
+ "dropId": 451001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 80,
+ "index": "风魔龙",
+ "dropId": 451001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 85,
+ "index": "风魔龙",
+ "dropId": 451001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 90,
+ "index": "风魔龙",
+ "dropId": 451001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 93,
+ "index": "风魔龙",
+ "dropId": 451001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 100,
+ "index": "风魔龙",
+ "dropId": 451002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 105,
+ "index": "风魔龙",
+ "dropId": 451002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 110,
+ "index": "风魔龙",
+ "dropId": 451002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 115,
+ "index": "风魔龙",
+ "dropId": 451002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 120,
+ "index": "风魔龙",
+ "dropId": 451002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "风魔龙"
+ },
+ {
+ "minLevel": 1,
+ "index": "北风狼",
+ "dropId": 452000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 5,
+ "index": "北风狼",
+ "dropId": 452000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 10,
+ "index": "北风狼",
+ "dropId": 452000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 15,
+ "index": "北风狼",
+ "dropId": 452000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 20,
+ "index": "北风狼",
+ "dropId": 452000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 25,
+ "index": "北风狼",
+ "dropId": 452000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 30,
+ "index": "北风狼",
+ "dropId": 452000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 35,
+ "index": "北风狼",
+ "dropId": 452000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 40,
+ "index": "北风狼",
+ "dropId": 452000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 45,
+ "index": "北风狼",
+ "dropId": 452000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 50,
+ "index": "北风狼",
+ "dropId": 452001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 55,
+ "index": "北风狼",
+ "dropId": 452001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 60,
+ "index": "北风狼",
+ "dropId": 452001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 65,
+ "index": "北风狼",
+ "dropId": 452001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 70,
+ "index": "北风狼",
+ "dropId": 452001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 75,
+ "index": "北风狼",
+ "dropId": 452001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 80,
+ "index": "北风狼",
+ "dropId": 452001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 85,
+ "index": "北风狼",
+ "dropId": 452001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 90,
+ "index": "北风狼",
+ "dropId": 452001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 93,
+ "index": "北风狼",
+ "dropId": 452001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 100,
+ "index": "北风狼",
+ "dropId": 452002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 105,
+ "index": "北风狼",
+ "dropId": 452002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 110,
+ "index": "北风狼",
+ "dropId": 452002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 115,
+ "index": "北风狼",
+ "dropId": 452002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 120,
+ "index": "北风狼",
+ "dropId": 452002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "北风狼"
+ },
+ {
+ "minLevel": 1,
+ "index": "公子",
+ "dropId": 453000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 5,
+ "index": "公子",
+ "dropId": 453000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 10,
+ "index": "公子",
+ "dropId": 453000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 15,
+ "index": "公子",
+ "dropId": 453000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 20,
+ "index": "公子",
+ "dropId": 453000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 25,
+ "index": "公子",
+ "dropId": 453000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 30,
+ "index": "公子",
+ "dropId": 453000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 35,
+ "index": "公子",
+ "dropId": 453000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 40,
+ "index": "公子",
+ "dropId": 453000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 45,
+ "index": "公子",
+ "dropId": 453000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 50,
+ "index": "公子",
+ "dropId": 453001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 55,
+ "index": "公子",
+ "dropId": 453001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 60,
+ "index": "公子",
+ "dropId": 453001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 65,
+ "index": "公子",
+ "dropId": 453001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 70,
+ "index": "公子",
+ "dropId": 453001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 75,
+ "index": "公子",
+ "dropId": 453001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 80,
+ "index": "公子",
+ "dropId": 453001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 85,
+ "index": "公子",
+ "dropId": 453001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 90,
+ "index": "公子",
+ "dropId": 453001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 93,
+ "index": "公子",
+ "dropId": 453001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 100,
+ "index": "公子",
+ "dropId": 453002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 105,
+ "index": "公子",
+ "dropId": 453002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 110,
+ "index": "公子",
+ "dropId": 453002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 115,
+ "index": "公子",
+ "dropId": 453002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 120,
+ "index": "公子",
+ "dropId": 453002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "公子"
+ },
+ {
+ "minLevel": 1,
+ "index": "若陀龙王火电",
+ "dropId": 454000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 5,
+ "index": "若陀龙王火电",
+ "dropId": 454000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 10,
+ "index": "若陀龙王火电",
+ "dropId": 454000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 15,
+ "index": "若陀龙王火电",
+ "dropId": 454000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 20,
+ "index": "若陀龙王火电",
+ "dropId": 454000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 25,
+ "index": "若陀龙王火电",
+ "dropId": 454000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 30,
+ "index": "若陀龙王火电",
+ "dropId": 454000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 35,
+ "index": "若陀龙王火电",
+ "dropId": 454000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 40,
+ "index": "若陀龙王火电",
+ "dropId": 454000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 45,
+ "index": "若陀龙王火电",
+ "dropId": 454000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 50,
+ "index": "若陀龙王火电",
+ "dropId": 454001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 55,
+ "index": "若陀龙王火电",
+ "dropId": 454001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 60,
+ "index": "若陀龙王火电",
+ "dropId": 454001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 65,
+ "index": "若陀龙王火电",
+ "dropId": 454001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 70,
+ "index": "若陀龙王火电",
+ "dropId": 454001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 75,
+ "index": "若陀龙王火电",
+ "dropId": 454001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 80,
+ "index": "若陀龙王火电",
+ "dropId": 454001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 85,
+ "index": "若陀龙王火电",
+ "dropId": 454001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 90,
+ "index": "若陀龙王火电",
+ "dropId": 454001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 93,
+ "index": "若陀龙王火电",
+ "dropId": 454001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 100,
+ "index": "若陀龙王火电",
+ "dropId": 454002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 105,
+ "index": "若陀龙王火电",
+ "dropId": 454002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 110,
+ "index": "若陀龙王火电",
+ "dropId": 454002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 115,
+ "index": "若陀龙王火电",
+ "dropId": 454002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 120,
+ "index": "若陀龙王火电",
+ "dropId": 454002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火电"
+ },
+ {
+ "minLevel": 1,
+ "index": "若陀龙王水电",
+ "dropId": 455000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 5,
+ "index": "若陀龙王水电",
+ "dropId": 455000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 10,
+ "index": "若陀龙王水电",
+ "dropId": 455000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 15,
+ "index": "若陀龙王水电",
+ "dropId": 455000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 20,
+ "index": "若陀龙王水电",
+ "dropId": 455000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 25,
+ "index": "若陀龙王水电",
+ "dropId": 455000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 30,
+ "index": "若陀龙王水电",
+ "dropId": 455000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 35,
+ "index": "若陀龙王水电",
+ "dropId": 455000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 40,
+ "index": "若陀龙王水电",
+ "dropId": 455000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 45,
+ "index": "若陀龙王水电",
+ "dropId": 455000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 50,
+ "index": "若陀龙王水电",
+ "dropId": 455001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 55,
+ "index": "若陀龙王水电",
+ "dropId": 455001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 60,
+ "index": "若陀龙王水电",
+ "dropId": 455001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 65,
+ "index": "若陀龙王水电",
+ "dropId": 455001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 70,
+ "index": "若陀龙王水电",
+ "dropId": 455001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 75,
+ "index": "若陀龙王水电",
+ "dropId": 455001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 80,
+ "index": "若陀龙王水电",
+ "dropId": 455001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 85,
+ "index": "若陀龙王水电",
+ "dropId": 455001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 90,
+ "index": "若陀龙王水电",
+ "dropId": 455001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 93,
+ "index": "若陀龙王水电",
+ "dropId": 455001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 100,
+ "index": "若陀龙王水电",
+ "dropId": 455002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 105,
+ "index": "若陀龙王水电",
+ "dropId": 455002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 110,
+ "index": "若陀龙王水电",
+ "dropId": 455002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 115,
+ "index": "若陀龙王水电",
+ "dropId": 455002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 120,
+ "index": "若陀龙王水电",
+ "dropId": 455002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水电"
+ },
+ {
+ "minLevel": 1,
+ "index": "若陀龙王火冰",
+ "dropId": 456000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 5,
+ "index": "若陀龙王火冰",
+ "dropId": 456000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 10,
+ "index": "若陀龙王火冰",
+ "dropId": 456000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 15,
+ "index": "若陀龙王火冰",
+ "dropId": 456000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 20,
+ "index": "若陀龙王火冰",
+ "dropId": 456000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 25,
+ "index": "若陀龙王火冰",
+ "dropId": 456000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 30,
+ "index": "若陀龙王火冰",
+ "dropId": 456000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 35,
+ "index": "若陀龙王火冰",
+ "dropId": 456000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 40,
+ "index": "若陀龙王火冰",
+ "dropId": 456000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 45,
+ "index": "若陀龙王火冰",
+ "dropId": 456000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 50,
+ "index": "若陀龙王火冰",
+ "dropId": 456001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 55,
+ "index": "若陀龙王火冰",
+ "dropId": 456001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 60,
+ "index": "若陀龙王火冰",
+ "dropId": 456001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 65,
+ "index": "若陀龙王火冰",
+ "dropId": 456001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 70,
+ "index": "若陀龙王火冰",
+ "dropId": 456001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 75,
+ "index": "若陀龙王火冰",
+ "dropId": 456001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 80,
+ "index": "若陀龙王火冰",
+ "dropId": 456001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 85,
+ "index": "若陀龙王火冰",
+ "dropId": 456001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 90,
+ "index": "若陀龙王火冰",
+ "dropId": 456001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 93,
+ "index": "若陀龙王火冰",
+ "dropId": 456001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 100,
+ "index": "若陀龙王火冰",
+ "dropId": 456002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 105,
+ "index": "若陀龙王火冰",
+ "dropId": 456002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 110,
+ "index": "若陀龙王火冰",
+ "dropId": 456002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 115,
+ "index": "若陀龙王火冰",
+ "dropId": 456002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 120,
+ "index": "若陀龙王火冰",
+ "dropId": 456002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王火冰"
+ },
+ {
+ "minLevel": 1,
+ "index": "若陀龙王水冰",
+ "dropId": 457000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 5,
+ "index": "若陀龙王水冰",
+ "dropId": 457000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 10,
+ "index": "若陀龙王水冰",
+ "dropId": 457000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 15,
+ "index": "若陀龙王水冰",
+ "dropId": 457000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 20,
+ "index": "若陀龙王水冰",
+ "dropId": 457000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 25,
+ "index": "若陀龙王水冰",
+ "dropId": 457000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 30,
+ "index": "若陀龙王水冰",
+ "dropId": 457000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 35,
+ "index": "若陀龙王水冰",
+ "dropId": 457000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 40,
+ "index": "若陀龙王水冰",
+ "dropId": 457000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 45,
+ "index": "若陀龙王水冰",
+ "dropId": 457000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 50,
+ "index": "若陀龙王水冰",
+ "dropId": 457001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 55,
+ "index": "若陀龙王水冰",
+ "dropId": 457001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 60,
+ "index": "若陀龙王水冰",
+ "dropId": 457001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 65,
+ "index": "若陀龙王水冰",
+ "dropId": 457001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 70,
+ "index": "若陀龙王水冰",
+ "dropId": 457001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 75,
+ "index": "若陀龙王水冰",
+ "dropId": 457001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 80,
+ "index": "若陀龙王水冰",
+ "dropId": 457001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 85,
+ "index": "若陀龙王水冰",
+ "dropId": 457001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 90,
+ "index": "若陀龙王水冰",
+ "dropId": 457001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 93,
+ "index": "若陀龙王水冰",
+ "dropId": 457001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 100,
+ "index": "若陀龙王水冰",
+ "dropId": 457002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 105,
+ "index": "若陀龙王水冰",
+ "dropId": 457002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 110,
+ "index": "若陀龙王水冰",
+ "dropId": 457002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 115,
+ "index": "若陀龙王水冰",
+ "dropId": 457002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 120,
+ "index": "若陀龙王水冰",
+ "dropId": 457002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "若陀龙王水冰"
+ },
+ {
+ "minLevel": 1,
+ "index": "女士",
+ "dropId": 458000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 5,
+ "index": "女士",
+ "dropId": 458000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 10,
+ "index": "女士",
+ "dropId": 458000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 15,
+ "index": "女士",
+ "dropId": 458000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 20,
+ "index": "女士",
+ "dropId": 458000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 25,
+ "index": "女士",
+ "dropId": 458000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 30,
+ "index": "女士",
+ "dropId": 458000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 35,
+ "index": "女士",
+ "dropId": 458000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 40,
+ "index": "女士",
+ "dropId": 458000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 45,
+ "index": "女士",
+ "dropId": 458000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 50,
+ "index": "女士",
+ "dropId": 458001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 55,
+ "index": "女士",
+ "dropId": 458001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 60,
+ "index": "女士",
+ "dropId": 458001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 65,
+ "index": "女士",
+ "dropId": 458001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 70,
+ "index": "女士",
+ "dropId": 458001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 75,
+ "index": "女士",
+ "dropId": 458001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 80,
+ "index": "女士",
+ "dropId": 458001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 85,
+ "index": "女士",
+ "dropId": 458001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 90,
+ "index": "女士",
+ "dropId": 458001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 93,
+ "index": "女士",
+ "dropId": 458001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 100,
+ "index": "女士",
+ "dropId": 458002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 105,
+ "index": "女士",
+ "dropId": 458002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 110,
+ "index": "女士",
+ "dropId": 458002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 115,
+ "index": "女士",
+ "dropId": 458002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 120,
+ "index": "女士",
+ "dropId": 458002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "女士"
+ },
+ {
+ "minLevel": 1,
+ "index": "雷电将军",
+ "dropId": 459000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 5,
+ "index": "雷电将军",
+ "dropId": 459000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 10,
+ "index": "雷电将军",
+ "dropId": 459000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 15,
+ "index": "雷电将军",
+ "dropId": 459000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 20,
+ "index": "雷电将军",
+ "dropId": 459000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 25,
+ "index": "雷电将军",
+ "dropId": 459000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 30,
+ "index": "雷电将军",
+ "dropId": 459000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 35,
+ "index": "雷电将军",
+ "dropId": 459000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 40,
+ "index": "雷电将军",
+ "dropId": 459000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 45,
+ "index": "雷电将军",
+ "dropId": 459000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 50,
+ "index": "雷电将军",
+ "dropId": 459001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 55,
+ "index": "雷电将军",
+ "dropId": 459001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 60,
+ "index": "雷电将军",
+ "dropId": 459001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 65,
+ "index": "雷电将军",
+ "dropId": 459001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 70,
+ "index": "雷电将军",
+ "dropId": 459001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 75,
+ "index": "雷电将军",
+ "dropId": 459001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 80,
+ "index": "雷电将军",
+ "dropId": 459001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 85,
+ "index": "雷电将军",
+ "dropId": 459001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 90,
+ "index": "雷电将军",
+ "dropId": 459001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 93,
+ "index": "雷电将军",
+ "dropId": 459001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 100,
+ "index": "雷电将军",
+ "dropId": 459002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 105,
+ "index": "雷电将军",
+ "dropId": 459002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 110,
+ "index": "雷电将军",
+ "dropId": 459002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 115,
+ "index": "雷电将军",
+ "dropId": 459002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 120,
+ "index": "雷电将军",
+ "dropId": 459002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "雷电将军"
+ },
+ {
+ "minLevel": 1,
+ "index": "「正机之神」",
+ "dropId": 460000000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 5,
+ "index": "「正机之神」",
+ "dropId": 460000100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 10,
+ "index": "「正机之神」",
+ "dropId": 460000200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 15,
+ "index": "「正机之神」",
+ "dropId": 460000300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 20,
+ "index": "「正机之神」",
+ "dropId": 460000400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 25,
+ "index": "「正机之神」",
+ "dropId": 460000500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 30,
+ "index": "「正机之神」",
+ "dropId": 460000600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 35,
+ "index": "「正机之神」",
+ "dropId": 460000700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 40,
+ "index": "「正机之神」",
+ "dropId": 460000800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 45,
+ "index": "「正机之神」",
+ "dropId": 460000900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 50,
+ "index": "「正机之神」",
+ "dropId": 460001000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 55,
+ "index": "「正机之神」",
+ "dropId": 460001100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 60,
+ "index": "「正机之神」",
+ "dropId": 460001200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 65,
+ "index": "「正机之神」",
+ "dropId": 460001300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 70,
+ "index": "「正机之神」",
+ "dropId": 460001400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 75,
+ "index": "「正机之神」",
+ "dropId": 460001500,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 80,
+ "index": "「正机之神」",
+ "dropId": 460001600,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 85,
+ "index": "「正机之神」",
+ "dropId": 460001700,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 90,
+ "index": "「正机之神」",
+ "dropId": 460001800,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 93,
+ "index": "「正机之神」",
+ "dropId": 460001900,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 100,
+ "index": "「正机之神」",
+ "dropId": 460002000,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 105,
+ "index": "「正机之神」",
+ "dropId": 460002100,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 110,
+ "index": "「正机之神」",
+ "dropId": 460002200,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 115,
+ "index": "「正机之神」",
+ "dropId": 460002300,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ },
+ {
+ "minLevel": 120,
+ "index": "「正机之神」",
+ "dropId": 460002400,
+ "dropCount": 1,
+ "sourceType": 35,
+ "type": "「正机之神」"
+ }
+]
\ No newline at end of file
diff --git a/src/main/resources/defaults/data/MonsterDrop.json b/src/main/resources/defaults/data/MonsterDrop.json
new file mode 100644
index 00000000..99fbed5f
--- /dev/null
+++ b/src/main/resources/defaults/data/MonsterDrop.json
@@ -0,0 +1,6902 @@
+[
+ {
+ "minLevel": 1,
+ "index": "史莱姆",
+ "dropId": 300000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "史莱姆",
+ "dropId": 300000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "史莱姆",
+ "dropId": 300000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "史莱姆",
+ "dropId": 300000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "史莱姆",
+ "dropId": 300000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "史莱姆",
+ "dropId": 300000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "史莱姆",
+ "dropId": 300000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "史莱姆",
+ "dropId": 300000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "史莱姆",
+ "dropId": 300000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "史莱姆",
+ "dropId": 300000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "史莱姆",
+ "dropId": 300001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "史莱姆",
+ "dropId": 300001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "史莱姆",
+ "dropId": 300001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "史莱姆",
+ "dropId": 300001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "史莱姆",
+ "dropId": 300001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "史莱姆",
+ "dropId": 300001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "史莱姆",
+ "dropId": 300001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "史莱姆",
+ "dropId": 300001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "史莱姆",
+ "dropId": 300001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "史莱姆",
+ "dropId": 300001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "史莱姆",
+ "dropId": 300002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "史莱姆",
+ "dropId": 300002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "史莱姆",
+ "dropId": 300002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "史莱姆",
+ "dropId": 300002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "史莱姆",
+ "dropId": 300002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "大史莱姆",
+ "dropId": 301000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "大史莱姆",
+ "dropId": 301000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "大史莱姆",
+ "dropId": 301000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "大史莱姆",
+ "dropId": 301000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "大史莱姆",
+ "dropId": 301000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "大史莱姆",
+ "dropId": 301000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "大史莱姆",
+ "dropId": 301000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "大史莱姆",
+ "dropId": 301000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "大史莱姆",
+ "dropId": 301000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "大史莱姆",
+ "dropId": 301000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "大史莱姆",
+ "dropId": 301001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "大史莱姆",
+ "dropId": 301001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "大史莱姆",
+ "dropId": 301001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "大史莱姆",
+ "dropId": 301001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "大史莱姆",
+ "dropId": 301001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "大史莱姆",
+ "dropId": 301001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "大史莱姆",
+ "dropId": 301001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "大史莱姆",
+ "dropId": 301001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "大史莱姆",
+ "dropId": 301001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "大史莱姆",
+ "dropId": 301001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "大史莱姆",
+ "dropId": 301002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "大史莱姆",
+ "dropId": 301002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "大史莱姆",
+ "dropId": 301002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "大史莱姆",
+ "dropId": 301002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "大史莱姆",
+ "dropId": 301002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "雷萤",
+ "dropId": 302000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "雷萤",
+ "dropId": 302000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "雷萤",
+ "dropId": 302000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "雷萤",
+ "dropId": 302000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "雷萤",
+ "dropId": 302000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "雷萤",
+ "dropId": 302000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "雷萤",
+ "dropId": 302000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "雷萤",
+ "dropId": 302000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "雷萤",
+ "dropId": 302000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "雷萤",
+ "dropId": 302000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "雷萤",
+ "dropId": 302001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "雷萤",
+ "dropId": 302001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "雷萤",
+ "dropId": 302001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "雷萤",
+ "dropId": 302001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "雷萤",
+ "dropId": 302001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "雷萤",
+ "dropId": 302001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "雷萤",
+ "dropId": 302001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "雷萤",
+ "dropId": 302001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "雷萤",
+ "dropId": 302001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "雷萤",
+ "dropId": 302001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "雷萤",
+ "dropId": 302002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "雷萤",
+ "dropId": 302002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "雷萤",
+ "dropId": 302002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "雷萤",
+ "dropId": 302002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "雷萤",
+ "dropId": 302002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "盗宝团",
+ "dropId": 303000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "盗宝团",
+ "dropId": 303000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "盗宝团",
+ "dropId": 303000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "盗宝团",
+ "dropId": 303000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "盗宝团",
+ "dropId": 303000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "盗宝团",
+ "dropId": 303000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "盗宝团",
+ "dropId": 303000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "盗宝团",
+ "dropId": 303000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "盗宝团",
+ "dropId": 303000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "盗宝团",
+ "dropId": 303000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "盗宝团",
+ "dropId": 303001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "盗宝团",
+ "dropId": 303001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "盗宝团",
+ "dropId": 303001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "盗宝团",
+ "dropId": 303001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "盗宝团",
+ "dropId": 303001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "盗宝团",
+ "dropId": 303001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "盗宝团",
+ "dropId": 303001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "盗宝团",
+ "dropId": 303001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "盗宝团",
+ "dropId": 303001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "盗宝团",
+ "dropId": 303001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "盗宝团",
+ "dropId": 303002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "盗宝团",
+ "dropId": 303002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "盗宝团",
+ "dropId": 303002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "盗宝团",
+ "dropId": 303002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "盗宝团",
+ "dropId": 303002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "丘丘人",
+ "dropId": 304000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "丘丘人",
+ "dropId": 304000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "丘丘人",
+ "dropId": 304000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "丘丘人",
+ "dropId": 304000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "丘丘人",
+ "dropId": 304000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "丘丘人",
+ "dropId": 304000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "丘丘人",
+ "dropId": 304000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "丘丘人",
+ "dropId": 304000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "丘丘人",
+ "dropId": 304000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "丘丘人",
+ "dropId": 304000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "丘丘人",
+ "dropId": 304001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "丘丘人",
+ "dropId": 304001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "丘丘人",
+ "dropId": 304001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "丘丘人",
+ "dropId": 304001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "丘丘人",
+ "dropId": 304001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "丘丘人",
+ "dropId": 304001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "丘丘人",
+ "dropId": 304001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "丘丘人",
+ "dropId": 304001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "丘丘人",
+ "dropId": 304001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "丘丘人",
+ "dropId": 304001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "丘丘人",
+ "dropId": 304002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "丘丘人",
+ "dropId": 304002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "丘丘人",
+ "dropId": 304002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "丘丘人",
+ "dropId": 304002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "丘丘人",
+ "dropId": 304002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "远程丘丘人",
+ "dropId": 305000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "远程丘丘人",
+ "dropId": 305000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "远程丘丘人",
+ "dropId": 305000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "远程丘丘人",
+ "dropId": 305000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "远程丘丘人",
+ "dropId": 305000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "远程丘丘人",
+ "dropId": 305000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "远程丘丘人",
+ "dropId": 305000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "远程丘丘人",
+ "dropId": 305000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "远程丘丘人",
+ "dropId": 305000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "远程丘丘人",
+ "dropId": 305000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "远程丘丘人",
+ "dropId": 305001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "远程丘丘人",
+ "dropId": 305001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "远程丘丘人",
+ "dropId": 305001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "远程丘丘人",
+ "dropId": 305001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "远程丘丘人",
+ "dropId": 305001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "远程丘丘人",
+ "dropId": 305001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "远程丘丘人",
+ "dropId": 305001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "远程丘丘人",
+ "dropId": 305001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "远程丘丘人",
+ "dropId": 305001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "远程丘丘人",
+ "dropId": 305001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "远程丘丘人",
+ "dropId": 305002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "远程丘丘人",
+ "dropId": 305002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "远程丘丘人",
+ "dropId": 305002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "远程丘丘人",
+ "dropId": 305002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "远程丘丘人",
+ "dropId": 305002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "丘丘萨满",
+ "dropId": 306000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "丘丘萨满",
+ "dropId": 306000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "丘丘萨满",
+ "dropId": 306000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "丘丘萨满",
+ "dropId": 306000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "丘丘萨满",
+ "dropId": 306000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "丘丘萨满",
+ "dropId": 306000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "丘丘萨满",
+ "dropId": 306000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "丘丘萨满",
+ "dropId": 306000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "丘丘萨满",
+ "dropId": 306000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "丘丘萨满",
+ "dropId": 306000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "丘丘萨满",
+ "dropId": 306001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "丘丘萨满",
+ "dropId": 306001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "丘丘萨满",
+ "dropId": 306001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "丘丘萨满",
+ "dropId": 306001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "丘丘萨满",
+ "dropId": 306001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "丘丘萨满",
+ "dropId": 306001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "丘丘萨满",
+ "dropId": 306001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "丘丘萨满",
+ "dropId": 306001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "丘丘萨满",
+ "dropId": 306001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "丘丘萨满",
+ "dropId": 306001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "丘丘萨满",
+ "dropId": 306002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "丘丘萨满",
+ "dropId": 306002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "丘丘萨满",
+ "dropId": 306002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "丘丘萨满",
+ "dropId": 306002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "丘丘萨满",
+ "dropId": 306002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "先遣队",
+ "dropId": 307000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "先遣队",
+ "dropId": 307000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "先遣队",
+ "dropId": 307000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "先遣队",
+ "dropId": 307000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "先遣队",
+ "dropId": 307000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "先遣队",
+ "dropId": 307000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "先遣队",
+ "dropId": 307000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "先遣队",
+ "dropId": 307000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "先遣队",
+ "dropId": 307000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "先遣队",
+ "dropId": 307000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "先遣队",
+ "dropId": 307001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "先遣队",
+ "dropId": 307001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "先遣队",
+ "dropId": 307001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "先遣队",
+ "dropId": 307001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "先遣队",
+ "dropId": 307001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "先遣队",
+ "dropId": 307001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "先遣队",
+ "dropId": 307001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "先遣队",
+ "dropId": 307001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "先遣队",
+ "dropId": 307001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "先遣队",
+ "dropId": 307001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "先遣队",
+ "dropId": 307002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "先遣队",
+ "dropId": 307002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "先遣队",
+ "dropId": 307002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "先遣队",
+ "dropId": 307002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "先遣队",
+ "dropId": 307002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "骗骗花",
+ "dropId": 308000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "骗骗花",
+ "dropId": 308000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "骗骗花",
+ "dropId": 308000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "骗骗花",
+ "dropId": 308000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "骗骗花",
+ "dropId": 308000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "骗骗花",
+ "dropId": 308000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "骗骗花",
+ "dropId": 308000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "骗骗花",
+ "dropId": 308000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "骗骗花",
+ "dropId": 308000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "骗骗花",
+ "dropId": 308000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "骗骗花",
+ "dropId": 308001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "骗骗花",
+ "dropId": 308001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "骗骗花",
+ "dropId": 308001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "骗骗花",
+ "dropId": 308001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "骗骗花",
+ "dropId": 308001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "骗骗花",
+ "dropId": 308001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "骗骗花",
+ "dropId": 308001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "骗骗花",
+ "dropId": 308001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "骗骗花",
+ "dropId": 308001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "骗骗花",
+ "dropId": 308001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "骗骗花",
+ "dropId": 308002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "骗骗花",
+ "dropId": 308002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "骗骗花",
+ "dropId": 308002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "骗骗花",
+ "dropId": 308002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "骗骗花",
+ "dropId": 308002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "浪人武士",
+ "dropId": 309000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "浪人武士",
+ "dropId": 309000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "浪人武士",
+ "dropId": 309000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "浪人武士",
+ "dropId": 309000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "浪人武士",
+ "dropId": 309000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "浪人武士",
+ "dropId": 309000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "浪人武士",
+ "dropId": 309000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "浪人武士",
+ "dropId": 309000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "浪人武士",
+ "dropId": 309000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "浪人武士",
+ "dropId": 309000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "浪人武士",
+ "dropId": 309001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "浪人武士",
+ "dropId": 309001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "浪人武士",
+ "dropId": 309001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "浪人武士",
+ "dropId": 309001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "浪人武士",
+ "dropId": 309001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "浪人武士",
+ "dropId": 309001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "浪人武士",
+ "dropId": 309001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "浪人武士",
+ "dropId": 309001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "浪人武士",
+ "dropId": 309001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "浪人武士",
+ "dropId": 309001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "浪人武士",
+ "dropId": 309002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "浪人武士",
+ "dropId": 309002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "浪人武士",
+ "dropId": 309002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "浪人武士",
+ "dropId": 309002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "浪人武士",
+ "dropId": 309002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "高阶武士",
+ "dropId": 310000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "高阶武士",
+ "dropId": 310000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "高阶武士",
+ "dropId": 310000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "高阶武士",
+ "dropId": 310000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "高阶武士",
+ "dropId": 310000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "高阶武士",
+ "dropId": 310000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "高阶武士",
+ "dropId": 310000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "高阶武士",
+ "dropId": 310000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "高阶武士",
+ "dropId": 310000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "高阶武士",
+ "dropId": 310000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "高阶武士",
+ "dropId": 310001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "高阶武士",
+ "dropId": 310001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "高阶武士",
+ "dropId": 310001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "高阶武士",
+ "dropId": 310001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "高阶武士",
+ "dropId": 310001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "高阶武士",
+ "dropId": 310001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "高阶武士",
+ "dropId": 310001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "高阶武士",
+ "dropId": 310001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "高阶武士",
+ "dropId": 310001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "高阶武士",
+ "dropId": 310001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "高阶武士",
+ "dropId": 310002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "高阶武士",
+ "dropId": 310002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "高阶武士",
+ "dropId": 310002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "高阶武士",
+ "dropId": 310002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "高阶武士",
+ "dropId": 310002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "飘浮灵",
+ "dropId": 311000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "飘浮灵",
+ "dropId": 311000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "飘浮灵",
+ "dropId": 311000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "飘浮灵",
+ "dropId": 311000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "飘浮灵",
+ "dropId": 311000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "飘浮灵",
+ "dropId": 311000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "飘浮灵",
+ "dropId": 311000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "飘浮灵",
+ "dropId": 311000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "飘浮灵",
+ "dropId": 311000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "飘浮灵",
+ "dropId": 311000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "飘浮灵",
+ "dropId": 311001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "飘浮灵",
+ "dropId": 311001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "飘浮灵",
+ "dropId": 311001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "飘浮灵",
+ "dropId": 311001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "飘浮灵",
+ "dropId": 311001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "飘浮灵",
+ "dropId": 311001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "飘浮灵",
+ "dropId": 311001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "飘浮灵",
+ "dropId": 311001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "飘浮灵",
+ "dropId": 311001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "飘浮灵",
+ "dropId": 311001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "飘浮灵",
+ "dropId": 311002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "飘浮灵",
+ "dropId": 311002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "飘浮灵",
+ "dropId": 311002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "飘浮灵",
+ "dropId": 311002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "飘浮灵",
+ "dropId": 311002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "蕈兽",
+ "dropId": 312000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "蕈兽",
+ "dropId": 312000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "蕈兽",
+ "dropId": 312000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "蕈兽",
+ "dropId": 312000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "蕈兽",
+ "dropId": 312000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "蕈兽",
+ "dropId": 312000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "蕈兽",
+ "dropId": 312000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "蕈兽",
+ "dropId": 312000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "蕈兽",
+ "dropId": 312000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "蕈兽",
+ "dropId": 312000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "蕈兽",
+ "dropId": 312001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "蕈兽",
+ "dropId": 312001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "蕈兽",
+ "dropId": 312001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "蕈兽",
+ "dropId": 312001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "蕈兽",
+ "dropId": 312001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "蕈兽",
+ "dropId": 312001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "蕈兽",
+ "dropId": 312001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "蕈兽",
+ "dropId": 312001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "蕈兽",
+ "dropId": 312001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "蕈兽",
+ "dropId": 312001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "蕈兽",
+ "dropId": 312002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "蕈兽",
+ "dropId": 312002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "蕈兽",
+ "dropId": 312002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "蕈兽",
+ "dropId": 312002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "蕈兽",
+ "dropId": 312002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "大蕈兽",
+ "dropId": 313000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "大蕈兽",
+ "dropId": 313000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "大蕈兽",
+ "dropId": 313000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "大蕈兽",
+ "dropId": 313000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "大蕈兽",
+ "dropId": 313000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "大蕈兽",
+ "dropId": 313000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "大蕈兽",
+ "dropId": 313000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "大蕈兽",
+ "dropId": 313000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "大蕈兽",
+ "dropId": 313000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "大蕈兽",
+ "dropId": 313000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "大蕈兽",
+ "dropId": 313001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "大蕈兽",
+ "dropId": 313001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "大蕈兽",
+ "dropId": 313001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "大蕈兽",
+ "dropId": 313001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "大蕈兽",
+ "dropId": 313001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "大蕈兽",
+ "dropId": 313001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "大蕈兽",
+ "dropId": 313001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "大蕈兽",
+ "dropId": 313001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "大蕈兽",
+ "dropId": 313001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "大蕈兽",
+ "dropId": 313001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "大蕈兽",
+ "dropId": 313002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "大蕈兽",
+ "dropId": 313002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "大蕈兽",
+ "dropId": 313002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "大蕈兽",
+ "dropId": 313002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "大蕈兽",
+ "dropId": 313002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "镀金旅团",
+ "dropId": 314000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "镀金旅团",
+ "dropId": 314000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "镀金旅团",
+ "dropId": 314000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "镀金旅团",
+ "dropId": 314000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "镀金旅团",
+ "dropId": 314000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "镀金旅团",
+ "dropId": 314000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "镀金旅团",
+ "dropId": 314000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "镀金旅团",
+ "dropId": 314000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "镀金旅团",
+ "dropId": 314000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "镀金旅团",
+ "dropId": 314000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "镀金旅团",
+ "dropId": 314001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "镀金旅团",
+ "dropId": 314001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "镀金旅团",
+ "dropId": 314001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "镀金旅团",
+ "dropId": 314001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "镀金旅团",
+ "dropId": 314001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "镀金旅团",
+ "dropId": 314001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "镀金旅团",
+ "dropId": 314001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "镀金旅团",
+ "dropId": 314001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "镀金旅团",
+ "dropId": 314001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "镀金旅团",
+ "dropId": 314001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "镀金旅团",
+ "dropId": 314002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "镀金旅团",
+ "dropId": 314002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "镀金旅团",
+ "dropId": 314002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "镀金旅团",
+ "dropId": 314002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "镀金旅团",
+ "dropId": 314002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "中级镀金旅团",
+ "dropId": 315000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "中级镀金旅团",
+ "dropId": 315000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "中级镀金旅团",
+ "dropId": 315000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "中级镀金旅团",
+ "dropId": 315000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "中级镀金旅团",
+ "dropId": 315000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "中级镀金旅团",
+ "dropId": 315000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "中级镀金旅团",
+ "dropId": 315000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "中级镀金旅团",
+ "dropId": 315000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "中级镀金旅团",
+ "dropId": 315000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "中级镀金旅团",
+ "dropId": 315000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "中级镀金旅团",
+ "dropId": 315001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "中级镀金旅团",
+ "dropId": 315001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "中级镀金旅团",
+ "dropId": 315001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "中级镀金旅团",
+ "dropId": 315001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "中级镀金旅团",
+ "dropId": 315001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "中级镀金旅团",
+ "dropId": 315001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "中级镀金旅团",
+ "dropId": 315001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "中级镀金旅团",
+ "dropId": 315001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "中级镀金旅团",
+ "dropId": 315001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "中级镀金旅团",
+ "dropId": 315001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "中级镀金旅团",
+ "dropId": 315002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "中级镀金旅团",
+ "dropId": 315002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "中级镀金旅团",
+ "dropId": 315002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "中级镀金旅团",
+ "dropId": 315002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "中级镀金旅团",
+ "dropId": 315002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "高级镀金旅团",
+ "dropId": 316000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "高级镀金旅团",
+ "dropId": 316000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "高级镀金旅团",
+ "dropId": 316000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "高级镀金旅团",
+ "dropId": 316000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "高级镀金旅团",
+ "dropId": 316000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "高级镀金旅团",
+ "dropId": 316000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "高级镀金旅团",
+ "dropId": 316000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "高级镀金旅团",
+ "dropId": 316000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "高级镀金旅团",
+ "dropId": 316000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "高级镀金旅团",
+ "dropId": 316000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "高级镀金旅团",
+ "dropId": 316001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "高级镀金旅团",
+ "dropId": 316001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "高级镀金旅团",
+ "dropId": 316001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "高级镀金旅团",
+ "dropId": 316001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "高级镀金旅团",
+ "dropId": 316001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "高级镀金旅团",
+ "dropId": 316001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "高级镀金旅团",
+ "dropId": 316001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "高级镀金旅团",
+ "dropId": 316001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "高级镀金旅团",
+ "dropId": 316001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "高级镀金旅团",
+ "dropId": 316001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "高级镀金旅团",
+ "dropId": 316002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "高级镀金旅团",
+ "dropId": 316002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "高级镀金旅团",
+ "dropId": 316002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "高级镀金旅团",
+ "dropId": 316002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "高级镀金旅团",
+ "dropId": 316002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "驮兽丘丘人",
+ "dropId": 317000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "驮兽丘丘人",
+ "dropId": 317000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "驮兽丘丘人",
+ "dropId": 317000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "驮兽丘丘人",
+ "dropId": 317000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "驮兽丘丘人",
+ "dropId": 317000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "驮兽丘丘人",
+ "dropId": 317000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "驮兽丘丘人",
+ "dropId": 317000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "驮兽丘丘人",
+ "dropId": 317000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "驮兽丘丘人",
+ "dropId": 317000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "驮兽丘丘人",
+ "dropId": 317000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "驮兽丘丘人",
+ "dropId": 317001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "驮兽丘丘人",
+ "dropId": 317001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "驮兽丘丘人",
+ "dropId": 317001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "驮兽丘丘人",
+ "dropId": 317001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "驮兽丘丘人",
+ "dropId": 317001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "驮兽丘丘人",
+ "dropId": 317001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "驮兽丘丘人",
+ "dropId": 317001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "驮兽丘丘人",
+ "dropId": 317001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "驮兽丘丘人",
+ "dropId": 317001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "驮兽丘丘人",
+ "dropId": 317001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "驮兽丘丘人",
+ "dropId": 317002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "驮兽丘丘人",
+ "dropId": 317002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "驮兽丘丘人",
+ "dropId": 317002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "驮兽丘丘人",
+ "dropId": 317002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "驮兽丘丘人",
+ "dropId": 317002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "驮兽盗宝团",
+ "dropId": 318000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "驮兽盗宝团",
+ "dropId": 318000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "驮兽盗宝团",
+ "dropId": 318000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "驮兽盗宝团",
+ "dropId": 318000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "驮兽盗宝团",
+ "dropId": 318000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "驮兽盗宝团",
+ "dropId": 318000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "驮兽盗宝团",
+ "dropId": 318000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "驮兽盗宝团",
+ "dropId": 318000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "驮兽盗宝团",
+ "dropId": 318000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "驮兽盗宝团",
+ "dropId": 318000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "驮兽盗宝团",
+ "dropId": 318001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "驮兽盗宝团",
+ "dropId": 318001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "驮兽盗宝团",
+ "dropId": 318001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "驮兽盗宝团",
+ "dropId": 318001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "驮兽盗宝团",
+ "dropId": 318001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "驮兽盗宝团",
+ "dropId": 318001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "驮兽盗宝团",
+ "dropId": 318001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "驮兽盗宝团",
+ "dropId": 318001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "驮兽盗宝团",
+ "dropId": 318001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "驮兽盗宝团",
+ "dropId": 318001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "驮兽盗宝团",
+ "dropId": 318002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "驮兽盗宝团",
+ "dropId": 318002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "驮兽盗宝团",
+ "dropId": 318002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "驮兽盗宝团",
+ "dropId": 318002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "驮兽盗宝团",
+ "dropId": 318002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "驮兽镀金旅团",
+ "dropId": 319000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "驮兽镀金旅团",
+ "dropId": 319001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "驮兽镀金旅团",
+ "dropId": 319002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "驮兽镀金旅团",
+ "dropId": 319002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "驮兽镀金旅团",
+ "dropId": 319002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "驮兽镀金旅团",
+ "dropId": 319002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "驮兽镀金旅团",
+ "dropId": 319002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "驮兽先遣队",
+ "dropId": 320000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "驮兽先遣队",
+ "dropId": 320000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "驮兽先遣队",
+ "dropId": 320000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "驮兽先遣队",
+ "dropId": 320000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "驮兽先遣队",
+ "dropId": 320000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "驮兽先遣队",
+ "dropId": 320000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "驮兽先遣队",
+ "dropId": 320000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "驮兽先遣队",
+ "dropId": 320000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "驮兽先遣队",
+ "dropId": 320000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "驮兽先遣队",
+ "dropId": 320000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "驮兽先遣队",
+ "dropId": 320001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "驮兽先遣队",
+ "dropId": 320001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "驮兽先遣队",
+ "dropId": 320001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "驮兽先遣队",
+ "dropId": 320001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "驮兽先遣队",
+ "dropId": 320001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "驮兽先遣队",
+ "dropId": 320001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "驮兽先遣队",
+ "dropId": 320001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "驮兽先遣队",
+ "dropId": 320001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "驮兽先遣队",
+ "dropId": 320001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "驮兽先遣队",
+ "dropId": 320001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "驮兽先遣队",
+ "dropId": 320002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "驮兽先遣队",
+ "dropId": 320002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "驮兽先遣队",
+ "dropId": 320002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "驮兽先遣队",
+ "dropId": 320002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "驮兽先遣队",
+ "dropId": 320002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "丘丘岩盔王",
+ "dropId": 330000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "丘丘岩盔王",
+ "dropId": 330000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "丘丘岩盔王",
+ "dropId": 330000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "丘丘岩盔王",
+ "dropId": 330000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "丘丘岩盔王",
+ "dropId": 330000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "丘丘岩盔王",
+ "dropId": 330000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "丘丘岩盔王",
+ "dropId": 330000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "丘丘岩盔王",
+ "dropId": 330000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "丘丘岩盔王",
+ "dropId": 330000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "丘丘岩盔王",
+ "dropId": 330000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "丘丘岩盔王",
+ "dropId": 330001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "丘丘岩盔王",
+ "dropId": 330001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "丘丘岩盔王",
+ "dropId": 330001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "丘丘岩盔王",
+ "dropId": 330001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "丘丘岩盔王",
+ "dropId": 330001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "丘丘岩盔王",
+ "dropId": 330001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "丘丘岩盔王",
+ "dropId": 330001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "丘丘岩盔王",
+ "dropId": 330001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "丘丘岩盔王",
+ "dropId": 330001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "丘丘岩盔王",
+ "dropId": 330001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "丘丘岩盔王",
+ "dropId": 330002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "丘丘岩盔王",
+ "dropId": 330002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "丘丘岩盔王",
+ "dropId": 330002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "丘丘岩盔王",
+ "dropId": 330002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "丘丘岩盔王",
+ "dropId": 330002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "丘丘暴徒",
+ "dropId": 331000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "丘丘暴徒",
+ "dropId": 331000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "丘丘暴徒",
+ "dropId": 331000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "丘丘暴徒",
+ "dropId": 331000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "丘丘暴徒",
+ "dropId": 331000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "丘丘暴徒",
+ "dropId": 331000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "丘丘暴徒",
+ "dropId": 331000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "丘丘暴徒",
+ "dropId": 331000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "丘丘暴徒",
+ "dropId": 331000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "丘丘暴徒",
+ "dropId": 331000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "丘丘暴徒",
+ "dropId": 331001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "丘丘暴徒",
+ "dropId": 331001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "丘丘暴徒",
+ "dropId": 331001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "丘丘暴徒",
+ "dropId": 331001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "丘丘暴徒",
+ "dropId": 331001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "丘丘暴徒",
+ "dropId": 331001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "丘丘暴徒",
+ "dropId": 331001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "丘丘暴徒",
+ "dropId": 331001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "丘丘暴徒",
+ "dropId": 331001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "丘丘暴徒",
+ "dropId": 331001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "丘丘暴徒",
+ "dropId": 331002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "丘丘暴徒",
+ "dropId": 331002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "丘丘暴徒",
+ "dropId": 331002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "丘丘暴徒",
+ "dropId": 331002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "丘丘暴徒",
+ "dropId": 331002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "元素之核",
+ "dropId": 332000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "元素之核",
+ "dropId": 332000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "元素之核",
+ "dropId": 332000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "元素之核",
+ "dropId": 332000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "元素之核",
+ "dropId": 332000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "元素之核",
+ "dropId": 332000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "元素之核",
+ "dropId": 332000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "元素之核",
+ "dropId": 332000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "元素之核",
+ "dropId": 332000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "元素之核",
+ "dropId": 332000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "元素之核",
+ "dropId": 332001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "元素之核",
+ "dropId": 332001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "元素之核",
+ "dropId": 332001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "元素之核",
+ "dropId": 332001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "元素之核",
+ "dropId": 332001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "元素之核",
+ "dropId": 332001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "元素之核",
+ "dropId": 332001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "元素之核",
+ "dropId": 332001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "元素之核",
+ "dropId": 332001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "元素之核",
+ "dropId": 332001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "元素之核",
+ "dropId": 332002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "元素之核",
+ "dropId": 332002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "元素之核",
+ "dropId": 332002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "元素之核",
+ "dropId": 332002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "元素之核",
+ "dropId": 332002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "深渊法师",
+ "dropId": 333000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "深渊法师",
+ "dropId": 333000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "深渊法师",
+ "dropId": 333000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "深渊法师",
+ "dropId": 333000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "深渊法师",
+ "dropId": 333000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "深渊法师",
+ "dropId": 333000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "深渊法师",
+ "dropId": 333000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "深渊法师",
+ "dropId": 333000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "深渊法师",
+ "dropId": 333000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "深渊法师",
+ "dropId": 333000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "深渊法师",
+ "dropId": 333001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "深渊法师",
+ "dropId": 333001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "深渊法师",
+ "dropId": 333001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "深渊法师",
+ "dropId": 333001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "深渊法师",
+ "dropId": 333001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "深渊法师",
+ "dropId": 333001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "深渊法师",
+ "dropId": 333001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "深渊法师",
+ "dropId": 333001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "深渊法师",
+ "dropId": 333001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "深渊法师",
+ "dropId": 333001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "深渊法师",
+ "dropId": 333002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "深渊法师",
+ "dropId": 333002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "深渊法师",
+ "dropId": 333002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "深渊法师",
+ "dropId": 333002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "深渊法师",
+ "dropId": 333002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "黑蛇剑士",
+ "dropId": 334000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "黑蛇剑士",
+ "dropId": 334000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "黑蛇剑士",
+ "dropId": 334000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "黑蛇剑士",
+ "dropId": 334000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "黑蛇剑士",
+ "dropId": 334000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "黑蛇剑士",
+ "dropId": 334000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "黑蛇剑士",
+ "dropId": 334000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "黑蛇剑士",
+ "dropId": 334000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "黑蛇剑士",
+ "dropId": 334000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "黑蛇剑士",
+ "dropId": 334000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "黑蛇剑士",
+ "dropId": 334001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "黑蛇剑士",
+ "dropId": 334001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "黑蛇剑士",
+ "dropId": 334001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "黑蛇剑士",
+ "dropId": 334001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "黑蛇剑士",
+ "dropId": 334001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "黑蛇剑士",
+ "dropId": 334001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "黑蛇剑士",
+ "dropId": 334001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "黑蛇剑士",
+ "dropId": 334001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "黑蛇剑士",
+ "dropId": 334001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "黑蛇剑士",
+ "dropId": 334001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "黑蛇剑士",
+ "dropId": 334002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "黑蛇剑士",
+ "dropId": 334002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "黑蛇剑士",
+ "dropId": 334002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "黑蛇剑士",
+ "dropId": 334002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "黑蛇剑士",
+ "dropId": 334002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "债务处理人",
+ "dropId": 335000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "债务处理人",
+ "dropId": 335000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "债务处理人",
+ "dropId": 335000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "债务处理人",
+ "dropId": 335000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "债务处理人",
+ "dropId": 335000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "债务处理人",
+ "dropId": 335000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "债务处理人",
+ "dropId": 335000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "债务处理人",
+ "dropId": 335000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "债务处理人",
+ "dropId": 335000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "债务处理人",
+ "dropId": 335000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "债务处理人",
+ "dropId": 335001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "债务处理人",
+ "dropId": 335001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "债务处理人",
+ "dropId": 335001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "债务处理人",
+ "dropId": 335001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "债务处理人",
+ "dropId": 335001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "债务处理人",
+ "dropId": 335001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "债务处理人",
+ "dropId": 335001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "债务处理人",
+ "dropId": 335001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "债务处理人",
+ "dropId": 335001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "债务处理人",
+ "dropId": 335001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "债务处理人",
+ "dropId": 335002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "债务处理人",
+ "dropId": 335002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "债务处理人",
+ "dropId": 335002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "债务处理人",
+ "dropId": 335002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "债务处理人",
+ "dropId": 335002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "召唤师",
+ "dropId": 336000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "召唤师",
+ "dropId": 336000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "召唤师",
+ "dropId": 336000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "召唤师",
+ "dropId": 336000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "召唤师",
+ "dropId": 336000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "召唤师",
+ "dropId": 336000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "召唤师",
+ "dropId": 336000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "召唤师",
+ "dropId": 336000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "召唤师",
+ "dropId": 336000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "召唤师",
+ "dropId": 336000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "召唤师",
+ "dropId": 336001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "召唤师",
+ "dropId": 336001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "召唤师",
+ "dropId": 336001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "召唤师",
+ "dropId": 336001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "召唤师",
+ "dropId": 336001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "召唤师",
+ "dropId": 336001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "召唤师",
+ "dropId": 336001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "召唤师",
+ "dropId": 336001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "召唤师",
+ "dropId": 336001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "召唤师",
+ "dropId": 336001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "召唤师",
+ "dropId": 336002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "召唤师",
+ "dropId": 336002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "召唤师",
+ "dropId": 336002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "召唤师",
+ "dropId": 336002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "召唤师",
+ "dropId": 336002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "遗迹守卫",
+ "dropId": 337000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "遗迹守卫",
+ "dropId": 337000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "遗迹守卫",
+ "dropId": 337000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "遗迹守卫",
+ "dropId": 337000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "遗迹守卫",
+ "dropId": 337000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "遗迹守卫",
+ "dropId": 337000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "遗迹守卫",
+ "dropId": 337000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "遗迹守卫",
+ "dropId": 337000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "遗迹守卫",
+ "dropId": 337000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "遗迹守卫",
+ "dropId": 337000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "遗迹守卫",
+ "dropId": 337001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "遗迹守卫",
+ "dropId": 337001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "遗迹守卫",
+ "dropId": 337001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "遗迹守卫",
+ "dropId": 337001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "遗迹守卫",
+ "dropId": 337001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "遗迹守卫",
+ "dropId": 337001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "遗迹守卫",
+ "dropId": 337001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "遗迹守卫",
+ "dropId": 337001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "遗迹守卫",
+ "dropId": 337001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "遗迹守卫",
+ "dropId": 337001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "遗迹守卫",
+ "dropId": 337002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "遗迹守卫",
+ "dropId": 337002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "遗迹守卫",
+ "dropId": 337002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "遗迹守卫",
+ "dropId": 337002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "遗迹守卫",
+ "dropId": 337002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "幼岩龙蜥",
+ "dropId": 338000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "幼岩龙蜥",
+ "dropId": 338000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "幼岩龙蜥",
+ "dropId": 338000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "幼岩龙蜥",
+ "dropId": 338000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "幼岩龙蜥",
+ "dropId": 338000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "幼岩龙蜥",
+ "dropId": 338000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "幼岩龙蜥",
+ "dropId": 338000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "幼岩龙蜥",
+ "dropId": 338000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "幼岩龙蜥",
+ "dropId": 338000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "幼岩龙蜥",
+ "dropId": 338000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "幼岩龙蜥",
+ "dropId": 338001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "幼岩龙蜥",
+ "dropId": 338001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "幼岩龙蜥",
+ "dropId": 338001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "幼岩龙蜥",
+ "dropId": 338001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "幼岩龙蜥",
+ "dropId": 338001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "幼岩龙蜥",
+ "dropId": 338001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "幼岩龙蜥",
+ "dropId": 338001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "幼岩龙蜥",
+ "dropId": 338001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "幼岩龙蜥",
+ "dropId": 338001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "幼岩龙蜥",
+ "dropId": 338001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "幼岩龙蜥",
+ "dropId": 338002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "幼岩龙蜥",
+ "dropId": 338002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "幼岩龙蜥",
+ "dropId": 338002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "幼岩龙蜥",
+ "dropId": 338002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "幼岩龙蜥",
+ "dropId": 338002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "遗迹重机",
+ "dropId": 339000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "遗迹重机",
+ "dropId": 339000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "遗迹重机",
+ "dropId": 339000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "遗迹重机",
+ "dropId": 339000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "遗迹重机",
+ "dropId": 339000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "遗迹重机",
+ "dropId": 339000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "遗迹重机",
+ "dropId": 339000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "遗迹重机",
+ "dropId": 339000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "遗迹重机",
+ "dropId": 339000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "遗迹重机",
+ "dropId": 339000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "遗迹重机",
+ "dropId": 339001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "遗迹重机",
+ "dropId": 339001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "遗迹重机",
+ "dropId": 339001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "遗迹重机",
+ "dropId": 339001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "遗迹重机",
+ "dropId": 339001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "遗迹重机",
+ "dropId": 339001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "遗迹重机",
+ "dropId": 339001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "遗迹重机",
+ "dropId": 339001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "遗迹重机",
+ "dropId": 339001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "遗迹重机",
+ "dropId": 339001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "遗迹重机",
+ "dropId": 339002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "遗迹重机",
+ "dropId": 339002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "遗迹重机",
+ "dropId": 339002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "遗迹重机",
+ "dropId": 339002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "遗迹重机",
+ "dropId": 339002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "岩龙蜥",
+ "dropId": 340000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "岩龙蜥",
+ "dropId": 340000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "岩龙蜥",
+ "dropId": 340000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "岩龙蜥",
+ "dropId": 340000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "岩龙蜥",
+ "dropId": 340000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "岩龙蜥",
+ "dropId": 340000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "岩龙蜥",
+ "dropId": 340000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "岩龙蜥",
+ "dropId": 340000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "岩龙蜥",
+ "dropId": 340000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "岩龙蜥",
+ "dropId": 340000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "岩龙蜥",
+ "dropId": 340001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "岩龙蜥",
+ "dropId": 340001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "岩龙蜥",
+ "dropId": 340001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "岩龙蜥",
+ "dropId": 340001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "岩龙蜥",
+ "dropId": 340001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "岩龙蜥",
+ "dropId": 340001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "岩龙蜥",
+ "dropId": 340001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "岩龙蜥",
+ "dropId": 340001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "岩龙蜥",
+ "dropId": 340001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "岩龙蜥",
+ "dropId": 340001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "岩龙蜥",
+ "dropId": 340002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "岩龙蜥",
+ "dropId": 340002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "岩龙蜥",
+ "dropId": 340002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "岩龙蜥",
+ "dropId": 340002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "岩龙蜥",
+ "dropId": 340002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "拟生机关",
+ "dropId": 341000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "拟生机关",
+ "dropId": 341000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "拟生机关",
+ "dropId": 341000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "拟生机关",
+ "dropId": 341000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "拟生机关",
+ "dropId": 341000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "拟生机关",
+ "dropId": 341000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "拟生机关",
+ "dropId": 341000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "拟生机关",
+ "dropId": 341000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "拟生机关",
+ "dropId": 341000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "拟生机关",
+ "dropId": 341000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "拟生机关",
+ "dropId": 341001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "拟生机关",
+ "dropId": 341001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "拟生机关",
+ "dropId": 341001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "拟生机关",
+ "dropId": 341001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "拟生机关",
+ "dropId": 341001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "拟生机关",
+ "dropId": 341001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "拟生机关",
+ "dropId": 341001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "拟生机关",
+ "dropId": 341001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "拟生机关",
+ "dropId": 341001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "拟生机关",
+ "dropId": 341001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "拟生机关",
+ "dropId": 341002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "拟生机关",
+ "dropId": 341002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "拟生机关",
+ "dropId": 341002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "拟生机关",
+ "dropId": 341002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "拟生机关",
+ "dropId": 341002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "藏镜侍女",
+ "dropId": 342000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "藏镜侍女",
+ "dropId": 342000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "藏镜侍女",
+ "dropId": 342000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "藏镜侍女",
+ "dropId": 342000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "藏镜侍女",
+ "dropId": 342000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "藏镜侍女",
+ "dropId": 342000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "藏镜侍女",
+ "dropId": 342000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "藏镜侍女",
+ "dropId": 342000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "藏镜侍女",
+ "dropId": 342000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "藏镜侍女",
+ "dropId": 342000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "藏镜侍女",
+ "dropId": 342001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "藏镜侍女",
+ "dropId": 342001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "藏镜侍女",
+ "dropId": 342001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "藏镜侍女",
+ "dropId": 342001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "藏镜侍女",
+ "dropId": 342001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "藏镜侍女",
+ "dropId": 342001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "藏镜侍女",
+ "dropId": 342001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "藏镜侍女",
+ "dropId": 342001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "藏镜侍女",
+ "dropId": 342001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "藏镜侍女",
+ "dropId": 342001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "藏镜侍女",
+ "dropId": 342002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "藏镜侍女",
+ "dropId": 342002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "藏镜侍女",
+ "dropId": 342002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "藏镜侍女",
+ "dropId": 342002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "藏镜侍女",
+ "dropId": 342002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "兽境幼兽",
+ "dropId": 343000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "兽境幼兽",
+ "dropId": 343000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "兽境幼兽",
+ "dropId": 343000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "兽境幼兽",
+ "dropId": 343000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "兽境幼兽",
+ "dropId": 343000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "兽境幼兽",
+ "dropId": 343000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "兽境幼兽",
+ "dropId": 343000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "兽境幼兽",
+ "dropId": 343000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "兽境幼兽",
+ "dropId": 343000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "兽境幼兽",
+ "dropId": 343000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "兽境幼兽",
+ "dropId": 343001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "兽境幼兽",
+ "dropId": 343001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "兽境幼兽",
+ "dropId": 343001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "兽境幼兽",
+ "dropId": 343001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "兽境幼兽",
+ "dropId": 343001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "兽境幼兽",
+ "dropId": 343001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "兽境幼兽",
+ "dropId": 343001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "兽境幼兽",
+ "dropId": 343001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "兽境幼兽",
+ "dropId": 343001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "兽境幼兽",
+ "dropId": 343001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "兽境幼兽",
+ "dropId": 343002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "兽境幼兽",
+ "dropId": 343002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "兽境幼兽",
+ "dropId": 343002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "兽境幼兽",
+ "dropId": 343002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "兽境幼兽",
+ "dropId": 343002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "兽境猎犬",
+ "dropId": 344000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "兽境猎犬",
+ "dropId": 344000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "兽境猎犬",
+ "dropId": 344000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "兽境猎犬",
+ "dropId": 344000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "兽境猎犬",
+ "dropId": 344000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "兽境猎犬",
+ "dropId": 344000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "兽境猎犬",
+ "dropId": 344000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "兽境猎犬",
+ "dropId": 344000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "兽境猎犬",
+ "dropId": 344000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "兽境猎犬",
+ "dropId": 344000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "兽境猎犬",
+ "dropId": 344001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "兽境猎犬",
+ "dropId": 344001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "兽境猎犬",
+ "dropId": 344001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "兽境猎犬",
+ "dropId": 344001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "兽境猎犬",
+ "dropId": 344001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "兽境猎犬",
+ "dropId": 344001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "兽境猎犬",
+ "dropId": 344001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "兽境猎犬",
+ "dropId": 344001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "兽境猎犬",
+ "dropId": 344001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "兽境猎犬",
+ "dropId": 344001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "兽境猎犬",
+ "dropId": 344002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "兽境猎犬",
+ "dropId": 344002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "兽境猎犬",
+ "dropId": 344002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "兽境猎犬",
+ "dropId": 344002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "兽境猎犬",
+ "dropId": 344002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "深渊使徒",
+ "dropId": 345000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "深渊使徒",
+ "dropId": 345000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "深渊使徒",
+ "dropId": 345000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "深渊使徒",
+ "dropId": 345000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "深渊使徒",
+ "dropId": 345000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "深渊使徒",
+ "dropId": 345000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "深渊使徒",
+ "dropId": 345000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "深渊使徒",
+ "dropId": 345000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "深渊使徒",
+ "dropId": 345000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "深渊使徒",
+ "dropId": 345000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "深渊使徒",
+ "dropId": 345001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "深渊使徒",
+ "dropId": 345001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "深渊使徒",
+ "dropId": 345001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "深渊使徒",
+ "dropId": 345001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "深渊使徒",
+ "dropId": 345001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "深渊使徒",
+ "dropId": 345001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "深渊使徒",
+ "dropId": 345001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "深渊使徒",
+ "dropId": 345001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "深渊使徒",
+ "dropId": 345001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "深渊使徒",
+ "dropId": 345001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "深渊使徒",
+ "dropId": 345002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "深渊使徒",
+ "dropId": 345002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "深渊使徒",
+ "dropId": 345002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "深渊使徒",
+ "dropId": 345002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "深渊使徒",
+ "dropId": 345002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "异化蕈兽",
+ "dropId": 346000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "异化蕈兽",
+ "dropId": 346000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "异化蕈兽",
+ "dropId": 346000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "异化蕈兽",
+ "dropId": 346000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "异化蕈兽",
+ "dropId": 346000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "异化蕈兽",
+ "dropId": 346000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "异化蕈兽",
+ "dropId": 346000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "异化蕈兽",
+ "dropId": 346000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "异化蕈兽",
+ "dropId": 346000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "异化蕈兽",
+ "dropId": 346000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "异化蕈兽",
+ "dropId": 346001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "异化蕈兽",
+ "dropId": 346001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "异化蕈兽",
+ "dropId": 346001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "异化蕈兽",
+ "dropId": 346001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "异化蕈兽",
+ "dropId": 346001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "异化蕈兽",
+ "dropId": 346001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "异化蕈兽",
+ "dropId": 346001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "异化蕈兽",
+ "dropId": 346001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "异化蕈兽",
+ "dropId": 346001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "异化蕈兽",
+ "dropId": 346001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "异化蕈兽",
+ "dropId": 346002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "异化蕈兽",
+ "dropId": 346002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "异化蕈兽",
+ "dropId": 346002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "异化蕈兽",
+ "dropId": 346002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "异化蕈兽",
+ "dropId": 346002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "大异化蕈兽",
+ "dropId": 347000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "大异化蕈兽",
+ "dropId": 347000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "大异化蕈兽",
+ "dropId": 347000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "大异化蕈兽",
+ "dropId": 347000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "大异化蕈兽",
+ "dropId": 347000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "大异化蕈兽",
+ "dropId": 347000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "大异化蕈兽",
+ "dropId": 347000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "大异化蕈兽",
+ "dropId": 347000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "大异化蕈兽",
+ "dropId": 347000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "大异化蕈兽",
+ "dropId": 347000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "大异化蕈兽",
+ "dropId": 347001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "大异化蕈兽",
+ "dropId": 347001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "大异化蕈兽",
+ "dropId": 347001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "大异化蕈兽",
+ "dropId": 347001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "大异化蕈兽",
+ "dropId": 347001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "大异化蕈兽",
+ "dropId": 347001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "大异化蕈兽",
+ "dropId": 347001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "大异化蕈兽",
+ "dropId": 347001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "大异化蕈兽",
+ "dropId": 347001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "大异化蕈兽",
+ "dropId": 347001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "大异化蕈兽",
+ "dropId": 347002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "大异化蕈兽",
+ "dropId": 347002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "大异化蕈兽",
+ "dropId": 347002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "大异化蕈兽",
+ "dropId": 347002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "大异化蕈兽",
+ "dropId": 347002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "遗迹龙兽",
+ "dropId": 348000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "遗迹龙兽",
+ "dropId": 348000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "遗迹龙兽",
+ "dropId": 348000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "遗迹龙兽",
+ "dropId": 348000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "遗迹龙兽",
+ "dropId": 348000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "遗迹龙兽",
+ "dropId": 348000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "遗迹龙兽",
+ "dropId": 348000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "遗迹龙兽",
+ "dropId": 348000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "遗迹龙兽",
+ "dropId": 348000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "遗迹龙兽",
+ "dropId": 348000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "遗迹龙兽",
+ "dropId": 348001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "遗迹龙兽",
+ "dropId": 348001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "遗迹龙兽",
+ "dropId": 348001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "遗迹龙兽",
+ "dropId": 348001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "遗迹龙兽",
+ "dropId": 348001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "遗迹龙兽",
+ "dropId": 348001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "遗迹龙兽",
+ "dropId": 348001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "遗迹龙兽",
+ "dropId": 348001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "遗迹龙兽",
+ "dropId": 348001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "遗迹龙兽",
+ "dropId": 348001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "遗迹龙兽",
+ "dropId": 348002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "遗迹龙兽",
+ "dropId": 348002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "遗迹龙兽",
+ "dropId": 348002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "遗迹龙兽",
+ "dropId": 348002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "遗迹龙兽",
+ "dropId": 348002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "元能构装体",
+ "dropId": 349000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "元能构装体",
+ "dropId": 349000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "元能构装体",
+ "dropId": 349000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "元能构装体",
+ "dropId": 349000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "元能构装体",
+ "dropId": 349000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "元能构装体",
+ "dropId": 349000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "元能构装体",
+ "dropId": 349000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "元能构装体",
+ "dropId": 349000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "元能构装体",
+ "dropId": 349000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "元能构装体",
+ "dropId": 349000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "元能构装体",
+ "dropId": 349001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "元能构装体",
+ "dropId": 349001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "元能构装体",
+ "dropId": 349001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "元能构装体",
+ "dropId": 349001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "元能构装体",
+ "dropId": 349001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "元能构装体",
+ "dropId": 349001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "元能构装体",
+ "dropId": 349001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "元能构装体",
+ "dropId": 349001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "元能构装体",
+ "dropId": 349001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "元能构装体",
+ "dropId": 349001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "元能构装体",
+ "dropId": 349002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "元能构装体",
+ "dropId": 349002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "元能构装体",
+ "dropId": 349002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "元能构装体",
+ "dropId": 349002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "元能构装体",
+ "dropId": 349002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "采集动物",
+ "dropId": 381000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "采集动物",
+ "dropId": 381000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "采集动物",
+ "dropId": 381000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "采集动物",
+ "dropId": 381000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "采集动物",
+ "dropId": 381000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "采集动物",
+ "dropId": 381000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "采集动物",
+ "dropId": 381000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "采集动物",
+ "dropId": 381000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "采集动物",
+ "dropId": 381000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "采集动物",
+ "dropId": 381000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "采集动物",
+ "dropId": 381001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "采集动物",
+ "dropId": 381001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "采集动物",
+ "dropId": 381001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "采集动物",
+ "dropId": 381001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "采集动物",
+ "dropId": 381001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "采集动物",
+ "dropId": 381001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "采集动物",
+ "dropId": 381001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "采集动物",
+ "dropId": 381001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "采集动物",
+ "dropId": 381001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "采集动物",
+ "dropId": 381001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "采集动物",
+ "dropId": 381002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "采集动物",
+ "dropId": 381002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "采集动物",
+ "dropId": 381002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "采集动物",
+ "dropId": 381002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "采集动物",
+ "dropId": 381002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "走兽",
+ "dropId": 382000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "走兽",
+ "dropId": 382000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "走兽",
+ "dropId": 382000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "走兽",
+ "dropId": 382000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "走兽",
+ "dropId": 382000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "走兽",
+ "dropId": 382000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "走兽",
+ "dropId": 382000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "走兽",
+ "dropId": 382000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "走兽",
+ "dropId": 382000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "走兽",
+ "dropId": 382000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "走兽",
+ "dropId": 382001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "走兽",
+ "dropId": 382001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "走兽",
+ "dropId": 382001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "走兽",
+ "dropId": 382001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "走兽",
+ "dropId": 382001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "走兽",
+ "dropId": 382001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "走兽",
+ "dropId": 382001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "走兽",
+ "dropId": 382001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "走兽",
+ "dropId": 382001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "走兽",
+ "dropId": 382001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "走兽",
+ "dropId": 382002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "走兽",
+ "dropId": 382002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "走兽",
+ "dropId": 382002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "走兽",
+ "dropId": 382002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "走兽",
+ "dropId": 382002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "鸟类",
+ "dropId": 383000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "鸟类",
+ "dropId": 383000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "鸟类",
+ "dropId": 383000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "鸟类",
+ "dropId": 383000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "鸟类",
+ "dropId": 383000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "鸟类",
+ "dropId": 383000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "鸟类",
+ "dropId": 383000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "鸟类",
+ "dropId": 383000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "鸟类",
+ "dropId": 383000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "鸟类",
+ "dropId": 383000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "鸟类",
+ "dropId": 383001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "鸟类",
+ "dropId": 383001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "鸟类",
+ "dropId": 383001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "鸟类",
+ "dropId": 383001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "鸟类",
+ "dropId": 383001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "鸟类",
+ "dropId": 383001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "鸟类",
+ "dropId": 383001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "鸟类",
+ "dropId": 383001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "鸟类",
+ "dropId": 383001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "鸟类",
+ "dropId": 383001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "鸟类",
+ "dropId": 383002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "鸟类",
+ "dropId": 383002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "鸟类",
+ "dropId": 383002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "鸟类",
+ "dropId": 383002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "鸟类",
+ "dropId": 383002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "水族",
+ "dropId": 384000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "水族",
+ "dropId": 384000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "水族",
+ "dropId": 384000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "水族",
+ "dropId": 384000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "水族",
+ "dropId": 384000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "水族",
+ "dropId": 384000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "水族",
+ "dropId": 384000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "水族",
+ "dropId": 384000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "水族",
+ "dropId": 384000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "水族",
+ "dropId": 384000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "水族",
+ "dropId": 384001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "水族",
+ "dropId": 384001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "水族",
+ "dropId": 384001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "水族",
+ "dropId": 384001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "水族",
+ "dropId": 384001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "水族",
+ "dropId": 384001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "水族",
+ "dropId": 384001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "水族",
+ "dropId": 384001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "水族",
+ "dropId": 384001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "水族",
+ "dropId": 384001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "水族",
+ "dropId": 384002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "水族",
+ "dropId": 384002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "水族",
+ "dropId": 384002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "水族",
+ "dropId": 384002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "水族",
+ "dropId": 384002400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 1,
+ "index": "魔法生物",
+ "dropId": 385000000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 5,
+ "index": "魔法生物",
+ "dropId": 385000100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 10,
+ "index": "魔法生物",
+ "dropId": 385000200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 15,
+ "index": "魔法生物",
+ "dropId": 385000300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 20,
+ "index": "魔法生物",
+ "dropId": 385000400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 25,
+ "index": "魔法生物",
+ "dropId": 385000500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 30,
+ "index": "魔法生物",
+ "dropId": 385000600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 35,
+ "index": "魔法生物",
+ "dropId": 385000700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 40,
+ "index": "魔法生物",
+ "dropId": 385000800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 45,
+ "index": "魔法生物",
+ "dropId": 385000900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 50,
+ "index": "魔法生物",
+ "dropId": 385001000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 55,
+ "index": "魔法生物",
+ "dropId": 385001100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 60,
+ "index": "魔法生物",
+ "dropId": 385001200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 65,
+ "index": "魔法生物",
+ "dropId": 385001300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 70,
+ "index": "魔法生物",
+ "dropId": 385001400,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 75,
+ "index": "魔法生物",
+ "dropId": 385001500,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 80,
+ "index": "魔法生物",
+ "dropId": 385001600,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 85,
+ "index": "魔法生物",
+ "dropId": 385001700,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 90,
+ "index": "魔法生物",
+ "dropId": 385001800,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 93,
+ "index": "魔法生物",
+ "dropId": 385001900,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 100,
+ "index": "魔法生物",
+ "dropId": 385002000,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 105,
+ "index": "魔法生物",
+ "dropId": 385002100,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 110,
+ "index": "魔法生物",
+ "dropId": 385002200,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 115,
+ "index": "魔法生物",
+ "dropId": 385002300,
+ "dropCount": 1
+ },
+ {
+ "minLevel": 120,
+ "index": "魔法生物",
+ "dropId": 385002400,
+ "dropCount": 1
+ }
+]
\ No newline at end of file