diff --git a/build.gradle.kts b/build.gradle.kts index 6a0f16ab..8b7a7c79 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,16 +1,18 @@ import org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile plugins { - kotlin("js") version "1.4.20" apply false - kotlin("multiplatform") version "1.4.20" apply false - kotlin("plugin.serialization") version "1.4.20" apply false + kotlin("js") version "1.4.30" apply false + kotlin("multiplatform") version "1.4.30" apply false + kotlin("plugin.serialization") version "1.4.30" apply false } tasks.wrapper { - gradleVersion = "6.6.1" + gradleVersion = "6.8.2" } subprojects { + project.extra["jvmVersion"] = "11" + project.extra["coroutinesVersion"] = "1.4.2" project.extra["kotlinLoggingVersion"] = "2.0.2" project.extra["ktorVersion"] = "1.4.3" diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index c2612ac9..0817745b 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "1.4.20" + kotlin("jvm") version "1.4.30" `java-gradle-plugin` } diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 4457d108..c0607d13 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -5,6 +5,14 @@ plugins { val coroutinesVersion: String by project.ext val kotlinLoggingVersion: String by project.extra +val jvmVersion: String by project.extra + +tasks.withType { + kotlinOptions { + jvmTarget = jvmVersion + } +} + kotlin { js { browser {} diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 62d4c053..e708b1c0 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 12d38de6..2a563242 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index fbd7c515..4f906e0c 100644 --- a/gradlew +++ b/gradlew @@ -130,7 +130,7 @@ fi if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` - + JAVACMD=`cygpath --unix "$JAVACMD"` # We build the pattern for arguments to be converted via cygpath diff --git a/gradlew.bat b/gradlew.bat index 5093609d..107acd32 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto init +if "%ERRORLEVEL%" == "0" goto execute echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. @@ -54,7 +54,7 @@ goto fail set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe -if exist "%JAVA_EXE%" goto init +if exist "%JAVA_EXE%" goto execute echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% @@ -64,21 +64,6 @@ echo location of your Java installation. goto fail -:init -@rem Get command-line arguments, handling Windows variants - -if not "%OS%" == "Windows_NT" goto win9xME_args - -:win9xME_args -@rem Slurp the command line arguments. -set CMD_LINE_ARGS= -set _SKIP=2 - -:win9xME_args_slurp -if "x%~1" == "x" goto execute - -set CMD_LINE_ARGS=%* - :execute @rem Setup the command line @@ -86,7 +71,7 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* :end @rem End local scope for the variables with windows NT shell diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index d6d81dc0..0cf58157 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -20,6 +20,14 @@ val kotlinLoggingVersion: String by project.extra val serializationVersion: String by project.extra val slf4jVersion: String by project.extra +val jvmVersion: String by project.extra + +tasks.withType { + kotlinOptions { + jvmTarget = jvmVersion + } +} + kotlin { js { browser { diff --git a/lib/src/commonMain/kotlin/world/phantasmal/lib/fileFormats/ItemPmt.kt b/lib/src/commonMain/kotlin/world/phantasmal/lib/fileFormats/ItemPmt.kt new file mode 100644 index 00000000..a766ae7f --- /dev/null +++ b/lib/src/commonMain/kotlin/world/phantasmal/lib/fileFormats/ItemPmt.kt @@ -0,0 +1,257 @@ +package world.phantasmal.lib.fileFormats + +import world.phantasmal.lib.cursor.Cursor + +class ItemPmt( + val statBoosts: List, + val frames: List, + val barriers: List, + val units: List, + val tools: List>, + val weapons: List>, +) + +class PmtStatBoost( + val stat1: Int, + val stat2: Int, + val amount1: Int, + val amount2: Int, +) + +class PmtFrame( + val id: Int, + val type: Int, + val skin: Int, + val teamPoints: Int, + val dfp: Int, + val evp: Int, + val blockParticle: Int, + val blockEffect: Int, + val frameClass: Int, + val reserved1: Int, + val requiredLevel: Int, + val efr: Int, + val eth: Int, + val eic: Int, + val edk: Int, + val elt: Int, + val dfpRange: Int, + val evpRange: Int, + val statBoost: Int, + val techBoost: Int, + val unknown1: Int, +) + +class PmtUnit( + val id: Int, + val type: Int, + val skin: Int, + val teamPoints: Int, + val stat: Int, + val statAmount: Int, + val plusMinus: Int, + val reserved: ByteArray, +) + +class PmtTool( + val id: Int, + val type: Int, + val skin: Int, + val teamPoints: Int, + val amount: Int, + val tech: Int, + val cost: Int, + val itemFlag: Int, + val reserved: ByteArray, +) + +class PmtWeapon( + val id: Int, + val type: Int, + val skin: Int, + val teamPoints: Int, + val weaponClass: Int, + val reserved1: Int, + val minAtp: Int, + val maxAtp: Int, + val reqAtp: Int, + val reqMst: Int, + val reqAta: Int, + val mst: Int, + val maxGrind: Int, + val photon: Int, + val special: Int, + val ata: Int, + val statBoost: Int, + val projectile: Int, + val photonTrail1x: Int, + val photonTrail1y: Int, + val photonTrail2x: Int, + val photonTrail2y: Int, + val photonType: Int, + val unknown1: ByteArray, + val techBoost: Int, + val comboType: Int, +) + +fun parseItemPmt(cursor: Cursor): ItemPmt { + val index = parseRel(cursor, parseIndex = true).index + + // This size (65268) of this table seems wrong, so we pass in a hard-coded value. + val statBoosts = parseStatBoosts(cursor, index[305].offset, 52) + val frames = parseFrames(cursor, index[7].offset, index[7].size) + val barriers = parseFrames(cursor, index[8].offset, index[8].size) + val units = parseUnits(cursor, index[9].offset, index[9].size) + val tools = mutableListOf>() + val weapons = mutableListOf>() + + for (i in 11..37) { + tools.add(parseTools(cursor, index[i].offset, index[i].size)) + } + + for (i in 38..275) { + weapons.add(parseWeapons(cursor, index[i].offset, index[i].size)) + } + + return ItemPmt( + statBoosts, + frames, + barriers, + units, + tools, + weapons, + ) +} + +private fun parseStatBoosts(cursor: Cursor, offset: Int, size: Int): List { + cursor.seekStart(offset) + + val statBoosts = mutableListOf() + + repeat(size) { + statBoosts.add(PmtStatBoost( + stat1 = cursor.uByte().toInt(), + stat2 = cursor.uByte().toInt(), + amount1 = cursor.short().toInt(), + amount2 = cursor.short().toInt(), + )) + } + + return statBoosts +} + +private fun parseFrames(cursor: Cursor, offset: Int, size: Int): List { + cursor.seekStart(offset) + + val frames = mutableListOf() + + repeat(size) { + frames.add(PmtFrame( + id = cursor.int(), + type = cursor.short().toInt(), + skin = cursor.short().toInt(), + teamPoints = cursor.int(), + dfp = cursor.short().toInt(), + evp = cursor.short().toInt(), + blockParticle = cursor.uByte().toInt(), + blockEffect = cursor.uByte().toInt(), + frameClass = cursor.uByte().toInt(), + reserved1 = cursor.uByte().toInt(), + requiredLevel = cursor.uByte().toInt(), + efr = cursor.uByte().toInt(), + eth = cursor.uByte().toInt(), + eic = cursor.uByte().toInt(), + edk = cursor.uByte().toInt(), + elt = cursor.uByte().toInt(), + dfpRange = cursor.uByte().toInt(), + evpRange = cursor.uByte().toInt(), + statBoost = cursor.uByte().toInt(), + techBoost = cursor.uByte().toInt(), + unknown1 = cursor.short().toInt(), + )) + } + + return frames +} + +private fun parseUnits(cursor: Cursor, offset: Int, size: Int): List { + cursor.seekStart(offset) + + val units = mutableListOf() + + repeat(size) { + units.add(PmtUnit( + id = cursor.int(), + type = cursor.short().toInt(), + skin = cursor.short().toInt(), + teamPoints = cursor.int(), + stat = cursor.short().toInt(), + statAmount = cursor.short().toInt(), + plusMinus = cursor.uByte().toInt(), + reserved = cursor.byteArray(3), + )) + } + + return units +} + +private fun parseTools(cursor: Cursor, offset: Int, size: Int): List { + cursor.seekStart(offset) + + val tools = mutableListOf() + + repeat(size) { + tools.add(PmtTool( + id = cursor.int(), + type = cursor.short().toInt(), + skin = cursor.short().toInt(), + teamPoints = cursor.int(), + amount = cursor.short().toInt(), + tech = cursor.short().toInt(), + cost = cursor.int(), + itemFlag = cursor.uByte().toInt(), + reserved = cursor.byteArray(3), + )) + } + + return tools +} + +private fun parseWeapons(cursor: Cursor, offset: Int, size: Int): List { + cursor.seekStart(offset) + + val weapons = mutableListOf() + + repeat(size) { + weapons.add(PmtWeapon( + id = cursor.int(), + type = cursor.short().toInt(), + skin = cursor.short().toInt(), + teamPoints = cursor.int(), + weaponClass = cursor.uByte().toInt(), + reserved1 = cursor.uByte().toInt(), + minAtp = cursor.short().toInt(), + maxAtp = cursor.short().toInt(), + reqAtp = cursor.short().toInt(), + reqMst = cursor.short().toInt(), + reqAta = cursor.short().toInt(), + mst = cursor.short().toInt(), + maxGrind = cursor.uByte().toInt(), + photon = cursor.byte().toInt(), + special = cursor.uByte().toInt(), + ata = cursor.uByte().toInt(), + statBoost = cursor.uByte().toInt(), + projectile = cursor.uByte().toInt(), + photonTrail1x = cursor.byte().toInt(), + photonTrail1y = cursor.byte().toInt(), + photonTrail2x = cursor.byte().toInt(), + photonTrail2y = cursor.byte().toInt(), + photonType = cursor.byte().toInt(), + unknown1 = cursor.byteArray(5), + techBoost = cursor.uByte().toInt(), + comboType = cursor.uByte().toInt(), + )) + } + + return weapons +} diff --git a/lib/src/commonMain/kotlin/world/phantasmal/lib/fileFormats/Unitxt.kt b/lib/src/commonMain/kotlin/world/phantasmal/lib/fileFormats/Unitxt.kt new file mode 100644 index 00000000..4dbd1d62 --- /dev/null +++ b/lib/src/commonMain/kotlin/world/phantasmal/lib/fileFormats/Unitxt.kt @@ -0,0 +1,28 @@ +package world.phantasmal.lib.fileFormats + +import world.phantasmal.lib.cursor.Cursor +import kotlin.math.min + +class Unitxt(val categories: List>) + +fun parseUnitxt(cursor: Cursor): Unitxt { + val categoryCount = cursor.int() + val entryCounts = cursor.intArray(categoryCount) + + val categoryEntryOffsets: List = entryCounts.map { entryCount -> + cursor.intArray(entryCount) + } + + val categories = categoryEntryOffsets.map { entryOffsets -> + entryOffsets.map { entryOffset -> + cursor.seekStart(entryOffset) + cursor.stringUtf16( + min(1024, cursor.bytesLeft), + nullTerminated = true, + dropRemaining = true, + ) + } + } + + return Unitxt(categories) +} diff --git a/lib/src/commonTest/kotlin/world/phantasmal/lib/fileFormats/ItemPmtTests.kt b/lib/src/commonTest/kotlin/world/phantasmal/lib/fileFormats/ItemPmtTests.kt new file mode 100644 index 00000000..3f11a23b --- /dev/null +++ b/lib/src/commonTest/kotlin/world/phantasmal/lib/fileFormats/ItemPmtTests.kt @@ -0,0 +1,22 @@ +package world.phantasmal.lib.fileFormats + +import world.phantasmal.lib.test.LibTestSuite +import world.phantasmal.lib.test.readFile +import kotlin.test.Test +import kotlin.test.assertEquals + +class ItemPmtTests : LibTestSuite() { + @Test + fun parseBasicItemPmt() = testAsync { + val itemPmt = parseItemPmt(readFile("/ItemPMT.bin")) + + val saber = itemPmt.weapons[1][0] + + assertEquals(177, saber.id) + assertEquals(40, saber.minAtp) + assertEquals(55, saber.maxAtp) + assertEquals(30, saber.ata) + assertEquals(35, saber.maxGrind) + assertEquals(30, saber.reqAtp) + } +} diff --git a/web/src/assets_generation/resources/ephinea/ship-config/param/ItemPMT.bin b/lib/src/commonTest/resources/ItemPMT.bin similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/param/ItemPMT.bin rename to lib/src/commonTest/resources/ItemPMT.bin diff --git a/observable/build.gradle.kts b/observable/build.gradle.kts index 0e6668f9..be603d89 100644 --- a/observable/build.gradle.kts +++ b/observable/build.gradle.kts @@ -2,6 +2,14 @@ plugins { kotlin("multiplatform") } +val jvmVersion: String by project.extra + +tasks.withType { + kotlinOptions { + jvmTarget = jvmVersion + } +} + kotlin { js { browser {} diff --git a/settings.gradle.kts b/settings.gradle.kts index 0d9c9224..3df687fa 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,6 +7,7 @@ include( ":test-utils", ":web", ":web:assembly-worker", + ":web:assets-generation", ":web:shared", ":webui" ) diff --git a/test-utils/build.gradle.kts b/test-utils/build.gradle.kts index fe5c84df..39cdb5ca 100644 --- a/test-utils/build.gradle.kts +++ b/test-utils/build.gradle.kts @@ -4,6 +4,14 @@ plugins { val coroutinesVersion: String by project.ext +val jvmVersion: String by project.extra + +tasks.withType { + kotlinOptions { + jvmTarget = jvmVersion + } +} + kotlin { js { browser {} diff --git a/web/assembly-worker/src/main/kotlin/world/phantasmal/web/assemblyWorker/AssemblyWorker.kt b/web/assembly-worker/src/main/kotlin/world/phantasmal/web/assemblyWorker/AssemblyWorker.kt index 0e8736b3..f0cace75 100644 --- a/web/assembly-worker/src/main/kotlin/world/phantasmal/web/assemblyWorker/AssemblyWorker.kt +++ b/web/assembly-worker/src/main/kotlin/world/phantasmal/web/assemblyWorker/AssemblyWorker.kt @@ -6,7 +6,7 @@ import world.phantasmal.lib.asm.dataFlowAnalysis.ControlFlowGraph import world.phantasmal.lib.asm.dataFlowAnalysis.getMapDesignations import world.phantasmal.lib.asm.dataFlowAnalysis.getStackValue import world.phantasmal.web.shared.* -import world.phantasmal.web.shared.AssemblyProblem +import world.phantasmal.web.shared.messages.* import kotlin.math.min import world.phantasmal.lib.asm.AssemblyProblem as AssemblerAssemblyProblem diff --git a/web/assets-generation/build.gradle.kts b/web/assets-generation/build.gradle.kts new file mode 100644 index 00000000..8ba0f183 --- /dev/null +++ b/web/assets-generation/build.gradle.kts @@ -0,0 +1,27 @@ +import org.jetbrains.kotlin.gradle.tasks.KotlinCompile + +plugins { + kotlin("jvm") +} + +val jvmVersion: String by project.extra + +tasks.withType { + kotlinOptions { + jvmTarget = jvmVersion + } +} + +dependencies { + implementation(project(":lib")) + implementation(project(":web:shared")) +} + +tasks.register("generateAssets") { + val outputFile = File(buildDir, "generatedAssets") + outputs.dir(outputFile) + + classpath = sourceSets.main.get().runtimeClasspath + main = "world.phantasmal.web.assetsGeneration.Main" + args = listOf(outputFile.absolutePath) +} diff --git a/web/assets-generation/src/main/kotlin/world/phantasmal/web/assetsGeneration/Ephinea.kt b/web/assets-generation/src/main/kotlin/world/phantasmal/web/assetsGeneration/Ephinea.kt new file mode 100644 index 00000000..9ef88f05 --- /dev/null +++ b/web/assets-generation/src/main/kotlin/world/phantasmal/web/assetsGeneration/Ephinea.kt @@ -0,0 +1,219 @@ +package world.phantasmal.web.assetsGeneration + +import kotlinx.serialization.encodeToString +import world.phantasmal.core.splice +import world.phantasmal.lib.buffer.Buffer +import world.phantasmal.lib.compression.prs.prsDecompress +import world.phantasmal.lib.cursor.cursor +import world.phantasmal.lib.fileFormats.ItemPmt +import world.phantasmal.lib.fileFormats.parseItemPmt +import world.phantasmal.lib.fileFormats.parseUnitxt +import world.phantasmal.web.shared.JSON_FORMAT_PRETTY +import world.phantasmal.web.shared.dto.* +import java.io.File +import java.util.Comparator.comparing + +object Ephinea { + /** + * ItemPMT.bin and ItemPT.gsl comes from stock Tethealla. ItemPT.gsl is not used at the moment. + * unitxt_j.prs comes from the Ephinea client. + * TODO: manual fixes: + * - Clio is equipable by HUnewearls + * - Red Ring has a requirement of 180, not 108 + */ + fun generateAssets(outputDir: File) { + val items = loadItems(loadItemNames()) + + File(outputDir, "item_types.ephinea.json") + .writeText(JSON_FORMAT_PRETTY.encodeToString(items)) + } + + /** + * Extracts item names from unitxt file. + */ + private fun loadItemNames(): List { + val unitxtBuffer = + object {}::class.java.getResourceAsStream( + "/ephinea/client/data/unitxt_j.prs" + ).use { Buffer.fromByteArray(it.readBytes()) } + + val unitxt = parseUnitxt(prsDecompress(unitxtBuffer.cursor()).unwrap()) + + val itemNames = unitxt.categories[1].toMutableList() + // Strip custom Ephinea items until we have the Ephinea ItemPMT.bin. + itemNames.splice(177, 50, emptyList()) + itemNames.splice(639, 59, emptyList()) + + return itemNames + } + + /** + * Loads items from ItemPMT. + */ + private fun loadItems(itemNames: List): List { + val itemPmtBuffer = + object {}::class.java.getResourceAsStream( + "/ephinea/ship-config/param/ItemPMT.bin" + ).use { Buffer.fromByteArray(it.readBytes()) } + + val itemPmt = parseItemPmt(itemPmtBuffer.cursor()) + val itemTypes = mutableListOf() + val ids = mutableSetOf() + + fun checkId(id: Int, type: String, name: String) { + check(ids.add(id)) { + """Trying to add $type with ID $id ($name) but ID already exists.""" + } + } + + for ((categoryI, category) in itemPmt.weapons.withIndex()) { + for ((i, weapon) in category.withIndex()) { + val id = (categoryI shl 8) + i + val name = itemNames[weapon.id] + checkId(id, "weapon", name) + + itemTypes.add(WeaponItemType( + id, + name, + weapon.minAtp, + weapon.maxAtp, + weapon.ata, + weapon.maxGrind, + weapon.reqAtp, + )) + } + } + + for ((i, frame) in itemPmt.frames.withIndex()) { + val id = 0x10100 + i + val name = itemNames[frame.id] + checkId(id, "frame", name) + + val stats = getStatBoosts(itemPmt, frame.statBoost) + + itemTypes.add(FrameItemType( + id, + name, + stats.atp, + stats.ata, + minEvp = frame.evp + stats.minEvp, + maxEvp = frame.evp + stats.minEvp + frame.evpRange, + minDfp = frame.dfp + stats.minDfp, + maxDfp = frame.dfp + stats.minDfp + frame.dfpRange, + stats.mst, + stats.hp, + stats.lck, + )) + } + + for ((i, barrier) in itemPmt.barriers.withIndex()) { + val id = 0x10200 + i + val name = itemNames[barrier.id] + checkId(id, "barrier", name) + + val stats = getStatBoosts(itemPmt, barrier.statBoost) + + itemTypes.add(BarrierItemType( + id, + name, + stats.atp, + stats.ata, + minEvp = barrier.evp + stats.minEvp, + maxEvp = barrier.evp + stats.minEvp + barrier.evpRange, + minDfp = barrier.dfp + stats.minDfp, + maxDfp = barrier.dfp + stats.minDfp + barrier.dfpRange, + stats.mst, + stats.hp, + stats.lck, + )) + } + + for ((i, unit) in itemPmt.units.withIndex()) { + val id = 0x10300 + i + val name = itemNames[unit.id] + checkId(id, "unit", name) + + itemTypes.add(UnitItemType( + id, + name, + )) + } + + for ((categoryI, category) in itemPmt.tools.withIndex()) { + for ((i, tool) in category.withIndex()) { + val id = (0x30000 or (categoryI shl 8)) + i + val name = itemNames[tool.id] + checkId(id, "tool", name) + + itemTypes.add(ToolItemType( + id, + name, + )) + } + } + + itemTypes.sortWith(comparing({ it.name }, String.CASE_INSENSITIVE_ORDER)) + + return itemTypes + } +} + +private class Boosts( + val atp: Int, + val ata: Int, + val minEvp: Int, + val minDfp: Int, + val mst: Int, + val hp: Int, + val lck: Int, +) + +private fun getStatBoosts(itemPmt: ItemPmt, index: Int): Boosts { + val statBoosts = itemPmt.statBoosts[index] + val amount = statBoosts.amount1 + + var atp = 0 + var ata = 0 + var minEvp = 0 + var minDfp = 0 + var mst = 0 + var hp = 0 + var lck = 0 + + when (statBoosts.stat1) { + 1 -> atp += amount + 2 -> ata += amount + 3 -> minEvp += amount + 4 -> minDfp += amount + 5 -> mst += amount + 6 -> hp += amount + 7 -> lck += amount + 8 -> { + atp += amount + ata += amount + minEvp += amount + minDfp += amount + mst += amount + hp += amount + lck += amount + } + 9 -> atp -= amount + 10 -> ata -= amount + 11 -> minEvp -= amount + 12 -> minDfp -= amount + 13 -> mst -= amount + 14 -> hp -= amount + 15 -> lck -= amount + 16 -> { + atp -= amount + ata -= amount + minEvp -= amount + minDfp -= amount + mst -= amount + hp -= amount + lck -= amount + } + } + + return Boosts(atp, ata, minEvp, minDfp, mst, hp, lck) +} diff --git a/web/assets-generation/src/main/kotlin/world/phantasmal/web/assetsGeneration/Main.kt b/web/assets-generation/src/main/kotlin/world/phantasmal/web/assetsGeneration/Main.kt new file mode 100644 index 00000000..eed942a1 --- /dev/null +++ b/web/assets-generation/src/main/kotlin/world/phantasmal/web/assetsGeneration/Main.kt @@ -0,0 +1,17 @@ +package world.phantasmal.web.assetsGeneration + +import java.io.File + +object Main { + @JvmStatic + fun main(args: Array) { + require(args.isNotEmpty()) { + "Expected at least one argument denoting the directory where assets should be generated." + } + + val outputDir = File(args.first()) + outputDir.mkdirs() + + Ephinea.generateAssets(outputDir) + } +} diff --git a/web/src/assets_generation/resources/ephinea/client/data/unitxt_j.prs b/web/assets-generation/src/main/resources/ephinea/client/data/unitxt_j.prs similarity index 100% rename from web/src/assets_generation/resources/ephinea/client/data/unitxt_j.prs rename to web/assets-generation/src/main/resources/ephinea/client/data/unitxt_j.prs diff --git a/web/assets-generation/src/main/resources/ephinea/ship-config/param/ItemPMT.bin b/web/assets-generation/src/main/resources/ephinea/ship-config/param/ItemPMT.bin new file mode 100644 index 00000000..8d61df1d Binary files /dev/null and b/web/assets-generation/src/main/resources/ephinea/ship-config/param/ItemPMT.bin differ diff --git a/web/src/assets_generation/resources/ephinea/ship-config/param/ItemPT.gsl b/web/assets-generation/src/main/resources/ephinea/ship-config/param/ItemPT.gsl similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/param/ItemPT.gsl rename to web/assets-generation/src/main/resources/ephinea/ship-config/param/ItemPT.gsl diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/Christmas Fiasco.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/Christmas Fiasco.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/Christmas Fiasco.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/Christmas Fiasco.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Caves.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Caves.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Caves.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Caves.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Forest.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Forest.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Forest.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Forest.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Mines.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Mines.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Mines.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Mines.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Ruins.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Ruins.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Ruins.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/event/MAE Ruins.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #1.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #1.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #1.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #1.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #2.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #2.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #2.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #2.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #3.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #3.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #3.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #3.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #4.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #4.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #4.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Endless Nightmare #4.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #1.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #1.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #1.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #1.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #2.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #2.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #2.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #2.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #3.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #3.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #3.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #3.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #4.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #4.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #4.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Mop Up Operation #4.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Today's Rate.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Today's Rate.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Today's Rate.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/extermination/Today's Rate.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1A-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1A-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1A-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1A-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1B-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1B-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1B-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1B-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1C-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1C-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1C-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/MA4 -1C-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Maximum Attack 1 Ver2.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Maximum Attack 1 Ver2.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Maximum Attack 1 Ver2.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Maximum Attack 1 Ver2.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Maximum Attack S E1.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Maximum Attack S E1.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Maximum Attack S E1.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Maximum Attack S E1.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Random Attack Xrd E1.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Random Attack Xrd E1.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Random Attack Xrd E1.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/maximum_attack/Random Attack Xrd E1.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Dark Research 2.0.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Dark Research 2.0.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Dark Research 2.0.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Dark Research 2.0.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Forsaken Friends.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Forsaken Friends.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Forsaken Friends.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Forsaken Friends.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Fragments of a Memory.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Fragments of a Memory.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Fragments of a Memory.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Fragments of a Memory.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Gallon's Treachery.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Gallon's Treachery.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Gallon's Treachery.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Gallon's Treachery.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost HEAT SWORD.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost HEAT SWORD.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost HEAT SWORD.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost HEAT SWORD.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost HELL PALLASCH.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost HELL PALLASCH.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost HELL PALLASCH.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost HELL PALLASCH.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost ICE SPINNER.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost ICE SPINNER.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost ICE SPINNER.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost ICE SPINNER.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost SOUL BLADE.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost SOUL BLADE.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost SOUL BLADE.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Lost SOUL BLADE.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Rappy's Holiday.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Rappy's Holiday.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Rappy's Holiday.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Rappy's Holiday.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Rescue From Ragol.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Rescue From Ragol.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Rescue From Ragol.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/retrieval/Rescue From Ragol.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest126_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest126_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest126_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest126_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest143_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest143_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest143_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest143_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest35_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest35_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest35_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/solo_only/quest35_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Labyrinthine Trial.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Labyrinthine Trial.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Labyrinthine Trial.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Labyrinthine Trial.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Mine Offensive.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Mine Offensive.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Mine Offensive.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Mine Offensive.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Simulator 2.0.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Simulator 2.0.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Simulator 2.0.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Simulator 2.0.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Sugoruku.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Sugoruku.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Sugoruku.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Sugoruku.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Towards the Future.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Towards the Future.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Towards the Future.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Towards the Future.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Tyrell's Ego.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Tyrell's Ego.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/guild/vr/Tyrell's Ego.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/guild/vr/Tyrell's Ego.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest401_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest401_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest401_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest401_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest402_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest402_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest402_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest402_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest403_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest403_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest403_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest403_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest404_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest404_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest404_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest404_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest405_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest405_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest405_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest405_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest406_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest406_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest406_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest406_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest407_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest407_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest407_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest407_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest408_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest408_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest408_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest408_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest409_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest409_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest409_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest409_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest410_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest410_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest410_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest410_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest411_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest411_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest411_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest411_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest412_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest412_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest412_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest412_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest413_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest413_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest413_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest413_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest414_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest414_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest414_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest414_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest415_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest415_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/government/quest415_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/government/quest415_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest10_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest10_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest10_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest10_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest11_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest11_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest11_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest11_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest12_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest12_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest12_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest12_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest13_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest13_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest13_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest13_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest14_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest14_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest14_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest14_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest15_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest15_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest15_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest15_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest16_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest16_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest16_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest16_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest17_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest17_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest17_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest17_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest18_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest18_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest18_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest18_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest19_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest19_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest19_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest19_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest1_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest1_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest1_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest1_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest20_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest20_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest20_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest20_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest21_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest21_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest21_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest21_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest22_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest22_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest22_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest22_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest23_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest23_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest23_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest23_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest24_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest24_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest24_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest24_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest25_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest25_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest25_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest25_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest26_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest26_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest26_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest26_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest2_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest2_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest2_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest2_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest3_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest3_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest3_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest3_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest4_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest4_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest4_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest4_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest5_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest5_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest5_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest5_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest6_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest6_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest6_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest6_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest7_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest7_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest7_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest7_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest8_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest8_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest8_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest8_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest9_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest9_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest9_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_1/story/side_story/quest9_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/Christmas Fiasco II.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/Christmas Fiasco II.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/Christmas Fiasco II.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/Christmas Fiasco II.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE CCA.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE CCA.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE CCA.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE CCA.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Seabed.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Seabed.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Seabed.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Seabed.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Spaceship.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Spaceship.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Spaceship.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Spaceship.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Temple.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Temple.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Temple.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Temple.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Tower.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Tower.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Tower.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/event/MAE Tower.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Gal Dal Val's Darkness.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Gal Dal Val's Darkness.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Gal Dal Val's Darkness.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Gal Dal Val's Darkness.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #1.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #1.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #1.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #1.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #2.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #2.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #2.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #2.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #3.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #3.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #3.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #3.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #4.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #4.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #4.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/extermination/Phantasmal World #4.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/halloween/quest673_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/halloween/quest673_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/halloween/quest673_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/halloween/quest673_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2A-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2A-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2A-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2A-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2B-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2B-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2B-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2B-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2C-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2C-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2C-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MA4 -2C-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MAE GDV.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MAE GDV.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MAE GDV.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MAE GDV.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MAE VR.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MAE VR.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MAE VR.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/MAE VR.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Maximum Attack 2 Ver2.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Maximum Attack 2 Ver2.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Maximum Attack 2 Ver2.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Maximum Attack 2 Ver2.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Maximum Attack S.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Maximum Attack S.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Maximum Attack S.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Maximum Attack S.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Random Attack Xrd II.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Random Attack Xrd II.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Random Attack Xrd II.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/maximum_attack/Random Attack Xrd II.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Dolmolm Research.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Dolmolm Research.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Dolmolm Research.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Dolmolm Research.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Dream Messenger.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Dream Messenger.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Dream Messenger.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Dream Messenger.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Revisiting Darkness.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Revisiting Darkness.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Revisiting Darkness.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/retrieval/Revisiting Darkness.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/solo_only/quest1321_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/solo_only/quest1321_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/solo_only/quest1321_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/solo_only/quest1321_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/tower/Raid on Central Tower.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/tower/Raid on Central Tower.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/tower/Raid on Central Tower.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/tower/Raid on Central Tower.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/tower/The East Tower.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/tower/The East Tower.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/tower/The East Tower.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/tower/The East Tower.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/tower/The Military Strikes Back.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/tower/The Military Strikes Back.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/tower/The Military Strikes Back.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/tower/The Military Strikes Back.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/tower/The West Tower.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/tower/The West Tower.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/tower/The West Tower.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/tower/The West Tower.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/vr/Reach for the Dream.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/vr/Reach for the Dream.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/vr/Reach for the Dream.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/vr/Reach for the Dream.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/vr/Respective Tomorrow.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/vr/Respective Tomorrow.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/guild/vr/Respective Tomorrow.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/guild/vr/Respective Tomorrow.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest451_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest451_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest451_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest451_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest452_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest452_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest452_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest452_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest453_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest453_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest453_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest453_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest454_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest454_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest454_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest454_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest455_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest455_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest455_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest455_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest456_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest456_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest456_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest456_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest457_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest457_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest457_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest457_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest458_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest458_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest458_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest458_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest459_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest459_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest459_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest459_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest460_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest460_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest460_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest460_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest461_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest461_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest461_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest461_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest462_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest462_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest462_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest462_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest463_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest463_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest463_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest463_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest464_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest464_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest464_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest464_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest465_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest465_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest465_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest465_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest466_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest466_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest466_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest466_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest467_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest467_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest467_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest467_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest468_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest468_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/government/quest468_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/government/quest468_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/side_story/quest27_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/side_story/quest27_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/side_story/quest27_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/side_story/quest27_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/side_story/quest486_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/side_story/quest486_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_2/story/side_story/quest486_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_2/story/side_story/quest486_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/event/Christmas Fiasco IV.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/event/Christmas Fiasco IV.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/event/Christmas Fiasco IV.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/event/Christmas Fiasco IV.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/event/quest939_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/event/quest939_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/event/quest939_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/event/quest939_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/event/quest940_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/event/quest940_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/event/quest940_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/event/quest940_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #1.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #1.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #1.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #1.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #2.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #2.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #2.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #2.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #3.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #3.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #3.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #3.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #4.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #4.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #4.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #4.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #5.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #5.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #5.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/New Mop-Up Operation #5.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/Point of Disaster.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/Point of Disaster.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/Point of Disaster.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/Point of Disaster.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/The Robots' Reckoning.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/The Robots' Reckoning.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/The Robots' Reckoning.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/The Robots' Reckoning.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 1.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 1.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 1.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 1.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 2.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 2.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 2.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 2.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 3.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 3.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 3.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 3.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 4.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 4.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 4.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 4.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 5.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 5.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 5.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/extermination/War of Limits 5.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/halloween/quest675_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/halloween/quest675_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/halloween/quest675_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/halloween/quest675_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4A-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4A-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4A-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4A-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4B-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4B-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4B-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4B-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4C-.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4C-.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4C-.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MA4 -4C-.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MAE 4.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MAE 4.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MAE 4.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/MAE 4.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/Maximum Attack 3 Ver2.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/Maximum Attack 3 Ver2.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/Maximum Attack 3 Ver2.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/Maximum Attack 3 Ver2.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/Maximum Attack S.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/Maximum Attack S.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/Maximum Attack S.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/maximum_attack/Maximum Attack S.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/vr/Beyond The Horizon.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/vr/Beyond The Horizon.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/vr/Beyond The Horizon.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/vr/Beyond The Horizon.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/vr/LOGiN.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/vr/LOGiN.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/guild/vr/LOGiN.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/guild/vr/LOGiN.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest701_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest701_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest701_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest701_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest702_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest702_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest702_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest702_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest703_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest703_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest703_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest703_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest704_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest704_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest704_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest704_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest705_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest705_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest705_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest705_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest706_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest706_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest706_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest706_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest707_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest707_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest707_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest707_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest708_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest708_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/government/quest708_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/government/quest708_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest30_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest30_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest30_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest30_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest31_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest31_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest31_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest31_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest32_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest32_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest32_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest32_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest33_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest33_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest33_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest33_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest34_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest34_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest34_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest34_e.qst diff --git a/web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest36_e.qst b/web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest36_e.qst similarity index 100% rename from web/src/assets_generation/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest36_e.qst rename to web/assets-generation/src/main/resources/ephinea/ship-config/quest/episode_4/story/side_story/quest36_e.qst diff --git a/web/src/assets_generation/resources/plymotiondata.rlc b/web/assets-generation/src/main/resources/plymotiondata.rlc similarity index 100% rename from web/src/assets_generation/resources/plymotiondata.rlc rename to web/assets-generation/src/main/resources/plymotiondata.rlc diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/5.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/5.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/5.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/5.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/6.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/6.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/6.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/6.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/7.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/7.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/7.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/7.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/8.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/8.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/8.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/8.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/battle/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/battle/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/battle/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/5.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/5.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/5.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/5.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/6.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/6.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/6.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/6.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/7.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/7.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/7.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/7.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/8.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/8.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/8.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/8.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/9.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/9.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep1/9.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep1/9.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/21.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/21.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/21.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/21.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/22.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/22.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/22.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/22.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/23.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/23.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/23.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/23.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/24.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/24.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/24.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/24.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/25.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/25.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/chl/ep2/25.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/chl/ep2/25.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/ma1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/ma1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/ma1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/ma1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/ma4-a.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/ma4-a.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/ma4-a.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/ma4-a.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/ma4-b.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/ma4-b.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/ma4-b.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/ma4-b.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/ma4-c.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/ma4-c.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/ma4-c.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/ma4-c.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/princgift.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/princgift.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/princgift.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/princgift.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/sunset base.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/sunset base.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/sunset base.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/sunset base.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/whiteday.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/whiteday.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/event/whiteday.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/event/whiteday.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/en1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/en1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/en1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/en1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/en2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/en2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/en2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/en2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/en3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/en3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/en3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/en3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/en4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/en4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/en4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/en4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/mop-up1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/mop-up1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/mop-up1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/mop-up1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/mop-up2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/mop-up2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/mop-up2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/mop-up2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/mop-up3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/mop-up3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/mop-up3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/mop-up3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/mop-up4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/mop-up4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/mop-up4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/mop-up4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/todays rate.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/todays rate.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/ext/todays rate.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/ext/todays rate.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/fragmentofmemoryen.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/fragmentofmemoryen.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/fragmentofmemoryen.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/fragmentofmemoryen.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/gallon.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/gallon.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/gallon.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/gallon.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/lost havoc vulcan.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/lost havoc vulcan.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/lost havoc vulcan.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/lost havoc vulcan.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/lost heat sword.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/lost heat sword.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/lost heat sword.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/lost heat sword.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/lost ice spinner.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/lost ice spinner.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/lost ice spinner.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/lost ice spinner.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/lost soul blade.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/lost soul blade.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/lost soul blade.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/lost soul blade.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/rappy holiday.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/rappy holiday.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/recovery/rappy holiday.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/recovery/rappy holiday.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/vr/labyrinthe trial.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/vr/labyrinthe trial.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/vr/labyrinthe trial.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/vr/labyrinthe trial.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/vr/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/vr/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/vr/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/vr/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/vr/ttf.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/vr/ttf.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1/vr/ttf.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1/vr/ttf.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1gov.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1gov.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1gov.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1gov.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1solo.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1solo.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1solo.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1solo.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep1team.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1team.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep1team.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep1team.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/beach laughter.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/beach laughter.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/beach laughter.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/beach laughter.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/christmas.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/christmas.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/christmas.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/christmas.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/dream messenger.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/dream messenger.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/dream messenger.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/dream messenger.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/festival on the beach.qst.old b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/festival on the beach.qst.old similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/festival on the beach.qst.old rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/festival on the beach.qst.old diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/halloween.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/halloween.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/halloween.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/halloween.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/ma2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/ma2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/ma2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/ma2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/ma4-a.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/ma4-a.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/ma4-a.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/ma4-a.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/ma4-b.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/ma4-b.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/ma4-b.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/ma4-b.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/ma4-c.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/ma4-c.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/ma4-c.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/ma4-c.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/quest239.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/quest239.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/quest239.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/quest239.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/singing by the beach.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/singing by the beach.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/event/singing by the beach.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/event/singing by the beach.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/pw1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/pw1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/pw1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/pw1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/pw2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/pw2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/pw2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/pw2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/pw3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/pw3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/pw3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/pw3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/pw4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/pw4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/pw4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/pw4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/ext/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/ext/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/shop/gallon.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/shop/gallon.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/shop/gallon.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/shop/gallon.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/shop/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/shop/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/shop/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/shop/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/tower/east.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/tower/east.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/tower/east.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/tower/east.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/tower/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/tower/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/tower/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/tower/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/tower/west.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/tower/west.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/tower/west.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/tower/west.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/vr/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/vr/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/vr/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/vr/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/vr/reach for the dream.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/vr/reach for the dream.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/vr/reach for the dream.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/vr/reach for the dream.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/vr/respectivetomorrow.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/vr/respectivetomorrow.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2/vr/respectivetomorrow.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2/vr/respectivetomorrow.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2gov.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2gov.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2gov.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2gov.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2solo.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2solo.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2solo.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2solo.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep2team.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2team.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep2team.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep2team.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/clarie's deal.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/clarie's deal.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/clarie's deal.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/clarie's deal.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/login.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/login.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/login.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/login.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/ma4-a.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/ma4-a.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/ma4-a.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/ma4-a.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/ma4-b.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/ma4-b.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/ma4-b.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/ma4-b.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/ma4-c.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/ma4-c.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/ma4-c.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/ma4-c.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/wildhouse.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/wildhouse.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/event/wildhouse.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/event/wildhouse.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe5.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe5.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/newwipe5.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/newwipe5.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit5.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit5.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/ext/waroflimit5.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/ext/waroflimit5.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/shop/itempresent.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/shop/itempresent.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/shop/itempresent.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/shop/itempresent.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/shop/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/shop/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/shop/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/shop/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/shop/quest205.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/shop/quest205.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/shop/quest205.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/shop/quest205.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/vr/max3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/vr/max3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/vr/max3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/vr/max3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/vr/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/vr/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4/vr/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4/vr/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4gov.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4gov.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4gov.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4gov.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4solo.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4solo.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4solo.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4solo.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/ep4team.ini b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4team.ini similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/ep4team.ini rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/ep4team.ini diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/1-1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/1-1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/1-1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/1-1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/1-2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/1-2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/1-2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/1-2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/1-3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/1-3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/1-3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/1-3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/2-1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/2-1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/2-1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/2-1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/2-2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/2-2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/2-2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/2-2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/2-3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/2-3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/2-3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/2-3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/2-4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/2-4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/2-4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/2-4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/3-1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/3-1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/3-1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/3-1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/3-2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/3-2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/3-2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/3-2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/3-3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/3-3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/3-3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/3-3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-5.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-5.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/4-5.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/4-5.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep1/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep1/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest451.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest451.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest451.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest451.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest452.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest452.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest452.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest452.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest453.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest453.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest453.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest453.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest454.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest454.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest454.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest454.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest455.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest455.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest455.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest455.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest456.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest456.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest456.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest456.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest457.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest457.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest457.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest457.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest458.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest458.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest458.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest458.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest459.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest459.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest459.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest459.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest460.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest460.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest460.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest460.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest461.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest461.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest461.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest461.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest462.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest462.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest462.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest462.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest463.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest463.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest463.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest463.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest464.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest464.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest464.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest464.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest465.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest465.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest465.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest465.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest466.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest466.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest466.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest466.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest467.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest467.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest467.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest467.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest468.raw b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest468.raw similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep2/quest468.raw rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep2/quest468.raw diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-1.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-1.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-1.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-1.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-3.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-3.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-3.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-3.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-4.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-4.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-4.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-4.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-5.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-5.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-5.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-5.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-6.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-6.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-6.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-6.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-7.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-7.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-7.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-7.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-8.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-8.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/9-8.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/9-8.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/pod.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/pod.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/pod.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/pod.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/princ/ep4/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/princ/ep4/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/01.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/01.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/01.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/01.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/02.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/02.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/02.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/02.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/03.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/03.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/03.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/03.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/04.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/04.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/04.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/04.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/05.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/05.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/05.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/05.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/06.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/06.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/06.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/06.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/07.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/07.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/07.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/07.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/08.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/08.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/08.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/08.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/09.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/09.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/09.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/09.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/10.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/10.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/10.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/10.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/11.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/11.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/11.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/11.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/12.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/12.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/12.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/12.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/13.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/13.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/13.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/13.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/14.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/14.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/14.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/14.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/15.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/15.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/15.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/15.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/16.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/16.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/16.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/16.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/17.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/17.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/17.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/17.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/18.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/18.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/18.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/18.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/19.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/19.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/19.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/19.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/20.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/20.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/20.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/20.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/21.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/21.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/21.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/21.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/22.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/22.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/22.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/22.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/23.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/23.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/23.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/23.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/24.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/24.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/24.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/24.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/25.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/25.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/25.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/25.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/26.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/26.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/26.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/26.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/goodluck.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/goodluck.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/goodluck.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/goodluck.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/quest035.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/quest035.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/quest035.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/quest035.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/quest073.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/quest073.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep1/side/quest073.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep1/side/quest073.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep2/01.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep2/01.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep2/01.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep2/01.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep2/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep2/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep2/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep2/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/01-blackpaper.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/01-blackpaper.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/01-blackpaper.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/01-blackpaper.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/02-pioneer spirit.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/02-pioneer spirit.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/02-pioneer spirit.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/02-pioneer spirit.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/03-Warrior Pride.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/03-Warrior Pride.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/03-Warrior Pride.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/03-Warrior Pride.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/04-Restless Lion.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/04-Restless Lion.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/04-Restless Lion.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/04-Restless Lion.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/blackpaper2.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/blackpaper2.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/blackpaper2.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/blackpaper2.qst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/quest.lst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/quest.lst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/quest.lst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/quest.lst diff --git a/web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/wilderending.qst b/web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/wilderending.qst similarity index 100% rename from web/src/assets_generation/resources/tethealla_v0.143_quests/solo/ep4/wilderending.qst rename to web/assets-generation/src/main/resources/tethealla_v0.143_quests/solo/ep4/wilderending.qst diff --git a/web/build.gradle.kts b/web/build.gradle.kts index 363b52f5..ef4630d7 100644 --- a/web/build.gradle.kts +++ b/web/build.gradle.kts @@ -52,15 +52,20 @@ dependencies { } val copyAssemblyWorkerJsTask = tasks.register("copyAssemblyWorkerJs") { + dependsOn(":web:assembly-worker:build") + val workerDist = project(":web:assembly-worker").buildDir.resolve("distributions") + from(workerDist.resolve("assembly-worker.js"), workerDist.resolve("assembly-worker.js.map")) into(buildDir.resolve("processedResources/js/main")) - dependsOn(":web:assembly-worker:build") } // TODO: Figure out how to make this work with --continuous. tasks.getByName("processResources").dependsOn(copyAssemblyWorkerJsTask) -tasks.register("generateEphineaItems") { -// val unitxt = +tasks.register("generateAssets") { + dependsOn(":web:assets-generation:generateAssets") + + from("assets-generation/build/generatedAssets") + into("src/main/resources/assets") } diff --git a/web/shared/build.gradle.kts b/web/shared/build.gradle.kts index 6c71017b..e0e1935b 100644 --- a/web/shared/build.gradle.kts +++ b/web/shared/build.gradle.kts @@ -1,21 +1,33 @@ plugins { - kotlin("js") + kotlin("multiplatform") kotlin("plugin.serialization") } +val serializationVersion: String by project.extra + +val jvmVersion: String by project.extra + +tasks.withType { + kotlinOptions { + jvmTarget = jvmVersion + } +} + kotlin { js { browser { } } -} - -val kotlinLoggingVersion: String by project.extra -val serializationVersion: String by project.extra - -dependencies { - api(project(":lib")) - - api("io.github.microutils:kotlin-logging-js:$kotlinLoggingVersion") - api("org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion") + + jvm() + + sourceSets { + commonMain { + dependencies { + api(project(":lib")) + + api("org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion") + } + } + } } diff --git a/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/JsonFormat.kt b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/JsonFormat.kt new file mode 100644 index 00000000..c3be4866 --- /dev/null +++ b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/JsonFormat.kt @@ -0,0 +1,18 @@ +package world.phantasmal.web.shared + +import kotlinx.serialization.json.Json +import kotlinx.serialization.json.JsonBuilder + +val JSON_FORMAT = Json { + defaultConfig() +} + +val JSON_FORMAT_PRETTY = Json { + defaultConfig() + prettyPrint = true +} + +private fun JsonBuilder.defaultConfig() { + ignoreUnknownKeys = true + classDiscriminator = "#type" +} diff --git a/web/src/main/kotlin/world/phantasmal/web/questEditor/dto/DockedItemDto.kt b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/DockedItemDto.kt similarity index 95% rename from web/src/main/kotlin/world/phantasmal/web/questEditor/dto/DockedItemDto.kt rename to web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/DockedItemDto.kt index 1029f5d3..8ae78b67 100644 --- a/web/src/main/kotlin/world/phantasmal/web/questEditor/dto/DockedItemDto.kt +++ b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/DockedItemDto.kt @@ -1,4 +1,4 @@ -package world.phantasmal.web.questEditor.dto +package world.phantasmal.web.shared.dto import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable diff --git a/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/ItemType.kt b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/ItemType.kt new file mode 100644 index 00000000..c71234da --- /dev/null +++ b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/ItemType.kt @@ -0,0 +1,72 @@ +package world.phantasmal.web.shared.dto + +import kotlinx.serialization.SerialName +import kotlinx.serialization.Serializable + +/** + * Instances of this class contain the data that is the same for every item of a specific type. + * E.g. all spread needles are called "Spread Needle" and they all have the same base ATA. + */ +@Serializable +sealed class ItemType { + abstract val id: Int + abstract val name: String +} + +@Serializable +@SerialName("weapon") +class WeaponItemType( + override val id: Int, + override val name: String, + val minAtp: Int, + val maxAtp: Int, + val ata: Int, + val maxGrind: Int, + val requiredAtp: Int, +) : ItemType() + +@Serializable +@SerialName("frame") +class FrameItemType( + override val id: Int, + override val name: String, + val atp: Int, + val ata: Int, + val minEvp: Int, + val maxEvp: Int, + val minDfp: Int, + val maxDfp: Int, + val mst: Int, + val hp: Int, + val lck: Int, +) : ItemType() + +@Serializable +@SerialName("barrier") +class BarrierItemType( + override val id: Int, + override val name: String, + val atp: Int, + val ata: Int, + val minEvp: Int, + val maxEvp: Int, + val minDfp: Int, + val maxDfp: Int, + val mst: Int, + val hp: Int, + val lck: Int, +) : ItemType() + +@Serializable +@SerialName("unit") +class UnitItemType( + override val id: Int, + override val name: String, +) : ItemType() + +@Serializable +@SerialName("tool") +class ToolItemType( + override val id: Int, + override val name: String, +) : ItemType() diff --git a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/dto/QuestDto.kt b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/QuestDto.kt similarity index 79% rename from web/src/main/kotlin/world/phantasmal/web/huntOptimizer/dto/QuestDto.kt rename to web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/QuestDto.kt index 53226840..19e722d1 100644 --- a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/dto/QuestDto.kt +++ b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/QuestDto.kt @@ -1,4 +1,4 @@ -package world.phantasmal.web.huntOptimizer.dto +package world.phantasmal.web.shared.dto import kotlinx.serialization.Serializable diff --git a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/dto/WantedItemDto.kt b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/WantedItemDto.kt similarity index 72% rename from web/src/main/kotlin/world/phantasmal/web/huntOptimizer/dto/WantedItemDto.kt rename to web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/WantedItemDto.kt index 8458c81d..714b8815 100644 --- a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/dto/WantedItemDto.kt +++ b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/dto/WantedItemDto.kt @@ -1,4 +1,4 @@ -package world.phantasmal.web.huntOptimizer.dto +package world.phantasmal.web.shared.dto import kotlinx.serialization.Serializable diff --git a/web/shared/src/main/kotlin/world/phantasmal/web/shared/Messages.kt b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/messages/Messages.kt similarity index 96% rename from web/shared/src/main/kotlin/world/phantasmal/web/shared/Messages.kt rename to web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/messages/Messages.kt index 8bd857be..508ed299 100644 --- a/web/shared/src/main/kotlin/world/phantasmal/web/shared/Messages.kt +++ b/web/shared/src/commonMain/kotlin/world/phantasmal/web/shared/messages/Messages.kt @@ -1,7 +1,6 @@ -package world.phantasmal.web.shared +package world.phantasmal.web.shared.messages import kotlinx.serialization.Serializable -import kotlinx.serialization.json.Json import world.phantasmal.core.Severity /* @@ -14,10 +13,6 @@ import world.phantasmal.core.Severity * - Notifications: sent by either the client or server. No response is required. */ -val JSON_FORMAT = Json { - classDiscriminator = "#type" -} - @Serializable sealed class ClientMessage diff --git a/web/src/main/kotlin/world/phantasmal/web/Main.kt b/web/src/main/kotlin/world/phantasmal/web/Main.kt index 3c554c07..b2898364 100644 --- a/web/src/main/kotlin/world/phantasmal/web/Main.kt +++ b/web/src/main/kotlin/world/phantasmal/web/Main.kt @@ -23,6 +23,7 @@ import world.phantasmal.web.core.logging.LogFormatter import world.phantasmal.web.core.rendering.DisposableThreeRenderer import world.phantasmal.web.core.stores.ApplicationUrl import world.phantasmal.web.externals.three.WebGLRenderer +import world.phantasmal.web.shared.JSON_FORMAT import world.phantasmal.webui.dom.disposableListener import world.phantasmal.webui.dom.root import world.phantasmal.webui.obj @@ -49,9 +50,7 @@ private fun init(): Disposable { val httpClient = HttpClient { install(JsonFeature) { - serializer = KotlinxSerializer(kotlinx.serialization.json.Json { - ignoreUnknownKeys = true - }) + serializer = KotlinxSerializer(JSON_FORMAT) } } disposer.add(disposable { httpClient.cancel() }) diff --git a/web/src/main/kotlin/world/phantasmal/web/core/dto/ItemTypeDto.kt b/web/src/main/kotlin/world/phantasmal/web/core/dto/ItemTypeDto.kt deleted file mode 100644 index bf88194f..00000000 --- a/web/src/main/kotlin/world/phantasmal/web/core/dto/ItemTypeDto.kt +++ /dev/null @@ -1,6 +0,0 @@ -package world.phantasmal.web.core.dto - -import kotlinx.serialization.Serializable - -@Serializable -class ItemTypeDto(val id: Int, val name: String) diff --git a/web/src/main/kotlin/world/phantasmal/web/core/models/ItemType.kt b/web/src/main/kotlin/world/phantasmal/web/core/models/ItemType.kt deleted file mode 100644 index 16b4f1b2..00000000 --- a/web/src/main/kotlin/world/phantasmal/web/core/models/ItemType.kt +++ /dev/null @@ -1,10 +0,0 @@ -package world.phantasmal.web.core.models - -/** - * Instances of this interface contain the data that is the same for every item of a specific type. - * E.g. all spread needles are called "Spread Needle" and they all have the same base ATA. - */ -interface ItemType { - val id: Int - val name: String -} diff --git a/web/src/main/kotlin/world/phantasmal/web/core/stores/ItemTypeStore.kt b/web/src/main/kotlin/world/phantasmal/web/core/stores/ItemTypeStore.kt index afba38f4..6b7063cb 100644 --- a/web/src/main/kotlin/world/phantasmal/web/core/stores/ItemTypeStore.kt +++ b/web/src/main/kotlin/world/phantasmal/web/core/stores/ItemTypeStore.kt @@ -3,11 +3,10 @@ package world.phantasmal.web.core.stores import kotlinx.coroutines.launch import world.phantasmal.observable.value.list.ListVal import world.phantasmal.observable.value.list.mutableListVal -import world.phantasmal.web.core.dto.ItemTypeDto import world.phantasmal.web.core.loading.AssetLoader -import world.phantasmal.web.core.models.ItemType import world.phantasmal.web.core.models.Server import world.phantasmal.web.questEditor.loading.LoadingCache +import world.phantasmal.web.shared.dto.* import world.phantasmal.webui.stores.Store class ItemTypeStore( @@ -33,14 +32,7 @@ class ItemTypeStore( cache.get(server).idToItemType[id] private suspend fun loadItemTypes(server: Server): ServerData { - val itemTypes = assetLoader.load>("/item_types.${server.slug}.json") - .map { - // TODO: Use correct subtype. - object : ItemType { - override val id: Int = it.id - override val name: String = it.name - } - } + val itemTypes = assetLoader.load>("/item_types.${server.slug}.json") val idToItemType = itemTypes.associateBy { it.id } return ServerData(itemTypes, idToItemType) } diff --git a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/controllers/WantedItemsController.kt b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/controllers/WantedItemsController.kt index 4e70f552..f83e3373 100644 --- a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/controllers/WantedItemsController.kt +++ b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/controllers/WantedItemsController.kt @@ -4,10 +4,10 @@ import world.phantasmal.observable.value.MutableVal import world.phantasmal.observable.value.Val import world.phantasmal.observable.value.list.ListVal import world.phantasmal.observable.value.mutableVal -import world.phantasmal.web.core.models.ItemType import world.phantasmal.web.core.stores.ItemTypeStore import world.phantasmal.web.huntOptimizer.models.WantedItemModel import world.phantasmal.web.huntOptimizer.stores.HuntOptimizerStore +import world.phantasmal.web.shared.dto.ItemType import world.phantasmal.webui.controllers.Controller class WantedItemsController( diff --git a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/models/WantedItemModel.kt b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/models/WantedItemModel.kt index aa3e23be..839dd1c7 100644 --- a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/models/WantedItemModel.kt +++ b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/models/WantedItemModel.kt @@ -2,7 +2,7 @@ package world.phantasmal.web.huntOptimizer.models import world.phantasmal.observable.value.Val import world.phantasmal.observable.value.mutableVal -import world.phantasmal.web.core.models.ItemType +import world.phantasmal.web.shared.dto.ItemType class WantedItemModel(val itemType: ItemType, amount: Int) { private val _amount = mutableVal(0) diff --git a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/persistence/WantedItemPersister.kt b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/persistence/WantedItemPersister.kt index b24a3615..6cd7abba 100644 --- a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/persistence/WantedItemPersister.kt +++ b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/persistence/WantedItemPersister.kt @@ -3,7 +3,7 @@ package world.phantasmal.web.huntOptimizer.persistence import world.phantasmal.web.core.models.Server import world.phantasmal.web.core.persistence.Persister import world.phantasmal.web.core.stores.ItemTypeStore -import world.phantasmal.web.huntOptimizer.dto.WantedItemDto +import world.phantasmal.web.shared.dto.WantedItemDto import world.phantasmal.web.huntOptimizer.models.WantedItemModel class WantedItemPersister(private val itemTypeStore: ItemTypeStore) : Persister() { diff --git a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/stores/HuntMethodStore.kt b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/stores/HuntMethodStore.kt index c56251d2..30ec8e2d 100644 --- a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/stores/HuntMethodStore.kt +++ b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/stores/HuntMethodStore.kt @@ -10,7 +10,7 @@ import world.phantasmal.observable.value.list.mutableListVal import world.phantasmal.web.core.loading.AssetLoader import world.phantasmal.web.core.models.Server import world.phantasmal.web.core.stores.UiStore -import world.phantasmal.web.huntOptimizer.dto.QuestDto +import world.phantasmal.web.shared.dto.QuestDto import world.phantasmal.web.huntOptimizer.models.HuntMethodModel import world.phantasmal.web.huntOptimizer.models.SimpleQuestModel import world.phantasmal.web.huntOptimizer.persistence.HuntMethodPersister diff --git a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/stores/HuntOptimizerStore.kt b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/stores/HuntOptimizerStore.kt index f848ce89..267500e0 100644 --- a/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/stores/HuntOptimizerStore.kt +++ b/web/src/main/kotlin/world/phantasmal/web/huntOptimizer/stores/HuntOptimizerStore.kt @@ -5,11 +5,11 @@ import kotlinx.coroutines.launch import kotlinx.coroutines.withContext import world.phantasmal.observable.value.list.ListVal import world.phantasmal.observable.value.list.mutableListVal -import world.phantasmal.web.core.models.ItemType import world.phantasmal.web.core.models.Server import world.phantasmal.web.core.stores.UiStore import world.phantasmal.web.huntOptimizer.models.WantedItemModel import world.phantasmal.web.huntOptimizer.persistence.WantedItemPersister +import world.phantasmal.web.shared.dto.ItemType import world.phantasmal.webui.stores.Store // TODO: take into account mothmants spawned from mothverts. diff --git a/web/src/main/kotlin/world/phantasmal/web/questEditor/asm/AsmAnalyser.kt b/web/src/main/kotlin/world/phantasmal/web/questEditor/asm/AsmAnalyser.kt index 8b1a68d2..758d4d73 100644 --- a/web/src/main/kotlin/world/phantasmal/web/questEditor/asm/AsmAnalyser.kt +++ b/web/src/main/kotlin/world/phantasmal/web/questEditor/asm/AsmAnalyser.kt @@ -13,7 +13,8 @@ import world.phantasmal.observable.Observable import world.phantasmal.observable.emitter import world.phantasmal.observable.value.list.ListVal import world.phantasmal.observable.value.list.mutableListVal -import world.phantasmal.web.shared.* +import world.phantasmal.web.shared.JSON_FORMAT +import world.phantasmal.web.shared.messages.* import kotlin.coroutines.Continuation import kotlin.coroutines.resume diff --git a/web/src/main/kotlin/world/phantasmal/web/questEditor/asm/monaco/AsmCompletionItemProvider.kt b/web/src/main/kotlin/world/phantasmal/web/questEditor/asm/monaco/AsmCompletionItemProvider.kt index d2776787..76985fb7 100644 --- a/web/src/main/kotlin/world/phantasmal/web/questEditor/asm/monaco/AsmCompletionItemProvider.kt +++ b/web/src/main/kotlin/world/phantasmal/web/questEditor/asm/monaco/AsmCompletionItemProvider.kt @@ -4,7 +4,7 @@ import kotlinx.coroutines.GlobalScope import kotlinx.coroutines.promise import world.phantasmal.web.externals.monacoEditor.* import world.phantasmal.web.questEditor.asm.AsmAnalyser -import world.phantasmal.web.shared.CompletionItemType +import world.phantasmal.web.shared.messages.CompletionItemType import world.phantasmal.webui.obj import kotlin.js.Promise diff --git a/web/src/main/kotlin/world/phantasmal/web/questEditor/persistence/QuestEditorUiPersister.kt b/web/src/main/kotlin/world/phantasmal/web/questEditor/persistence/QuestEditorUiPersister.kt index 102abdc9..1f23c660 100644 --- a/web/src/main/kotlin/world/phantasmal/web/questEditor/persistence/QuestEditorUiPersister.kt +++ b/web/src/main/kotlin/world/phantasmal/web/questEditor/persistence/QuestEditorUiPersister.kt @@ -2,7 +2,7 @@ package world.phantasmal.web.questEditor.persistence import world.phantasmal.web.core.controllers.* import world.phantasmal.web.core.persistence.Persister -import world.phantasmal.web.questEditor.dto.* +import world.phantasmal.web.shared.dto.* class QuestEditorUiPersister : Persister() { // TODO: Throttle this method. diff --git a/web/src/main/kotlin/world/phantasmal/web/questEditor/stores/AsmStore.kt b/web/src/main/kotlin/world/phantasmal/web/questEditor/stores/AsmStore.kt index 5a64bd0b..75cd4a0b 100644 --- a/web/src/main/kotlin/world/phantasmal/web/questEditor/stores/AsmStore.kt +++ b/web/src/main/kotlin/world/phantasmal/web/questEditor/stores/AsmStore.kt @@ -18,9 +18,9 @@ import world.phantasmal.web.externals.monacoEditor.* import world.phantasmal.web.questEditor.asm.AsmAnalyser import world.phantasmal.web.questEditor.asm.monaco.* import world.phantasmal.web.questEditor.models.QuestModel -import world.phantasmal.web.shared.AsmChange -import world.phantasmal.web.shared.AsmRange -import world.phantasmal.web.shared.AssemblyProblem +import world.phantasmal.web.shared.messages.AsmChange +import world.phantasmal.web.shared.messages.AsmRange +import world.phantasmal.web.shared.messages.AssemblyProblem import world.phantasmal.webui.obj import world.phantasmal.webui.stores.Store diff --git a/web/src/main/resources/assets/item_types.ephinea.json b/web/src/main/resources/assets/item_types.ephinea.json index 5dee3a92..91c9c69d 100644 --- a/web/src/main/resources/assets/item_types.ephinea.json +++ b/web/src/main/resources/assets/item_types.ephinea.json @@ -1,14077 +1,14077 @@ [ { - "class": "weapon", - "id": 0, - "name": "Saber", - "min_atp": 5, - "max_atp": 7, - "ata": 10, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 256, - "name": "Saber", - "min_atp": 40, - "max_atp": 55, - "ata": 30, - "max_grind": 35, - "required_atp": 30 - }, - { - "class": "weapon", - "id": 257, - "name": "Brand", - "min_atp": 80, - "max_atp": 100, - "ata": 33, - "max_grind": 32, - "required_atp": 90 - }, - { - "class": "weapon", - "id": 258, - "name": "Buster", - "min_atp": 120, - "max_atp": 160, - "ata": 35, - "max_grind": 30, - "required_atp": 155 - }, - { - "class": "weapon", - "id": 259, - "name": "Pallasch", - "min_atp": 170, - "max_atp": 220, - "ata": 38, - "max_grind": 26, - "required_atp": 233 - }, - { - "class": "weapon", - "id": 260, - "name": "Gladius", - "min_atp": 240, - "max_atp": 280, - "ata": 40, - "max_grind": 18, - "required_atp": 296 - }, - { - "class": "weapon", - "id": 261, - "name": "DB's Saber", - "min_atp": 200, - "max_atp": 250, - "ata": 43, - "max_grind": 44, - "required_atp": 320 - }, - { - "class": "weapon", - "id": 262, - "name": "Kaladbolg", - "min_atp": 260, - "max_atp": 320, - "ata": 45, - "max_grind": 25, - "required_atp": 340 - }, - { - "class": "weapon", - "id": 263, - "name": "Durandal", - "min_atp": 300, - "max_atp": 376, - "ata": 45, - "max_grind": 37, - "required_atp": 360 - }, - { - "class": "weapon", - "id": 264, - "name": "Galatine", - "min_atp": 330, - "max_atp": 420, - "ata": 77, - "max_grind": 9, - "required_atp": 820 - }, - { - "class": "weapon", - "id": 512, - "name": "Sword", - "min_atp": 25, - "max_atp": 60, - "ata": 15, - "max_grind": 46, - "required_atp": 82 - }, - { - "class": "weapon", - "id": 513, - "name": "Gigush", - "min_atp": 55, - "max_atp": 100, - "ata": 18, - "max_grind": 32, - "required_atp": 169 - }, - { - "class": "weapon", - "id": 514, - "name": "Breaker", - "min_atp": 100, - "max_atp": 150, - "ata": 20, - "max_grind": 18, - "required_atp": 258 - }, - { - "class": "weapon", - "id": 515, - "name": "Claymore", - "min_atp": 150, - "max_atp": 200, - "ata": 23, - "max_grind": 16, - "required_atp": 316 - }, - { - "class": "weapon", - "id": 516, - "name": "Calibur", - "min_atp": 210, - "max_atp": 255, - "ata": 25, - "max_grind": 10, - "required_atp": 371 - }, - { - "class": "weapon", - "id": 517, - "name": "Flowen's Sword", - "min_atp": 230, - "max_atp": 300, - "ata": 28, - "max_grind": 21, - "required_atp": 430 - }, - { - "class": "weapon", - "id": 518, - "name": "Last Survivor", - "min_atp": 275, - "max_atp": 321, - "ata": 30, - "max_grind": 31, - "required_atp": 470 - }, - { - "class": "weapon", - "id": 519, - "name": "Dragon Slayer", - "min_atp": 345, - "max_atp": 352, - "ata": 30, - "max_grind": 34, - "required_atp": 480 - }, - { - "class": "weapon", - "id": 768, - "name": "Dagger", - "min_atp": 25, - "max_atp": 40, - "ata": 20, - "max_grind": 65, - "required_atp": 65 - }, - { - "class": "weapon", - "id": 769, - "name": "Knife", - "min_atp": 50, - "max_atp": 70, - "ata": 22, - "max_grind": 50, - "required_atp": 117 - }, - { - "class": "weapon", - "id": 770, - "name": "Blade", - "min_atp": 80, - "max_atp": 100, - "ata": 24, - "max_grind": 35, - "required_atp": 182 - }, - { - "class": "weapon", - "id": 771, - "name": "Edge", - "min_atp": 105, - "max_atp": 130, - "ata": 26, - "max_grind": 25, - "required_atp": 281 - }, - { - "class": "weapon", - "id": 772, - "name": "Ripper", - "min_atp": 125, - "max_atp": 160, - "ata": 28, - "max_grind": 15, - "required_atp": 340 - }, - { - "class": "weapon", - "id": 773, - "name": "Blade Dance", - "min_atp": 110, - "max_atp": 180, - "ata": 30, - "max_grind": 30, - "required_atp": 385 - }, - { - "class": "weapon", - "id": 774, - "name": "Bloody Art", - "min_atp": 120, - "max_atp": 175, - "ata": 32, - "max_grind": 42, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 775, - "name": "Cross Scar", - "min_atp": 135, - "max_atp": 220, - "ata": 32, - "max_grind": 28, - "required_atp": 463 - }, - { - "class": "weapon", - "id": 776, - "name": "Zero Divide", - "min_atp": 200, - "max_atp": 300, - "ata": 29, - "max_grind": 99, - "required_atp": 490 - }, - { - "class": "weapon", - "id": 777, - "name": "Two Kamui", - "min_atp": 600, - "max_atp": 650, - "ata": 50, - "max_grind": 0, - "required_atp": 900 - }, - { - "class": "weapon", - "id": 1024, - "name": "Partisan", - "min_atp": 30, - "max_atp": 40, - "ata": 20, - "max_grind": 35, - "required_atp": 124 - }, - { - "class": "weapon", - "id": 1025, - "name": "Halbert", - "min_atp": 65, - "max_atp": 75, - "ata": 23, - "max_grind": 30, - "required_atp": 192 - }, - { - "class": "weapon", - "id": 1026, - "name": "Glaive", - "min_atp": 95, - "max_atp": 110, - "ata": 26, - "max_grind": 25, - "required_atp": 286 - }, - { - "class": "weapon", - "id": 1027, - "name": "Berdys", - "min_atp": 130, - "max_atp": 145, - "ata": 29, - "max_grind": 20, - "required_atp": 335 - }, - { - "class": "weapon", - "id": 1028, - "name": "Gungnir", - "min_atp": 150, - "max_atp": 180, - "ata": 32, - "max_grind": 10, - "required_atp": 450 - }, - { - "class": "weapon", - "id": 1029, - "name": "Brionac", - "min_atp": 150, - "max_atp": 182, - "ata": 33, - "max_grind": 15, - "required_atp": 475 - }, - { - "class": "weapon", - "id": 1030, - "name": "Vjaya", - "min_atp": 160, - "max_atp": 220, - "ata": 36, - "max_grind": 15, - "required_atp": 480 - }, - { - "class": "weapon", - "id": 1031, - "name": "Gae Bolg", - "min_atp": 215, - "max_atp": 220, - "ata": 36, - "max_grind": 30, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 1032, - "name": "Asteron Belt", - "min_atp": 380, - "max_atp": 400, - "ata": 55, - "max_grind": 9, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 1280, - "name": "Slicer", - "min_atp": 5, - "max_atp": 15, - "ata": 13, - "max_grind": 20, - "required_atp": 135 - }, - { - "class": "weapon", - "id": 1281, - "name": "Spinner", - "min_atp": 10, - "max_atp": 30, - "ata": 16, - "max_grind": 20, - "required_atp": 204 - }, - { - "class": "weapon", - "id": 1282, - "name": "Cutter", - "min_atp": 35, - "max_atp": 55, - "ata": 19, - "max_grind": 15, - "required_atp": 302 - }, - { - "class": "weapon", - "id": 1283, - "name": "Sawcer", - "min_atp": 60, - "max_atp": 80, - "ata": 22, - "max_grind": 15, - "required_atp": 395 - }, - { - "class": "weapon", - "id": 1284, - "name": "Diska", - "min_atp": 85, - "max_atp": 105, - "ata": 25, - "max_grind": 10, - "required_atp": 476 - }, - { - "class": "weapon", - "id": 1285, - "name": "Slicer of Assassin", - "min_atp": 120, - "max_atp": 125, - "ata": 28, - "max_grind": 12, - "required_atp": 475 - }, - { - "class": "weapon", - "id": 1286, - "name": "Diska of Liberator", - "min_atp": 120, - "max_atp": 146, - "ata": 31, - "max_grind": 9, - "required_atp": 480 - }, - { - "class": "weapon", - "id": 1287, - "name": "Diska of Braveman", - "min_atp": 150, - "max_atp": 167, - "ata": 31, - "max_grind": 9, - "required_atp": 495 - }, - { - "class": "weapon", - "id": 1288, - "name": "Izmaela", - "min_atp": 250, - "max_atp": 250, - "ata": 25, - "max_grind": 0, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 1536, - "name": "Handgun", - "min_atp": 20, - "max_atp": 30, - "ata": 26, - "max_grind": 75, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1537, - "name": "Autogun", - "min_atp": 45, - "max_atp": 65, - "ata": 29, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1538, - "name": "Lockgun", - "min_atp": 80, - "max_atp": 100, - "ata": 31, - "max_grind": 35, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1539, - "name": "Railgun", - "min_atp": 120, - "max_atp": 140, - "ata": 33, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1540, - "name": "Raygun", - "min_atp": 150, - "max_atp": 180, - "ata": 35, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1541, - "name": "Varista", - "min_atp": 155, - "max_atp": 210, - "ata": 38, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1542, - "name": "Custom Ray ver.OO", - "min_atp": 165, - "max_atp": 195, - "ata": 40, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1543, - "name": "Bravace", - "min_atp": 190, - "max_atp": 230, - "ata": 40, - "max_grind": 30, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1544, - "name": "Tension Blaster", - "min_atp": 280, - "max_atp": 310, - "ata": 57, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1792, - "name": "Rifle", - "min_atp": 10, - "max_atp": 50, - "ata": 38, - "max_grind": 65, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1793, - "name": "Sniper", - "min_atp": 50, - "max_atp": 90, - "ata": 41, - "max_grind": 55, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1794, - "name": "Blaster", - "min_atp": 100, - "max_atp": 130, - "ata": 44, - "max_grind": 45, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1795, - "name": "Beam", - "min_atp": 140, - "max_atp": 170, - "ata": 47, - "max_grind": 35, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1796, - "name": "Laser", - "min_atp": 200, - "max_atp": 210, - "ata": 50, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1797, - "name": "Visk-235W", - "min_atp": 220, - "max_atp": 250, - "ata": 53, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1798, - "name": "Wals-MK2", - "min_atp": 260, - "max_atp": 280, - "ata": 56, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1799, - "name": "Justy-23ST", - "min_atp": 290, - "max_atp": 320, - "ata": 58, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1800, - "name": "Rianov 303SNR", - "min_atp": 300, - "max_atp": 300, - "ata": 60, - "max_grind": 60, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1801, - "name": "Rianov 303SNR-1", - "min_atp": 350, - "max_atp": 400, - "ata": 50, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1802, - "name": "Rianov 303SNR-2", - "min_atp": 150, - "max_atp": 400, - "ata": 30, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1803, - "name": "Rianov 303SNR-3", - "min_atp": 500, - "max_atp": 500, - "ata": 65, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1804, - "name": "Rianov 303SNR-4", - "min_atp": 350, - "max_atp": 450, - "ata": 60, - "max_grind": 60, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 1805, - "name": "Rianov 303SNR-5", - "min_atp": 550, - "max_atp": 550, - "ata": 70, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2048, - "name": "Mechgun", - "min_atp": 2, - "max_atp": 4, - "ata": 0, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2049, - "name": "Assault", - "min_atp": 5, - "max_atp": 8, - "ata": 3, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2050, - "name": "Repeater", - "min_atp": 5, - "max_atp": 12, - "ata": 6, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2051, - "name": "Gatling", - "min_atp": 5, - "max_atp": 16, - "ata": 9, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2052, - "name": "Vulcan", - "min_atp": 5, - "max_atp": 20, - "ata": 12, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2053, - "name": "M&A60 Vise", - "min_atp": 15, - "max_atp": 25, - "ata": 15, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2054, - "name": "H&S25 Justice", - "min_atp": 15, - "max_atp": 30, - "ata": 18, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2055, - "name": "L&K14 Combat", - "min_atp": 15, - "max_atp": 30, - "ata": 18, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2304, - "name": "Shot", - "min_atp": 20, - "max_atp": 25, - "ata": 27, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2305, - "name": "Spread", - "min_atp": 30, - "max_atp": 50, - "ata": 28, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2306, - "name": "Cannon", - "min_atp": 40, - "max_atp": 80, - "ata": 30, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2307, - "name": "Launcher", - "min_atp": 50, - "max_atp": 110, - "ata": 31, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2308, - "name": "Arms", - "min_atp": 60, - "max_atp": 140, - "ata": 33, - "max_grind": 10, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2309, - "name": "Crush Bullet", - "min_atp": 85, - "max_atp": 133, - "ata": 34, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2310, - "name": "Meteor Smash", - "min_atp": 80, - "max_atp": 160, - "ata": 36, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2311, - "name": "Final Impact", - "min_atp": 95, - "max_atp": 170, - "ata": 36, - "max_grind": 30, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2560, - "name": "Cane", - "min_atp": 25, - "max_atp": 30, - "ata": 30, - "max_grind": 55, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2561, - "name": "Stick", - "min_atp": 50, - "max_atp": 60, - "ata": 32, - "max_grind": 40, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2562, - "name": "Mace", - "min_atp": 90, - "max_atp": 90, - "ata": 33, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2563, - "name": "Club", - "min_atp": 110, - "max_atp": 120, - "ata": 35, - "max_grind": 10, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2564, - "name": "Club of Laconium", - "min_atp": 140, - "max_atp": 150, - "ata": 36, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2565, - "name": "Mace of Adaman", - "min_atp": 170, - "max_atp": 170, - "ata": 38, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2566, - "name": "Club of Zumiuran", - "min_atp": 178, - "max_atp": 180, - "ata": 39, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2567, - "name": "Lollipop", - "min_atp": 150, - "max_atp": 200, - "ata": 32, - "max_grind": 12, - "required_atp": 222 - }, - { - "class": "weapon", - "id": 2816, - "name": "Rod", - "min_atp": 25, - "max_atp": 45, - "ata": 35, - "max_grind": 75, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2817, - "name": "Pole", - "min_atp": 55, - "max_atp": 80, - "ata": 37, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2818, - "name": "Pillar", - "min_atp": 85, - "max_atp": 115, - "ata": 38, - "max_grind": 30, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2819, - "name": "Striker", - "min_atp": 100, - "max_atp": 150, - "ata": 39, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2820, - "name": "Battle Verge", - "min_atp": 130, - "max_atp": 185, - "ata": 41, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2821, - "name": "Brave Hammer", - "min_atp": 170, - "max_atp": 220, - "ata": 43, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2822, - "name": "Alive Aqhu", - "min_atp": 210, - "max_atp": 230, - "ata": 45, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 2823, - "name": "Valkyrie", - "min_atp": 600, - "max_atp": 600, - "ata": 66, - "max_grind": 33, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 3072, - "name": "Wand", - "min_atp": 3, - "max_atp": 10, - "ata": 25, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 3073, - "name": "Staff", - "min_atp": 10, - "max_atp": 30, - "ata": 27, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 3074, - "name": "Baton", - "min_atp": 35, - "max_atp": 50, - "ata": 28, - "max_grind": 10, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 3075, - "name": "Scepter", - "min_atp": 55, - "max_atp": 75, - "ata": 30, - "max_grind": 10, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 3076, - "name": "Fire Scepter: Agni", - "min_atp": 70, - "max_atp": 95, - "ata": 31, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 3077, - "name": "Ice Staff: Dagon", - "min_atp": 73, - "max_atp": 105, - "ata": 33, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 3078, - "name": "Storm Wand: Indra", - "min_atp": 105, - "max_atp": 120, - "ata": 34, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 3079, - "name": "Earth Wand: Brownie", - "min_atp": 370, - "max_atp": 670, - "ata": 59, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 3328, - "name": "Photon Claw", - "min_atp": 230, - "max_atp": 300, - "ata": 48, - "max_grind": 20, - "required_atp": 300 - }, - { - "class": "weapon", - "id": 3329, - "name": "Silence Claw", - "min_atp": 335, - "max_atp": 345, - "ata": 50, - "max_grind": 15, - "required_atp": 336 - }, - { - "class": "weapon", - "id": 3330, - "name": "Nei's Claw", - "min_atp": 386, - "max_atp": 400, - "ata": 60, - "max_grind": 25, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 3331, - "name": "Phoenix Claw", - "min_atp": 540, - "max_atp": 570, - "ata": 57, - "max_grind": 15, - "required_atp": 508 - }, - { - "class": "weapon", - "id": 3584, - "name": "Double Saber", - "min_atp": 150, - "max_atp": 152, - "ata": 30, - "max_grind": 35, - "required_atp": 235 - }, - { - "class": "weapon", - "id": 3585, - "name": "Stag Cutlery", - "min_atp": 230, - "max_atp": 235, - "ata": 35, - "max_grind": 30, - "required_atp": 343 - }, - { - "class": "weapon", - "id": 3586, - "name": "Twin Brand", - "min_atp": 235, - "max_atp": 240, - "ata": 39, - "max_grind": 60, - "required_atp": 400 - }, - { - "class": "weapon", - "id": 3840, - "name": "Brave Knuckle", - "min_atp": 380, - "max_atp": 460, - "ata": 60, - "max_grind": 30, - "required_atp": 400 - }, - { - "class": "weapon", - "id": 3841, - "name": "Angry Fist", - "min_atp": 460, - "max_atp": 560, - "ata": 62, - "max_grind": 50, - "required_atp": 610 - }, - { - "class": "weapon", - "id": 3842, - "name": "God Hand", - "min_atp": 580, - "max_atp": 700, - "ata": 70, - "max_grind": 30, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 3843, - "name": "Sonic Knuckle", - "min_atp": 250, - "max_atp": 300, - "ata": 65, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 3844, - "name": "Star Song", - "min_atp": 500, - "max_atp": 520, - "ata": 50, - "max_grind": 50, - "required_atp": 570 - }, - { - "class": "weapon", - "id": 4096, - "name": "Orotiagito", - "min_atp": 750, - "max_atp": 800, - "ata": 55, - "max_grind": 0, - "required_atp": 850 - }, - { - "class": "weapon", - "id": 4097, - "name": "Agito (1975)", - "min_atp": 460, - "max_atp": 480, - "ata": 45, - "max_grind": 0, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 4098, - "name": "Agito (1983)", - "min_atp": 200, - "max_atp": 500, - "ata": 47, - "max_grind": 45, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 4099, - "name": "Agito (2001)", - "min_atp": 400, - "max_atp": 430, - "ata": 40, - "max_grind": 9, - "required_atp": 356 - }, - { - "class": "weapon", - "id": 4100, - "name": "Agito (1991)", - "min_atp": 400, - "max_atp": 410, - "ata": 45, - "max_grind": 9, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 4101, - "name": "Agito (1977)", - "min_atp": 450, - "max_atp": 460, - "ata": 48, - "max_grind": 50, - "required_atp": 510 - }, - { - "class": "weapon", - "id": 4102, - "name": "Agito (1980)", - "min_atp": 455, - "max_atp": 460, - "ata": 51, - "max_grind": 40, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 4103, - "name": "Raikiri", - "min_atp": 560, - "max_atp": 570, - "ata": 40, - "max_grind": 0, - "required_atp": 580 - }, - { - "class": "weapon", - "id": 4352, - "name": "Soul Eater", - "min_atp": 180, - "max_atp": 185, - "ata": 40, - "max_grind": 9, - "required_atp": 165 - }, - { - "class": "weapon", - "id": 4353, - "name": "Soul Banish", - "min_atp": 350, - "max_atp": 370, - "ata": 45, - "max_grind": 9, - "required_atp": 850 - }, - { - "class": "weapon", - "id": 4608, - "name": "Spread Needle", - "min_atp": 1, - "max_atp": 110, - "ata": 40, - "max_grind": 40, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 4864, - "name": "Holy Ray", - "min_atp": 290, - "max_atp": 300, - "ata": 70, - "max_grind": 40, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 5120, - "name": "Inferno Bazooka", - "min_atp": 230, - "max_atp": 410, - "ata": 41, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 5121, - "name": "Rambling May", - "min_atp": 360, - "max_atp": 450, - "ata": 45, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 5122, - "name": "L&K38 Combat", - "min_atp": 150, - "max_atp": 250, - "ata": 40, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 5376, - "name": "Flame Visit", - "min_atp": 300, - "max_atp": 450, - "ata": 40, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 5377, - "name": "Burning Visit", - "min_atp": 340, - "max_atp": 540, - "ata": 40, - "max_grind": 18, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 5632, - "name": "Akiko's Frying Pan", - "min_atp": 230, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 250 - }, - { - "class": "weapon", - "id": 5888, - "name": "Sorcerer's Cane", - "min_atp": 360, - "max_atp": 360, - "ata": 53, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 6144, - "name": "S-Beat's Blade", - "min_atp": 210, - "max_atp": 220, - "ata": 35, - "max_grind": 15, - "required_atp": 400 - }, - { - "class": "weapon", - "id": 6400, - "name": "P-Arms' Blade", - "min_atp": 250, - "max_atp": 270, - "ata": 34, - "max_grind": 25, - "required_atp": 568 - }, - { - "class": "weapon", - "id": 6656, - "name": "Delsaber's Buster", - "min_atp": 340, - "max_atp": 350, - "ata": 44, - "max_grind": 9, - "required_atp": 295 - }, - { - "class": "weapon", - "id": 6912, - "name": "Bringer's Rifle", - "min_atp": 330, - "max_atp": 370, - "ata": 63, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 7168, - "name": "Egg Blaster", - "min_atp": 300, - "max_atp": 330, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 7424, - "name": "Psycho Wand", - "min_atp": 395, - "max_atp": 400, - "ata": 55, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 7680, - "name": "Heaven Punisher", - "min_atp": 300, - "max_atp": 330, - "ata": 50, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 7936, - "name": "Lavis Cannon", - "min_atp": 730, - "max_atp": 750, - "ata": 54, - "max_grind": 0, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 8192, - "name": "Victor Axe", - "min_atp": 300, - "max_atp": 420, - "ata": 44, - "max_grind": 20, - "required_atp": 400 - }, - { - "class": "weapon", - "id": 8193, - "name": "Laconium Axe", - "min_atp": 700, - "max_atp": 750, - "ata": 40, - "max_grind": 25, - "required_atp": 880 - }, - { - "class": "weapon", - "id": 8448, - "name": "Chain Sawd", - "min_atp": 500, - "max_atp": 525, - "ata": 36, - "max_grind": 15, - "required_atp": 700 - }, - { - "class": "weapon", - "id": 8704, - "name": "Caduceus", - "min_atp": 360, - "max_atp": 360, - "ata": 54, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 8705, - "name": "Mercurius Rod", - "min_atp": 390, - "max_atp": 400, - "ata": 58, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 8960, - "name": "Sting Tip", - "min_atp": 170, - "max_atp": 170, - "ata": 40, - "max_grind": 30, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 9216, - "name": "Magical Piece", - "min_atp": 240, - "max_atp": 240, - "ata": 42, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 9472, - "name": "Technical Crozier", - "min_atp": 130, - "max_atp": 135, - "ata": 36, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 9728, - "name": "Suppressed Gun", - "min_atp": 260, - "max_atp": 270, - "ata": 47, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 9984, - "name": "Ancient Saber", - "min_atp": 531, - "max_atp": 544, - "ata": 50, - "max_grind": 9, - "required_atp": 740 - }, - { - "class": "weapon", - "id": 10240, - "name": "Harisen Battle Fan", - "min_atp": 310, - "max_atp": 280, - "ata": 40, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 10496, - "name": "Yamigarasu", - "min_atp": 580, - "max_atp": 650, - "ata": 53, - "max_grind": 0, - "required_atp": 680 - }, - { - "class": "weapon", - "id": 10752, - "name": "Akiko's Wok", - "min_atp": 210, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 11008, - "name": "Toy Hammer", - "min_atp": 1, - "max_atp": 400, - "ata": 1, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 11264, - "name": "Elysion", - "min_atp": 360, - "max_atp": 368, - "ata": 52, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 11520, - "name": "Red Saber", - "min_atp": 450, - "max_atp": 489, - "ata": 51, - "max_grind": 78, - "required_atp": 502 - }, - { - "class": "weapon", - "id": 11776, - "name": "Meteor Cudgel", - "min_atp": 300, - "max_atp": 560, - "ata": 42, - "max_grind": 15, - "required_atp": 750 - }, - { - "class": "weapon", - "id": 12032, - "name": "Monkey King Bar", - "min_atp": 380, - "max_atp": 390, - "ata": 41, - "max_grind": 25, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 12033, - "name": "Black King Bar", - "min_atp": 590, - "max_atp": 600, - "ata": 43, - "max_grind": 80, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 12288, - "name": "Double Cannon", - "min_atp": 620, - "max_atp": 650, - "ata": 45, - "max_grind": 0, - "required_atp": 900 - }, - { - "class": "weapon", - "id": 12289, - "name": "Girasole", - "min_atp": 500, - "max_atp": 550, - "ata": 50, - "max_grind": 0, - "required_atp": 555 - }, - { - "class": "weapon", - "id": 12544, - "name": "Huge Battle Fan", - "min_atp": 10, - "max_atp": 255, - "ata": 30, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 12800, - "name": "Tsumikiri J-Sword", - "min_atp": 700, - "max_atp": 756, - "ata": 40, - "max_grind": 50, - "required_atp": 910 - }, - { - "class": "weapon", - "id": 13056, - "name": "Sealed J-Sword", - "min_atp": 400, - "max_atp": 525, - "ata": 35, - "max_grind": 0, - "required_atp": 710 - }, - { - "class": "weapon", - "id": 13312, - "name": "Red Sword", - "min_atp": 400, - "max_atp": 611, - "ata": 37, - "max_grind": 52, - "required_atp": 630 - }, - { - "class": "weapon", - "id": 13568, - "name": "Crazy Tune", - "min_atp": 200, - "max_atp": 255, - "ata": 30, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 13824, - "name": "Twin Chakram", - "min_atp": 245, - "max_atp": 250, - "ata": 32, - "max_grind": 20, - "required_atp": 480 - }, - { - "class": "weapon", - "id": 14080, - "name": "Wok of Akiko's Shop", - "min_atp": 170, - "max_atp": 160, - "ata": 25, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 14336, - "name": "Lavis Blade", - "min_atp": 380, - "max_atp": 450, - "ata": 40, - "max_grind": 0, - "required_atp": 850 - }, - { - "class": "weapon", - "id": 14592, - "name": "Red Dagger", - "min_atp": 245, - "max_atp": 280, - "ata": 35, - "max_grind": 65, - "required_atp": 600 - }, - { - "class": "weapon", - "id": 14848, - "name": "Madam's Parasol", - "min_atp": 215, - "max_atp": 220, - "ata": 40, - "max_grind": 0, - "required_atp": 570 - }, - { - "class": "weapon", - "id": 15104, - "name": "Madam's Umbrella", - "min_atp": 210, - "max_atp": 280, - "ata": 40, - "max_grind": 0, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 15360, - "name": "Imperial Pick", - "min_atp": 280, - "max_atp": 300, - "ata": 41, - "max_grind": 9, - "required_atp": 785 - }, - { - "class": "weapon", - "id": 15616, - "name": "Berdysh", - "min_atp": 270, - "max_atp": 290, - "ata": 40, - "max_grind": 25, - "required_atp": 710 - }, - { - "class": "weapon", - "id": 15872, - "name": "Red Partisan", - "min_atp": 290, - "max_atp": 295, - "ata": 43, - "max_grind": 40, - "required_atp": 700 - }, - { - "class": "weapon", - "id": 16128, - "name": "Flight Cutter", - "min_atp": 250, - "max_atp": 260, - "ata": 40, - "max_grind": 9, - "required_atp": 820 - }, - { - "class": "weapon", - "id": 16384, - "name": "Flight Fan", - "min_atp": 185, - "max_atp": 200, - "ata": 34, - "max_grind": 15, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 16640, - "name": "Red Slicer", - "min_atp": 190, - "max_atp": 200, - "ata": 38, - "max_grind": 45, - "required_atp": 750 - }, - { - "class": "weapon", - "id": 16896, - "name": "Handgun: Guld", - "min_atp": 370, - "max_atp": 400, - "ata": 38, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 16897, - "name": "Master Raven", - "min_atp": 350, - "max_atp": 380, - "ata": 52, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 17152, - "name": "Handgun: Milla", - "min_atp": 350, - "max_atp": 360, - "ata": 48, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 17153, - "name": "Last Swan", - "min_atp": 80, - "max_atp": 90, - "ata": 32, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 17408, - "name": "Red Handgun", - "min_atp": 300, - "max_atp": 300, - "ata": 46, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 17664, - "name": "Frozen Shooter", - "min_atp": 240, - "max_atp": 250, - "ata": 60, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 17665, - "name": "Snow Queen", - "min_atp": 330, - "max_atp": 350, - "ata": 60, - "max_grind": 18, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 17920, - "name": "Anti Android Rifle", - "min_atp": 330, - "max_atp": 350, - "ata": 60, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 18176, - "name": "Rocket Punch", - "min_atp": 50, - "max_atp": 300, - "ata": 10, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 18432, - "name": "Samba Maracas", - "min_atp": 5, - "max_atp": 10, - "ata": 10, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 18688, - "name": "Twin Psychogun", - "min_atp": 35, - "max_atp": 40, - "ata": 23, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 18944, - "name": "Drill Launcher", - "min_atp": 180, - "max_atp": 200, - "ata": 50, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 19200, - "name": "Guld Milla", - "min_atp": 180, - "max_atp": 200, - "ata": 30, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 19201, - "name": "Dual Bird", - "min_atp": 200, - "max_atp": 210, - "ata": 22, - "max_grind": 21, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 19456, - "name": "Red Mechgun", - "min_atp": 50, - "max_atp": 50, - "ata": 25, - "max_grind": 30, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 19712, - "name": "Belra Cannon", - "min_atp": 400, - "max_atp": 500, - "ata": 45, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 19968, - "name": "Panzer Faust", - "min_atp": 350, - "max_atp": 500, - "ata": 42, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 19969, - "name": "Iron Faust", - "min_atp": 500, - "max_atp": 580, - "ata": 42, - "max_grind": 18, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 20224, - "name": "Summit Moon", - "min_atp": 270, - "max_atp": 280, - "ata": 42, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 20480, - "name": "Windmill", - "min_atp": 300, - "max_atp": 310, - "ata": 44, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 20736, - "name": "Evil Curst", - "min_atp": 444, - "max_atp": 666, - "ata": 44, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 20992, - "name": "Flower Cane", - "min_atp": 168, - "max_atp": 180, - "ata": 41, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 21248, - "name": "Hildebear's Cane", - "min_atp": 220, - "max_atp": 230, - "ata": 50, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 21504, - "name": "Hildeblue's Cane", - "min_atp": 290, - "max_atp": 300, - "ata": 52, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 21760, - "name": "Rabbit Wand", - "min_atp": 120, - "max_atp": 230, - "ata": 48, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 22016, - "name": "Plantain Leaf", - "min_atp": 219, - "max_atp": 280, - "ata": 45, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 22017, - "name": "Fatsia", - "min_atp": 219, - "max_atp": 280, - "ata": 45, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 22272, - "name": "Demonic Fork", - "min_atp": 325, - "max_atp": 340, - "ata": 50, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 22528, - "name": "Striker of Chao", - "min_atp": 300, - "max_atp": 325, - "ata": 50, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 22784, - "name": "Broom", - "min_atp": 90, - "max_atp": 230, - "ata": 35, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 23040, - "name": "Prophets of Motav", - "min_atp": 90, - "max_atp": 250, - "ata": 45, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 23296, - "name": "The Sigh of a God", - "min_atp": 175, - "max_atp": 180, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 23552, - "name": "Twinkle Star", - "min_atp": 175, - "max_atp": 175, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 23808, - "name": "Plantain Fan", - "min_atp": 95, - "max_atp": 150, - "ata": 42, - "max_grind": 40, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 24064, - "name": "Twin Blaze", - "min_atp": 300, - "max_atp": 520, - "ata": 40, - "max_grind": 9, - "required_atp": 685 - }, - { - "class": "weapon", - "id": 24320, - "name": "Marina's Bag", - "min_atp": 10, - "max_atp": 180, - "ata": 10, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 24576, - "name": "Dragon's Claw", - "min_atp": 550, - "max_atp": 580, - "ata": 54, - "max_grind": 35, - "required_atp": 600 - }, - { - "class": "weapon", - "id": 24832, - "name": "Panther's Claw", - "min_atp": 180, - "max_atp": 280, - "ata": 38, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 25088, - "name": "S-Red's Blade", - "min_atp": 340, - "max_atp": 350, - "ata": 39, - "max_grind": 15, - "required_atp": 821 - }, - { - "class": "weapon", - "id": 25344, - "name": "Plantain Huge Fan", - "min_atp": 265, - "max_atp": 300, - "ata": 38, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 25600, - "name": "Chameleon Scythe", - "min_atp": 80, - "max_atp": 180, - "ata": 30, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 25856, - "name": "Yasminkov 3000R", - "min_atp": 370, - "max_atp": 400, - "ata": 66, - "max_grind": 60, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 26112, - "name": "Ano Rifle", - "min_atp": 350, - "max_atp": 380, - "ata": 64, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 26368, - "name": "Baranz Launcher", - "min_atp": 230, - "max_atp": 240, - "ata": 40, - "max_grind": 30, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 26624, - "name": "Branch of Pakupaku", - "min_atp": 240, - "max_atp": 267, - "ata": 45, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 26880, - "name": "Heart of Poumn", - "min_atp": 680, - "max_atp": 700, - "ata": 56, - "max_grind": 0, - "required_atp": 850 - }, - { - "class": "weapon", - "id": 27136, - "name": "Yasminkov 2000H", - "min_atp": 340, - "max_atp": 340, - "ata": 45, - "max_grind": 10, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 27392, - "name": "Yasminkov 7000V", - "min_atp": 370, - "max_atp": 450, - "ata": 67, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 27648, - "name": "Yasminkov 9000M", - "min_atp": 40, - "max_atp": 80, - "ata": 27, - "max_grind": 10, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 27904, - "name": "Maser Beam", - "min_atp": 230, - "max_atp": 230, - "ata": 37, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 27905, - "name": "Power Maser", - "min_atp": 270, - "max_atp": 270, - "ata": 37, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 28160, - "name": "Game Magazine", - "min_atp": 1, - "max_atp": 1, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 28161, - "name": "LOGiN", - "min_atp": 5, - "max_atp": 5, - "ata": 25, - "max_grind": 0, - "required_atp": 25 - }, - { - "class": "weapon", - "id": 28416, - "name": "Flower Bouquet", - "min_atp": 1, - "max_atp": 1, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 28672, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28673, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28674, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28675, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28676, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28677, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28678, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28679, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28680, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28681, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28682, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28683, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28684, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28685, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28686, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28687, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28688, - "name": "SABER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28928, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28929, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28930, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28931, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28932, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28933, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28934, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28935, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28936, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28937, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28938, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28939, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28940, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28941, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28942, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28943, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 28944, - "name": "SWORD", - "min_atp": 200, - "max_atp": 200, - "ata": 35, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29184, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29185, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29186, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29187, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29188, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29189, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29190, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29191, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29192, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29193, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29194, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29195, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29196, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29197, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29198, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29199, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29200, - "name": "BLADE", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29440, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29441, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29442, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29443, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29444, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29445, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29446, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29447, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29448, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29449, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29450, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29451, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29452, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29453, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29454, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29455, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29456, - "name": "PARTISAN", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 200, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29696, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29697, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29698, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29699, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29700, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29701, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29702, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29703, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29704, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29705, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29706, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29707, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29708, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29709, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29710, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29711, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29712, - "name": "SLICER", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 140, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 29952, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29953, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29954, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29955, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29956, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29957, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29958, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29959, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29960, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29961, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29962, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29963, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29964, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29965, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29966, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29967, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 29968, - "name": "GUN", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 200, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30208, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30209, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30210, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30211, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30212, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30213, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30214, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30215, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30216, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30217, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30218, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30219, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30220, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30221, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30222, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30223, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30224, - "name": "RIFLE", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 220, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30464, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30465, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30466, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30467, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30468, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30469, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30470, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30471, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30472, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30473, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30474, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30475, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30476, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30477, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30478, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30479, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30480, - "name": "MECHGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30720, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30721, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30722, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30723, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30724, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30725, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30726, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30727, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30728, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30729, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30730, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30731, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30732, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30733, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30734, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30735, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30736, - "name": "SHOT", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30976, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30977, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30978, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30979, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30980, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30981, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30982, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30983, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30984, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30985, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30986, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30987, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30988, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30989, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30990, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30991, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 30992, - "name": "CANE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31232, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31233, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31234, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31235, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31236, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31237, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31238, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31239, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31240, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31241, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31242, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31243, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31244, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31245, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31246, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31247, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31248, - "name": "ROD", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31488, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31489, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31490, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31491, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31492, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31493, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31494, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31495, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31496, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31497, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31498, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31499, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31500, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31501, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31502, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31503, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31504, - "name": "WAND", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 31744, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31745, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31746, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31747, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31748, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31749, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31750, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31751, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31752, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31753, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31754, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31755, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31756, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31757, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31758, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31759, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 31760, - "name": "TWIN", - "min_atp": 50, - "max_atp": 50, - "ata": 40, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32000, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32001, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32002, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32003, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32004, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32005, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32006, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32007, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32008, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32009, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32010, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32011, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32012, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32013, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32014, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32015, - "name": "CLAW", - "min_atp": 180, - "max_atp": 180, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32016, - "name": "CLAW", - "min_atp": 200, - "max_atp": 200, - "ata": 55, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32256, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32257, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32258, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32259, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32260, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32261, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32262, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32263, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32264, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32265, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32266, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32267, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32268, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32269, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32270, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32271, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32272, - "name": "BAZOOKA", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32512, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32513, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32514, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32515, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32516, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32517, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32518, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32519, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32520, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32521, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32522, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32523, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32524, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32525, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32526, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32527, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32528, - "name": "NEEDLE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 70, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 32768, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32769, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32770, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32771, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32772, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32773, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32774, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32775, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32776, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32777, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32778, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32779, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32780, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32781, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32782, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32783, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 32784, - "name": "SCYTHE", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33024, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33025, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33026, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33027, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33028, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33029, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33030, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33031, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33032, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33033, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33034, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33035, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33036, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33037, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33038, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33039, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33040, - "name": "HAMMER", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 33280, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33281, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33282, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33283, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33284, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33285, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33286, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33287, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33288, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33289, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33290, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33291, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33292, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33293, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33294, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33295, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33296, - "name": "MOON", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33536, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33537, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33538, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33539, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33540, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33541, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33542, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33543, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33544, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33545, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33546, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33547, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33548, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33549, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33550, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33551, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33552, - "name": "PSYCHOGUN", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33792, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33793, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33794, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33795, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33796, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33797, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33798, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33799, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33800, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33801, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33802, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33803, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33804, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33805, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33806, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33807, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 33808, - "name": "PUNCH", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 250, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34048, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34049, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34050, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34051, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34052, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34053, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34054, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34055, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34056, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34057, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34058, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34059, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34060, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34061, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34062, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34063, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34064, - "name": "WINDMILL", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 120, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 34304, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34305, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34306, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34307, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34308, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34309, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34310, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34311, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34312, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34313, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34314, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34315, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34316, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34317, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34318, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34319, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34320, - "name": "HARISEN", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34560, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34561, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34562, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34563, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34564, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34565, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34566, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34567, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34568, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34569, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34570, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34571, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34572, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34573, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34574, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34575, - "name": "KATANA", - "min_atp": 170, - "max_atp": 170, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34576, - "name": "KATANA", - "min_atp": 150, - "max_atp": 150, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34816, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34817, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34818, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34819, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34820, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34821, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34822, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34823, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34824, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34825, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34826, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34827, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34828, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34829, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34830, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34831, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 34832, - "name": "J-CUTTER", - "min_atp": 25, - "max_atp": 25, - "ata": 35, - "max_grind": 150, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 35072, - "name": "Musashi", - "min_atp": 330, - "max_atp": 350, - "ata": 35, - "max_grind": 40, - "required_atp": 385 - }, - { - "class": "weapon", - "id": 35073, - "name": "Yamato", - "min_atp": 380, - "max_atp": 390, - "ata": 40, - "max_grind": 60, - "required_atp": 470 - }, - { - "class": "weapon", - "id": 35074, - "name": "Asuka", - "min_atp": 560, - "max_atp": 570, - "ata": 50, - "max_grind": 30, - "required_atp": 650 - }, - { - "class": "weapon", - "id": 35075, - "name": "Sange & Yasha", - "min_atp": 640, - "max_atp": 650, - "ata": 50, - "max_grind": 30, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 35328, - "name": "Sange", - "min_atp": 500, - "max_atp": 550, - "ata": 50, - "max_grind": 0, - "required_atp": 650 - }, - { - "class": "weapon", - "id": 35329, - "name": "Yasha", - "min_atp": 500, - "max_atp": 550, - "ata": 50, - "max_grind": 0, - "required_atp": 650 - }, - { - "class": "weapon", - "id": 35330, - "name": "Kamui", - "min_atp": 650, - "max_atp": 650, - "ata": 55, - "max_grind": 0, - "required_atp": 700 - }, - { - "class": "weapon", - "id": 35584, - "name": "Photon Launcher", - "min_atp": 210, - "max_atp": 220, - "ata": 35, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 35585, - "name": "Guilty Light", - "min_atp": 240, - "max_atp": 250, - "ata": 38, - "max_grind": 18, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 35586, - "name": "Red Scorpio", - "min_atp": 280, - "max_atp": 300, - "ata": 42, - "max_grind": 50, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 35587, - "name": "Phonon Maser", - "min_atp": 350, - "max_atp": 360, - "ata": 45, - "max_grind": 36, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 35840, - "name": "Talis", - "min_atp": 120, - "max_atp": 180, - "ata": 38, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 35841, - "name": "Mahu", - "min_atp": 120, - "max_atp": 200, - "ata": 40, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 35842, - "name": "Hitogata", - "min_atp": 150, - "max_atp": 230, - "ata": 50, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 35843, - "name": "Dancing Hitogata", - "min_atp": 350, - "max_atp": 354, - "ata": 50, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 35844, - "name": "Kunai", - "min_atp": 95, - "max_atp": 175, - "ata": 32, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 36096, - "name": "NUG2000-Bazooka", - "min_atp": 400, - "max_atp": 660, - "ata": 30, - "max_grind": 32, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 36352, - "name": "S-Berill's Hands #0", - "min_atp": 158, - "max_atp": 197, - "ata": 30, - "max_grind": 35, - "required_atp": 450 - }, - { - "class": "weapon", - "id": 36353, - "name": "S-Berill's Hands #1", - "min_atp": 320, - "max_atp": 321, - "ata": 30, - "max_grind": 15, - "required_atp": 600 - }, - { - "class": "weapon", - "id": 36608, - "name": "Flowen's Sword (3060)", - "min_atp": 135, - "max_atp": 243, - "ata": 7, - "max_grind": 12, - "required_atp": 378 - }, - { - "class": "weapon", - "id": 36609, - "name": "Flowen's Sword (3064)", - "min_atp": 164, - "max_atp": 248, - "ata": 13, - "max_grind": 16, - "required_atp": 387 - }, - { - "class": "weapon", - "id": 36610, - "name": "Flowen's Sword (3067)", - "min_atp": 200, - "max_atp": 256, - "ata": 5, - "max_grind": 21, - "required_atp": 379 - }, - { - "class": "weapon", - "id": 36611, - "name": "Flowen's Sword (3073)", - "min_atp": 197, - "max_atp": 262, - "ata": 15, - "max_grind": 34, - "required_atp": 385 - }, - { - "class": "weapon", - "id": 36612, - "name": "Flowen's Sword (3077)", - "min_atp": 121, - "max_atp": 255, - "ata": 12, - "max_grind": 32, - "required_atp": 401 - }, - { - "class": "weapon", - "id": 36613, - "name": "Flowen's Sword (3082)", - "min_atp": 211, - "max_atp": 273, - "ata": 17, - "max_grind": 12, - "required_atp": 388 - }, - { - "class": "weapon", - "id": 36614, - "name": "Flowen's Sword (3083)", - "min_atp": 261, - "max_atp": 283, - "ata": 19, - "max_grind": 11, - "required_atp": 382 - }, - { - "class": "weapon", - "id": 36615, - "name": "Flowen's Sword (3084)", - "min_atp": 300, - "max_atp": 320, - "ata": 34, - "max_grind": 85, - "required_atp": 680 - }, - { - "class": "weapon", - "id": 36616, - "name": "Flowen's Sword (3079)", - "min_atp": 290, - "max_atp": 300, - "ata": 25, - "max_grind": 9, - "required_atp": 402 - }, - { - "class": "weapon", - "id": 36864, - "name": "DB's Saber (3062)", - "min_atp": 112, - "max_atp": 124, - "ata": 27, - "max_grind": 18, - "required_atp": 130 - }, - { - "class": "weapon", - "id": 36865, - "name": "DB's Saber (3067)", - "min_atp": 100, - "max_atp": 143, - "ata": 29, - "max_grind": 14, - "required_atp": 131 - }, - { - "class": "weapon", - "id": 36866, - "name": "DB's Saber (3069 Chris)", - "min_atp": 189, - "max_atp": 202, - "ata": 34, - "max_grind": 36, - "required_atp": 140 - }, - { - "class": "weapon", - "id": 36867, - "name": "DB's Saber (3064)", - "min_atp": 289, - "max_atp": 301, - "ata": 48, - "max_grind": 18, - "required_atp": 288 - }, - { - "class": "weapon", - "id": 36868, - "name": "DB's Saber (3069 Torato)", - "min_atp": 130, - "max_atp": 149, - "ata": 27, - "max_grind": 21, - "required_atp": 129 - }, - { - "class": "weapon", - "id": 36869, - "name": "DB's Saber (3073)", - "min_atp": 212, - "max_atp": 231, - "ata": 29, - "max_grind": 24, - "required_atp": 253 - }, - { - "class": "weapon", - "id": 36870, - "name": "DB's Saber (3070)", - "min_atp": 93, - "max_atp": 109, - "ata": 21, - "max_grind": 29, - "required_atp": 90 - }, - { - "class": "weapon", - "id": 36871, - "name": "DB's Saber (3075)", - "min_atp": 300, - "max_atp": 340, - "ata": 40, - "max_grind": 85, - "required_atp": 600 - }, - { - "class": "weapon", - "id": 36872, - "name": "DB's Saber (3077)", - "min_atp": 140, - "max_atp": 168, - "ata": 30, - "max_grind": 9, - "required_atp": 139 - }, - { - "class": "weapon", - "id": 37120, - "name": "Gi Gue Bazooka", - "min_atp": 520, - "max_atp": 620, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37376, - "name": "Guardianna", - "min_atp": 200, - "max_atp": 280, - "ata": 40, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37632, - "name": "Viridia Card", - "min_atp": 200, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37633, - "name": "Greenill Card", - "min_atp": 200, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37634, - "name": "Skyly Card", - "min_atp": 200, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37635, - "name": "Bluefull Card", - "min_atp": 200, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37636, - "name": "Purplenum Card", - "min_atp": 200, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37637, - "name": "Pinkal Card", - "min_atp": 200, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37638, - "name": "Redria Card", - "min_atp": 200, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37639, - "name": "Oran Card", - "min_atp": 200, - "max_atp": 250, - "ata": 40, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37640, - "name": "Yellowboze Card", - "min_atp": 200, - "max_atp": 250, - "ata": 30, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37641, - "name": "Whitill Card", - "min_atp": 200, - "max_atp": 250, - "ata": 46, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 37888, - "name": "Morning Glory", - "min_atp": 450, - "max_atp": 500, - "ata": 52, - "max_grind": 0, - "required_atp": 700 - }, - { - "class": "weapon", - "id": 38144, - "name": "Partisan of Lightning", - "min_atp": 370, - "max_atp": 410, - "ata": 40, - "max_grind": 60, - "required_atp": 600 - }, - { - "class": "weapon", - "id": 38400, - "name": "Gal Wind", - "min_atp": 270, - "max_atp": 310, - "ata": 40, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 38656, - "name": "Zanba", - "min_atp": 310, - "max_atp": 438, - "ata": 38, - "max_grind": 38, - "required_atp": 710 - }, - { - "class": "weapon", - "id": 38912, - "name": "Rika's Claw", - "min_atp": 590, - "max_atp": 670, - "ata": 54, - "max_grind": 35, - "required_atp": 890 - }, - { - "class": "weapon", - "id": 39168, - "name": "Angel Harp", - "min_atp": 300, - "max_atp": 320, - "ata": 60, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 39424, - "name": "Demolition Comet", - "min_atp": 530, - "max_atp": 530, - "ata": 38, - "max_grind": 25, - "required_atp": 652 - }, - { - "class": "weapon", - "id": 39680, - "name": "Nei's Claw", - "min_atp": 756, - "max_atp": 756, - "ata": 60, - "max_grind": 0, - "required_atp": 900 - }, - { - "class": "weapon", - "id": 39936, - "name": "Rainbow Baton", - "min_atp": 300, - "max_atp": 320, - "ata": 40, - "max_grind": 24, - "required_atp": 570 - }, - { - "class": "weapon", - "id": 40192, - "name": "Dark Flow", - "min_atp": 756, - "max_atp": 900, - "ata": 50, - "max_grind": 0, - "required_atp": 971 - }, - { - "class": "weapon", - "id": 40448, - "name": "Dark Meteor", - "min_atp": 150, - "max_atp": 280, - "ata": 45, - "max_grind": 25, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 40704, - "name": "Dark Bridge", - "min_atp": 185, - "max_atp": 400, - "ata": 34, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 40960, - "name": "G-Assassin's Sabers", - "min_atp": 350, - "max_atp": 360, - "ata": 35, - "max_grind": 25, - "required_atp": 390 - }, - { - "class": "weapon", - "id": 41216, - "name": "Rappy's Fan", - "min_atp": 140, - "max_atp": 146, - "ata": 35, - "max_grind": 32, - "required_atp": 480 - }, - { - "class": "weapon", - "id": 41472, - "name": "Booma's Claw", - "min_atp": 300, - "max_atp": 315, - "ata": 48, - "max_grind": 15, - "required_atp": 300 - }, - { - "class": "weapon", - "id": 41473, - "name": "Gobooma's Claw", - "min_atp": 330, - "max_atp": 345, - "ata": 50, - "max_grind": 35, - "required_atp": 336 - }, - { - "class": "weapon", - "id": 41474, - "name": "Gigobooma's Claw", - "min_atp": 450, - "max_atp": 500, - "ata": 55, - "max_grind": 55, - "required_atp": 600 - }, - { - "class": "weapon", - "id": 41728, - "name": "Ruby Bullet", - "min_atp": 350, - "max_atp": 350, - "ata": 60, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 41984, - "name": "Amore Rose", - "min_atp": 5, - "max_atp": 7, - "ata": 10, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42240, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42241, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42242, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42243, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42244, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42245, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42246, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42247, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42248, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42249, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42250, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42251, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42252, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42253, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42254, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42255, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42256, - "name": "SWORDS", - "min_atp": 180, - "max_atp": 180, - "ata": 45, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 42496, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42497, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42498, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42499, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42500, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42501, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42502, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42503, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42504, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42505, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42506, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42507, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42508, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42509, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42510, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42511, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42512, - "name": "LAUNCHER", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 180, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42752, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42753, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42754, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42755, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42756, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42757, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42758, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42759, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42760, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42761, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42762, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42763, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42764, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42765, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42766, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42767, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 42768, - "name": "CARDS", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 150, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 43008, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43009, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43010, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43011, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43012, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43013, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43014, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43015, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43016, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43017, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43018, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43019, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43020, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43021, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43022, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43023, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43024, - "name": "KNUCKLE", - "min_atp": 250, - "max_atp": 250, - "ata": 65, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43264, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43265, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43266, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43267, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43268, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43269, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43270, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43271, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43272, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43273, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43274, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43275, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43276, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43277, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43278, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43279, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43280, - "name": "AXE", - "min_atp": 200, - "max_atp": 200, - "ata": 50, - "max_grind": 250, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 43520, - "name": "Slicer of Fanatic", - "min_atp": 340, - "max_atp": 360, - "ata": 40, - "max_grind": 30, - "required_atp": 570 - }, - { - "class": "weapon", - "id": 43776, - "name": "Lame d'Argent", - "min_atp": 430, - "max_atp": 465, - "ata": 40, - "max_grind": 35, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 44032, - "name": "Excalibur", - "min_atp": 900, - "max_atp": 950, - "ata": 60, - "max_grind": 0, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 44288, - "name": "Rage de Feu", - "min_atp": 175, - "max_atp": 185, - "ata": 40, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 44289, - "name": "Rage de Feu", - "min_atp": 175, - "max_atp": 185, - "ata": 40, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 44290, - "name": "Rage de Feu", - "min_atp": 175, - "max_atp": 185, - "ata": 40, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 44291, - "name": "Rage de Feu", - "min_atp": 175, - "max_atp": 185, - "ata": 40, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 44544, - "name": "Daisy Chain", - "min_atp": 350, - "max_atp": 410, - "ata": 32, - "max_grind": 0, - "required_atp": 400 - }, - { - "class": "weapon", - "id": 44800, - "name": "Ophelie Seize", - "min_atp": 390, - "max_atp": 420, - "ata": 50, - "max_grind": 9, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 45056, - "name": "Mille Marteaux", - "min_atp": 200, - "max_atp": 220, - "ata": 45, - "max_grind": 12, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 45312, - "name": "Le Cogneur", - "min_atp": 310, - "max_atp": 330, - "ata": 60, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 45568, - "name": "Commander Blade", - "min_atp": 560, - "max_atp": 585, - "ata": 45, - "max_grind": 0, - "required_atp": 502 - }, - { - "class": "weapon", - "id": 45824, - "name": "Vivienne", - "min_atp": 575, - "max_atp": 590, - "ata": 49, - "max_grind": 50, - "required_atp": 580 - }, - { - "class": "weapon", - "id": 46080, - "name": "Kusanagi", - "min_atp": 560, - "max_atp": 575, - "ata": 53, - "max_grind": 32, - "required_atp": 502 - }, - { - "class": "weapon", - "id": 46336, - "name": "Sacred Duster", - "min_atp": 660, - "max_atp": 730, - "ata": 67, - "max_grind": 25, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 46592, - "name": "Guren", - "min_atp": 790, - "max_atp": 840, - "ata": 64, - "max_grind": 0, - "required_atp": 850 - }, - { - "class": "weapon", - "id": 46848, - "name": "Shouren", - "min_atp": 820, - "max_atp": 870, - "ata": 56, - "max_grind": 0, - "required_atp": 850 - }, - { - "class": "weapon", - "id": 47104, - "name": "Jizai", - "min_atp": 800, - "max_atp": 810, - "ata": 55, - "max_grind": 40, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 47360, - "name": "Flamberge", - "min_atp": 575, - "max_atp": 590, - "ata": 50, - "max_grind": 30, - "required_atp": 740 - }, - { - "class": "weapon", - "id": 47616, - "name": "Yunchang", - "min_atp": 300, - "max_atp": 350, - "ata": 49, - "max_grind": 25, - "required_atp": 800 - }, - { - "class": "weapon", - "id": 47872, - "name": "Snake Spire", - "min_atp": 290, - "max_atp": 310, - "ata": 40, - "max_grind": 15, - "required_atp": 780 - }, - { - "class": "weapon", - "id": 48128, - "name": "Flapjack Flapper", - "min_atp": 350, - "max_atp": 400, - "ata": 45, - "max_grind": 25, - "required_atp": 830 - }, - { - "class": "weapon", - "id": 48384, - "name": "Getsugasan", - "min_atp": 190, - "max_atp": 230, - "ata": 39, - "max_grind": 0, - "required_atp": 465 - }, - { - "class": "weapon", - "id": 48640, - "name": "Maguwa", - "min_atp": 230, - "max_atp": 250, - "ata": 30, - "max_grind": 15, - "required_atp": 500 - }, - { - "class": "weapon", - "id": 48896, - "name": "Heaven Striker", - "min_atp": 550, - "max_atp": 660, - "ata": 55, - "max_grind": 20, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 49152, - "name": "Cannon Rouge", - "min_atp": 600, - "max_atp": 750, - "ata": 45, - "max_grind": 30, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 49408, - "name": "Meteor Rouge", - "min_atp": 265, - "max_atp": 315, - "ata": 48, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 49664, - "name": "Solferino", - "min_atp": 250, - "max_atp": 300, - "ata": 45, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 49920, - "name": "Clio", - "min_atp": 660, - "max_atp": 690, - "ata": 48, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 50176, - "name": "Siren Glass Hammer", - "min_atp": 390, - "max_atp": 450, - "ata": 55, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 50432, - "name": "Glide Divine", - "min_atp": 185, - "max_atp": 400, - "ata": 34, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 50688, - "name": "Shichishito", - "min_atp": 500, - "max_atp": 560, - "ata": 40, - "max_grind": 0, - "required_atp": 550 - }, - { - "class": "weapon", - "id": 50944, - "name": "Murasame", - "min_atp": 420, - "max_atp": 435, - "ata": 49, - "max_grind": 0, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 51200, - "name": "Daylight Scar", - "min_atp": 500, - "max_atp": 550, - "ata": 48, - "max_grind": 25, - "required_atp": 850 - }, - { - "class": "weapon", - "id": 51456, - "name": "Decalog", - "min_atp": 150, - "max_atp": 200, - "ata": 45, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 51712, - "name": "5th Anniv. Blade", - "min_atp": 152, - "max_atp": 282, - "ata": 45, - "max_grind": 0, - "required_atp": 90 - }, - { - "class": "weapon", - "id": 51968, - "name": "Tyrell's Parasol", - "min_atp": 250, - "max_atp": 300, - "ata": 40, - "max_grind": 0, - "required_atp": 580 - }, - { - "class": "weapon", - "id": 52224, - "name": "Akiko's Cleaver", - "min_atp": 1, - "max_atp": 200, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 52480, - "name": "Tanegashima", - "min_atp": 320, - "max_atp": 410, - "ata": 38, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 52736, - "name": "Tree Clippers", - "min_atp": 1, - "max_atp": 200, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 52992, - "name": "Nice Shot", - "min_atp": 180, - "max_atp": 200, - "ata": 38, - "max_grind": 0, - "required_atp": 300 - }, - { - "class": "weapon", - "id": 53248, - "name": "Unused Weapon38", - "min_atp": 200, - "max_atp": 200, - "ata": 0, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 53504, - "name": "Unused Weapon39", - "min_atp": 200, - "max_atp": 200, - "ata": 0, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 53760, - "name": "Ano Bazooka", - "min_atp": 350, - "max_atp": 370, - "ata": 30, - "max_grind": 15, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 54016, - "name": "Synthesizer", - "min_atp": 1, - "max_atp": 1, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 54272, - "name": "Bamboo Spear", - "min_atp": 2, - "max_atp": 255, - "ata": 3, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 54528, - "name": "Kan'ei Tsuho", - "min_atp": 1, - "max_atp": 1, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 54784, - "name": "Jitte", - "min_atp": 100, - "max_atp": 123, - "ata": 32, - "max_grind": 0, - "required_atp": 135 - }, - { - "class": "weapon", - "id": 55040, - "name": "Butterfly Net", - "min_atp": 1, - "max_atp": 1, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 55296, - "name": "Syringe", - "min_atp": 95, - "max_atp": 175, - "ata": 32, - "max_grind": 0, - "required_atp": 412 - }, - { - "class": "weapon", - "id": 55552, - "name": "Battledore", - "min_atp": 1, - "max_atp": 1, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 55808, - "name": "Racket", - "min_atp": 1, - "max_atp": 1, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 56064, - "name": "Hammer", - "min_atp": 120, - "max_atp": 185, - "ata": 35, - "max_grind": 0, - "required_atp": 129 - }, - { - "class": "weapon", - "id": 56320, - "name": "Great Bouquet", - "min_atp": 1, - "max_atp": 1, - "ata": 1, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 56576, - "name": "TypeSA/Saber", - "min_atp": 120, - "max_atp": 120, - "ata": 50, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 56832, - "name": "TypeSL/Saber", - "min_atp": 100, - "max_atp": 130, - "ata": 60, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 56833, - "name": "TypeSL/Slicer", - "min_atp": 140, - "max_atp": 140, - "ata": 50, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 56834, - "name": "TypeSL/Claw", - "min_atp": 100, - "max_atp": 150, - "ata": 45, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 56835, - "name": "TypeSL/Katana", - "min_atp": 100, - "max_atp": 140, - "ata": 55, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57088, - "name": "TypeJS/Saber", - "min_atp": 100, - "max_atp": 140, - "ata": 40, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57089, - "name": "TypeJS/Slicer", - "min_atp": 100, - "max_atp": 130, - "ata": 55, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57090, - "name": "TypeJS/J-Sword", - "min_atp": 130, - "max_atp": 130, - "ata": 50, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57344, - "name": "TypeSW/Sword", - "min_atp": 150, - "max_atp": 150, - "ata": 35, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57345, - "name": "TypeSW/Slicer", - "min_atp": 100, - "max_atp": 140, - "ata": 45, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57346, - "name": "TypeSW/J-Sword", - "min_atp": 100, - "max_atp": 150, - "ata": 40, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57600, - "name": "TypeRO/Sword", - "min_atp": 10, - "max_atp": 100, - "ata": 35, - "max_grind": 100, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57601, - "name": "TypeRO/Halbert", - "min_atp": 10, - "max_atp": 80, - "ata": 40, - "max_grind": 100, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 57602, - "name": "TypeRO/Rod", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 90, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 57856, - "name": "TypeBL/Blade", - "min_atp": 10, - "max_atp": 10, - "ata": 35, - "max_grind": 90, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 58112, - "name": "TypeKN/Blade", - "min_atp": 180, - "max_atp": 200, - "ata": 70, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 58113, - "name": "TypeKN/Claw", - "min_atp": 180, - "max_atp": 220, - "ata": 65, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 58368, - "name": "TypeHA/Halbert", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 90, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 58369, - "name": "TypeHA/Rod", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 80, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 58624, - "name": "TypeDS/D.Saber", - "min_atp": 30, - "max_atp": 30, - "ata": 40, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 58625, - "name": "TypeDS/Rod", - "min_atp": 10, - "max_atp": 30, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 58626, - "name": "TypeDS", - "min_atp": 10, - "max_atp": 30, - "ata": 40, - "max_grind": 125, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 58880, - "name": "TypeCL/Claw", - "min_atp": 170, - "max_atp": 170, - "ata": 55, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 59136, - "name": "TypeSS/Sw", - "min_atp": 150, - "max_atp": 150, - "ata": 45, - "max_grind": 125, - "required_atp": 350 - }, - { - "class": "weapon", - "id": 59392, - "name": "TypeGU/Hand", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 95, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 59393, - "name": "TypeGU/Mechgun", - "min_atp": 10, - "max_atp": 10, - "ata": 50, - "max_grind": 90, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 59648, - "name": "TypeRI/Rifle", - "min_atp": 10, - "max_atp": 10, - "ata": 60, - "max_grind": 100, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 59904, - "name": "TypeME/Mechgun", - "min_atp": 10, - "max_atp": 10, - "ata": 20, - "max_grind": 30, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 60160, - "name": "TypeSH/Shot", - "min_atp": 10, - "max_atp": 10, - "ata": 40, - "max_grind": 60, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 60416, - "name": "TypeWA/Wand", - "min_atp": 10, - "max_atp": 10, - "ata": 45, - "max_grind": 60, - "required_atp": 0 - }, - { - "class": "weapon", - "id": 60672, - "name": "????", - "min_atp": 0, - "max_atp": 0, - "ata": 0, - "max_grind": 0, - "required_atp": 0 - }, - { - "class": "armor", - "id": 65792, - "name": "Frame", - "atp": 0, - "ata": 0, - "min_evp": 5, - "min_dfp": 5, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 7, - "max_dfp": 7 - }, - { - "class": "armor", - "id": 65793, - "name": "Armor", - "atp": 0, - "ata": 0, - "min_evp": 7, - "min_dfp": 7, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 9, - "max_dfp": 9 - }, - { - "class": "armor", - "id": 65794, - "name": "Psy Armor", - "atp": 0, - "ata": 0, - "min_evp": 10, - "min_dfp": 10, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 12, - "max_dfp": 13 - }, - { - "class": "armor", - "id": 65795, - "name": "Giga Frame", - "atp": 0, - "ata": 0, - "min_evp": 12, - "min_dfp": 15, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 14, - "max_dfp": 19 - }, - { - "class": "armor", - "id": 65796, - "name": "Soul Frame", - "atp": 0, - "ata": 0, - "min_evp": 15, - "min_dfp": 20, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 17, - "max_dfp": 24 - }, - { - "class": "armor", - "id": 65797, - "name": "Cross Armor", - "atp": 0, - "ata": 0, - "min_evp": 17, - "min_dfp": 25, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 19, - "max_dfp": 29 - }, - { - "class": "armor", - "id": 65798, - "name": "Solid Frame", - "atp": 0, - "ata": 0, - "min_evp": 20, - "min_dfp": 30, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 22, - "max_dfp": 34 - }, - { - "class": "armor", - "id": 65799, - "name": "Brave Armor", - "atp": 0, - "ata": 0, - "min_evp": 22, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 24, - "max_dfp": 39 - }, - { - "class": "armor", - "id": 65800, - "name": "Hyper Frame", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 40, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 27, - "max_dfp": 44 - }, - { - "class": "armor", - "id": 65801, - "name": "Grand Armor", - "atp": 0, - "ata": 0, - "min_evp": 27, - "min_dfp": 45, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 29, - "max_dfp": 49 - }, - { - "class": "armor", - "id": 65802, - "name": "Shock Frame", - "atp": 0, - "ata": 0, - "min_evp": 30, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 32, - "max_dfp": 54 - }, - { - "class": "armor", - "id": 65803, - "name": "King's Frame", - "atp": 0, - "ata": 0, - "min_evp": 32, - "min_dfp": 55, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 34, - "max_dfp": 59 - }, - { - "class": "armor", - "id": 65804, - "name": "Dragon Frame", - "atp": 0, - "ata": 0, - "min_evp": 35, - "min_dfp": 60, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 37, - "max_dfp": 64 - }, - { - "class": "armor", - "id": 65805, - "name": "Absorb Armor", - "atp": 0, - "ata": 0, - "min_evp": 37, - "min_dfp": 65, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 39, - "max_dfp": 69 - }, - { - "class": "armor", - "id": 65806, - "name": "Protect Frame", - "atp": 0, - "ata": 0, - "min_evp": 40, - "min_dfp": 70, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 42, - "max_dfp": 74 - }, - { - "class": "armor", - "id": 65807, - "name": "General Armor", - "atp": 0, - "ata": 0, - "min_evp": 42, - "min_dfp": 75, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 44, - "max_dfp": 79 - }, - { - "class": "armor", - "id": 65808, - "name": "Perfect Frame", - "atp": 0, - "ata": 0, - "min_evp": 45, - "min_dfp": 80, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 47, - "max_dfp": 84 - }, - { - "class": "armor", - "id": 65809, - "name": "Valiant Frame", - "atp": 0, - "ata": 0, - "min_evp": 47, - "min_dfp": 85, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 49, - "max_dfp": 89 - }, - { - "class": "armor", - "id": 65810, - "name": "Imperial Armor", - "atp": 0, - "ata": 0, - "min_evp": 50, - "min_dfp": 90, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 52, - "max_dfp": 94 - }, - { - "class": "armor", - "id": 65811, - "name": "Holiness Armor", - "atp": 0, - "ata": 0, - "min_evp": 52, - "min_dfp": 95, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 54, - "max_dfp": 99 - }, - { - "class": "armor", - "id": 65812, - "name": "Guardian Armor", - "atp": 0, - "ata": 0, - "min_evp": 55, - "min_dfp": 100, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 57, - "max_dfp": 104 - }, - { - "class": "armor", - "id": 65813, - "name": "Divinity Armor", - "atp": 0, - "ata": 0, - "min_evp": 57, - "min_dfp": 105, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 59, - "max_dfp": 109 - }, - { - "class": "armor", - "id": 65814, - "name": "Ultimate Frame", - "atp": 0, - "ata": 0, - "min_evp": 60, - "min_dfp": 110, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 62, - "max_dfp": 114 - }, - { - "class": "armor", - "id": 65815, - "name": "Celestial Armor", - "atp": 0, - "ata": 0, - "min_evp": 72, - "min_dfp": 120, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 82, - "max_dfp": 130 - }, - { - "class": "armor", - "id": 65816, - "name": "Hunter Field", - "atp": 0, - "ata": 0, - "min_evp": 80, - "min_dfp": 60, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 88, - "max_dfp": 68 - }, - { - "class": "armor", - "id": 65817, - "name": "Ranger Field", - "atp": 0, - "ata": 0, - "min_evp": 80, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 88, - "max_dfp": 58 - }, - { - "class": "armor", - "id": 65818, - "name": "Force Field", - "atp": 0, - "ata": 0, - "min_evp": 80, - "min_dfp": 40, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 88, - "max_dfp": 48 - }, - { - "class": "armor", - "id": 65819, - "name": "Revival Garment", - "atp": 0, - "ata": 0, - "min_evp": 60, - "min_dfp": 85, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 70, - "max_dfp": 90 - }, - { - "class": "armor", - "id": 65820, - "name": "Spirit Garment", - "atp": 0, - "ata": 0, - "min_evp": 92, - "min_dfp": 100, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 97, - "max_dfp": 107 - }, - { - "class": "armor", - "id": 65821, - "name": "Stink Frame", - "atp": 0, - "ata": 0, - "min_evp": 15, - "min_dfp": 40, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 100, - "max_dfp": 125 - }, - { - "class": "armor", - "id": 65822, - "name": "D-Parts ver1.01", - "atp": 35, - "ata": 0, - "min_evp": 85, - "min_dfp": 115, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 92, - "max_dfp": 125 - }, - { - "class": "armor", - "id": 65823, - "name": "D-Parts ver2.10", - "atp": 10, - "ata": 0, - "min_evp": 90, - "min_dfp": 125, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 98, - "max_dfp": 135 - }, - { - "class": "armor", - "id": 65824, - "name": "Parasite Wear: De Rol", - "atp": 0, - "ata": 0, - "min_evp": 100, - "min_dfp": 120, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 100, - "max_dfp": 120 - }, - { - "class": "armor", - "id": 65825, - "name": "Parasite Wear: Nelgal", - "atp": 0, - "ata": 0, - "min_evp": 85, - "min_dfp": 145, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 85, - "max_dfp": 145 - }, - { - "class": "armor", - "id": 65826, - "name": "Parasite Wear: Vajulla", - "atp": 0, - "ata": 0, - "min_evp": 100, - "min_dfp": 155, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 100, - "max_dfp": 155 - }, - { - "class": "armor", - "id": 65827, - "name": "Sense Plate", - "atp": 0, - "ata": 0, - "min_evp": 30, - "min_dfp": 25, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 38, - "max_dfp": 33 - }, - { - "class": "armor", - "id": 65828, - "name": "Graviton Plate", - "atp": 0, - "ata": -10, - "min_evp": 0, - "min_dfp": 125, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 133 - }, - { - "class": "armor", - "id": 65829, - "name": "Attribute Plate", - "atp": 0, - "ata": 0, - "min_evp": 85, - "min_dfp": 105, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 93, - "max_dfp": 113 - }, - { - "class": "armor", - "id": 65830, - "name": "Flowen's Frame", - "atp": 0, - "ata": 0, - "min_evp": 72, - "min_dfp": 82, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 82, - "max_dfp": 92 - }, - { - "class": "armor", - "id": 65831, - "name": "Custom Frame ver.OO", - "atp": 0, - "ata": 0, - "min_evp": 85, - "min_dfp": 80, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 95, - "max_dfp": 90 - }, - { - "class": "armor", - "id": 65832, - "name": "DB's Armor", - "atp": 0, - "ata": 0, - "min_evp": 80, - "min_dfp": 85, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 90, - "max_dfp": 95 - }, - { - "class": "armor", - "id": 65833, - "name": "Guard Wave", - "atp": 0, - "ata": 0, - "min_evp": 110, - "min_dfp": 173, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 130, - "max_dfp": 223 - }, - { - "class": "armor", - "id": 65834, - "name": "DF Field", - "atp": 0, - "ata": 0, - "min_evp": 116, - "min_dfp": 203, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 136, - "max_dfp": 253 - }, - { - "class": "armor", - "id": 65835, - "name": "Luminous Field", - "atp": 0, - "ata": 0, - "min_evp": 124, - "min_dfp": 206, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 144, - "max_dfp": 256 - }, - { - "class": "armor", - "id": 65836, - "name": "Chu Chu Fever", - "atp": 0, - "ata": 0, - "min_evp": 5, - "min_dfp": 5, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 5, - "max_dfp": 5 - }, - { - "class": "armor", - "id": 65837, - "name": "Love Heart", - "atp": 0, - "ata": 0, - "min_evp": 140, - "min_dfp": 196, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 160, - "max_dfp": 246 - }, - { - "class": "armor", - "id": 65838, - "name": "Flame Garment", - "atp": 0, - "ata": 0, - "min_evp": 114, - "min_dfp": 180, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 134, - "max_dfp": 230 - }, - { - "class": "armor", - "id": 65839, - "name": "Virus Armor: Lafuteria", - "atp": 0, - "ata": 0, - "min_evp": 90, - "min_dfp": 240, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 110, - "max_dfp": 290 - }, - { - "class": "armor", - "id": 65840, - "name": "Brightness Circle", - "atp": 0, - "ata": 0, - "min_evp": 116, - "min_dfp": 190, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 136, - "max_dfp": 240 - }, - { - "class": "armor", - "id": 65841, - "name": "Aura Field", - "atp": 0, - "ata": 0, - "min_evp": 134, - "min_dfp": 235, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 154, - "max_dfp": 285 - }, - { - "class": "armor", - "id": 65842, - "name": "Electro Frame", - "atp": 0, - "ata": 0, - "min_evp": 120, - "min_dfp": 196, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 140, - "max_dfp": 246 - }, - { - "class": "armor", - "id": 65843, - "name": "Sacred Cloth", - "atp": 0, - "ata": 0, - "min_evp": 50, - "min_dfp": 100, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 70, - "max_dfp": 150 - }, - { - "class": "armor", - "id": 65844, - "name": "Smoking Plate", - "atp": 0, - "ata": 0, - "min_evp": 122, - "min_dfp": 223, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 142, - "max_dfp": 273 - }, - { - "class": "armor", - "id": 65845, - "name": "Star Cuirass", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 250, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 270 - }, - { - "class": "armor", - "id": 65846, - "name": "Black Hound Cuirass", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 300, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 330 - }, - { - "class": "armor", - "id": 65847, - "name": "Morning Prayer", - "atp": 0, - "ata": 0, - "min_evp": 140, - "min_dfp": 120, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 160, - "max_dfp": 130 - }, - { - "class": "armor", - "id": 65848, - "name": "Black Odoshi Domaru", - "atp": 0, - "ata": 0, - "min_evp": 82, - "min_dfp": 124, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 92, - "max_dfp": 134 - }, - { - "class": "armor", - "id": 65849, - "name": "Red Odoshi Domaru", - "atp": 0, - "ata": 0, - "min_evp": 108, - "min_dfp": 112, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 118, - "max_dfp": 122 - }, - { - "class": "armor", - "id": 65850, - "name": "Black Odoshi Red Nimaidou", - "atp": 0, - "ata": 0, - "min_evp": 143, - "min_dfp": 128, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 153, - "max_dfp": 138 - }, - { - "class": "armor", - "id": 65851, - "name": "Blue Odoshi Violet Nimaidou", - "atp": 0, - "ata": 0, - "min_evp": 181, - "min_dfp": 156, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 191, - "max_dfp": 166 - }, - { - "class": "armor", - "id": 65852, - "name": "Dirty Lifejacket", - "atp": 0, - "ata": 0, - "min_evp": 5, - "min_dfp": 5, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 5, - "max_dfp": 5 - }, - { - "class": "armor", - "id": 65853, - "name": "Kroe's Sweater", - "atp": 0, - "ata": 0, - "min_evp": 1, - "min_dfp": 1, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 1, - "max_dfp": 1 - }, - { - "class": "armor", - "id": 65854, - "name": "Wedding Dress", - "atp": 0, - "ata": 0, - "min_evp": 30, - "min_dfp": 30, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 30 - }, - { - "class": "armor", - "id": 65855, - "name": "Sonic Team Armor", - "atp": 0, - "ata": 0, - "min_evp": 500, - "min_dfp": 500, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 500, - "max_dfp": 500 - }, - { - "class": "armor", - "id": 65856, - "name": "Red Coat", - "atp": 0, - "ata": 0, - "min_evp": 131, - "min_dfp": 152, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 141, - "max_dfp": 162 - }, - { - "class": "armor", - "id": 65857, - "name": "Thirteen", - "atp": 0, - "ata": 0, - "min_evp": 136, - "min_dfp": 113, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 144, - "max_dfp": 121 - }, - { - "class": "armor", - "id": 65858, - "name": "Mother Garb", - "atp": 0, - "ata": 0, - "min_evp": 85, - "min_dfp": 165, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 90, - "max_dfp": 180 - }, - { - "class": "armor", - "id": 65859, - "name": "Mother Garb+", - "atp": 0, - "ata": 0, - "min_evp": 95, - "min_dfp": 175, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 100, - "max_dfp": 190 - }, - { - "class": "armor", - "id": 65860, - "name": "Dress Plate", - "atp": 0, - "ata": 0, - "min_evp": 30, - "min_dfp": 30, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 30 - }, - { - "class": "armor", - "id": 65861, - "name": "Sweetheart", - "atp": 0, - "ata": 0, - "min_evp": 164, - "min_dfp": 176, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 184, - "max_dfp": 226 - }, - { - "class": "armor", - "id": 65862, - "name": "Ignition Cloak", - "atp": 0, - "ata": 0, - "min_evp": 143, - "min_dfp": 168, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 151, - "max_dfp": 176 - }, - { - "class": "armor", - "id": 65863, - "name": "Congeal Cloak", - "atp": 0, - "ata": 0, - "min_evp": 143, - "min_dfp": 168, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 151, - "max_dfp": 176 - }, - { - "class": "armor", - "id": 65864, - "name": "Tempest Cloak", - "atp": 0, - "ata": 0, - "min_evp": 143, - "min_dfp": 168, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 151, - "max_dfp": 176 - }, - { - "class": "armor", - "id": 65865, - "name": "Cursed Cloak", - "atp": 0, - "ata": 0, - "min_evp": 146, - "min_dfp": 172, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 154, - "max_dfp": 180 - }, - { - "class": "armor", - "id": 65866, - "name": "Select Cloak", - "atp": 0, - "ata": 0, - "min_evp": 146, - "min_dfp": 172, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 154, - "max_dfp": 180 - }, - { - "class": "armor", - "id": 65867, - "name": "Spirit Cuirass", - "atp": 0, - "ata": 0, - "min_evp": 116, - "min_dfp": 122, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 121, - "max_dfp": 129 - }, - { - "class": "armor", - "id": 65868, - "name": "Revival Cuirass", - "atp": 0, - "ata": 0, - "min_evp": 94, - "min_dfp": 134, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 104, - "max_dfp": 139 - }, - { - "class": "armor", - "id": 65869, - "name": "Alliance Uniform", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 88, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 100 - }, - { - "class": "armor", - "id": 65870, - "name": "Officer Uniform", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 114, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 128 - }, - { - "class": "armor", - "id": 65871, - "name": "Commander Uniform", - "atp": 0, - "ata": 0, - "min_evp": 85, - "min_dfp": 180, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 85, - "max_dfp": 196 - }, - { - "class": "armor", - "id": 65872, - "name": "Crimson Coat", - "atp": 0, - "ata": 0, - "min_evp": 136, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 148, - "max_dfp": 170 - }, - { - "class": "armor", - "id": 65873, - "name": "Infantry Gear", - "atp": 0, - "ata": 0, - "min_evp": 45, - "min_dfp": 118, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 53, - "max_dfp": 130 - }, - { - "class": "armor", - "id": 65874, - "name": "Lieutenant Gear", - "atp": 0, - "ata": 0, - "min_evp": 112, - "min_dfp": 168, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 128, - "max_dfp": 186 - }, - { - "class": "armor", - "id": 65875, - "name": "Infantry Mantle", - "atp": 0, - "ata": 0, - "min_evp": 96, - "min_dfp": 92, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 106, - "max_dfp": 102 - }, - { - "class": "armor", - "id": 65876, - "name": "Lieutenant Mantle", - "atp": 0, - "ata": 0, - "min_evp": 126, - "min_dfp": 195, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 144, - "max_dfp": 216 - }, - { - "class": "armor", - "id": 65877, - "name": "Union Field", - "atp": 0, - "ata": 0, - "min_evp": 50, - "min_dfp": 0, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 50, - "max_dfp": 0 - }, - { - "class": "armor", - "id": 65878, - "name": "Samurai Armor", - "atp": 0, - "ata": 0, - "min_evp": 102, - "min_dfp": 121, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 102, - "max_dfp": 121 - }, - { - "class": "armor", - "id": 65879, - "name": "Stealth Suit", - "atp": 0, - "ata": 0, - "min_evp": 300, - "min_dfp": 1, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 325, - "max_dfp": 1 - }, - { - "class": "armor", - "id": 65880, - "name": "????", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 0, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 0 - }, - { - "class": "shield", - "id": 66048, - "name": "Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66049, - "name": "Shield", - "atp": 0, - "ata": 0, - "min_evp": 32, - "min_dfp": 4, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 37, - "max_dfp": 9 - }, - { - "class": "shield", - "id": 66050, - "name": "Core Shield", - "atp": 0, - "ata": 0, - "min_evp": 40, - "min_dfp": 6, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 45, - "max_dfp": 11 - }, - { - "class": "shield", - "id": 66051, - "name": "Giga Shield", - "atp": 0, - "ata": 0, - "min_evp": 47, - "min_dfp": 8, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 52, - "max_dfp": 13 - }, - { - "class": "shield", - "id": 66052, - "name": "Soul Barrier", - "atp": 0, - "ata": 0, - "min_evp": 55, - "min_dfp": 10, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 60, - "max_dfp": 15 - }, - { - "class": "shield", - "id": 66053, - "name": "Hard Shield", - "atp": 0, - "ata": 0, - "min_evp": 57, - "min_dfp": 12, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 62, - "max_dfp": 17 - }, - { - "class": "shield", - "id": 66054, - "name": "Brave Barrier", - "atp": 0, - "ata": 0, - "min_evp": 65, - "min_dfp": 14, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 70, - "max_dfp": 19 - }, - { - "class": "shield", - "id": 66055, - "name": "Solid Shield", - "atp": 0, - "ata": 0, - "min_evp": 72, - "min_dfp": 16, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 77, - "max_dfp": 21 - }, - { - "class": "shield", - "id": 66056, - "name": "Flame Barrier", - "atp": 0, - "ata": 0, - "min_evp": 85, - "min_dfp": 19, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 90, - "max_dfp": 24 - }, - { - "class": "shield", - "id": 66057, - "name": "Plasma Barrier", - "atp": 0, - "ata": 0, - "min_evp": 92, - "min_dfp": 21, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 97, - "max_dfp": 26 - }, - { - "class": "shield", - "id": 66058, - "name": "Freeze Barrier", - "atp": 0, - "ata": 0, - "min_evp": 100, - "min_dfp": 23, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 105, - "max_dfp": 28 - }, - { - "class": "shield", - "id": 66059, - "name": "Psychic Barrier", - "atp": 0, - "ata": 0, - "min_evp": 110, - "min_dfp": 26, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 115, - "max_dfp": 31 - }, - { - "class": "shield", - "id": 66060, - "name": "General Shield", - "atp": 0, - "ata": 0, - "min_evp": 120, - "min_dfp": 29, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 125, - "max_dfp": 34 - }, - { - "class": "shield", - "id": 66061, - "name": "Protect Barrier", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 32, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 37 - }, - { - "class": "shield", - "id": 66062, - "name": "Glorious Shield", - "atp": 0, - "ata": 0, - "min_evp": 140, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 145, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66063, - "name": "Imperial Barrier", - "atp": 0, - "ata": 0, - "min_evp": 150, - "min_dfp": 38, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 155, - "max_dfp": 43 - }, - { - "class": "shield", - "id": 66064, - "name": "Guardian Shield", - "atp": 0, - "ata": 0, - "min_evp": 160, - "min_dfp": 41, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 165, - "max_dfp": 46 - }, - { - "class": "shield", - "id": 66065, - "name": "Divinity Barrier", - "atp": 0, - "ata": 0, - "min_evp": 170, - "min_dfp": 44, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 175, - "max_dfp": 49 - }, - { - "class": "shield", - "id": 66066, - "name": "Ultimate Shield", - "atp": 0, - "ata": 0, - "min_evp": 180, - "min_dfp": 47, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 185, - "max_dfp": 52 - }, - { - "class": "shield", - "id": 66067, - "name": "Spiritual Shield", - "atp": 0, - "ata": 0, - "min_evp": 190, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 195, - "max_dfp": 55 - }, - { - "class": "shield", - "id": 66068, - "name": "Celestial Shield", - "atp": 0, - "ata": 0, - "min_evp": 200, - "min_dfp": 52, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 205, - "max_dfp": 57 - }, - { - "class": "shield", - "id": 66069, - "name": "Invisible Guard", - "atp": 0, - "ata": 0, - "min_evp": 70, - "min_dfp": 15, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 78, - "max_dfp": 23 - }, - { - "class": "shield", - "id": 66070, - "name": "Sacred Guard", - "atp": 0, - "ata": 0, - "min_evp": 15, - "min_dfp": 5, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 23, - "max_dfp": 13 - }, - { - "class": "shield", - "id": 66071, - "name": "S-Parts ver1.16", - "atp": 0, - "ata": 0, - "min_evp": 60, - "min_dfp": 20, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 68, - "max_dfp": 28 - }, - { - "class": "shield", - "id": 66072, - "name": "S-Parts ver2.01", - "atp": 0, - "ata": 15, - "min_evp": 65, - "min_dfp": 25, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 72, - "max_dfp": 32 - }, - { - "class": "shield", - "id": 66073, - "name": "Light Relief", - "atp": 0, - "ata": 0, - "min_evp": 70, - "min_dfp": 20, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 77, - "max_dfp": 27 - }, - { - "class": "shield", - "id": 66074, - "name": "Shield of Delsaber", - "atp": 0, - "ata": 0, - "min_evp": 115, - "min_dfp": 65, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 122, - "max_dfp": 72 - }, - { - "class": "shield", - "id": 66075, - "name": "Force Wall", - "atp": 0, - "ata": 0, - "min_evp": 140, - "min_dfp": 65, - "mst": 20, - "hp": 0, - "lck": 0, - "max_evp": 150, - "max_dfp": 75 - }, - { - "class": "shield", - "id": 66076, - "name": "Ranger Wall", - "atp": 0, - "ata": 20, - "min_evp": 145, - "min_dfp": 70, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 155, - "max_dfp": 80 - }, - { - "class": "shield", - "id": 66077, - "name": "Hunter Wall", - "atp": 15, - "ata": 0, - "min_evp": 135, - "min_dfp": 70, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 145, - "max_dfp": 80 - }, - { - "class": "shield", - "id": 66078, - "name": "Attribute Wall", - "atp": 0, - "ata": 0, - "min_evp": 100, - "min_dfp": 75, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 110, - "max_dfp": 85 - }, - { - "class": "shield", - "id": 66079, - "name": "Secret Gear", - "atp": 0, - "ata": 0, - "min_evp": 105, - "min_dfp": 75, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 115, - "max_dfp": 85 - }, - { - "class": "shield", - "id": 66080, - "name": "Combat Gear", - "atp": 35, - "ata": 0, - "min_evp": 0, - "min_dfp": 0, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 0 - }, - { - "class": "shield", - "id": 66081, - "name": "Proto Regene Gear", - "atp": 0, - "ata": 0, - "min_evp": 85, - "min_dfp": 40, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 92, - "max_dfp": 47 - }, - { - "class": "shield", - "id": 66082, - "name": "Regenerate Gear", - "atp": 0, - "ata": 0, - "min_evp": 85, - "min_dfp": 40, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 92, - "max_dfp": 47 - }, - { - "class": "shield", - "id": 66083, - "name": "Regene Gear Adv.", - "atp": 0, - "ata": 0, - "min_evp": 90, - "min_dfp": 45, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 97, - "max_dfp": 52 - }, - { - "class": "shield", - "id": 66084, - "name": "Flowen's Shield", - "atp": 0, - "ata": 0, - "min_evp": 70, - "min_dfp": 62, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 80, - "max_dfp": 72 - }, - { - "class": "shield", - "id": 66085, - "name": "Custom Barrier ver.OO", - "atp": 0, - "ata": 0, - "min_evp": 65, - "min_dfp": 65, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 75, - "max_dfp": 75 - }, - { - "class": "shield", - "id": 66086, - "name": "DB's Shield", - "atp": 0, - "ata": 0, - "min_evp": 67, - "min_dfp": 67, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 77, - "max_dfp": 77 - }, - { - "class": "shield", - "id": 66087, - "name": "Red Ring", - "atp": 20, - "ata": 20, - "min_evp": 232, - "min_dfp": 150, - "mst": 20, - "hp": 20, - "lck": 20, - "max_evp": 257, - "max_dfp": 235 - }, - { - "class": "shield", - "id": 66088, - "name": "Tripolic Shield", - "atp": 0, - "ata": 0, - "min_evp": 231, - "min_dfp": 95, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 246, - "max_dfp": 145 - }, - { - "class": "shield", - "id": 66089, - "name": "Standstill Shield", - "atp": 0, - "ata": 0, - "min_evp": 175, - "min_dfp": 163, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 190, - "max_dfp": 213 - }, - { - "class": "shield", - "id": 66090, - "name": "Safety Heart", - "atp": 0, - "ata": 0, - "min_evp": 248, - "min_dfp": 106, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 263, - "max_dfp": 156 - }, - { - "class": "shield", - "id": 66091, - "name": "Kasami Bracer", - "atp": 35, - "ata": 0, - "min_evp": 235, - "min_dfp": 96, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 250, - "max_dfp": 146 - }, - { - "class": "shield", - "id": 66092, - "name": "Gods Shield \"Suzaku\"", - "atp": 0, - "ata": 0, - "min_evp": 100, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 100, - "max_dfp": 50 - }, - { - "class": "shield", - "id": 66093, - "name": "Gods Shield \"Genbu\"", - "atp": 0, - "ata": 0, - "min_evp": 80, - "min_dfp": 45, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 80, - "max_dfp": 45 - }, - { - "class": "shield", - "id": 66094, - "name": "Gods Shield \"Byakko\"", - "atp": 0, - "ata": 0, - "min_evp": 80, - "min_dfp": 45, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 80, - "max_dfp": 45 - }, - { - "class": "shield", - "id": 66095, - "name": "Gods Shield \"Seiryu\"", - "atp": 0, - "ata": 0, - "min_evp": 100, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 100, - "max_dfp": 50 - }, - { - "class": "shield", - "id": 66096, - "name": "Hunter's Shell", - "atp": 0, - "ata": 0, - "min_evp": 222, - "min_dfp": 88, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 138 - }, - { - "class": "shield", - "id": 66097, - "name": "Rico's Glasses", - "atp": 0, - "ata": 0, - "min_evp": 1, - "min_dfp": 1, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 1, - "max_dfp": 1 - }, - { - "class": "shield", - "id": 66098, - "name": "Rico's Earring", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 96, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 262, - "max_dfp": 181 - }, - { - "class": "shield", - "id": 66099, - "name": "Blue Ring", - "atp": 0, - "ata": 0, - "min_evp": 242, - "min_dfp": 90, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 267, - "max_dfp": 175 - }, - { - "class": "shield", - "id": 66100, - "name": "Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66101, - "name": "Secure Feet", - "atp": 0, - "ata": 0, - "min_evp": 230, - "min_dfp": 83, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 245, - "max_dfp": 133 - }, - { - "class": "shield", - "id": 66102, - "name": "Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66103, - "name": "Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66104, - "name": "Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66105, - "name": "Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66106, - "name": "Resta Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66107, - "name": "Anti Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66108, - "name": "Shifta Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66109, - "name": "Deband Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66110, - "name": "Foie Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66111, - "name": "Gifoie Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66112, - "name": "Rafoie Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66113, - "name": "Red Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66114, - "name": "Barta Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66115, - "name": "Gibarta Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66116, - "name": "Rabarta Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66117, - "name": "Blue Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66118, - "name": "Zonde Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66119, - "name": "Gizonde Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66120, - "name": "Razonde Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66121, - "name": "Yellow Merge", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66122, - "name": "Recovery Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66123, - "name": "Assist Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66124, - "name": "Red Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66125, - "name": "Blue Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66126, - "name": "Yellow Barrier", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 30, - "max_dfp": 7 - }, - { - "class": "shield", - "id": 66127, - "name": "Weapons Gold Shield", - "atp": 0, - "ata": 0, - "min_evp": 100, - "min_dfp": 41, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 100, - "max_dfp": 41 - }, - { - "class": "shield", - "id": 66128, - "name": "Black Gear", - "atp": 0, - "ata": 0, - "min_evp": 80, - "min_dfp": 23, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 85, - "max_dfp": 28 - }, - { - "class": "shield", - "id": 66129, - "name": "Works Guard", - "atp": 0, - "ata": 0, - "min_evp": 75, - "min_dfp": 11, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 80, - "max_dfp": 16 - }, - { - "class": "shield", - "id": 66130, - "name": "Ragol Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 105, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 130, - "max_dfp": 105 - }, - { - "class": "shield", - "id": 66131, - "name": "Blue Ring*", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66132, - "name": "Blue Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66133, - "name": "Blue Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66134, - "name": "Blue Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66135, - "name": "Blue Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66136, - "name": "Blue Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66137, - "name": "Blue Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66138, - "name": "Blue Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66139, - "name": "Green Ring*", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66140, - "name": "Green Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66141, - "name": "Green Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66142, - "name": "Green Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66143, - "name": "Green Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66144, - "name": "Green Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66145, - "name": "Green Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66146, - "name": "Green Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66147, - "name": "Yellow Ring*", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66148, - "name": "Yellow Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66149, - "name": "Yellow Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66150, - "name": "Yellow Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66151, - "name": "Yellow Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66152, - "name": "Yellow Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66153, - "name": "Yellow Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66154, - "name": "Yellow Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66155, - "name": "Purple Ring*", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66156, - "name": "Purple Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66157, - "name": "Purple Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66158, - "name": "Purple Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66159, - "name": "Purple Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66160, - "name": "Purple Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66161, - "name": "Purple Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66162, - "name": "Purple Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66163, - "name": "Anti-Dark Ring", - "atp": 0, - "ata": 0, - "min_evp": 135, - "min_dfp": 20, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 20 - }, - { - "class": "shield", - "id": 66164, - "name": "White Ring*", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66165, - "name": "White Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66166, - "name": "White Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66167, - "name": "White Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66168, - "name": "White Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66169, - "name": "White Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66170, - "name": "White Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66171, - "name": "Anti-Light Ring", - "atp": 0, - "ata": 0, - "min_evp": 80, - "min_dfp": 90, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 80, - "max_dfp": 90 - }, - { - "class": "shield", - "id": 66172, - "name": "Black Ring*", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66173, - "name": "Black Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66174, - "name": "Black Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66175, - "name": "Black Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66176, - "name": "Black Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66177, - "name": "Black Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66178, - "name": "Black Ring", - "atp": 0, - "ata": 0, - "min_evp": 130, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 135, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66179, - "name": "Weapons Silver Shield", - "atp": 0, - "ata": 0, - "min_evp": 50, - "min_dfp": 35, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 50, - "max_dfp": 35 - }, - { - "class": "shield", - "id": 66180, - "name": "Weapons Copper Shield", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 24, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 25, - "max_dfp": 24 - }, - { - "class": "shield", - "id": 66181, - "name": "Gratia", - "atp": 0, - "ata": 0, - "min_evp": 200, - "min_dfp": 130, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 215, - "max_dfp": 150 - }, - { - "class": "shield", - "id": 66182, - "name": "Tripolic Reflector", - "atp": 0, - "ata": 0, - "min_evp": 235, - "min_dfp": 95, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 250, - "max_dfp": 145 - }, - { - "class": "shield", - "id": 66183, - "name": "Striker Plus", - "atp": 0, - "ata": 0, - "min_evp": 200, - "min_dfp": 80, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 205, - "max_dfp": 90 - }, - { - "class": "shield", - "id": 66184, - "name": "Regenerate Gear B.P.", - "atp": 0, - "ata": 0, - "min_evp": 180, - "min_dfp": 90, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 187, - "max_dfp": 97 - }, - { - "class": "shield", - "id": 66185, - "name": "Rupika", - "atp": 0, - "ata": 0, - "min_evp": 180, - "min_dfp": 120, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 200, - "max_dfp": 130 - }, - { - "class": "shield", - "id": 66186, - "name": "Yata Mirror", - "atp": 35, - "ata": 0, - "min_evp": 200, - "min_dfp": 40, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 225, - "max_dfp": 60 - }, - { - "class": "shield", - "id": 66187, - "name": "Bunny Ears", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 25, - "max_dfp": 2 - }, - { - "class": "shield", - "id": 66188, - "name": "Cat Ears", - "atp": 0, - "ata": 0, - "min_evp": 25, - "min_dfp": 2, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 25, - "max_dfp": 2 - }, - { - "class": "shield", - "id": 66189, - "name": "Three Seals", - "atp": 0, - "ata": 0, - "min_evp": 33, - "min_dfp": 33, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 36, - "max_dfp": 36 - }, - { - "class": "shield", - "id": 66190, - "name": "Gods Shield \"Kouryu\"", - "atp": 0, - "ata": 0, - "min_evp": 180, - "min_dfp": 95, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 180, - "max_dfp": 95 - }, - { - "class": "shield", - "id": 66191, - "name": "DF Shield", - "atp": 0, - "ata": 0, - "min_evp": 170, - "min_dfp": 60, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 195, - "max_dfp": 145 - }, - { - "class": "shield", - "id": 66192, - "name": "From the Depths", - "atp": 0, - "ata": 0, - "min_evp": 240, - "min_dfp": 160, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 240, - "max_dfp": 160 - }, - { - "class": "shield", - "id": 66193, - "name": "De Rol Le Shield", - "atp": 0, - "ata": 0, - "min_evp": 120, - "min_dfp": 180, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 195, - "max_dfp": 255 - }, - { - "class": "shield", - "id": 66194, - "name": "Honeycomb Reflector", - "atp": 0, - "ata": 0, - "min_evp": 140, - "min_dfp": 110, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 150, - "max_dfp": 120 - }, - { - "class": "shield", - "id": 66195, - "name": "Epsiguard", - "atp": 0, - "ata": 0, - "min_evp": 180, - "min_dfp": 120, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 255, - "max_dfp": 195 - }, - { - "class": "shield", - "id": 66196, - "name": "Angel Ring", - "atp": 0, - "ata": 0, - "min_evp": 60, - "min_dfp": 40, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 60, - "max_dfp": 40 - }, - { - "class": "shield", - "id": 66197, - "name": "Union Guard", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 50 - }, - { - "class": "shield", - "id": 66198, - "name": "Union Guard", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 50 - }, - { - "class": "shield", - "id": 66199, - "name": "Union Guard", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 50 - }, - { - "class": "shield", - "id": 66200, - "name": "Union Guard", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 50 - }, - { - "class": "shield", - "id": 66201, - "name": "Stink Shield", - "atp": 0, - "ata": 0, - "min_evp": 55, - "min_dfp": 50, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 130, - "max_dfp": 125 - }, - { - "class": "shield", - "id": 66202, - "name": "UNKNOWN_B", - "atp": 0, - "ata": 0, - "min_evp": 200, - "min_dfp": 120, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 215, - "max_dfp": 170 - }, - { - "class": "shield", - "id": 66203, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66204, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66205, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66206, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66207, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66208, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66209, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66210, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66211, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66212, - "name": "Genpei", - "atp": 0, - "ata": 0, - "min_evp": 237, - "min_dfp": 158, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 237, - "max_dfp": 158 - }, - { - "class": "shield", - "id": 66213, - "name": "????", - "atp": 0, - "ata": 0, - "min_evp": 0, - "min_dfp": 0, - "mst": 0, - "hp": 0, - "lck": 0, - "max_evp": 0, - "max_dfp": 0 - }, - { - "class": "unit", - "id": 66304, - "name": "Knight/Power" - }, - { - "class": "unit", - "id": 66305, - "name": "General/Power" - }, - { - "class": "unit", - "id": 66306, - "name": "Ogre/Power" - }, - { - "class": "unit", - "id": 66307, - "name": "God/Power" - }, - { - "class": "unit", - "id": 66308, - "name": "Priest/Mind" - }, - { - "class": "unit", - "id": 66309, - "name": "General/Mind" - }, - { - "class": "unit", - "id": 66310, - "name": "Angel/Mind" - }, - { - "class": "unit", - "id": 66311, - "name": "God/Mind" - }, - { - "class": "unit", - "id": 66312, - "name": "Marksman/Arm" - }, - { - "class": "unit", - "id": 66313, - "name": "General/Arm" - }, - { - "class": "unit", - "id": 66314, - "name": "Elf/Arm" - }, - { - "class": "unit", - "id": 66315, - "name": "God/Arm" - }, - { - "class": "unit", - "id": 66316, - "name": "Thief/Legs" - }, - { - "class": "unit", - "id": 66317, - "name": "General/Legs" - }, - { - "class": "unit", - "id": 66318, - "name": "Elf/Legs" - }, - { - "class": "unit", - "id": 66319, - "name": "God/Legs" - }, - { - "class": "unit", - "id": 66320, - "name": "Digger/HP" - }, - { - "class": "unit", - "id": 66321, - "name": "General/HP" - }, - { - "class": "unit", - "id": 66322, - "name": "Dragon/HP" - }, - { - "class": "unit", - "id": 66323, - "name": "God/HP" - }, - { - "class": "unit", - "id": 66324, - "name": "Magician/TP" - }, - { - "class": "unit", - "id": 66325, - "name": "General/TP" - }, - { - "class": "unit", - "id": 66326, - "name": "Angel/TP" - }, - { - "class": "unit", - "id": 66327, - "name": "God/TP" - }, - { - "class": "unit", - "id": 66328, - "name": "Warrior/Body" - }, - { - "class": "unit", - "id": 66329, - "name": "General/Body" - }, - { - "class": "unit", - "id": 66330, - "name": "Metal/Body" - }, - { - "class": "unit", - "id": 66331, - "name": "God/Body" - }, - { - "class": "unit", - "id": 66332, - "name": "Angel/Luck" - }, - { - "class": "unit", - "id": 66333, - "name": "God/Luck" - }, - { - "class": "unit", - "id": 66334, - "name": "Master/Ability" - }, - { - "class": "unit", - "id": 66335, - "name": "Hero/Ability" - }, - { - "class": "unit", - "id": 66336, - "name": "God/Ability" - }, - { - "class": "unit", - "id": 66337, - "name": "Resist/Fire" - }, - { - "class": "unit", - "id": 66338, - "name": "Resist/Flame" - }, - { - "class": "unit", - "id": 66339, - "name": "Resist/Burning" - }, - { - "class": "unit", - "id": 66340, - "name": "Resist/Cold" - }, - { - "class": "unit", - "id": 66341, - "name": "Resist/Freeze" - }, - { - "class": "unit", - "id": 66342, - "name": "Resist/Blizzard" - }, - { - "class": "unit", - "id": 66343, - "name": "Resist/Shock" - }, - { - "class": "unit", - "id": 66344, - "name": "Resist/Thunder" - }, - { - "class": "unit", - "id": 66345, - "name": "Resist/Storm" - }, - { - "class": "unit", - "id": 66346, - "name": "Resist/Light" - }, - { - "class": "unit", - "id": 66347, - "name": "Resist/Saint" - }, - { - "class": "unit", - "id": 66348, - "name": "Resist/Holy" - }, - { - "class": "unit", - "id": 66349, - "name": "Resist/Dark" - }, - { - "class": "unit", - "id": 66350, - "name": "Resist/Evil" - }, - { - "class": "unit", - "id": 66351, - "name": "Resist/Devil" - }, - { - "class": "unit", - "id": 66352, - "name": "All/Resist" - }, - { - "class": "unit", - "id": 66353, - "name": "Super/Resist" - }, - { - "class": "unit", - "id": 66354, - "name": "Perfect/Resist" - }, - { - "class": "unit", - "id": 66355, - "name": "HP/Restorate" - }, - { - "class": "unit", - "id": 66356, - "name": "HP/Generate" - }, - { - "class": "unit", - "id": 66357, - "name": "HP/Revival" - }, - { - "class": "unit", - "id": 66358, - "name": "TP/Restorate" - }, - { - "class": "unit", - "id": 66359, - "name": "TP/Generate" - }, - { - "class": "unit", - "id": 66360, - "name": "TP/Revival" - }, - { - "class": "unit", - "id": 66361, - "name": "PB/Amplifier" - }, - { - "class": "unit", - "id": 66362, - "name": "PB/Generate" - }, - { - "class": "unit", - "id": 66363, - "name": "PB/Create" - }, - { - "class": "unit", - "id": 66364, - "name": "Wizard/Technique" - }, - { - "class": "unit", - "id": 66365, - "name": "Devil/Technique" - }, - { - "class": "unit", - "id": 66366, - "name": "God/Technique" - }, - { - "class": "unit", - "id": 66367, - "name": "General/Battle" - }, - { - "class": "unit", - "id": 66368, - "name": "Devil/Battle" - }, - { - "class": "unit", - "id": 66369, - "name": "God/Battle" - }, - { - "class": "unit", - "id": 66370, - "name": "Cure/Poison" - }, - { - "class": "unit", - "id": 66371, - "name": "Cure/Paralysis" - }, - { - "class": "unit", - "id": 66372, - "name": "Cure/Slow" - }, - { - "class": "unit", - "id": 66373, - "name": "Cure/Confuse" - }, - { - "class": "unit", - "id": 66374, - "name": "Cure/Freeze" - }, - { - "class": "unit", - "id": 66375, - "name": "Cure/Shock" - }, - { - "class": "unit", - "id": 66376, - "name": "Yasakani Magatama" - }, - { - "class": "unit", - "id": 66377, - "name": "V101" - }, - { - "class": "unit", - "id": 66378, - "name": "V501" - }, - { - "class": "unit", - "id": 66379, - "name": "V502" - }, - { - "class": "unit", - "id": 66380, - "name": "V801" - }, - { - "class": "unit", - "id": 66381, - "name": "Limiter" - }, - { - "class": "unit", - "id": 66382, - "name": "Adept" - }, - { - "class": "unit", - "id": 66383, - "name": "Swordsman Lore" - }, - { - "class": "unit", - "id": 66384, - "name": "Proof of Sword-Saint" - }, - { - "class": "unit", - "id": 66385, - "name": "Smartlink" - }, - { - "class": "unit", - "id": 66386, - "name": "Divine Protection" - }, - { - "class": "unit", - "id": 66387, - "name": "Heavenly/Battle" - }, - { - "class": "unit", - "id": 66388, - "name": "Heavenly/Power" - }, - { - "class": "unit", - "id": 66389, - "name": "Heavenly/Mind" - }, - { - "class": "unit", - "id": 66390, - "name": "Heavenly/Arms" - }, - { - "class": "unit", - "id": 66391, - "name": "Heavenly/Legs" - }, - { - "class": "unit", - "id": 66392, - "name": "Heavenly/Body" - }, - { - "class": "unit", - "id": 66393, - "name": "Heavenly/Luck" - }, - { - "class": "unit", - "id": 66394, - "name": "Heavenly/Ability" - }, - { - "class": "unit", - "id": 66395, - "name": "Centurion/Ability" - }, - { - "class": "unit", - "id": 66396, - "name": "Friend Ring" - }, - { - "class": "unit", - "id": 66397, - "name": "Heavenly/HP" - }, - { - "class": "unit", - "id": 66398, - "name": "Heavenly/TP" - }, - { - "class": "unit", - "id": 66399, - "name": "Heavenly/Resist" - }, - { - "class": "unit", - "id": 66400, - "name": "Heavenly/Technique" - }, - { - "class": "unit", - "id": 66401, - "name": "HP/Resurrection" - }, - { - "class": "unit", - "id": 66402, - "name": "TP/Ressurection" - }, - { - "class": "unit", - "id": 66403, - "name": "PB/Increase" - }, - { - "class": "unit", - "id": 66404, - "name": "????" - }, - { - "class": "tool", - "id": 196608, - "name": "Monomate" - }, - { - "class": "tool", - "id": 196609, - "name": "Dimate" - }, - { - "class": "tool", - "id": 196610, - "name": "Trimate" - }, - { - "class": "tool", - "id": 196864, - "name": "Monofluid" - }, - { - "class": "tool", - "id": 196865, - "name": "Difluid" - }, - { - "class": "tool", - "id": 196866, - "name": "Trifluid" - }, - { - "class": "tool", + "#type": "tool", "id": 197120, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197121, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197122, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197123, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197124, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197125, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197126, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197127, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197128, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197129, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197130, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197131, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197132, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197133, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197134, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197135, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197136, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197137, "name": " disk" }, { - "class": "tool", + "#type": "tool", "id": 197138, "name": " disk" }, { - "class": "tool", - "id": 197376, - "name": "Sol Atomizer" - }, - { - "class": "tool", - "id": 197632, - "name": "Moon Atomizer" - }, - { - "class": "tool", - "id": 197888, - "name": "Star Atomizer" - }, - { - "class": "tool", - "id": 198144, - "name": "Antidote" - }, - { - "class": "tool", - "id": 198145, - "name": "Antiparalysis" - }, - { - "class": "tool", - "id": 198400, - "name": "Telepipe" - }, - { - "class": "tool", - "id": 198656, - "name": "Trap Vision" - }, - { - "class": "tool", - "id": 198912, - "name": "Scape Doll" - }, - { - "class": "tool", - "id": 199168, - "name": "Monogrinder" - }, - { - "class": "tool", - "id": 199169, - "name": "Digrinder" - }, - { - "class": "tool", - "id": 199170, - "name": "Trigrinder" - }, - { - "class": "tool", - "id": 199424, - "name": "Power Material" - }, - { - "class": "tool", - "id": 199425, - "name": "Mind Material" - }, - { - "class": "tool", - "id": 199426, - "name": "Evade Material" - }, - { - "class": "tool", - "id": 199427, - "name": "HP Material" - }, - { - "class": "tool", - "id": 199428, - "name": "TP Material" - }, - { - "class": "tool", - "id": 199429, - "name": "Def Material" - }, - { - "class": "tool", - "id": 199430, - "name": "Luck Material" - }, - { - "class": "tool", - "id": 199680, - "name": "Cell of Mag 502" - }, - { - "class": "tool", - "id": 199681, - "name": "Cell of Mag 213" - }, - { - "class": "tool", - "id": 199682, - "name": "Parts of RoboChao" - }, - { - "class": "tool", - "id": 199683, - "name": "Heart of Opa Opa" - }, - { - "class": "tool", - "id": 199684, - "name": "Heart of Pian" - }, - { - "class": "tool", - "id": 199685, - "name": "Heart of Chao" - }, - { - "class": "tool", - "id": 199936, - "name": "Sorcerer's Right Arm" - }, - { - "class": "tool", - "id": 199937, - "name": "S-beat's Arms" - }, - { - "class": "tool", - "id": 199938, - "name": "P-arm's Arms" - }, - { - "class": "tool", - "id": 199939, - "name": "Delsaber's Right Arm" - }, - { - "class": "tool", - "id": 199940, - "name": "Bringer's Right Arm" - }, - { - "class": "tool", - "id": 199941, - "name": "Delsaber's Left Arm" - }, - { - "class": "tool", - "id": 199942, - "name": "S-red's Arms" - }, - { - "class": "tool", - "id": 199943, - "name": "Dragon's Claw" - }, - { - "class": "tool", - "id": 199944, - "name": "Hildebear's Head" - }, - { - "class": "tool", - "id": 199945, - "name": "Hildeblue's Head" - }, - { - "class": "tool", - "id": 199946, - "name": "Parts of Baranz" - }, - { - "class": "tool", - "id": 199947, - "name": "Belra's Right Arm" - }, - { - "class": "tool", - "id": 199948, - "name": "Gi Gue's Body" - }, - { - "class": "tool", - "id": 199949, - "name": "Sinow Berill's Arms" - }, - { - "class": "tool", - "id": 199950, - "name": "Grass Assassin's Arms" - }, - { - "class": "tool", - "id": 199951, - "name": "Booma's Right Arm" - }, - { - "class": "tool", - "id": 199952, - "name": "Gobooma's Right Arm" - }, - { - "class": "tool", - "id": 199953, - "name": "Gigobooma's Right Arm" - }, - { - "class": "tool", - "id": 199954, - "name": "Gal Gryphon's Wing" - }, - { - "class": "tool", - "id": 199955, - "name": "Rappy's Wing" - }, - { - "class": "tool", - "id": 199956, - "name": "Cladding of Epsilon" - }, - { - "class": "tool", - "id": 199957, - "name": "De Rol Le Shell" - }, - { - "class": "tool", - "id": 200192, - "name": "Berill Photon" - }, - { - "class": "tool", - "id": 200193, - "name": "Parasitic Gene \"Flow\"" - }, - { - "class": "tool", - "id": 200194, - "name": "Magic Stone \"Iritista\"" - }, - { - "class": "tool", - "id": 200195, - "name": "Blue-black stone" - }, - { - "class": "tool", - "id": 200196, - "name": "Syncesta" - }, - { - "class": "tool", - "id": 200197, - "name": "Magic Water" - }, - { - "class": "tool", - "id": 200198, - "name": "Parasitic Cell Type D " - }, - { - "class": "tool", - "id": 200199, - "name": "Magic Rock \"Heart Key\"" - }, - { - "class": "tool", - "id": 200200, - "name": "Magic Rock \"Moola\"" - }, - { - "class": "tool", - "id": 200201, - "name": "Star Amplifier" - }, - { - "class": "tool", - "id": 200202, - "name": "Book of Hitogata" - }, - { - "class": "tool", - "id": 200203, - "name": "Heart of Chu Chu" - }, - { - "class": "tool", - "id": 200204, - "name": "Parts of Egg Blaster" - }, - { - "class": "tool", - "id": 200205, - "name": "Heart of Angel" - }, - { - "class": "tool", - "id": 200206, - "name": "Heart of Devil" - }, - { - "class": "tool", - "id": 200207, - "name": "Kit of Hamburger" - }, - { - "class": "tool", - "id": 200208, - "name": "Panther's Spirit" - }, - { - "class": "tool", - "id": 200209, - "name": "Kit of Mark III" - }, - { - "class": "tool", - "id": 200210, - "name": "Kit of Master System" - }, - { - "class": "tool", - "id": 200211, - "name": "Kit of Genesis" - }, - { - "class": "tool", - "id": 200212, - "name": "Kit of Sega Saturn" - }, - { - "class": "tool", - "id": 200213, - "name": "Kit of Dreamcast" - }, - { - "class": "tool", - "id": 200214, - "name": "Amplifier of Resta" - }, - { - "class": "tool", - "id": 200215, - "name": "Amplifier of Anti" - }, - { - "class": "tool", - "id": 200216, - "name": "Amplifier of Shifta" - }, - { - "class": "tool", - "id": 200217, - "name": "Amplifier of Deband" - }, - { - "class": "tool", - "id": 200218, - "name": "Amplifier of Foie" - }, - { - "class": "tool", - "id": 200219, - "name": "Amplifier of Gifoie" - }, - { - "class": "tool", - "id": 200220, - "name": "Amplifier of Rafoie" - }, - { - "class": "tool", - "id": 200221, - "name": "Amplifier of Barta" - }, - { - "class": "tool", - "id": 200222, - "name": "Amplifier of Gibarta" - }, - { - "class": "tool", - "id": 200223, - "name": "Amplifier of Rabarta" - }, - { - "class": "tool", - "id": 200224, - "name": "Amplifier of Zonde" - }, - { - "class": "tool", - "id": 200225, - "name": "Amplifier of Gizonde" - }, - { - "class": "tool", - "id": 200226, - "name": "Amplifier of Razonde" - }, - { - "class": "tool", - "id": 200227, - "name": "Amplifier of Red " - }, - { - "class": "tool", - "id": 200228, - "name": "Amplifier of Blue" - }, - { - "class": "tool", - "id": 200229, - "name": "Amplifier of Yellow" - }, - { - "class": "tool", - "id": 200230, - "name": "Heart of Kapu Kapu" - }, - { - "class": "tool", - "id": 200231, - "name": "Photon Booster" - }, - { - "class": "tool", - "id": 200448, - "name": "AddSlot" - }, - { - "class": "tool", - "id": 200704, - "name": "Photon Drop" - }, - { - "class": "tool", - "id": 200705, - "name": "Photon Sphere" - }, - { - "class": "tool", - "id": 200706, - "name": "Photon Crystal" - }, - { - "class": "tool", - "id": 200707, - "name": "Secret Ticket" - }, - { - "class": "tool", - "id": 200708, - "name": "Photon Ticket" - }, - { - "class": "tool", - "id": 200960, - "name": "Book of Katana 1" - }, - { - "class": "tool", - "id": 200961, - "name": "Book of Katana 2" - }, - { - "class": "tool", - "id": 200962, - "name": "Book of Katana 3" - }, - { - "class": "tool", - "id": 201216, - "name": "Weapons Bronze Badge" - }, - { - "class": "tool", - "id": 201217, - "name": "Weapons Silver Badge" - }, - { - "class": "tool", - "id": 201218, - "name": "Weapons Gold Badge" - }, - { - "class": "tool", - "id": 201219, - "name": "Weapons Crystal Badge" - }, - { - "class": "tool", - "id": 201220, - "name": "Weapons Steel Badge" - }, - { - "class": "tool", - "id": 201221, - "name": "Weapons Aluminum Badge" - }, - { - "class": "tool", - "id": 201222, - "name": "Weapons Leather Badge" - }, - { - "class": "tool", - "id": 201223, - "name": "Weapons Bone Badge" - }, - { - "class": "tool", - "id": 201224, - "name": "Letter of Appreciation" - }, - { - "class": "tool", - "id": 201225, - "name": "Item Ticket" - }, - { - "class": "tool", - "id": 201226, - "name": "Valentine's Chocolate" - }, - { - "class": "tool", - "id": 201227, - "name": "New Year's Card" - }, - { - "class": "tool", - "id": 201228, - "name": "Christmas Card" - }, - { - "class": "tool", - "id": 201229, - "name": "Birthday Card" - }, - { - "class": "tool", - "id": 201230, - "name": "Proof of Sonic Team" - }, - { - "class": "tool", - "id": 201231, - "name": "Special Event Ticket" - }, - { - "class": "tool", - "id": 201232, - "name": "Flower Bouquet" - }, - { - "class": "tool", - "id": 201233, - "name": "Cake" - }, - { - "class": "tool", + "#type": "weapon", + "id": 51712, + "name": "5th Anniv. Blade", + "minAtp": 152, + "maxAtp": 282, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 90 + }, + { + "#type": "weapon", + "id": 60672, + "name": "????", + "minAtp": 0, + "maxAtp": 0, + "ata": 0, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65880, + "name": "????", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 0, + "maxDfp": 0, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66213, + "name": "????", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 0, + "maxDfp": 0, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "unit", + "id": 66404, + "name": "????" + }, + { + "#type": "tool", + "id": 203264, + "name": "????" + }, + { + "#type": "frame", + "id": 65805, + "name": "Absorb Armor", + "atp": 0, + "ata": 0, + "minEvp": 37, + "maxEvp": 39, + "minDfp": 65, + "maxDfp": 69, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", "id": 201234, "name": "Accessories" }, { - "class": "tool", - "id": 201235, - "name": "Mr. Naka's Business Card" + "#type": "tool", + "id": 200448, + "name": "AddSlot" }, { - "class": "tool", - "id": 201472, - "name": "Present" + "#type": "unit", + "id": 66382, + "name": "Adept" }, { - "class": "tool", - "id": 201728, - "name": "Chocolate" + "#type": "weapon", + "id": 4097, + "name": "Agito (1975)", + "minAtp": 460, + "maxAtp": 480, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 500 }, { - "class": "tool", - "id": 201729, - "name": "Candy" + "#type": "weapon", + "id": 4101, + "name": "Agito (1977)", + "minAtp": 450, + "maxAtp": 460, + "ata": 48, + "maxGrind": 50, + "requiredAtp": 510 }, { - "class": "tool", - "id": 201730, - "name": "Cake" + "#type": "weapon", + "id": 4102, + "name": "Agito (1980)", + "minAtp": 455, + "maxAtp": 460, + "ata": 51, + "maxGrind": 40, + "requiredAtp": 500 }, { - "class": "tool", - "id": 201731, - "name": "Weapons Silver Badge" + "#type": "weapon", + "id": 4098, + "name": "Agito (1983)", + "minAtp": 200, + "maxAtp": 500, + "ata": 47, + "maxGrind": 45, + "requiredAtp": 500 }, { - "class": "tool", - "id": 201732, - "name": "Weapons Gold Badge" + "#type": "weapon", + "id": 4100, + "name": "Agito (1991)", + "minAtp": 400, + "maxAtp": 410, + "ata": 45, + "maxGrind": 9, + "requiredAtp": 350 }, { - "class": "tool", - "id": 201733, - "name": "Weapons Crystal Badge" + "#type": "weapon", + "id": 4099, + "name": "Agito (2001)", + "minAtp": 400, + "maxAtp": 430, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 356 }, { - "class": "tool", - "id": 201734, - "name": "Weapons Steel Badge" + "#type": "weapon", + "id": 52224, + "name": "Akiko's Cleaver", + "minAtp": 1, + "maxAtp": 200, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 }, { - "class": "tool", - "id": 201735, - "name": "Weapons Aluminum Badge" + "#type": "weapon", + "id": 5632, + "name": "Akiko's Frying Pan", + "minAtp": 230, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 250 }, { - "class": "tool", - "id": 201736, - "name": "Weapons Leather Badge" + "#type": "weapon", + "id": 10752, + "name": "Akiko's Wok", + "minAtp": 210, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 412 }, { - "class": "tool", - "id": 201737, - "name": "Weapons Bone Badge" + "#type": "weapon", + "id": 2822, + "name": "Alive Aqhu", + "minAtp": 210, + "maxAtp": 230, + "ata": 45, + "maxGrind": 15, + "requiredAtp": 0 }, { - "class": "tool", - "id": 201738, - "name": "Bouquet" + "#type": "unit", + "id": 66352, + "name": "All/Resist" }, { - "class": "tool", - "id": 201739, - "name": "Decoction" + "#type": "frame", + "id": 65869, + "name": "Alliance Uniform", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 88, + "maxDfp": 100, + "mst": 0, + "hp": 0, + "lck": 0 }, { - "class": "tool", - "id": 201984, - "name": "Christmas Present" - }, - { - "class": "tool", - "id": 201985, - "name": "Easter Egg" - }, - { - "class": "tool", - "id": 201986, - "name": "Jack-O'-Lantern" - }, - { - "class": "tool", - "id": 202240, - "name": "Disk Vol.1 \"Wedding March\"" - }, - { - "class": "tool", - "id": 202241, - "name": "Disk Vol.2 \"Day Light\"" - }, - { - "class": "tool", - "id": 202242, - "name": "Disk Vol.3 \"Burning Rangers\"" - }, - { - "class": "tool", - "id": 202243, - "name": "Disk Vol.4 \"Open Your Heart\"" - }, - { - "class": "tool", - "id": 202244, - "name": "Disk Vol.5 \"Live & Learn\"" - }, - { - "class": "tool", - "id": 202245, - "name": "Disk Vol.6 \"NiGHTS\"" - }, - { - "class": "tool", - "id": 202246, - "name": "Disk Vol.7 \"Ending Theme (Piano ver.)\"" - }, - { - "class": "tool", - "id": 202247, - "name": "Disk Vol.8 \"Heart to Heart\"" - }, - { - "class": "tool", - "id": 202248, - "name": "Disk Vol.9 \"Strange Blue\"" - }, - { - "class": "tool", - "id": 202249, - "name": "Disk Vol.10 \"Reunion System\"" - }, - { - "class": "tool", - "id": 202250, - "name": "Disk Vol.11 \"Pinnacles\"" - }, - { - "class": "tool", - "id": 202251, - "name": "Disk Vol.12 \"Fight inside the Spaceship\"" - }, - { - "class": "tool", - "id": 202496, - "name": "Hunters Report" - }, - { - "class": "tool", - "id": 202497, - "name": "Hunters Report" - }, - { - "class": "tool", - "id": 202498, - "name": "Hunters Report" - }, - { - "class": "tool", - "id": 202499, - "name": "Hunters Report" - }, - { - "class": "tool", - "id": 202500, - "name": "Hunters Report" - }, - { - "class": "tool", - "id": 202752, - "name": "Tablet" - }, - { - "class": "tool", - "id": 202753, - "name": "Unused Item01" - }, - { - "class": "tool", - "id": 202754, - "name": "Dragon Scale" - }, - { - "class": "tool", - "id": 202755, - "name": "Heaven Striker Coat" - }, - { - "class": "tool", - "id": 202756, - "name": "Pioneer Parts" - }, - { - "class": "tool", + "#type": "tool", "id": 202757, "name": "Amitie's Memo" }, { - "class": "tool", - "id": 202758, - "name": "Heart of Morolian" + "#type": "weapon", + "id": 41984, + "name": "Amore Rose", + "minAtp": 5, + "maxAtp": 7, + "ata": 10, + "maxGrind": 0, + "requiredAtp": 0 }, { - "class": "tool", - "id": 202759, - "name": "Rappy's Beak" + "#type": "tool", + "id": 200215, + "name": "Amplifier of Anti" }, { - "class": "tool", - "id": 202760, - "name": "Yahoo!'s engine" + "#type": "tool", + "id": 200221, + "name": "Amplifier of Barta" }, { - "class": "tool", + "#type": "tool", + "id": 200228, + "name": "Amplifier of Blue" + }, + { + "#type": "tool", + "id": 200217, + "name": "Amplifier of Deband" + }, + { + "#type": "tool", + "id": 200218, + "name": "Amplifier of Foie" + }, + { + "#type": "tool", + "id": 200222, + "name": "Amplifier of Gibarta" + }, + { + "#type": "tool", + "id": 200219, + "name": "Amplifier of Gifoie" + }, + { + "#type": "tool", + "id": 200225, + "name": "Amplifier of Gizonde" + }, + { + "#type": "tool", + "id": 200223, + "name": "Amplifier of Rabarta" + }, + { + "#type": "tool", + "id": 200220, + "name": "Amplifier of Rafoie" + }, + { + "#type": "tool", + "id": 200226, + "name": "Amplifier of Razonde" + }, + { + "#type": "tool", + "id": 200227, + "name": "Amplifier of Red " + }, + { + "#type": "tool", + "id": 200214, + "name": "Amplifier of Resta" + }, + { + "#type": "tool", + "id": 200216, + "name": "Amplifier of Shifta" + }, + { + "#type": "tool", + "id": 200229, + "name": "Amplifier of Yellow" + }, + { + "#type": "tool", + "id": 200224, + "name": "Amplifier of Zonde" + }, + { + "#type": "weapon", + "id": 9984, + "name": "Ancient Saber", + "minAtp": 531, + "maxAtp": 544, + "ata": 50, + "maxGrind": 9, + "requiredAtp": 740 + }, + { + "#type": "weapon", + "id": 39168, + "name": "Angel Harp", + "minAtp": 300, + "maxAtp": 320, + "ata": 60, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66196, + "name": "Angel Ring", + "atp": 0, + "ata": 0, + "minEvp": 60, + "maxEvp": 60, + "minDfp": 40, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "unit", + "id": 66332, + "name": "Angel/Luck" + }, + { + "#type": "unit", + "id": 66310, + "name": "Angel/Mind" + }, + { + "#type": "unit", + "id": 66326, + "name": "Angel/TP" + }, + { + "#type": "weapon", + "id": 3841, + "name": "Angry Fist", + "minAtp": 460, + "maxAtp": 560, + "ata": 62, + "maxGrind": 50, + "requiredAtp": 610 + }, + { + "#type": "weapon", + "id": 53760, + "name": "Ano Bazooka", + "minAtp": 350, + "maxAtp": 370, + "ata": 30, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 26112, + "name": "Ano Rifle", + "minAtp": 350, + "maxAtp": 380, + "ata": 64, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 17920, + "name": "Anti Android Rifle", + "minAtp": 330, + "maxAtp": 350, + "ata": 60, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66107, + "name": "Anti Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66163, + "name": "Anti-Dark Ring", + "atp": 0, + "ata": 0, + "minEvp": 135, + "maxEvp": 135, + "minDfp": 20, + "maxDfp": 20, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66171, + "name": "Anti-Light Ring", + "atp": 0, + "ata": 0, + "minEvp": 80, + "maxEvp": 80, + "minDfp": 90, + "maxDfp": 90, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 198144, + "name": "Antidote" + }, + { + "#type": "tool", + "id": 198145, + "name": "Antiparalysis" + }, + { + "#type": "frame", + "id": 65793, + "name": "Armor", + "atp": 0, + "ata": 0, + "minEvp": 7, + "maxEvp": 9, + "minDfp": 7, + "maxDfp": 9, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2308, + "name": "Arms", + "minAtp": 60, + "maxAtp": 140, + "ata": 33, + "maxGrind": 10, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2049, + "name": "Assault", + "minAtp": 5, + "maxAtp": 8, + "ata": 3, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66123, + "name": "Assist Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 1032, + "name": "Asteron Belt", + "minAtp": 380, + "maxAtp": 400, + "ata": 55, + "maxGrind": 9, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 35074, + "name": "Asuka", + "minAtp": 560, + "maxAtp": 570, + "ata": 50, + "maxGrind": 30, + "requiredAtp": 650 + }, + { + "#type": "frame", + "id": 65829, + "name": "Attribute Plate", + "atp": 0, + "ata": 0, + "minEvp": 85, + "maxEvp": 93, + "minDfp": 105, + "maxDfp": 113, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66078, + "name": "Attribute Wall", + "atp": 0, + "ata": 0, + "minEvp": 100, + "maxEvp": 110, + "minDfp": 75, + "maxDfp": 85, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65841, + "name": "Aura Field", + "atp": 0, + "ata": 0, + "minEvp": 134, + "maxEvp": 154, + "minDfp": 235, + "maxDfp": 285, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 1537, + "name": "Autogun", + "minAtp": 45, + "maxAtp": 65, + "ata": 29, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 43264, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43265, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43266, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43267, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43268, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43269, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43270, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43271, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43272, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43273, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43274, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43275, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43276, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43277, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43278, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43279, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43280, + "name": "AXE", + "minAtp": 200, + "maxAtp": 200, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 54272, + "name": "Bamboo Spear", + "minAtp": 2, + "maxAtp": 255, + "ata": 3, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "weapon", + "id": 26368, + "name": "Baranz Launcher", + "minAtp": 230, + "maxAtp": 240, + "ata": 40, + "maxGrind": 30, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66048, + "name": "Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66100, + "name": "Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66102, + "name": "Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66103, + "name": "Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66104, + "name": "Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66105, + "name": "Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66114, + "name": "Barta Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 3074, + "name": "Baton", + "minAtp": 35, + "maxAtp": 50, + "ata": 28, + "maxGrind": 10, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2820, + "name": "Battle Verge", + "minAtp": 130, + "maxAtp": 185, + "ata": 41, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 55552, + "name": "Battledore", + "minAtp": 1, + "maxAtp": 1, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32256, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32257, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32258, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32259, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32260, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32261, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32262, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32263, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32264, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32265, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32266, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32267, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32268, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32269, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32270, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32271, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32272, + "name": "BAZOOKA", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1795, + "name": "Beam", + "minAtp": 140, + "maxAtp": 170, + "ata": 47, + "maxGrind": 35, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 19712, + "name": "Belra Cannon", + "minAtp": 400, + "maxAtp": 500, + "ata": 45, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 199947, + "name": "Belra's Right Arm" + }, + { + "#type": "weapon", + "id": 1027, + "name": "Berdys", + "minAtp": 130, + "maxAtp": 145, + "ata": 29, + "maxGrind": 20, + "requiredAtp": 335 + }, + { + "#type": "weapon", + "id": 15616, + "name": "Berdysh", + "minAtp": 270, + "maxAtp": 290, + "ata": 40, + "maxGrind": 25, + "requiredAtp": 710 + }, + { + "#type": "tool", + "id": 200192, + "name": "Berill Photon" + }, + { + "#type": "tool", + "id": 201229, + "name": "Birthday Card" + }, + { + "#type": "barrier", + "id": 66128, + "name": "Black Gear", + "atp": 0, + "ata": 0, + "minEvp": 80, + "maxEvp": 85, + "minDfp": 23, + "maxDfp": 28, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65846, + "name": "Black Hound Cuirass", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 300, + "maxDfp": 330, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 12033, + "name": "Black King Bar", + "minAtp": 590, + "maxAtp": 600, + "ata": 43, + "maxGrind": 80, + "requiredAtp": 800 + }, + { + "#type": "frame", + "id": 65848, + "name": "Black Odoshi Domaru", + "atp": 0, + "ata": 0, + "minEvp": 82, + "maxEvp": 92, + "minDfp": 124, + "maxDfp": 134, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65850, + "name": "Black Odoshi Red Nimaidou", + "atp": 0, + "ata": 0, + "minEvp": 143, + "maxEvp": 153, + "minDfp": 128, + "maxDfp": 138, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66173, + "name": "Black Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66174, + "name": "Black Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66175, + "name": "Black Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66176, + "name": "Black Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66177, + "name": "Black Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66178, + "name": "Black Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66172, + "name": "Black Ring*", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 770, + "name": "Blade", + "minAtp": 80, + "maxAtp": 100, + "ata": 24, + "maxGrind": 35, + "requiredAtp": 182 + }, + { + "#type": "weapon", + "id": 29184, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29185, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29186, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29187, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29188, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29189, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29190, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29191, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29192, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29193, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29194, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29195, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29196, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29197, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29198, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29199, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29200, + "name": "BLADE", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 773, + "name": "Blade Dance", + "minAtp": 110, + "maxAtp": 180, + "ata": 30, + "maxGrind": 30, + "requiredAtp": 385 + }, + { + "#type": "weapon", + "id": 1794, + "name": "Blaster", + "minAtp": 100, + "maxAtp": 130, + "ata": 44, + "maxGrind": 45, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 774, + "name": "Bloody Art", + "minAtp": 120, + "maxAtp": 175, + "ata": 32, + "maxGrind": 42, + "requiredAtp": 412 + }, + { + "#type": "barrier", + "id": 66125, + "name": "Blue Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66117, + "name": "Blue Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65851, + "name": "Blue Odoshi Violet Nimaidou", + "atp": 0, + "ata": 0, + "minEvp": 181, + "maxEvp": 191, + "minDfp": 156, + "maxDfp": 166, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66099, + "name": "Blue Ring", + "atp": 0, + "ata": 0, + "minEvp": 242, + "maxEvp": 267, + "minDfp": 90, + "maxDfp": 175, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66132, + "name": "Blue Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66133, + "name": "Blue Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66134, + "name": "Blue Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66135, + "name": "Blue Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66136, + "name": "Blue Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66137, + "name": "Blue Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66138, + "name": "Blue Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66131, + "name": "Blue Ring*", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 200195, + "name": "Blue-black stone" + }, + { + "#type": "weapon", + "id": 37635, + "name": "Bluefull Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 200202, + "name": "Book of Hitogata" + }, + { + "#type": "tool", + "id": 200960, + "name": "Book of Katana 1" + }, + { + "#type": "tool", + "id": 200961, + "name": "Book of Katana 2" + }, + { + "#type": "tool", + "id": 200962, + "name": "Book of Katana 3" + }, + { + "#type": "weapon", + "id": 41472, + "name": "Booma's Claw", + "minAtp": 300, + "maxAtp": 315, + "ata": 48, + "maxGrind": 15, + "requiredAtp": 300 + }, + { + "#type": "tool", + "id": 199951, + "name": "Booma's Right Arm" + }, + { + "#type": "tool", + "id": 201738, + "name": "Bouquet" + }, + { + "#type": "weapon", + "id": 26624, + "name": "Branch of Pakupaku", + "minAtp": 240, + "maxAtp": 267, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 257, + "name": "Brand", + "minAtp": 80, + "maxAtp": 100, + "ata": 33, + "maxGrind": 32, + "requiredAtp": 90 + }, + { + "#type": "weapon", + "id": 1543, + "name": "Bravace", + "minAtp": 190, + "maxAtp": 230, + "ata": 40, + "maxGrind": 30, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65799, + "name": "Brave Armor", + "atp": 0, + "ata": 0, + "minEvp": 22, + "maxEvp": 24, + "minDfp": 35, + "maxDfp": 39, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66054, + "name": "Brave Barrier", + "atp": 0, + "ata": 0, + "minEvp": 65, + "maxEvp": 70, + "minDfp": 14, + "maxDfp": 19, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2821, + "name": "Brave Hammer", + "minAtp": 170, + "maxAtp": 220, + "ata": 43, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 3840, + "name": "Brave Knuckle", + "minAtp": 380, + "maxAtp": 460, + "ata": 60, + "maxGrind": 30, + "requiredAtp": 400 + }, + { + "#type": "weapon", + "id": 514, + "name": "Breaker", + "minAtp": 100, + "maxAtp": 150, + "ata": 20, + "maxGrind": 18, + "requiredAtp": 258 + }, + { + "#type": "frame", + "id": 65840, + "name": "Brightness Circle", + "atp": 0, + "ata": 0, + "minEvp": 116, + "maxEvp": 136, + "minDfp": 190, + "maxDfp": 240, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 6912, + "name": "Bringer's Rifle", + "minAtp": 330, + "maxAtp": 370, + "ata": 63, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 199940, + "name": "Bringer's Right Arm" + }, + { + "#type": "weapon", + "id": 1029, + "name": "Brionac", + "minAtp": 150, + "maxAtp": 182, + "ata": 33, + "maxGrind": 15, + "requiredAtp": 475 + }, + { + "#type": "weapon", + "id": 22784, + "name": "Broom", + "minAtp": 90, + "maxAtp": 230, + "ata": 35, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66187, + "name": "Bunny Ears", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 25, + "minDfp": 2, + "maxDfp": 2, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 5377, + "name": "Burning Visit", + "minAtp": 340, + "maxAtp": 540, + "ata": 40, + "maxGrind": 18, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 258, + "name": "Buster", + "minAtp": 120, + "maxAtp": 160, + "ata": 35, + "maxGrind": 30, + "requiredAtp": 155 + }, + { + "#type": "weapon", + "id": 55040, + "name": "Butterfly Net", + "minAtp": 1, + "maxAtp": 1, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 8704, + "name": "Caduceus", + "minAtp": 360, + "maxAtp": 360, + "ata": 54, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 201233, + "name": "Cake" + }, + { + "#type": "tool", + "id": 201730, + "name": "Cake" + }, + { + "#type": "weapon", + "id": 516, + "name": "Calibur", + "minAtp": 210, + "maxAtp": 255, + "ata": 25, + "maxGrind": 10, + "requiredAtp": 371 + }, + { + "#type": "tool", + "id": 201729, + "name": "Candy" + }, + { + "#type": "weapon", + "id": 2560, + "name": "Cane", + "minAtp": 25, + "maxAtp": 30, + "ata": 30, + "maxGrind": 55, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30976, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30977, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30978, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30979, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30980, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30981, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30982, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30983, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30984, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30985, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30986, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30987, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30988, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30989, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30990, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30991, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30992, + "name": "CANE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2306, + "name": "Cannon", + "minAtp": 40, + "maxAtp": 80, + "ata": 30, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 49152, + "name": "Cannon Rouge", + "minAtp": 600, + "maxAtp": 750, + "ata": 45, + "maxGrind": 30, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42752, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42753, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42754, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42755, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42756, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42757, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42758, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42759, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42760, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42761, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42762, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42763, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42764, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42765, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42766, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42767, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42768, + "name": "CARDS", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 150, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66188, + "name": "Cat Ears", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 25, + "minDfp": 2, + "maxDfp": 2, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65815, + "name": "Celestial Armor", + "atp": 0, + "ata": 0, + "minEvp": 72, + "maxEvp": 82, + "minDfp": 120, + "maxDfp": 130, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66068, + "name": "Celestial Shield", + "atp": 0, + "ata": 0, + "minEvp": 200, + "maxEvp": 205, + "minDfp": 52, + "maxDfp": 57, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199681, + "name": "Cell of Mag 213" + }, + { + "#type": "tool", + "id": 199680, + "name": "Cell of Mag 502" + }, + { + "#type": "unit", + "id": 66395, + "name": "Centurion/Ability" + }, + { + "#type": "weapon", + "id": 8448, + "name": "Chain Sawd", + "minAtp": 500, + "maxAtp": 525, + "ata": 36, + "maxGrind": 15, + "requiredAtp": 700 + }, + { + "#type": "weapon", + "id": 25600, + "name": "Chameleon Scythe", + "minAtp": 80, + "maxAtp": 180, + "ata": 30, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "tool", + "id": 201728, + "name": "Chocolate" + }, + { + "#type": "tool", + "id": 201228, + "name": "Christmas Card" + }, + { + "#type": "tool", + "id": 201984, + "name": "Christmas Present" + }, + { + "#type": "frame", + "id": 65836, + "name": "Chu Chu Fever", + "atp": 0, + "ata": 0, + "minEvp": 5, + "maxEvp": 5, + "minDfp": 5, + "maxDfp": 5, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199956, + "name": "Cladding of Epsilon" + }, + { + "#type": "weapon", + "id": 32000, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32001, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32002, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32003, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32004, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32005, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32006, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32007, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32008, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32009, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32010, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32011, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32012, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32013, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32014, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32015, + "name": "CLAW", + "minAtp": 180, + "maxAtp": 180, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32016, + "name": "CLAW", + "minAtp": 200, + "maxAtp": 200, + "ata": 55, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 515, + "name": "Claymore", + "minAtp": 150, + "maxAtp": 200, + "ata": 23, + "maxGrind": 16, + "requiredAtp": 316 + }, + { + "#type": "weapon", + "id": 49920, + "name": "Clio", + "minAtp": 660, + "maxAtp": 690, + "ata": 48, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2563, + "name": "Club", + "minAtp": 110, + "maxAtp": 120, + "ata": 35, + "maxGrind": 10, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2564, + "name": "Club of Laconium", + "minAtp": 140, + "maxAtp": 150, + "ata": 36, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2566, + "name": "Club of Zumiuran", + "minAtp": 178, + "maxAtp": 180, + "ata": 39, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66080, + "name": "Combat Gear", + "atp": 35, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 0, + "maxDfp": 0, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 45568, + "name": "Commander Blade", + "minAtp": 560, + "maxAtp": 585, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 502 + }, + { + "#type": "frame", + "id": 65871, + "name": "Commander Uniform", + "atp": 0, + "ata": 0, + "minEvp": 85, + "maxEvp": 85, + "minDfp": 180, + "maxDfp": 196, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65863, + "name": "Congeal Cloak", + "atp": 0, + "ata": 0, + "minEvp": 143, + "maxEvp": 151, + "minDfp": 168, + "maxDfp": 176, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66050, + "name": "Core Shield", + "atp": 0, + "ata": 0, + "minEvp": 40, + "maxEvp": 45, + "minDfp": 6, + "maxDfp": 11, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 13568, + "name": "Crazy Tune", + "minAtp": 200, + "maxAtp": 255, + "ata": 30, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "frame", + "id": 65872, + "name": "Crimson Coat", + "atp": 0, + "ata": 0, + "minEvp": 136, + "maxEvp": 148, + "minDfp": 158, + "maxDfp": 170, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65797, + "name": "Cross Armor", + "atp": 0, + "ata": 0, + "minEvp": 17, + "maxEvp": 19, + "minDfp": 25, + "maxDfp": 29, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 775, + "name": "Cross Scar", + "minAtp": 135, + "maxAtp": 220, + "ata": 32, + "maxGrind": 28, + "requiredAtp": 463 + }, + { + "#type": "weapon", + "id": 2309, + "name": "Crush Bullet", + "minAtp": 85, + "maxAtp": 133, + "ata": 34, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66373, + "name": "Cure/Confuse" + }, + { + "#type": "unit", + "id": 66374, + "name": "Cure/Freeze" + }, + { + "#type": "unit", + "id": 66371, + "name": "Cure/Paralysis" + }, + { + "#type": "unit", + "id": 66370, + "name": "Cure/Poison" + }, + { + "#type": "unit", + "id": 66375, + "name": "Cure/Shock" + }, + { + "#type": "unit", + "id": 66372, + "name": "Cure/Slow" + }, + { + "#type": "frame", + "id": 65865, + "name": "Cursed Cloak", + "atp": 0, + "ata": 0, + "minEvp": 146, + "maxEvp": 154, + "minDfp": 172, + "maxDfp": 180, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66085, + "name": "Custom Barrier ver.OO", + "atp": 0, + "ata": 0, + "minEvp": 65, + "maxEvp": 75, + "minDfp": 65, + "maxDfp": 75, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65831, + "name": "Custom Frame ver.OO", + "atp": 0, + "ata": 0, + "minEvp": 85, + "maxEvp": 95, + "minDfp": 80, + "maxDfp": 90, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 1542, + "name": "Custom Ray ver.OO", + "minAtp": 165, + "maxAtp": 195, + "ata": 40, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1282, + "name": "Cutter", + "minAtp": 35, + "maxAtp": 55, + "ata": 19, + "maxGrind": 15, + "requiredAtp": 302 + }, + { + "#type": "frame", + "id": 65822, + "name": "D-Parts ver1.01", + "atp": 35, + "ata": 0, + "minEvp": 85, + "maxEvp": 92, + "minDfp": 115, + "maxDfp": 125, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65823, + "name": "D-Parts ver2.10", + "atp": 10, + "ata": 0, + "minEvp": 90, + "maxEvp": 98, + "minDfp": 125, + "maxDfp": 135, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", "id": 202761, "name": "D-Photon Core" }, { - "class": "tool", - "id": 202762, - "name": "Liberta Kit" + "#type": "weapon", + "id": 768, + "name": "Dagger", + "minAtp": 25, + "maxAtp": 40, + "ata": 20, + "maxGrind": 65, + "requiredAtp": 65 }, { - "class": "tool", - "id": 202763, - "name": "Stealth Kit" + "#type": "weapon", + "id": 44544, + "name": "Daisy Chain", + "minAtp": 350, + "maxAtp": 410, + "ata": 32, + "maxGrind": 0, + "requiredAtp": 400 }, { - "class": "tool", - "id": 202764, - "name": "Mag Kit" + "#type": "weapon", + "id": 35843, + "name": "Dancing Hitogata", + "minAtp": 350, + "maxAtp": 354, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 0 }, { - "class": "tool", - "id": 202765, - "name": "Varuna Kit" + "#type": "weapon", + "id": 40704, + "name": "Dark Bridge", + "minAtp": 185, + "maxAtp": 400, + "ata": 34, + "maxGrind": 0, + "requiredAtp": 0 }, { - "class": "tool", + "#type": "weapon", + "id": 40192, + "name": "Dark Flow", + "minAtp": 756, + "maxAtp": 900, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 971 + }, + { + "#type": "weapon", + "id": 40448, + "name": "Dark Meteor", + "minAtp": 150, + "maxAtp": 280, + "ata": 45, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 51200, + "name": "Daylight Scar", + "minAtp": 500, + "maxAtp": 550, + "ata": 48, + "maxGrind": 25, + "requiredAtp": 850 + }, + { + "#type": "frame", + "id": 65832, + "name": "DB's Armor", + "atp": 0, + "ata": 0, + "minEvp": 80, + "maxEvp": 90, + "minDfp": 85, + "maxDfp": 95, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 261, + "name": "DB's Saber", + "minAtp": 200, + "maxAtp": 250, + "ata": 43, + "maxGrind": 44, + "requiredAtp": 320 + }, + { + "#type": "weapon", + "id": 36864, + "name": "DB's Saber (3062)", + "minAtp": 112, + "maxAtp": 124, + "ata": 27, + "maxGrind": 18, + "requiredAtp": 130 + }, + { + "#type": "weapon", + "id": 36867, + "name": "DB's Saber (3064)", + "minAtp": 289, + "maxAtp": 301, + "ata": 48, + "maxGrind": 18, + "requiredAtp": 288 + }, + { + "#type": "weapon", + "id": 36865, + "name": "DB's Saber (3067)", + "minAtp": 100, + "maxAtp": 143, + "ata": 29, + "maxGrind": 14, + "requiredAtp": 131 + }, + { + "#type": "weapon", + "id": 36866, + "name": "DB's Saber (3069 Chris)", + "minAtp": 189, + "maxAtp": 202, + "ata": 34, + "maxGrind": 36, + "requiredAtp": 140 + }, + { + "#type": "weapon", + "id": 36868, + "name": "DB's Saber (3069 Torato)", + "minAtp": 130, + "maxAtp": 149, + "ata": 27, + "maxGrind": 21, + "requiredAtp": 129 + }, + { + "#type": "weapon", + "id": 36870, + "name": "DB's Saber (3070)", + "minAtp": 93, + "maxAtp": 109, + "ata": 21, + "maxGrind": 29, + "requiredAtp": 90 + }, + { + "#type": "weapon", + "id": 36869, + "name": "DB's Saber (3073)", + "minAtp": 212, + "maxAtp": 231, + "ata": 29, + "maxGrind": 24, + "requiredAtp": 253 + }, + { + "#type": "weapon", + "id": 36871, + "name": "DB's Saber (3075)", + "minAtp": 300, + "maxAtp": 340, + "ata": 40, + "maxGrind": 85, + "requiredAtp": 600 + }, + { + "#type": "weapon", + "id": 36872, + "name": "DB's Saber (3077)", + "minAtp": 140, + "maxAtp": 168, + "ata": 30, + "maxGrind": 9, + "requiredAtp": 139 + }, + { + "#type": "barrier", + "id": 66086, + "name": "DB's Shield", + "atp": 0, + "ata": 0, + "minEvp": 67, + "maxEvp": 77, + "minDfp": 67, + "maxDfp": 77, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199957, + "name": "De Rol Le Shell" + }, + { + "#type": "barrier", + "id": 66193, + "name": "De Rol Le Shield", + "atp": 0, + "ata": 0, + "minEvp": 120, + "maxEvp": 195, + "minDfp": 180, + "maxDfp": 255, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66109, + "name": "Deband Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 51456, + "name": "Decalog", + "minAtp": 150, + "maxAtp": 200, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 201739, + "name": "Decoction" + }, + { + "#type": "tool", + "id": 199429, + "name": "Def Material" + }, + { + "#type": "weapon", + "id": 6656, + "name": "Delsaber's Buster", + "minAtp": 340, + "maxAtp": 350, + "ata": 44, + "maxGrind": 9, + "requiredAtp": 295 + }, + { + "#type": "tool", + "id": 199941, + "name": "Delsaber's Left Arm" + }, + { + "#type": "tool", + "id": 199939, + "name": "Delsaber's Right Arm" + }, + { + "#type": "weapon", + "id": 39424, + "name": "Demolition Comet", + "minAtp": 530, + "maxAtp": 530, + "ata": 38, + "maxGrind": 25, + "requiredAtp": 652 + }, + { + "#type": "weapon", + "id": 22272, + "name": "Demonic Fork", + "minAtp": 325, + "maxAtp": 340, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66368, + "name": "Devil/Battle" + }, + { + "#type": "unit", + "id": 66365, + "name": "Devil/Technique" + }, + { + "#type": "frame", + "id": 65834, + "name": "DF Field", + "atp": 0, + "ata": 0, + "minEvp": 116, + "maxEvp": 136, + "minDfp": 203, + "maxDfp": 253, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66191, + "name": "DF Shield", + "atp": 0, + "ata": 0, + "minEvp": 170, + "maxEvp": 195, + "minDfp": 60, + "maxDfp": 145, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 196865, + "name": "Difluid" + }, + { + "#type": "unit", + "id": 66320, + "name": "Digger/HP" + }, + { + "#type": "tool", + "id": 199169, + "name": "Digrinder" + }, + { + "#type": "tool", + "id": 196609, + "name": "Dimate" + }, + { + "#type": "frame", + "id": 65852, + "name": "Dirty Lifejacket", + "atp": 0, + "ata": 0, + "minEvp": 5, + "maxEvp": 5, + "minDfp": 5, + "maxDfp": 5, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 202240, + "name": "Disk Vol.1 \"Wedding March\"" + }, + { + "#type": "tool", + "id": 202249, + "name": "Disk Vol.10 \"Reunion System\"" + }, + { + "#type": "tool", + "id": 202250, + "name": "Disk Vol.11 \"Pinnacles\"" + }, + { + "#type": "tool", + "id": 202251, + "name": "Disk Vol.12 \"Fight inside the Spaceship\"" + }, + { + "#type": "tool", + "id": 202241, + "name": "Disk Vol.2 \"Day Light\"" + }, + { + "#type": "tool", + "id": 202242, + "name": "Disk Vol.3 \"Burning Rangers\"" + }, + { + "#type": "tool", + "id": 202243, + "name": "Disk Vol.4 \"Open Your Heart\"" + }, + { + "#type": "tool", + "id": 202244, + "name": "Disk Vol.5 \"Live & Learn\"" + }, + { + "#type": "tool", + "id": 202245, + "name": "Disk Vol.6 \"NiGHTS\"" + }, + { + "#type": "tool", + "id": 202246, + "name": "Disk Vol.7 \"Ending Theme (Piano ver.)\"" + }, + { + "#type": "tool", + "id": 202247, + "name": "Disk Vol.8 \"Heart to Heart\"" + }, + { + "#type": "tool", + "id": 202248, + "name": "Disk Vol.9 \"Strange Blue\"" + }, + { + "#type": "weapon", + "id": 1284, + "name": "Diska", + "minAtp": 85, + "maxAtp": 105, + "ata": 25, + "maxGrind": 10, + "requiredAtp": 476 + }, + { + "#type": "weapon", + "id": 1287, + "name": "Diska of Braveman", + "minAtp": 150, + "maxAtp": 167, + "ata": 31, + "maxGrind": 9, + "requiredAtp": 495 + }, + { + "#type": "weapon", + "id": 1286, + "name": "Diska of Liberator", + "minAtp": 120, + "maxAtp": 146, + "ata": 31, + "maxGrind": 9, + "requiredAtp": 480 + }, + { + "#type": "unit", + "id": 66386, + "name": "Divine Protection" + }, + { + "#type": "frame", + "id": 65813, + "name": "Divinity Armor", + "atp": 0, + "ata": 0, + "minEvp": 57, + "maxEvp": 59, + "minDfp": 105, + "maxDfp": 109, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66065, + "name": "Divinity Barrier", + "atp": 0, + "ata": 0, + "minEvp": 170, + "maxEvp": 175, + "minDfp": 44, + "maxDfp": 49, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 12288, + "name": "Double Cannon", + "minAtp": 620, + "maxAtp": 650, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 900 + }, + { + "#type": "weapon", + "id": 3584, + "name": "Double Saber", + "minAtp": 150, + "maxAtp": 152, + "ata": 30, + "maxGrind": 35, + "requiredAtp": 235 + }, + { + "#type": "frame", + "id": 65804, + "name": "Dragon Frame", + "atp": 0, + "ata": 0, + "minEvp": 35, + "maxEvp": 37, + "minDfp": 60, + "maxDfp": 64, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 202754, + "name": "Dragon Scale" + }, + { + "#type": "weapon", + "id": 519, + "name": "Dragon Slayer", + "minAtp": 345, + "maxAtp": 352, + "ata": 30, + "maxGrind": 34, + "requiredAtp": 480 + }, + { + "#type": "weapon", + "id": 24576, + "name": "Dragon's Claw", + "minAtp": 550, + "maxAtp": 580, + "ata": 54, + "maxGrind": 35, + "requiredAtp": 600 + }, + { + "#type": "tool", + "id": 199943, + "name": "Dragon's Claw" + }, + { + "#type": "unit", + "id": 66322, + "name": "Dragon/HP" + }, + { + "#type": "frame", + "id": 65860, + "name": "Dress Plate", + "atp": 0, + "ata": 0, + "minEvp": 30, + "maxEvp": 30, + "minDfp": 30, + "maxDfp": 30, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 18944, + "name": "Drill Launcher", + "minAtp": 180, + "maxAtp": 200, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 19201, + "name": "Dual Bird", + "minAtp": 200, + "maxAtp": 210, + "ata": 22, + "maxGrind": 21, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 263, + "name": "Durandal", + "minAtp": 300, + "maxAtp": 376, + "ata": 45, + "maxGrind": 37, + "requiredAtp": 360 + }, + { + "#type": "weapon", + "id": 3079, + "name": "Earth Wand: Brownie", + "minAtp": 370, + "maxAtp": 670, + "ata": 59, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 201985, + "name": "Easter Egg" + }, + { + "#type": "weapon", + "id": 771, + "name": "Edge", + "minAtp": 105, + "maxAtp": 130, + "ata": 26, + "maxGrind": 25, + "requiredAtp": 281 + }, + { + "#type": "weapon", + "id": 7168, + "name": "Egg Blaster", + "minAtp": 300, + "maxAtp": 330, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65842, + "name": "Electro Frame", + "atp": 0, + "ata": 0, + "minEvp": 120, + "maxEvp": 140, + "minDfp": 196, + "maxDfp": 246, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "unit", + "id": 66314, + "name": "Elf/Arm" + }, + { + "#type": "unit", + "id": 66318, + "name": "Elf/Legs" + }, + { + "#type": "weapon", + "id": 11264, + "name": "Elysion", + "minAtp": 360, + "maxAtp": 368, + "ata": 52, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66195, + "name": "Epsiguard", + "atp": 0, + "ata": 0, + "minEvp": 180, + "maxEvp": 255, + "minDfp": 120, + "maxDfp": 195, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199426, + "name": "Evade Material" + }, + { + "#type": "weapon", + "id": 20736, + "name": "Evil Curst", + "minAtp": 444, + "maxAtp": 666, + "ata": 44, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 44032, + "name": "Excalibur", + "minAtp": 900, + "maxAtp": 950, + "ata": 60, + "maxGrind": 0, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 22017, + "name": "Fatsia", + "minAtp": 219, + "maxAtp": 280, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2311, + "name": "Final Impact", + "minAtp": 95, + "maxAtp": 170, + "ata": 36, + "maxGrind": 30, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 3076, + "name": "Fire Scepter: Agni", + "minAtp": 70, + "maxAtp": 95, + "ata": 31, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 47360, + "name": "Flamberge", + "minAtp": 575, + "maxAtp": 590, + "ata": 50, + "maxGrind": 30, + "requiredAtp": 740 + }, + { + "#type": "barrier", + "id": 66056, + "name": "Flame Barrier", + "atp": 0, + "ata": 0, + "minEvp": 85, + "maxEvp": 90, + "minDfp": 19, + "maxDfp": 24, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65838, + "name": "Flame Garment", + "atp": 0, + "ata": 0, + "minEvp": 114, + "maxEvp": 134, + "minDfp": 180, + "maxDfp": 230, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 5376, + "name": "Flame Visit", + "minAtp": 300, + "maxAtp": 450, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 48128, + "name": "Flapjack Flapper", + "minAtp": 350, + "maxAtp": 400, + "ata": 45, + "maxGrind": 25, + "requiredAtp": 830 + }, + { + "#type": "weapon", + "id": 16128, + "name": "Flight Cutter", + "minAtp": 250, + "maxAtp": 260, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 820 + }, + { + "#type": "weapon", + "id": 16384, + "name": "Flight Fan", + "minAtp": 185, + "maxAtp": 200, + "ata": 34, + "maxGrind": 15, + "requiredAtp": 500 + }, + { + "#type": "frame", + "id": 65830, + "name": "Flowen's Frame", + "atp": 0, + "ata": 0, + "minEvp": 72, + "maxEvp": 82, + "minDfp": 82, + "maxDfp": 92, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66084, + "name": "Flowen's Shield", + "atp": 0, + "ata": 0, + "minEvp": 70, + "maxEvp": 80, + "minDfp": 62, + "maxDfp": 72, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 517, + "name": "Flowen's Sword", + "minAtp": 230, + "maxAtp": 300, + "ata": 28, + "maxGrind": 21, + "requiredAtp": 430 + }, + { + "#type": "weapon", + "id": 36608, + "name": "Flowen's Sword (3060)", + "minAtp": 135, + "maxAtp": 243, + "ata": 7, + "maxGrind": 12, + "requiredAtp": 378 + }, + { + "#type": "weapon", + "id": 36609, + "name": "Flowen's Sword (3064)", + "minAtp": 164, + "maxAtp": 248, + "ata": 13, + "maxGrind": 16, + "requiredAtp": 387 + }, + { + "#type": "weapon", + "id": 36610, + "name": "Flowen's Sword (3067)", + "minAtp": 200, + "maxAtp": 256, + "ata": 5, + "maxGrind": 21, + "requiredAtp": 379 + }, + { + "#type": "weapon", + "id": 36611, + "name": "Flowen's Sword (3073)", + "minAtp": 197, + "maxAtp": 262, + "ata": 15, + "maxGrind": 34, + "requiredAtp": 385 + }, + { + "#type": "weapon", + "id": 36612, + "name": "Flowen's Sword (3077)", + "minAtp": 121, + "maxAtp": 255, + "ata": 12, + "maxGrind": 32, + "requiredAtp": 401 + }, + { + "#type": "weapon", + "id": 36616, + "name": "Flowen's Sword (3079)", + "minAtp": 290, + "maxAtp": 300, + "ata": 25, + "maxGrind": 9, + "requiredAtp": 402 + }, + { + "#type": "weapon", + "id": 36613, + "name": "Flowen's Sword (3082)", + "minAtp": 211, + "maxAtp": 273, + "ata": 17, + "maxGrind": 12, + "requiredAtp": 388 + }, + { + "#type": "weapon", + "id": 36614, + "name": "Flowen's Sword (3083)", + "minAtp": 261, + "maxAtp": 283, + "ata": 19, + "maxGrind": 11, + "requiredAtp": 382 + }, + { + "#type": "weapon", + "id": 36615, + "name": "Flowen's Sword (3084)", + "minAtp": 300, + "maxAtp": 320, + "ata": 34, + "maxGrind": 85, + "requiredAtp": 680 + }, + { + "#type": "weapon", + "id": 28416, + "name": "Flower Bouquet", + "minAtp": 1, + "maxAtp": 1, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 201232, + "name": "Flower Bouquet" + }, + { + "#type": "weapon", + "id": 20992, + "name": "Flower Cane", + "minAtp": 168, + "maxAtp": 180, + "ata": 41, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66110, + "name": "Foie Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65818, + "name": "Force Field", + "atp": 0, + "ata": 0, + "minEvp": 80, + "maxEvp": 88, + "minDfp": 40, + "maxDfp": 48, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66075, + "name": "Force Wall", + "atp": 0, + "ata": 0, + "minEvp": 140, + "maxEvp": 150, + "minDfp": 65, + "maxDfp": 75, + "mst": 20, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65792, + "name": "Frame", + "atp": 0, + "ata": 0, + "minEvp": 5, + "maxEvp": 7, + "minDfp": 5, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66058, + "name": "Freeze Barrier", + "atp": 0, + "ata": 0, + "minEvp": 100, + "maxEvp": 105, + "minDfp": 23, + "maxDfp": 28, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "unit", + "id": 66396, + "name": "Friend Ring" + }, + { + "#type": "barrier", + "id": 66192, + "name": "From the Depths", + "atp": 0, + "ata": 0, + "minEvp": 240, + "maxEvp": 240, + "minDfp": 160, + "maxDfp": 160, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 17664, + "name": "Frozen Shooter", + "minAtp": 240, + "maxAtp": 250, + "ata": 60, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 40960, + "name": "G-Assassin's Sabers", + "minAtp": 350, + "maxAtp": 360, + "ata": 35, + "maxGrind": 25, + "requiredAtp": 390 + }, + { + "#type": "weapon", + "id": 1031, + "name": "Gae Bolg", + "minAtp": 215, + "maxAtp": 220, + "ata": 36, + "maxGrind": 30, + "requiredAtp": 500 + }, + { + "#type": "tool", + "id": 199954, + "name": "Gal Gryphon's Wing" + }, + { + "#type": "weapon", + "id": 38400, + "name": "Gal Wind", + "minAtp": 270, + "maxAtp": 310, + "ata": 40, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 264, + "name": "Galatine", + "minAtp": 330, + "maxAtp": 420, + "ata": 77, + "maxGrind": 9, + "requiredAtp": 820 + }, + { + "#type": "weapon", + "id": 28160, + "name": "Game Magazine", + "minAtp": 1, + "maxAtp": 1, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2051, + "name": "Gatling", + "minAtp": 5, + "maxAtp": 16, + "ata": 9, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65807, + "name": "General Armor", + "atp": 0, + "ata": 0, + "minEvp": 42, + "maxEvp": 44, + "minDfp": 75, + "maxDfp": 79, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66060, + "name": "General Shield", + "atp": 0, + "ata": 0, + "minEvp": 120, + "maxEvp": 125, + "minDfp": 29, + "maxDfp": 34, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "unit", + "id": 66313, + "name": "General/Arm" + }, + { + "#type": "unit", + "id": 66367, + "name": "General/Battle" + }, + { + "#type": "unit", + "id": 66329, + "name": "General/Body" + }, + { + "#type": "unit", + "id": 66321, + "name": "General/HP" + }, + { + "#type": "unit", + "id": 66317, + "name": "General/Legs" + }, + { + "#type": "unit", + "id": 66309, + "name": "General/Mind" + }, + { + "#type": "unit", + "id": 66305, + "name": "General/Power" + }, + { + "#type": "unit", + "id": 66325, + "name": "General/TP" + }, + { + "#type": "barrier", + "id": 66203, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66204, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66205, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66206, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66207, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66208, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66209, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66210, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66211, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66212, + "name": "Genpei", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 237, + "minDfp": 158, + "maxDfp": 158, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 48384, + "name": "Getsugasan", + "minAtp": 190, + "maxAtp": 230, + "ata": 39, + "maxGrind": 0, + "requiredAtp": 465 + }, + { + "#type": "weapon", + "id": 37120, + "name": "Gi Gue Bazooka", + "minAtp": 520, + "maxAtp": 620, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 199948, + "name": "Gi Gue's Body" + }, + { + "#type": "barrier", + "id": 66115, + "name": "Gibarta Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66111, + "name": "Gifoie Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65795, + "name": "Giga Frame", + "atp": 0, + "ata": 0, + "minEvp": 12, + "maxEvp": 14, + "minDfp": 15, + "maxDfp": 19, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66051, + "name": "Giga Shield", + "atp": 0, + "ata": 0, + "minEvp": 47, + "maxEvp": 52, + "minDfp": 8, + "maxDfp": 13, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 41474, + "name": "Gigobooma's Claw", + "minAtp": 450, + "maxAtp": 500, + "ata": 55, + "maxGrind": 55, + "requiredAtp": 600 + }, + { + "#type": "tool", + "id": 199953, + "name": "Gigobooma's Right Arm" + }, + { + "#type": "weapon", + "id": 513, + "name": "Gigush", + "minAtp": 55, + "maxAtp": 100, + "ata": 18, + "maxGrind": 32, + "requiredAtp": 169 + }, + { + "#type": "weapon", + "id": 12289, + "name": "Girasole", + "minAtp": 500, + "maxAtp": 550, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 555 + }, + { + "#type": "barrier", + "id": 66119, + "name": "Gizonde Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 260, + "name": "Gladius", + "minAtp": 240, + "maxAtp": 280, + "ata": 40, + "maxGrind": 18, + "requiredAtp": 296 + }, + { + "#type": "weapon", + "id": 1026, + "name": "Glaive", + "minAtp": 95, + "maxAtp": 110, + "ata": 26, + "maxGrind": 25, + "requiredAtp": 286 + }, + { + "#type": "weapon", + "id": 50432, + "name": "Glide Divine", + "minAtp": 185, + "maxAtp": 400, + "ata": 34, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66062, + "name": "Glorious Shield", + "atp": 0, + "ata": 0, + "minEvp": 140, + "maxEvp": 145, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 41473, + "name": "Gobooma's Claw", + "minAtp": 330, + "maxAtp": 345, + "ata": 50, + "maxGrind": 35, + "requiredAtp": 336 + }, + { + "#type": "tool", + "id": 199952, + "name": "Gobooma's Right Arm" + }, + { + "#type": "weapon", + "id": 3842, + "name": "God Hand", + "minAtp": 580, + "maxAtp": 700, + "ata": 70, + "maxGrind": 30, + "requiredAtp": 800 + }, + { + "#type": "unit", + "id": 66336, + "name": "God/Ability" + }, + { + "#type": "unit", + "id": 66315, + "name": "God/Arm" + }, + { + "#type": "unit", + "id": 66369, + "name": "God/Battle" + }, + { + "#type": "unit", + "id": 66331, + "name": "God/Body" + }, + { + "#type": "unit", + "id": 66323, + "name": "God/HP" + }, + { + "#type": "unit", + "id": 66319, + "name": "God/Legs" + }, + { + "#type": "unit", + "id": 66333, + "name": "God/Luck" + }, + { + "#type": "unit", + "id": 66311, + "name": "God/Mind" + }, + { + "#type": "unit", + "id": 66307, + "name": "God/Power" + }, + { + "#type": "unit", + "id": 66366, + "name": "God/Technique" + }, + { + "#type": "unit", + "id": 66327, + "name": "God/TP" + }, + { + "#type": "barrier", + "id": 66094, + "name": "Gods Shield \"Byakko\"", + "atp": 0, + "ata": 0, + "minEvp": 80, + "maxEvp": 80, + "minDfp": 45, + "maxDfp": 45, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66093, + "name": "Gods Shield \"Genbu\"", + "atp": 0, + "ata": 0, + "minEvp": 80, + "maxEvp": 80, + "minDfp": 45, + "maxDfp": 45, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66190, + "name": "Gods Shield \"Kouryu\"", + "atp": 0, + "ata": 0, + "minEvp": 180, + "maxEvp": 180, + "minDfp": 95, + "maxDfp": 95, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66095, + "name": "Gods Shield \"Seiryu\"", + "atp": 0, + "ata": 0, + "minEvp": 100, + "maxEvp": 100, + "minDfp": 50, + "maxDfp": 50, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66092, + "name": "Gods Shield \"Suzaku\"", + "atp": 0, + "ata": 0, + "minEvp": 100, + "maxEvp": 100, + "minDfp": 50, + "maxDfp": 50, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65801, + "name": "Grand Armor", + "atp": 0, + "ata": 0, + "minEvp": 27, + "maxEvp": 29, + "minDfp": 45, + "maxDfp": 49, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199950, + "name": "Grass Assassin's Arms" + }, + { + "#type": "barrier", + "id": 66181, + "name": "Gratia", + "atp": 0, + "ata": 0, + "minEvp": 200, + "maxEvp": 215, + "minDfp": 130, + "maxDfp": 150, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65828, + "name": "Graviton Plate", + "atp": 0, + "ata": -10, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 125, + "maxDfp": 133, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 56320, + "name": "Great Bouquet", + "minAtp": 1, + "maxAtp": 1, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66140, + "name": "Green Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66141, + "name": "Green Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66142, + "name": "Green Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66143, + "name": "Green Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66144, + "name": "Green Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66145, + "name": "Green Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66146, + "name": "Green Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66139, + "name": "Green Ring*", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 37633, + "name": "Greenill Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65833, + "name": "Guard Wave", + "atp": 0, + "ata": 0, + "minEvp": 110, + "maxEvp": 130, + "minDfp": 173, + "maxDfp": 223, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65812, + "name": "Guardian Armor", + "atp": 0, + "ata": 0, + "minEvp": 55, + "maxEvp": 57, + "minDfp": 100, + "maxDfp": 104, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66064, + "name": "Guardian Shield", + "atp": 0, + "ata": 0, + "minEvp": 160, + "maxEvp": 165, + "minDfp": 41, + "maxDfp": 46, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 37376, + "name": "Guardianna", + "minAtp": 200, + "maxAtp": 280, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 35585, + "name": "Guilty Light", + "minAtp": 240, + "maxAtp": 250, + "ata": 38, + "maxGrind": 18, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 19200, + "name": "Guld Milla", + "minAtp": 180, + "maxAtp": 200, + "ata": 30, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29952, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29953, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29954, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29955, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29956, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29957, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29958, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29959, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29960, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29961, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29962, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29963, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29964, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29965, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29966, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29967, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 29968, + "name": "GUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 200, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1028, + "name": "Gungnir", + "minAtp": 150, + "maxAtp": 180, + "ata": 32, + "maxGrind": 10, + "requiredAtp": 450 + }, + { + "#type": "weapon", + "id": 46592, + "name": "Guren", + "minAtp": 790, + "maxAtp": 840, + "ata": 64, + "maxGrind": 0, + "requiredAtp": 850 + }, + { + "#type": "weapon", + "id": 2054, + "name": "H&S25 Justice", + "minAtp": 15, + "maxAtp": 30, + "ata": 18, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1025, + "name": "Halbert", + "minAtp": 65, + "maxAtp": 75, + "ata": 23, + "maxGrind": 30, + "requiredAtp": 192 + }, + { + "#type": "weapon", + "id": 33024, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33025, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33026, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33027, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33028, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33029, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33030, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33031, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33032, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33033, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33034, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33035, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33036, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33037, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33038, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33039, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 33040, + "name": "HAMMER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 56064, + "name": "Hammer", + "minAtp": 120, + "maxAtp": 185, + "ata": 35, + "maxGrind": 0, + "requiredAtp": 129 + }, + { + "#type": "weapon", + "id": 1536, + "name": "Handgun", + "minAtp": 20, + "maxAtp": 30, + "ata": 26, + "maxGrind": 75, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 16896, + "name": "Handgun: Guld", + "minAtp": 370, + "maxAtp": 400, + "ata": 38, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 17152, + "name": "Handgun: Milla", + "minAtp": 350, + "maxAtp": 360, + "ata": 48, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66053, + "name": "Hard Shield", + "atp": 0, + "ata": 0, + "minEvp": 57, + "maxEvp": 62, + "minDfp": 12, + "maxDfp": 17, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 34304, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34305, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34306, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34307, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34308, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34309, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34310, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34311, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34312, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34313, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34314, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34315, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34316, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34317, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34318, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34319, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34320, + "name": "HARISEN", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 10240, + "name": "Harisen Battle Fan", + "minAtp": 310, + "maxAtp": 280, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "tool", + "id": 200205, + "name": "Heart of Angel" + }, + { + "#type": "tool", + "id": 199685, + "name": "Heart of Chao" + }, + { + "#type": "tool", + "id": 200203, + "name": "Heart of Chu Chu" + }, + { + "#type": "tool", + "id": 200206, + "name": "Heart of Devil" + }, + { + "#type": "tool", + "id": 200230, + "name": "Heart of Kapu Kapu" + }, + { + "#type": "tool", + "id": 202758, + "name": "Heart of Morolian" + }, + { + "#type": "tool", + "id": 199683, + "name": "Heart of Opa Opa" + }, + { + "#type": "tool", + "id": 199684, + "name": "Heart of Pian" + }, + { + "#type": "weapon", + "id": 26880, + "name": "Heart of Poumn", + "minAtp": 680, + "maxAtp": 700, + "ata": 56, + "maxGrind": 0, + "requiredAtp": 850 + }, + { + "#type": "weapon", + "id": 7680, + "name": "Heaven Punisher", + "minAtp": 300, + "maxAtp": 330, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 48896, + "name": "Heaven Striker", + "minAtp": 550, + "maxAtp": 660, + "ata": 55, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 202755, + "name": "Heaven Striker Coat" + }, + { + "#type": "unit", + "id": 66394, + "name": "Heavenly/Ability" + }, + { + "#type": "unit", + "id": 66390, + "name": "Heavenly/Arms" + }, + { + "#type": "unit", + "id": 66387, + "name": "Heavenly/Battle" + }, + { + "#type": "unit", + "id": 66392, + "name": "Heavenly/Body" + }, + { + "#type": "unit", + "id": 66397, + "name": "Heavenly/HP" + }, + { + "#type": "unit", + "id": 66391, + "name": "Heavenly/Legs" + }, + { + "#type": "unit", + "id": 66393, + "name": "Heavenly/Luck" + }, + { + "#type": "unit", + "id": 66389, + "name": "Heavenly/Mind" + }, + { + "#type": "unit", + "id": 66388, + "name": "Heavenly/Power" + }, + { + "#type": "unit", + "id": 66399, + "name": "Heavenly/Resist" + }, + { + "#type": "unit", + "id": 66400, + "name": "Heavenly/Technique" + }, + { + "#type": "unit", + "id": 66398, + "name": "Heavenly/TP" + }, + { + "#type": "unit", + "id": 66335, + "name": "Hero/Ability" + }, + { + "#type": "weapon", + "id": 21248, + "name": "Hildebear's Cane", + "minAtp": 220, + "maxAtp": 230, + "ata": 50, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 199944, + "name": "Hildebear's Head" + }, + { + "#type": "weapon", + "id": 21504, + "name": "Hildeblue's Cane", + "minAtp": 290, + "maxAtp": 300, + "ata": 52, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 199945, + "name": "Hildeblue's Head" + }, + { + "#type": "weapon", + "id": 35842, + "name": "Hitogata", + "minAtp": 150, + "maxAtp": 230, + "ata": 50, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65811, + "name": "Holiness Armor", + "atp": 0, + "ata": 0, + "minEvp": 52, + "maxEvp": 54, + "minDfp": 95, + "maxDfp": 99, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 4864, + "name": "Holy Ray", + "minAtp": 290, + "maxAtp": 300, + "ata": 70, + "maxGrind": 40, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66194, + "name": "Honeycomb Reflector", + "atp": 0, + "ata": 0, + "minEvp": 140, + "maxEvp": 150, + "minDfp": 110, + "maxDfp": 120, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199427, + "name": "HP Material" + }, + { + "#type": "unit", + "id": 66356, + "name": "HP/Generate" + }, + { + "#type": "unit", + "id": 66355, + "name": "HP/Restorate" + }, + { + "#type": "unit", + "id": 66401, + "name": "HP/Resurrection" + }, + { + "#type": "unit", + "id": 66357, + "name": "HP/Revival" + }, + { + "#type": "weapon", + "id": 12544, + "name": "Huge Battle Fan", + "minAtp": 10, + "maxAtp": 255, + "ata": 30, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "frame", + "id": 65816, + "name": "Hunter Field", + "atp": 0, + "ata": 0, + "minEvp": 80, + "maxEvp": 88, + "minDfp": 60, + "maxDfp": 68, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66077, + "name": "Hunter Wall", + "atp": 15, + "ata": 0, + "minEvp": 135, + "maxEvp": 145, + "minDfp": 70, + "maxDfp": 80, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66096, + "name": "Hunter's Shell", + "atp": 0, + "ata": 0, + "minEvp": 222, + "maxEvp": 237, + "minDfp": 88, + "maxDfp": 138, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 202496, + "name": "Hunters Report" + }, + { + "#type": "tool", + "id": 202497, + "name": "Hunters Report" + }, + { + "#type": "tool", + "id": 202498, + "name": "Hunters Report" + }, + { + "#type": "tool", + "id": 202499, + "name": "Hunters Report" + }, + { + "#type": "tool", + "id": 202500, + "name": "Hunters Report" + }, + { + "#type": "frame", + "id": 65800, + "name": "Hyper Frame", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 27, + "minDfp": 40, + "maxDfp": 44, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 3077, + "name": "Ice Staff: Dagon", + "minAtp": 73, + "maxAtp": 105, + "ata": 33, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65862, + "name": "Ignition Cloak", + "atp": 0, + "ata": 0, + "minEvp": 143, + "maxEvp": 151, + "minDfp": 168, + "maxDfp": 176, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65810, + "name": "Imperial Armor", + "atp": 0, + "ata": 0, + "minEvp": 50, + "maxEvp": 52, + "minDfp": 90, + "maxDfp": 94, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66063, + "name": "Imperial Barrier", + "atp": 0, + "ata": 0, + "minEvp": 150, + "maxEvp": 155, + "minDfp": 38, + "maxDfp": 43, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 15360, + "name": "Imperial Pick", + "minAtp": 280, + "maxAtp": 300, + "ata": 41, + "maxGrind": 9, + "requiredAtp": 785 + }, + { + "#type": "frame", + "id": 65873, + "name": "Infantry Gear", + "atp": 0, + "ata": 0, + "minEvp": 45, + "maxEvp": 53, + "minDfp": 118, + "maxDfp": 130, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65875, + "name": "Infantry Mantle", + "atp": 0, + "ata": 0, + "minEvp": 96, + "maxEvp": 106, + "minDfp": 92, + "maxDfp": 102, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 5120, + "name": "Inferno Bazooka", + "minAtp": 230, + "maxAtp": 410, + "ata": 41, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66069, + "name": "Invisible Guard", + "atp": 0, + "ata": 0, + "minEvp": 70, + "maxEvp": 78, + "minDfp": 15, + "maxDfp": 23, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 19969, + "name": "Iron Faust", + "minAtp": 500, + "maxAtp": 580, + "ata": 42, + "maxGrind": 18, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 201225, + "name": "Item Ticket" + }, + { + "#type": "weapon", + "id": 1288, + "name": "Izmaela", + "minAtp": 250, + "maxAtp": 250, + "ata": 25, + "maxGrind": 0, + "requiredAtp": 500 + }, + { + "#type": "weapon", + "id": 34816, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34817, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34818, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34819, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34820, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34821, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34822, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34823, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34824, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34825, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34826, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34827, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34828, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34829, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34830, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34831, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34832, + "name": "J-CUTTER", + "minAtp": 25, + "maxAtp": 25, + "ata": 35, + "maxGrind": 150, + "requiredAtp": 800 + }, + { + "#type": "tool", + "id": 201986, + "name": "Jack-O'-Lantern" + }, + { + "#type": "weapon", + "id": 54784, + "name": "Jitte", + "minAtp": 100, + "maxAtp": 123, + "ata": 32, + "maxGrind": 0, + "requiredAtp": 135 + }, + { + "#type": "weapon", + "id": 47104, + "name": "Jizai", + "minAtp": 800, + "maxAtp": 810, + "ata": 55, + "maxGrind": 40, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 1799, + "name": "Justy-23ST", + "minAtp": 290, + "maxAtp": 320, + "ata": 58, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 262, + "name": "Kaladbolg", + "minAtp": 260, + "maxAtp": 320, + "ata": 45, + "maxGrind": 25, + "requiredAtp": 340 + }, + { + "#type": "tool", "id": 202766, "name": "Kalki Kit" }, { - "class": "tool", - "id": 202767, - "name": "Vritra Kit" + "#type": "weapon", + "id": 35330, + "name": "Kamui", + "minAtp": 650, + "maxAtp": 650, + "ata": 55, + "maxGrind": 0, + "requiredAtp": 700 }, { - "class": "tool", - "id": 203008, - "name": "Team Points 500" + "#type": "weapon", + "id": 54528, + "name": "Kan'ei Tsuho", + "minAtp": 1, + "maxAtp": 1, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 }, { - "class": "tool", + "#type": "barrier", + "id": 66091, + "name": "Kasami Bracer", + "atp": 35, + "ata": 0, + "minEvp": 235, + "maxEvp": 250, + "minDfp": 96, + "maxDfp": 146, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 34560, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34561, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34562, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34563, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34564, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34565, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34566, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34567, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34568, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34569, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34570, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34571, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34572, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34573, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34574, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34575, + "name": "KATANA", + "minAtp": 170, + "maxAtp": 170, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 34576, + "name": "KATANA", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "frame", + "id": 65803, + "name": "King's Frame", + "atp": 0, + "ata": 0, + "minEvp": 32, + "maxEvp": 34, + "minDfp": 55, + "maxDfp": 59, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 200213, + "name": "Kit of Dreamcast" + }, + { + "#type": "tool", + "id": 200211, + "name": "Kit of Genesis" + }, + { + "#type": "tool", + "id": 200207, + "name": "Kit of Hamburger" + }, + { + "#type": "tool", + "id": 200209, + "name": "Kit of Mark III" + }, + { + "#type": "tool", + "id": 200210, + "name": "Kit of Master System" + }, + { + "#type": "tool", + "id": 200212, + "name": "Kit of Sega Saturn" + }, + { + "#type": "weapon", + "id": 769, + "name": "Knife", + "minAtp": 50, + "maxAtp": 70, + "ata": 22, + "maxGrind": 50, + "requiredAtp": 117 + }, + { + "#type": "unit", + "id": 66304, + "name": "Knight/Power" + }, + { + "#type": "weapon", + "id": 43008, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43009, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43010, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43011, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43012, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43013, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43014, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43015, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43016, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43017, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43018, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43019, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43020, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43021, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43022, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43023, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 43024, + "name": "KNUCKLE", + "minAtp": 250, + "maxAtp": 250, + "ata": 65, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "frame", + "id": 65853, + "name": "Kroe's Sweater", + "atp": 0, + "ata": 0, + "minEvp": 1, + "maxEvp": 1, + "minDfp": 1, + "maxDfp": 1, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 35844, + "name": "Kunai", + "minAtp": 95, + "maxAtp": 175, + "ata": 32, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "weapon", + "id": 46080, + "name": "Kusanagi", + "minAtp": 560, + "maxAtp": 575, + "ata": 53, + "maxGrind": 32, + "requiredAtp": 502 + }, + { + "#type": "weapon", + "id": 2055, + "name": "L&K14 Combat", + "minAtp": 15, + "maxAtp": 30, + "ata": 18, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 5122, + "name": "L&K38 Combat", + "minAtp": 150, + "maxAtp": 250, + "ata": 40, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 8193, + "name": "Laconium Axe", + "minAtp": 700, + "maxAtp": 750, + "ata": 40, + "maxGrind": 25, + "requiredAtp": 880 + }, + { + "#type": "weapon", + "id": 43776, + "name": "Lame d'Argent", + "minAtp": 430, + "maxAtp": 465, + "ata": 40, + "maxGrind": 35, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 1796, + "name": "Laser", + "minAtp": 200, + "maxAtp": 210, + "ata": 50, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 518, + "name": "Last Survivor", + "minAtp": 275, + "maxAtp": 321, + "ata": 30, + "maxGrind": 31, + "requiredAtp": 470 + }, + { + "#type": "weapon", + "id": 17153, + "name": "Last Swan", + "minAtp": 80, + "maxAtp": 90, + "ata": 32, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2307, + "name": "Launcher", + "minAtp": 50, + "maxAtp": 110, + "ata": 31, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42496, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42497, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42498, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42499, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42500, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42501, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42502, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42503, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42504, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42505, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42506, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42507, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42508, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42509, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42510, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42511, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 42512, + "name": "LAUNCHER", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 14336, + "name": "Lavis Blade", + "minAtp": 380, + "maxAtp": 450, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 850 + }, + { + "#type": "weapon", + "id": 7936, + "name": "Lavis Cannon", + "minAtp": 730, + "maxAtp": 750, + "ata": 54, + "maxGrind": 0, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 45312, + "name": "Le Cogneur", + "minAtp": 310, + "maxAtp": 330, + "ata": 60, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 201224, + "name": "Letter of Appreciation" + }, + { + "#type": "tool", + "id": 202762, + "name": "Liberta Kit" + }, + { + "#type": "frame", + "id": 65874, + "name": "Lieutenant Gear", + "atp": 0, + "ata": 0, + "minEvp": 112, + "maxEvp": 128, + "minDfp": 168, + "maxDfp": 186, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65876, + "name": "Lieutenant Mantle", + "atp": 0, + "ata": 0, + "minEvp": 126, + "maxEvp": 144, + "minDfp": 195, + "maxDfp": 216, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66073, + "name": "Light Relief", + "atp": 0, + "ata": 0, + "minEvp": 70, + "maxEvp": 77, + "minDfp": 20, + "maxDfp": 27, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "unit", + "id": 66381, + "name": "Limiter" + }, + { + "#type": "weapon", + "id": 1538, + "name": "Lockgun", + "minAtp": 80, + "maxAtp": 100, + "ata": 31, + "maxGrind": 35, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 28161, + "name": "LOGiN", + "minAtp": 5, + "maxAtp": 5, + "ata": 25, + "maxGrind": 0, + "requiredAtp": 25 + }, + { + "#type": "weapon", + "id": 2567, + "name": "Lollipop", + "minAtp": 150, + "maxAtp": 200, + "ata": 32, + "maxGrind": 12, + "requiredAtp": 222 + }, + { + "#type": "frame", + "id": 65837, + "name": "Love Heart", + "atp": 0, + "ata": 0, + "minEvp": 140, + "maxEvp": 160, + "minDfp": 196, + "maxDfp": 246, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199430, + "name": "Luck Material" + }, + { + "#type": "frame", + "id": 65835, + "name": "Luminous Field", + "atp": 0, + "ata": 0, + "minEvp": 124, + "maxEvp": 144, + "minDfp": 206, + "maxDfp": 256, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2053, + "name": "M&A60 Vise", + "minAtp": 15, + "maxAtp": 25, + "ata": 15, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2562, + "name": "Mace", + "minAtp": 90, + "maxAtp": 90, + "ata": 33, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2565, + "name": "Mace of Adaman", + "minAtp": 170, + "maxAtp": 170, + "ata": 38, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 14848, + "name": "Madam's Parasol", + "minAtp": 215, + "maxAtp": 220, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 570 + }, + { + "#type": "weapon", + "id": 15104, + "name": "Madam's Umbrella", + "minAtp": 210, + "maxAtp": 280, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 500 + }, + { + "#type": "tool", + "id": 202764, + "name": "Mag Kit" + }, + { + "#type": "tool", + "id": 200199, + "name": "Magic Rock \"Heart Key\"" + }, + { + "#type": "tool", + "id": 200200, + "name": "Magic Rock \"Moola\"" + }, + { + "#type": "tool", + "id": 200194, + "name": "Magic Stone \"Iritista\"" + }, + { + "#type": "tool", + "id": 200197, + "name": "Magic Water" + }, + { + "#type": "weapon", + "id": 9216, + "name": "Magical Piece", + "minAtp": 240, + "maxAtp": 240, + "ata": 42, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66324, + "name": "Magician/TP" + }, + { + "#type": "weapon", + "id": 48640, + "name": "Maguwa", + "minAtp": 230, + "maxAtp": 250, + "ata": 30, + "maxGrind": 15, + "requiredAtp": 500 + }, + { + "#type": "weapon", + "id": 35841, + "name": "Mahu", + "minAtp": 120, + "maxAtp": 200, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 24320, + "name": "Marina's Bag", + "minAtp": 10, + "maxAtp": 180, + "ata": 10, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66312, + "name": "Marksman/Arm" + }, + { + "#type": "weapon", + "id": 27904, + "name": "Maser Beam", + "minAtp": 230, + "maxAtp": 230, + "ata": 37, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 16897, + "name": "Master Raven", + "minAtp": 350, + "maxAtp": 380, + "ata": 52, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66334, + "name": "Master/Ability" + }, + { + "#type": "weapon", + "id": 2048, + "name": "Mechgun", + "minAtp": 2, + "maxAtp": 4, + "ata": 0, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30464, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30465, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30466, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30467, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30468, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30469, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30470, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30471, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30472, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30473, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30474, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30475, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30476, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30477, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30478, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30479, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30480, + "name": "MECHGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 8705, + "name": "Mercurius Rod", + "minAtp": 390, + "maxAtp": 400, + "ata": 58, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66330, + "name": "Metal/Body" + }, + { + "#type": "weapon", + "id": 11776, + "name": "Meteor Cudgel", + "minAtp": 300, + "maxAtp": 560, + "ata": 42, + "maxGrind": 15, + "requiredAtp": 750 + }, + { + "#type": "weapon", + "id": 49408, + "name": "Meteor Rouge", + "minAtp": 265, + "maxAtp": 315, + "ata": 48, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2310, + "name": "Meteor Smash", + "minAtp": 80, + "maxAtp": 160, + "ata": 36, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 45056, + "name": "Mille Marteaux", + "minAtp": 200, + "maxAtp": 220, + "ata": 45, + "maxGrind": 12, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 199425, + "name": "Mind Material" + }, + { + "#type": "weapon", + "id": 12032, + "name": "Monkey King Bar", + "minAtp": 380, + "maxAtp": 390, + "ata": 41, + "maxGrind": 25, + "requiredAtp": 500 + }, + { + "#type": "tool", + "id": 196864, + "name": "Monofluid" + }, + { + "#type": "tool", + "id": 199168, + "name": "Monogrinder" + }, + { + "#type": "tool", + "id": 196608, + "name": "Monomate" + }, + { + "#type": "weapon", + "id": 33280, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33281, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33282, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33283, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33284, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33285, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33286, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33287, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33288, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33289, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33290, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33291, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33292, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33293, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33294, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33295, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33296, + "name": "MOON", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 197632, + "name": "Moon Atomizer" + }, + { + "#type": "weapon", + "id": 37888, + "name": "Morning Glory", + "minAtp": 450, + "maxAtp": 500, + "ata": 52, + "maxGrind": 0, + "requiredAtp": 700 + }, + { + "#type": "frame", + "id": 65847, + "name": "Morning Prayer", + "atp": 0, + "ata": 0, + "minEvp": 140, + "maxEvp": 160, + "minDfp": 120, + "maxDfp": 130, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65858, + "name": "Mother Garb", + "atp": 0, + "ata": 0, + "minEvp": 85, + "maxEvp": 90, + "minDfp": 165, + "maxDfp": 180, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65859, + "name": "Mother Garb+", + "atp": 0, + "ata": 0, + "minEvp": 95, + "maxEvp": 100, + "minDfp": 175, + "maxDfp": 190, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 201235, + "name": "Mr. Naka's Business Card" + }, + { + "#type": "weapon", + "id": 50944, + "name": "Murasame", + "minAtp": 420, + "maxAtp": 435, + "ata": 49, + "maxGrind": 0, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 35072, + "name": "Musashi", + "minAtp": 330, + "maxAtp": 350, + "ata": 35, + "maxGrind": 40, + "requiredAtp": 385 + }, + { + "#type": "weapon", + "id": 32512, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32513, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32514, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32515, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32516, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32517, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32518, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32519, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32520, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32521, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32522, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32523, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32524, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32525, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32526, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32527, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32528, + "name": "NEEDLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 70, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 3330, + "name": "Nei's Claw", + "minAtp": 386, + "maxAtp": 400, + "ata": 60, + "maxGrind": 25, + "requiredAtp": 412 + }, + { + "#type": "weapon", + "id": 39680, + "name": "Nei's Claw", + "minAtp": 756, + "maxAtp": 756, + "ata": 60, + "maxGrind": 0, + "requiredAtp": 900 + }, + { + "#type": "tool", + "id": 201227, + "name": "New Year's Card" + }, + { + "#type": "weapon", + "id": 52992, + "name": "Nice Shot", + "minAtp": 180, + "maxAtp": 200, + "ata": 38, + "maxGrind": 0, + "requiredAtp": 300 + }, + { + "#type": "weapon", + "id": 36096, + "name": "NUG2000-Bazooka", + "minAtp": 400, + "maxAtp": 660, + "ata": 30, + "maxGrind": 32, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65870, + "name": "Officer Uniform", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 114, + "maxDfp": 128, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "unit", + "id": 66306, + "name": "Ogre/Power" + }, + { + "#type": "weapon", + "id": 44800, + "name": "Ophelie Seize", + "minAtp": 390, + "maxAtp": 420, + "ata": 50, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 37639, + "name": "Oran Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 4096, + "name": "Orotiagito", + "minAtp": 750, + "maxAtp": 800, + "ata": 55, + "maxGrind": 0, + "requiredAtp": 850 + }, + { + "#type": "tool", + "id": 199938, + "name": "P-arm's Arms" + }, + { + "#type": "weapon", + "id": 6400, + "name": "P-Arms' Blade", + "minAtp": 250, + "maxAtp": 270, + "ata": 34, + "maxGrind": 25, + "requiredAtp": 568 + }, + { + "#type": "weapon", + "id": 259, + "name": "Pallasch", + "minAtp": 170, + "maxAtp": 220, + "ata": 38, + "maxGrind": 26, + "requiredAtp": 233 + }, + { + "#type": "weapon", + "id": 24832, + "name": "Panther's Claw", + "minAtp": 180, + "maxAtp": 280, + "ata": 38, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "tool", + "id": 200208, + "name": "Panther's Spirit" + }, + { + "#type": "weapon", + "id": 19968, + "name": "Panzer Faust", + "minAtp": 350, + "maxAtp": 500, + "ata": 42, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65824, + "name": "Parasite Wear: De Rol", + "atp": 0, + "ata": 0, + "minEvp": 100, + "maxEvp": 100, + "minDfp": 120, + "maxDfp": 120, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65825, + "name": "Parasite Wear: Nelgal", + "atp": 0, + "ata": 0, + "minEvp": 85, + "maxEvp": 85, + "minDfp": 145, + "maxDfp": 145, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65826, + "name": "Parasite Wear: Vajulla", + "atp": 0, + "ata": 0, + "minEvp": 100, + "maxEvp": 100, + "minDfp": 155, + "maxDfp": 155, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 200198, + "name": "Parasitic Cell Type D " + }, + { + "#type": "tool", + "id": 200193, + "name": "Parasitic Gene \"Flow\"" + }, + { + "#type": "weapon", + "id": 1024, + "name": "Partisan", + "minAtp": 30, + "maxAtp": 40, + "ata": 20, + "maxGrind": 35, + "requiredAtp": 124 + }, + { + "#type": "weapon", + "id": 29440, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29441, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29442, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29443, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29444, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29445, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29446, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29447, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29448, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29449, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29450, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29451, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29452, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29453, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29454, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29455, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29456, + "name": "PARTISAN", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 200, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 38144, + "name": "Partisan of Lightning", + "minAtp": 370, + "maxAtp": 410, + "ata": 40, + "maxGrind": 60, + "requiredAtp": 600 + }, + { + "#type": "tool", + "id": 199946, + "name": "Parts of Baranz" + }, + { + "#type": "tool", + "id": 200204, + "name": "Parts of Egg Blaster" + }, + { + "#type": "tool", + "id": 199682, + "name": "Parts of RoboChao" + }, + { + "#type": "unit", + "id": 66361, + "name": "PB/Amplifier" + }, + { + "#type": "unit", + "id": 66363, + "name": "PB/Create" + }, + { + "#type": "unit", + "id": 66362, + "name": "PB/Generate" + }, + { + "#type": "unit", + "id": 66403, + "name": "PB/Increase" + }, + { + "#type": "frame", + "id": 65808, + "name": "Perfect Frame", + "atp": 0, + "ata": 0, + "minEvp": 45, + "maxEvp": 47, + "minDfp": 80, + "maxDfp": 84, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "unit", + "id": 66354, + "name": "Perfect/Resist" + }, + { + "#type": "weapon", + "id": 3331, + "name": "Phoenix Claw", + "minAtp": 540, + "maxAtp": 570, + "ata": 57, + "maxGrind": 15, + "requiredAtp": 508 + }, + { + "#type": "weapon", + "id": 35587, + "name": "Phonon Maser", + "minAtp": 350, + "maxAtp": 360, + "ata": 45, + "maxGrind": 36, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 200231, + "name": "Photon Booster" + }, + { + "#type": "weapon", + "id": 3328, + "name": "Photon Claw", + "minAtp": 230, + "maxAtp": 300, + "ata": 48, + "maxGrind": 20, + "requiredAtp": 300 + }, + { + "#type": "tool", + "id": 200706, + "name": "Photon Crystal" + }, + { + "#type": "tool", + "id": 200704, + "name": "Photon Drop" + }, + { + "#type": "weapon", + "id": 35584, + "name": "Photon Launcher", + "minAtp": 210, + "maxAtp": 220, + "ata": 35, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 200705, + "name": "Photon Sphere" + }, + { + "#type": "tool", + "id": 200708, + "name": "Photon Ticket" + }, + { + "#type": "weapon", + "id": 2818, + "name": "Pillar", + "minAtp": 85, + "maxAtp": 115, + "ata": 38, + "maxGrind": 30, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 37637, + "name": "Pinkal Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 202756, + "name": "Pioneer Parts" + }, + { + "#type": "weapon", + "id": 23808, + "name": "Plantain Fan", + "minAtp": 95, + "maxAtp": 150, + "ata": 42, + "maxGrind": 40, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 25344, + "name": "Plantain Huge Fan", + "minAtp": 265, + "maxAtp": 300, + "ata": 38, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 22016, + "name": "Plantain Leaf", + "minAtp": 219, + "maxAtp": 280, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66057, + "name": "Plasma Barrier", + "atp": 0, + "ata": 0, + "minEvp": 92, + "maxEvp": 97, + "minDfp": 21, + "maxDfp": 26, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2817, + "name": "Pole", + "minAtp": 55, + "maxAtp": 80, + "ata": 37, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 27905, + "name": "Power Maser", + "minAtp": 270, + "maxAtp": 270, + "ata": 37, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 199424, + "name": "Power Material" + }, + { + "#type": "tool", + "id": 201472, + "name": "Present" + }, + { + "#type": "unit", + "id": 66308, + "name": "Priest/Mind" + }, + { + "#type": "tool", + "id": 201230, + "name": "Proof of Sonic Team" + }, + { + "#type": "unit", + "id": 66384, + "name": "Proof of Sword-Saint" + }, + { + "#type": "weapon", + "id": 23040, + "name": "Prophets of Motav", + "minAtp": 90, + "maxAtp": 250, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66061, + "name": "Protect Barrier", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 32, + "maxDfp": 37, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65806, + "name": "Protect Frame", + "atp": 0, + "ata": 0, + "minEvp": 40, + "maxEvp": 42, + "minDfp": 70, + "maxDfp": 74, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66081, + "name": "Proto Regene Gear", + "atp": 0, + "ata": 0, + "minEvp": 85, + "maxEvp": 92, + "minDfp": 40, + "maxDfp": 47, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65794, + "name": "Psy Armor", + "atp": 0, + "ata": 0, + "minEvp": 10, + "maxEvp": 12, + "minDfp": 10, + "maxDfp": 13, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66059, + "name": "Psychic Barrier", + "atp": 0, + "ata": 0, + "minEvp": 110, + "maxEvp": 115, + "minDfp": 26, + "maxDfp": 31, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 7424, + "name": "Psycho Wand", + "minAtp": 395, + "maxAtp": 400, + "ata": 55, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33536, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33537, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33538, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33539, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33540, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33541, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33542, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33543, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33544, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33545, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33546, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33547, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33548, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33549, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33550, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33551, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33552, + "name": "PSYCHOGUN", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33792, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33793, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33794, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33795, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33796, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33797, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33798, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33799, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33800, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33801, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33802, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33803, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33804, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33805, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33806, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33807, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 33808, + "name": "PUNCH", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66156, + "name": "Purple Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66157, + "name": "Purple Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66158, + "name": "Purple Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66159, + "name": "Purple Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66160, + "name": "Purple Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66161, + "name": "Purple Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66162, + "name": "Purple Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66155, + "name": "Purple Ring*", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 37636, + "name": "Purplenum Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66116, + "name": "Rabarta Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 21760, + "name": "Rabbit Wand", + "minAtp": 120, + "maxAtp": 230, + "ata": 48, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 55808, + "name": "Racket", + "minAtp": 1, + "maxAtp": 1, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66112, + "name": "Rafoie Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 44288, + "name": "Rage de Feu", + "minAtp": 175, + "maxAtp": 185, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 44289, + "name": "Rage de Feu", + "minAtp": 175, + "maxAtp": 185, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 44290, + "name": "Rage de Feu", + "minAtp": 175, + "maxAtp": 185, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 44291, + "name": "Rage de Feu", + "minAtp": 175, + "maxAtp": 185, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66130, + "name": "Ragol Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 130, + "minDfp": 105, + "maxDfp": 105, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 4103, + "name": "Raikiri", + "minAtp": 560, + "maxAtp": 570, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 580 + }, + { + "#type": "weapon", + "id": 1539, + "name": "Railgun", + "minAtp": 120, + "maxAtp": 140, + "ata": 33, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 39936, + "name": "Rainbow Baton", + "minAtp": 300, + "maxAtp": 320, + "ata": 40, + "maxGrind": 24, + "requiredAtp": 570 + }, + { + "#type": "weapon", + "id": 5121, + "name": "Rambling May", + "minAtp": 360, + "maxAtp": 450, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65817, + "name": "Ranger Field", + "atp": 0, + "ata": 0, + "minEvp": 80, + "maxEvp": 88, + "minDfp": 50, + "maxDfp": 58, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66076, + "name": "Ranger Wall", + "atp": 0, + "ata": 20, + "minEvp": 145, + "maxEvp": 155, + "minDfp": 70, + "maxDfp": 80, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 202759, + "name": "Rappy's Beak" + }, + { + "#type": "weapon", + "id": 41216, + "name": "Rappy's Fan", + "minAtp": 140, + "maxAtp": 146, + "ata": 35, + "maxGrind": 32, + "requiredAtp": 480 + }, + { + "#type": "tool", + "id": 199955, + "name": "Rappy's Wing" + }, + { + "#type": "weapon", + "id": 1540, + "name": "Raygun", + "minAtp": 150, + "maxAtp": 180, + "ata": 35, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66120, + "name": "Razonde Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66122, + "name": "Recovery Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66124, + "name": "Red Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65856, + "name": "Red Coat", + "atp": 0, + "ata": 0, + "minEvp": 131, + "maxEvp": 141, + "minDfp": 152, + "maxDfp": 162, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 14592, + "name": "Red Dagger", + "minAtp": 245, + "maxAtp": 280, + "ata": 35, + "maxGrind": 65, + "requiredAtp": 600 + }, + { + "#type": "weapon", + "id": 17408, + "name": "Red Handgun", + "minAtp": 300, + "maxAtp": 300, + "ata": 46, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 19456, + "name": "Red Mechgun", + "minAtp": 50, + "maxAtp": 50, + "ata": 25, + "maxGrind": 30, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66113, + "name": "Red Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65849, + "name": "Red Odoshi Domaru", + "atp": 0, + "ata": 0, + "minEvp": 108, + "maxEvp": 118, + "minDfp": 112, + "maxDfp": 122, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 15872, + "name": "Red Partisan", + "minAtp": 290, + "maxAtp": 295, + "ata": 43, + "maxGrind": 40, + "requiredAtp": 700 + }, + { + "#type": "barrier", + "id": 66087, + "name": "Red Ring", + "atp": 20, + "ata": 20, + "minEvp": 232, + "maxEvp": 257, + "minDfp": 150, + "maxDfp": 235, + "mst": 20, + "hp": 20, + "lck": 20 + }, + { + "#type": "weapon", + "id": 11520, + "name": "Red Saber", + "minAtp": 450, + "maxAtp": 489, + "ata": 51, + "maxGrind": 78, + "requiredAtp": 502 + }, + { + "#type": "weapon", + "id": 35586, + "name": "Red Scorpio", + "minAtp": 280, + "maxAtp": 300, + "ata": 42, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 16640, + "name": "Red Slicer", + "minAtp": 190, + "maxAtp": 200, + "ata": 38, + "maxGrind": 45, + "requiredAtp": 750 + }, + { + "#type": "weapon", + "id": 13312, + "name": "Red Sword", + "minAtp": 400, + "maxAtp": 611, + "ata": 37, + "maxGrind": 52, + "requiredAtp": 630 + }, + { + "#type": "weapon", + "id": 37638, + "name": "Redria Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66083, + "name": "Regene Gear Adv.", + "atp": 0, + "ata": 0, + "minEvp": 90, + "maxEvp": 97, + "minDfp": 45, + "maxDfp": 52, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66082, + "name": "Regenerate Gear", + "atp": 0, + "ata": 0, + "minEvp": 85, + "maxEvp": 92, + "minDfp": 40, + "maxDfp": 47, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66184, + "name": "Regenerate Gear B.P.", + "atp": 0, + "ata": 0, + "minEvp": 180, + "maxEvp": 187, + "minDfp": 90, + "maxDfp": 97, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2050, + "name": "Repeater", + "minAtp": 5, + "maxAtp": 12, + "ata": 6, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66342, + "name": "Resist/Blizzard" + }, + { + "#type": "unit", + "id": 66339, + "name": "Resist/Burning" + }, + { + "#type": "unit", + "id": 66340, + "name": "Resist/Cold" + }, + { + "#type": "unit", + "id": 66349, + "name": "Resist/Dark" + }, + { + "#type": "unit", + "id": 66351, + "name": "Resist/Devil" + }, + { + "#type": "unit", + "id": 66350, + "name": "Resist/Evil" + }, + { + "#type": "unit", + "id": 66337, + "name": "Resist/Fire" + }, + { + "#type": "unit", + "id": 66338, + "name": "Resist/Flame" + }, + { + "#type": "unit", + "id": 66341, + "name": "Resist/Freeze" + }, + { + "#type": "unit", + "id": 66348, + "name": "Resist/Holy" + }, + { + "#type": "unit", + "id": 66346, + "name": "Resist/Light" + }, + { + "#type": "unit", + "id": 66347, + "name": "Resist/Saint" + }, + { + "#type": "unit", + "id": 66343, + "name": "Resist/Shock" + }, + { + "#type": "unit", + "id": 66345, + "name": "Resist/Storm" + }, + { + "#type": "unit", + "id": 66344, + "name": "Resist/Thunder" + }, + { + "#type": "barrier", + "id": 66106, + "name": "Resta Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65868, + "name": "Revival Cuirass", + "atp": 0, + "ata": 0, + "minEvp": 94, + "maxEvp": 104, + "minDfp": 134, + "maxDfp": 139, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65819, + "name": "Revival Garment", + "atp": 0, + "ata": 0, + "minEvp": 60, + "maxEvp": 70, + "minDfp": 85, + "maxDfp": 90, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 1800, + "name": "Rianov 303SNR", + "minAtp": 300, + "maxAtp": 300, + "ata": 60, + "maxGrind": 60, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1801, + "name": "Rianov 303SNR-1", + "minAtp": 350, + "maxAtp": 400, + "ata": 50, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1802, + "name": "Rianov 303SNR-2", + "minAtp": 150, + "maxAtp": 400, + "ata": 30, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1803, + "name": "Rianov 303SNR-3", + "minAtp": 500, + "maxAtp": 500, + "ata": 65, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1804, + "name": "Rianov 303SNR-4", + "minAtp": 350, + "maxAtp": 450, + "ata": 60, + "maxGrind": 60, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1805, + "name": "Rianov 303SNR-5", + "minAtp": 550, + "maxAtp": 550, + "ata": 70, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66098, + "name": "Rico's Earring", + "atp": 0, + "ata": 0, + "minEvp": 237, + "maxEvp": 262, + "minDfp": 96, + "maxDfp": 181, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66097, + "name": "Rico's Glasses", + "atp": 0, + "ata": 0, + "minEvp": 1, + "maxEvp": 1, + "minDfp": 1, + "maxDfp": 1, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 1792, + "name": "Rifle", + "minAtp": 10, + "maxAtp": 50, + "ata": 38, + "maxGrind": 65, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30208, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30209, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30210, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30211, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30212, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30213, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30214, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30215, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30216, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30217, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30218, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30219, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30220, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30221, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30222, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30223, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30224, + "name": "RIFLE", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 220, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 38912, + "name": "Rika's Claw", + "minAtp": 590, + "maxAtp": 670, + "ata": 54, + "maxGrind": 35, + "requiredAtp": 890 + }, + { + "#type": "weapon", + "id": 772, + "name": "Ripper", + "minAtp": 125, + "maxAtp": 160, + "ata": 28, + "maxGrind": 15, + "requiredAtp": 340 + }, + { + "#type": "weapon", + "id": 18176, + "name": "Rocket Punch", + "minAtp": 50, + "maxAtp": 300, + "ata": 10, + "maxGrind": 50, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2816, + "name": "Rod", + "minAtp": 25, + "maxAtp": 45, + "ata": 35, + "maxGrind": 75, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31232, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31233, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31234, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31235, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31236, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31237, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31238, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31239, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31240, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31241, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31242, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31243, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31244, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31245, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31246, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31247, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31248, + "name": "ROD", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 180, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 41728, + "name": "Ruby Bullet", + "minAtp": 350, + "maxAtp": 350, + "ata": 60, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66185, + "name": "Rupika", + "atp": 0, + "ata": 0, + "minEvp": 180, + "maxEvp": 200, + "minDfp": 120, + "maxDfp": 130, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199937, + "name": "S-beat's Arms" + }, + { + "#type": "weapon", + "id": 6144, + "name": "S-Beat's Blade", + "minAtp": 210, + "maxAtp": 220, + "ata": 35, + "maxGrind": 15, + "requiredAtp": 400 + }, + { + "#type": "weapon", + "id": 36352, + "name": "S-Berill's Hands #0", + "minAtp": 158, + "maxAtp": 197, + "ata": 30, + "maxGrind": 35, + "requiredAtp": 450 + }, + { + "#type": "weapon", + "id": 36353, + "name": "S-Berill's Hands #1", + "minAtp": 320, + "maxAtp": 321, + "ata": 30, + "maxGrind": 15, + "requiredAtp": 600 + }, + { + "#type": "barrier", + "id": 66071, + "name": "S-Parts ver1.16", + "atp": 0, + "ata": 0, + "minEvp": 60, + "maxEvp": 68, + "minDfp": 20, + "maxDfp": 28, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66072, + "name": "S-Parts ver2.01", + "atp": 0, + "ata": 15, + "minEvp": 65, + "maxEvp": 72, + "minDfp": 25, + "maxDfp": 32, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 199942, + "name": "S-red's Arms" + }, + { + "#type": "weapon", + "id": 25088, + "name": "S-Red's Blade", + "minAtp": 340, + "maxAtp": 350, + "ata": 39, + "maxGrind": 15, + "requiredAtp": 821 + }, + { + "#type": "weapon", + "id": 0, + "name": "Saber", + "minAtp": 5, + "maxAtp": 7, + "ata": 10, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 256, + "name": "Saber", + "minAtp": 40, + "maxAtp": 55, + "ata": 30, + "maxGrind": 35, + "requiredAtp": 30 + }, + { + "#type": "weapon", + "id": 28672, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28673, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28674, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28675, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28676, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28677, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28678, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28679, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28680, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28681, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28682, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28683, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28684, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28685, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28686, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28687, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28688, + "name": "SABER", + "minAtp": 150, + "maxAtp": 150, + "ata": 50, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "frame", + "id": 65843, + "name": "Sacred Cloth", + "atp": 0, + "ata": 0, + "minEvp": 50, + "maxEvp": 70, + "minDfp": 100, + "maxDfp": 150, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 46336, + "name": "Sacred Duster", + "minAtp": 660, + "maxAtp": 730, + "ata": 67, + "maxGrind": 25, + "requiredAtp": 800 + }, + { + "#type": "barrier", + "id": 66070, + "name": "Sacred Guard", + "atp": 0, + "ata": 0, + "minEvp": 15, + "maxEvp": 23, + "minDfp": 5, + "maxDfp": 13, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66090, + "name": "Safety Heart", + "atp": 0, + "ata": 0, + "minEvp": 248, + "maxEvp": 263, + "minDfp": 106, + "maxDfp": 156, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 18432, + "name": "Samba Maracas", + "minAtp": 5, + "maxAtp": 10, + "ata": 10, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65878, + "name": "Samurai Armor", + "atp": 0, + "ata": 0, + "minEvp": 102, + "maxEvp": 102, + "minDfp": 121, + "maxDfp": 121, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 35328, + "name": "Sange", + "minAtp": 500, + "maxAtp": 550, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 650 + }, + { + "#type": "weapon", + "id": 35075, + "name": "Sange & Yasha", + "minAtp": 640, + "maxAtp": 650, + "ata": 50, + "maxGrind": 30, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 1283, + "name": "Sawcer", + "minAtp": 60, + "maxAtp": 80, + "ata": 22, + "maxGrind": 15, + "requiredAtp": 395 + }, + { + "#type": "tool", + "id": 198912, + "name": "Scape Doll" + }, + { + "#type": "weapon", + "id": 3075, + "name": "Scepter", + "minAtp": 55, + "maxAtp": 75, + "ata": 30, + "maxGrind": 10, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 32768, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32769, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32770, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32771, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32772, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32773, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32774, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32775, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32776, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32777, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32778, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32779, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32780, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32781, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32782, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32783, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 32784, + "name": "SCYTHE", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 180, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 13056, + "name": "Sealed J-Sword", + "minAtp": 400, + "maxAtp": 525, + "ata": 35, + "maxGrind": 0, + "requiredAtp": 710 + }, + { + "#type": "barrier", + "id": 66079, + "name": "Secret Gear", + "atp": 0, + "ata": 0, + "minEvp": 105, + "maxEvp": 115, + "minDfp": 75, + "maxDfp": 85, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 200707, + "name": "Secret Ticket" + }, + { + "#type": "barrier", + "id": 66101, + "name": "Secure Feet", + "atp": 0, + "ata": 0, + "minEvp": 230, + "maxEvp": 245, + "minDfp": 83, + "maxDfp": 133, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65866, + "name": "Select Cloak", + "atp": 0, + "ata": 0, + "minEvp": 146, + "maxEvp": 154, + "minDfp": 172, + "maxDfp": 180, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65827, + "name": "Sense Plate", + "atp": 0, + "ata": 0, + "minEvp": 30, + "maxEvp": 38, + "minDfp": 25, + "maxDfp": 33, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 50688, + "name": "Shichishito", + "minAtp": 500, + "maxAtp": 560, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 550 + }, + { + "#type": "barrier", + "id": 66049, + "name": "Shield", + "atp": 0, + "ata": 0, + "minEvp": 32, + "maxEvp": 37, + "minDfp": 4, + "maxDfp": 9, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66074, + "name": "Shield of Delsaber", + "atp": 0, + "ata": 0, + "minEvp": 115, + "maxEvp": 122, + "minDfp": 65, + "maxDfp": 72, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66108, + "name": "Shifta Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65802, + "name": "Shock Frame", + "atp": 0, + "ata": 0, + "minEvp": 30, + "maxEvp": 32, + "minDfp": 50, + "maxDfp": 54, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2304, + "name": "Shot", + "minAtp": 20, + "maxAtp": 25, + "ata": 27, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30720, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30721, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30722, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30723, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30724, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30725, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30726, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30727, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30728, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30729, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30730, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30731, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30732, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30733, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30734, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30735, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 30736, + "name": "SHOT", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 46848, + "name": "Shouren", + "minAtp": 820, + "maxAtp": 870, + "ata": 56, + "maxGrind": 0, + "requiredAtp": 850 + }, + { + "#type": "weapon", + "id": 3329, + "name": "Silence Claw", + "minAtp": 335, + "maxAtp": 345, + "ata": 50, + "maxGrind": 15, + "requiredAtp": 336 + }, + { + "#type": "tool", + "id": 199949, + "name": "Sinow Berill's Arms" + }, + { + "#type": "weapon", + "id": 50176, + "name": "Siren Glass Hammer", + "minAtp": 390, + "maxAtp": 450, + "ata": 55, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 37634, + "name": "Skyly Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1280, + "name": "Slicer", + "minAtp": 5, + "maxAtp": 15, + "ata": 13, + "maxGrind": 20, + "requiredAtp": 135 + }, + { + "#type": "weapon", + "id": 29696, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29697, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29698, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29699, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29700, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29701, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29702, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29703, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29704, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29705, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29706, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29707, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29708, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29709, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29710, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29711, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 29712, + "name": "SLICER", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 140, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 1285, + "name": "Slicer of Assassin", + "minAtp": 120, + "maxAtp": 125, + "ata": 28, + "maxGrind": 12, + "requiredAtp": 475 + }, + { + "#type": "weapon", + "id": 43520, + "name": "Slicer of Fanatic", + "minAtp": 340, + "maxAtp": 360, + "ata": 40, + "maxGrind": 30, + "requiredAtp": 570 + }, + { + "#type": "unit", + "id": 66385, + "name": "Smartlink" + }, + { + "#type": "frame", + "id": 65844, + "name": "Smoking Plate", + "atp": 0, + "ata": 0, + "minEvp": 122, + "maxEvp": 142, + "minDfp": 223, + "maxDfp": 273, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 47872, + "name": "Snake Spire", + "minAtp": 290, + "maxAtp": 310, + "ata": 40, + "maxGrind": 15, + "requiredAtp": 780 + }, + { + "#type": "weapon", + "id": 1793, + "name": "Sniper", + "minAtp": 50, + "maxAtp": 90, + "ata": 41, + "maxGrind": 55, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 17665, + "name": "Snow Queen", + "minAtp": 330, + "maxAtp": 350, + "ata": 60, + "maxGrind": 18, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 197376, + "name": "Sol Atomizer" + }, + { + "#type": "weapon", + "id": 49664, + "name": "Solferino", + "minAtp": 250, + "maxAtp": 300, + "ata": 45, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65798, + "name": "Solid Frame", + "atp": 0, + "ata": 0, + "minEvp": 20, + "maxEvp": 22, + "minDfp": 30, + "maxDfp": 34, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66055, + "name": "Solid Shield", + "atp": 0, + "ata": 0, + "minEvp": 72, + "maxEvp": 77, + "minDfp": 16, + "maxDfp": 21, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 3843, + "name": "Sonic Knuckle", + "minAtp": 250, + "maxAtp": 300, + "ata": 65, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "frame", + "id": 65855, + "name": "Sonic Team Armor", + "atp": 0, + "ata": 0, + "minEvp": 500, + "maxEvp": 500, + "minDfp": 500, + "maxDfp": 500, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 5888, + "name": "Sorcerer's Cane", + "minAtp": 360, + "maxAtp": 360, + "ata": 53, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 199936, + "name": "Sorcerer's Right Arm" + }, + { + "#type": "weapon", + "id": 4353, + "name": "Soul Banish", + "minAtp": 350, + "maxAtp": 370, + "ata": 45, + "maxGrind": 9, + "requiredAtp": 850 + }, + { + "#type": "barrier", + "id": 66052, + "name": "Soul Barrier", + "atp": 0, + "ata": 0, + "minEvp": 55, + "maxEvp": 60, + "minDfp": 10, + "maxDfp": 15, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 4352, + "name": "Soul Eater", + "minAtp": 180, + "maxAtp": 185, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 165 + }, + { + "#type": "frame", + "id": 65796, + "name": "Soul Frame", + "atp": 0, + "ata": 0, + "minEvp": 15, + "maxEvp": 17, + "minDfp": 20, + "maxDfp": 24, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 201231, + "name": "Special Event Ticket" + }, + { + "#type": "weapon", + "id": 1281, + "name": "Spinner", + "minAtp": 10, + "maxAtp": 30, + "ata": 16, + "maxGrind": 20, + "requiredAtp": 204 + }, + { + "#type": "frame", + "id": 65867, + "name": "Spirit Cuirass", + "atp": 0, + "ata": 0, + "minEvp": 116, + "maxEvp": 121, + "minDfp": 122, + "maxDfp": 129, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65820, + "name": "Spirit Garment", + "atp": 0, + "ata": 0, + "minEvp": 92, + "maxEvp": 97, + "minDfp": 100, + "maxDfp": 107, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66067, + "name": "Spiritual Shield", + "atp": 0, + "ata": 0, + "minEvp": 190, + "maxEvp": 195, + "minDfp": 50, + "maxDfp": 55, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2305, + "name": "Spread", + "minAtp": 30, + "maxAtp": 50, + "ata": 28, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 4608, + "name": "Spread Needle", + "minAtp": 1, + "maxAtp": 110, + "ata": 40, + "maxGrind": 40, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 3073, + "name": "Staff", + "minAtp": 10, + "maxAtp": 30, + "ata": 27, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 3585, + "name": "Stag Cutlery", + "minAtp": 230, + "maxAtp": 235, + "ata": 35, + "maxGrind": 30, + "requiredAtp": 343 + }, + { + "#type": "barrier", + "id": 66089, + "name": "Standstill Shield", + "atp": 0, + "ata": 0, + "minEvp": 175, + "maxEvp": 190, + "minDfp": 163, + "maxDfp": 213, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 200201, + "name": "Star Amplifier" + }, + { + "#type": "tool", + "id": 197888, + "name": "Star Atomizer" + }, + { + "#type": "frame", + "id": 65845, + "name": "Star Cuirass", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 250, + "maxDfp": 270, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 3844, + "name": "Star Song", + "minAtp": 500, + "maxAtp": 520, + "ata": 50, + "maxGrind": 50, + "requiredAtp": 570 + }, + { + "#type": "tool", + "id": 202763, + "name": "Stealth Kit" + }, + { + "#type": "frame", + "id": 65879, + "name": "Stealth Suit", + "atp": 0, + "ata": 0, + "minEvp": 300, + "maxEvp": 325, + "minDfp": 1, + "maxDfp": 1, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2561, + "name": "Stick", + "minAtp": 50, + "maxAtp": 60, + "ata": 32, + "maxGrind": 40, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 8960, + "name": "Sting Tip", + "minAtp": 170, + "maxAtp": 170, + "ata": 40, + "maxGrind": 30, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65821, + "name": "Stink Frame", + "atp": 0, + "ata": 0, + "minEvp": 15, + "maxEvp": 100, + "minDfp": 40, + "maxDfp": 125, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66201, + "name": "Stink Shield", + "atp": 0, + "ata": 0, + "minEvp": 55, + "maxEvp": 130, + "minDfp": 50, + "maxDfp": 125, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 3078, + "name": "Storm Wand: Indra", + "minAtp": 105, + "maxAtp": 120, + "ata": 34, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 2819, + "name": "Striker", + "minAtp": 100, + "maxAtp": 150, + "ata": 39, + "maxGrind": 20, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 22528, + "name": "Striker of Chao", + "minAtp": 300, + "maxAtp": 325, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66183, + "name": "Striker Plus", + "atp": 0, + "ata": 0, + "minEvp": 200, + "maxEvp": 205, + "minDfp": 80, + "maxDfp": 90, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 20224, + "name": "Summit Moon", + "minAtp": 270, + "maxAtp": 280, + "ata": 42, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66353, + "name": "Super/Resist" + }, + { + "#type": "weapon", + "id": 9728, + "name": "Suppressed Gun", + "minAtp": 260, + "maxAtp": 270, + "ata": 47, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65861, + "name": "Sweetheart", + "atp": 0, + "ata": 0, + "minEvp": 164, + "maxEvp": 184, + "minDfp": 176, + "maxDfp": 226, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 512, + "name": "Sword", + "minAtp": 25, + "maxAtp": 60, + "ata": 15, + "maxGrind": 46, + "requiredAtp": 82 + }, + { + "#type": "weapon", + "id": 28928, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28929, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28930, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28931, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28932, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28933, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28934, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28935, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28936, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28937, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28938, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28939, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28940, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28941, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28942, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28943, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 28944, + "name": "SWORD", + "minAtp": 200, + "maxAtp": 200, + "ata": 35, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42240, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42241, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42242, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42243, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42244, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42245, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42246, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42247, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42248, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42249, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42250, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42251, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42252, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42253, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42254, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42255, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 42256, + "name": "SWORDS", + "minAtp": 180, + "maxAtp": 180, + "ata": 45, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "unit", + "id": 66383, + "name": "Swordsman Lore" + }, + { + "#type": "tool", + "id": 200196, + "name": "Syncesta" + }, + { + "#type": "weapon", + "id": 54016, + "name": "Synthesizer", + "minAtp": 1, + "maxAtp": 1, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 55296, + "name": "Syringe", + "minAtp": 95, + "maxAtp": 175, + "ata": 32, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "tool", + "id": 202752, + "name": "Tablet" + }, + { + "#type": "weapon", + "id": 35840, + "name": "Talis", + "minAtp": 120, + "maxAtp": 180, + "ata": 38, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 52480, + "name": "Tanegashima", + "minAtp": 320, + "maxAtp": 410, + "ata": 38, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", "id": 203009, "name": "Team Points 1000" }, { - "class": "tool", - "id": 203010, - "name": "Team Points 5000" - }, - { - "class": "tool", + "#type": "tool", "id": 203011, "name": "Team Points 10000" }, { - "class": "tool", - "id": 203264, - "name": "????" + "#type": "tool", + "id": 203008, + "name": "Team Points 500" + }, + { + "#type": "tool", + "id": 203010, + "name": "Team Points 5000" + }, + { + "#type": "weapon", + "id": 9472, + "name": "Technical Crozier", + "minAtp": 130, + "maxAtp": 135, + "ata": 36, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 198400, + "name": "Telepipe" + }, + { + "#type": "frame", + "id": 65864, + "name": "Tempest Cloak", + "atp": 0, + "ata": 0, + "minEvp": 143, + "maxEvp": 151, + "minDfp": 168, + "maxDfp": 176, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 1544, + "name": "Tension Blaster", + "minAtp": 280, + "maxAtp": 310, + "ata": 57, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 23296, + "name": "The Sigh of a God", + "minAtp": 175, + "maxAtp": 180, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66316, + "name": "Thief/Legs" + }, + { + "#type": "frame", + "id": 65857, + "name": "Thirteen", + "atp": 0, + "ata": 0, + "minEvp": 136, + "maxEvp": 144, + "minDfp": 113, + "maxDfp": 121, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66189, + "name": "Three Seals", + "atp": 0, + "ata": 0, + "minEvp": 33, + "maxEvp": 36, + "minDfp": 33, + "maxDfp": 36, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 11008, + "name": "Toy Hammer", + "minAtp": 1, + "maxAtp": 400, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "tool", + "id": 199428, + "name": "TP Material" + }, + { + "#type": "unit", + "id": 66359, + "name": "TP/Generate" + }, + { + "#type": "unit", + "id": 66402, + "name": "TP/Ressurection" + }, + { + "#type": "unit", + "id": 66358, + "name": "TP/Restorate" + }, + { + "#type": "unit", + "id": 66360, + "name": "TP/Revival" + }, + { + "#type": "tool", + "id": 198656, + "name": "Trap Vision" + }, + { + "#type": "weapon", + "id": 52736, + "name": "Tree Clippers", + "minAtp": 1, + "maxAtp": 200, + "ata": 1, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 196866, + "name": "Trifluid" + }, + { + "#type": "tool", + "id": 199170, + "name": "Trigrinder" + }, + { + "#type": "tool", + "id": 196610, + "name": "Trimate" + }, + { + "#type": "barrier", + "id": 66182, + "name": "Tripolic Reflector", + "atp": 0, + "ata": 0, + "minEvp": 235, + "maxEvp": 250, + "minDfp": 95, + "maxDfp": 145, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66088, + "name": "Tripolic Shield", + "atp": 0, + "ata": 0, + "minEvp": 231, + "maxEvp": 246, + "minDfp": 95, + "maxDfp": 145, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 12800, + "name": "Tsumikiri J-Sword", + "minAtp": 700, + "maxAtp": 756, + "ata": 40, + "maxGrind": 50, + "requiredAtp": 910 + }, + { + "#type": "weapon", + "id": 31744, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31745, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31746, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31747, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31748, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31749, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31750, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31751, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31752, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31753, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31754, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31755, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31756, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31757, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31758, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31759, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 31760, + "name": "TWIN", + "minAtp": 50, + "maxAtp": 50, + "ata": 40, + "maxGrind": 250, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 24064, + "name": "Twin Blaze", + "minAtp": 300, + "maxAtp": 520, + "ata": 40, + "maxGrind": 9, + "requiredAtp": 685 + }, + { + "#type": "weapon", + "id": 3586, + "name": "Twin Brand", + "minAtp": 235, + "maxAtp": 240, + "ata": 39, + "maxGrind": 60, + "requiredAtp": 400 + }, + { + "#type": "weapon", + "id": 13824, + "name": "Twin Chakram", + "minAtp": 245, + "maxAtp": 250, + "ata": 32, + "maxGrind": 20, + "requiredAtp": 480 + }, + { + "#type": "weapon", + "id": 18688, + "name": "Twin Psychogun", + "minAtp": 35, + "maxAtp": 40, + "ata": 23, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 23552, + "name": "Twinkle Star", + "minAtp": 175, + "maxAtp": 175, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 777, + "name": "Two Kamui", + "minAtp": 600, + "maxAtp": 650, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 900 + }, + { + "#type": "weapon", + "id": 57856, + "name": "TypeBL/Blade", + "minAtp": 10, + "maxAtp": 10, + "ata": 35, + "maxGrind": 90, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 58880, + "name": "TypeCL/Claw", + "minAtp": 170, + "maxAtp": 170, + "ata": 55, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 58626, + "name": "TypeDS", + "minAtp": 10, + "maxAtp": 30, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 58624, + "name": "TypeDS/D.Saber", + "minAtp": 30, + "maxAtp": 30, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 58625, + "name": "TypeDS/Rod", + "minAtp": 10, + "maxAtp": 30, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 59392, + "name": "TypeGU/Hand", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 95, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 59393, + "name": "TypeGU/Mechgun", + "minAtp": 10, + "maxAtp": 10, + "ata": 50, + "maxGrind": 90, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 58368, + "name": "TypeHA/Halbert", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 90, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 58369, + "name": "TypeHA/Rod", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 80, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 57090, + "name": "TypeJS/J-Sword", + "minAtp": 130, + "maxAtp": 130, + "ata": 50, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 57088, + "name": "TypeJS/Saber", + "minAtp": 100, + "maxAtp": 140, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 57089, + "name": "TypeJS/Slicer", + "minAtp": 100, + "maxAtp": 130, + "ata": 55, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 58112, + "name": "TypeKN/Blade", + "minAtp": 180, + "maxAtp": 200, + "ata": 70, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 58113, + "name": "TypeKN/Claw", + "minAtp": 180, + "maxAtp": 220, + "ata": 65, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 59904, + "name": "TypeME/Mechgun", + "minAtp": 10, + "maxAtp": 10, + "ata": 20, + "maxGrind": 30, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 59648, + "name": "TypeRI/Rifle", + "minAtp": 10, + "maxAtp": 10, + "ata": 60, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 57601, + "name": "TypeRO/Halbert", + "minAtp": 10, + "maxAtp": 80, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 57602, + "name": "TypeRO/Rod", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 90, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 57600, + "name": "TypeRO/Sword", + "minAtp": 10, + "maxAtp": 100, + "ata": 35, + "maxGrind": 100, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 56576, + "name": "TypeSA/Saber", + "minAtp": 120, + "maxAtp": 120, + "ata": 50, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 60160, + "name": "TypeSH/Shot", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 60, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 56834, + "name": "TypeSL/Claw", + "minAtp": 100, + "maxAtp": 150, + "ata": 45, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 56835, + "name": "TypeSL/Katana", + "minAtp": 100, + "maxAtp": 140, + "ata": 55, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 56832, + "name": "TypeSL/Saber", + "minAtp": 100, + "maxAtp": 130, + "ata": 60, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 56833, + "name": "TypeSL/Slicer", + "minAtp": 140, + "maxAtp": 140, + "ata": 50, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 59136, + "name": "TypeSS/Sw", + "minAtp": 150, + "maxAtp": 150, + "ata": 45, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 57346, + "name": "TypeSW/J-Sword", + "minAtp": 100, + "maxAtp": 150, + "ata": 40, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 57345, + "name": "TypeSW/Slicer", + "minAtp": 100, + "maxAtp": 140, + "ata": 45, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 57344, + "name": "TypeSW/Sword", + "minAtp": 150, + "maxAtp": 150, + "ata": 35, + "maxGrind": 125, + "requiredAtp": 350 + }, + { + "#type": "weapon", + "id": 60416, + "name": "TypeWA/Wand", + "minAtp": 10, + "maxAtp": 10, + "ata": 45, + "maxGrind": 60, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 51968, + "name": "Tyrell's Parasol", + "minAtp": 250, + "maxAtp": 300, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 580 + }, + { + "#type": "frame", + "id": 65814, + "name": "Ultimate Frame", + "atp": 0, + "ata": 0, + "minEvp": 60, + "maxEvp": 62, + "minDfp": 110, + "maxDfp": 114, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66066, + "name": "Ultimate Shield", + "atp": 0, + "ata": 0, + "minEvp": 180, + "maxEvp": 185, + "minDfp": 47, + "maxDfp": 52, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "frame", + "id": 65877, + "name": "Union Field", + "atp": 0, + "ata": 0, + "minEvp": 50, + "maxEvp": 50, + "minDfp": 0, + "maxDfp": 0, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66197, + "name": "Union Guard", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 50, + "maxDfp": 50, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66198, + "name": "Union Guard", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 50, + "maxDfp": 50, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66199, + "name": "Union Guard", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 50, + "maxDfp": 50, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66200, + "name": "Union Guard", + "atp": 0, + "ata": 0, + "minEvp": 0, + "maxEvp": 0, + "minDfp": 50, + "maxDfp": 50, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66202, + "name": "UNKNOWN_B", + "atp": 0, + "ata": 0, + "minEvp": 200, + "maxEvp": 215, + "minDfp": 120, + "maxDfp": 170, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 202753, + "name": "Unused Item01" + }, + { + "#type": "weapon", + "id": 53248, + "name": "Unused Weapon38", + "minAtp": 200, + "maxAtp": 200, + "ata": 0, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 53504, + "name": "Unused Weapon39", + "minAtp": 200, + "maxAtp": 200, + "ata": 0, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66377, + "name": "V101" + }, + { + "#type": "unit", + "id": 66378, + "name": "V501" + }, + { + "#type": "unit", + "id": 66379, + "name": "V502" + }, + { + "#type": "unit", + "id": 66380, + "name": "V801" + }, + { + "#type": "tool", + "id": 201226, + "name": "Valentine's Chocolate" + }, + { + "#type": "frame", + "id": 65809, + "name": "Valiant Frame", + "atp": 0, + "ata": 0, + "minEvp": 47, + "maxEvp": 49, + "minDfp": 85, + "maxDfp": 89, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 2823, + "name": "Valkyrie", + "minAtp": 600, + "maxAtp": 600, + "ata": 66, + "maxGrind": 33, + "requiredAtp": 500 + }, + { + "#type": "weapon", + "id": 1541, + "name": "Varista", + "minAtp": 155, + "maxAtp": 210, + "ata": 38, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "tool", + "id": 202765, + "name": "Varuna Kit" + }, + { + "#type": "weapon", + "id": 8192, + "name": "Victor Axe", + "minAtp": 300, + "maxAtp": 420, + "ata": 44, + "maxGrind": 20, + "requiredAtp": 400 + }, + { + "#type": "weapon", + "id": 37632, + "name": "Viridia Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 40, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "frame", + "id": 65839, + "name": "Virus Armor: Lafuteria", + "atp": 0, + "ata": 0, + "minEvp": 90, + "maxEvp": 110, + "minDfp": 240, + "maxDfp": 290, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 1797, + "name": "Visk-235W", + "minAtp": 220, + "maxAtp": 250, + "ata": 53, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 45824, + "name": "Vivienne", + "minAtp": 575, + "maxAtp": 590, + "ata": 49, + "maxGrind": 50, + "requiredAtp": 580 + }, + { + "#type": "weapon", + "id": 1030, + "name": "Vjaya", + "minAtp": 160, + "maxAtp": 220, + "ata": 36, + "maxGrind": 15, + "requiredAtp": 480 + }, + { + "#type": "tool", + "id": 202767, + "name": "Vritra Kit" + }, + { + "#type": "weapon", + "id": 2052, + "name": "Vulcan", + "minAtp": 5, + "maxAtp": 20, + "ata": 12, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 1798, + "name": "Wals-MK2", + "minAtp": 260, + "maxAtp": 280, + "ata": 56, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 3072, + "name": "Wand", + "minAtp": 3, + "maxAtp": 10, + "ata": 25, + "maxGrind": 15, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31488, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31489, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31490, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31491, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31492, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31493, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31494, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31495, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31496, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31497, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31498, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31499, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31500, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31501, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31502, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31503, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 31504, + "name": "WAND", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 100, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66328, + "name": "Warrior/Body" + }, + { + "#type": "tool", + "id": 201221, + "name": "Weapons Aluminum Badge" + }, + { + "#type": "tool", + "id": 201735, + "name": "Weapons Aluminum Badge" + }, + { + "#type": "tool", + "id": 201223, + "name": "Weapons Bone Badge" + }, + { + "#type": "tool", + "id": 201737, + "name": "Weapons Bone Badge" + }, + { + "#type": "tool", + "id": 201216, + "name": "Weapons Bronze Badge" + }, + { + "#type": "barrier", + "id": 66180, + "name": "Weapons Copper Shield", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 25, + "minDfp": 24, + "maxDfp": 24, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 201219, + "name": "Weapons Crystal Badge" + }, + { + "#type": "tool", + "id": 201733, + "name": "Weapons Crystal Badge" + }, + { + "#type": "tool", + "id": 201218, + "name": "Weapons Gold Badge" + }, + { + "#type": "tool", + "id": 201732, + "name": "Weapons Gold Badge" + }, + { + "#type": "barrier", + "id": 66127, + "name": "Weapons Gold Shield", + "atp": 0, + "ata": 0, + "minEvp": 100, + "maxEvp": 100, + "minDfp": 41, + "maxDfp": 41, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 201222, + "name": "Weapons Leather Badge" + }, + { + "#type": "tool", + "id": 201736, + "name": "Weapons Leather Badge" + }, + { + "#type": "tool", + "id": 201217, + "name": "Weapons Silver Badge" + }, + { + "#type": "tool", + "id": 201731, + "name": "Weapons Silver Badge" + }, + { + "#type": "barrier", + "id": 66179, + "name": "Weapons Silver Shield", + "atp": 0, + "ata": 0, + "minEvp": 50, + "maxEvp": 50, + "minDfp": 35, + "maxDfp": 35, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 201220, + "name": "Weapons Steel Badge" + }, + { + "#type": "tool", + "id": 201734, + "name": "Weapons Steel Badge" + }, + { + "#type": "frame", + "id": 65854, + "name": "Wedding Dress", + "atp": 0, + "ata": 0, + "minEvp": 30, + "maxEvp": 30, + "minDfp": 30, + "maxDfp": 30, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66165, + "name": "White Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66166, + "name": "White Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66167, + "name": "White Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66168, + "name": "White Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66169, + "name": "White Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66170, + "name": "White Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66164, + "name": "White Ring*", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 37641, + "name": "Whitill Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 46, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 20480, + "name": "Windmill", + "minAtp": 300, + "maxAtp": 310, + "ata": 44, + "maxGrind": 9, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34048, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34049, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34050, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34051, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34052, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34053, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34054, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34055, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34056, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34057, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34058, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34059, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34060, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34061, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34062, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34063, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 34064, + "name": "WINDMILL", + "minAtp": 10, + "maxAtp": 10, + "ata": 40, + "maxGrind": 120, + "requiredAtp": 0 + }, + { + "#type": "unit", + "id": 66364, + "name": "Wizard/Technique" + }, + { + "#type": "weapon", + "id": 14080, + "name": "Wok of Akiko's Shop", + "minAtp": 170, + "maxAtp": 160, + "ata": 25, + "maxGrind": 0, + "requiredAtp": 412 + }, + { + "#type": "barrier", + "id": 66129, + "name": "Works Guard", + "atp": 0, + "ata": 0, + "minEvp": 75, + "maxEvp": 80, + "minDfp": 11, + "maxDfp": 16, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "tool", + "id": 202760, + "name": "Yahoo!'s engine" + }, + { + "#type": "weapon", + "id": 35073, + "name": "Yamato", + "minAtp": 380, + "maxAtp": 390, + "ata": 40, + "maxGrind": 60, + "requiredAtp": 470 + }, + { + "#type": "weapon", + "id": 10496, + "name": "Yamigarasu", + "minAtp": 580, + "maxAtp": 650, + "ata": 53, + "maxGrind": 0, + "requiredAtp": 680 + }, + { + "#type": "unit", + "id": 66376, + "name": "Yasakani Magatama" + }, + { + "#type": "weapon", + "id": 35329, + "name": "Yasha", + "minAtp": 500, + "maxAtp": 550, + "ata": 50, + "maxGrind": 0, + "requiredAtp": 650 + }, + { + "#type": "weapon", + "id": 27136, + "name": "Yasminkov 2000H", + "minAtp": 340, + "maxAtp": 340, + "ata": 45, + "maxGrind": 10, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 25856, + "name": "Yasminkov 3000R", + "minAtp": 370, + "maxAtp": 400, + "ata": 66, + "maxGrind": 60, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 27392, + "name": "Yasminkov 7000V", + "minAtp": 370, + "maxAtp": 450, + "ata": 67, + "maxGrind": 25, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 27648, + "name": "Yasminkov 9000M", + "minAtp": 40, + "maxAtp": 80, + "ata": 27, + "maxGrind": 10, + "requiredAtp": 0 + }, + { + "#type": "barrier", + "id": 66186, + "name": "Yata Mirror", + "atp": 35, + "ata": 0, + "minEvp": 200, + "maxEvp": 225, + "minDfp": 40, + "maxDfp": 60, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66126, + "name": "Yellow Barrier", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66121, + "name": "Yellow Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66148, + "name": "Yellow Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66149, + "name": "Yellow Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66150, + "name": "Yellow Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66151, + "name": "Yellow Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66152, + "name": "Yellow Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66153, + "name": "Yellow Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66154, + "name": "Yellow Ring", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "barrier", + "id": 66147, + "name": "Yellow Ring*", + "atp": 0, + "ata": 0, + "minEvp": 130, + "maxEvp": 135, + "minDfp": 35, + "maxDfp": 40, + "mst": 0, + "hp": 0, + "lck": 0 + }, + { + "#type": "weapon", + "id": 37640, + "name": "Yellowboze Card", + "minAtp": 200, + "maxAtp": 250, + "ata": 30, + "maxGrind": 0, + "requiredAtp": 0 + }, + { + "#type": "weapon", + "id": 47616, + "name": "Yunchang", + "minAtp": 300, + "maxAtp": 350, + "ata": 49, + "maxGrind": 25, + "requiredAtp": 800 + }, + { + "#type": "weapon", + "id": 38656, + "name": "Zanba", + "minAtp": 310, + "maxAtp": 438, + "ata": 38, + "maxGrind": 38, + "requiredAtp": 710 + }, + { + "#type": "weapon", + "id": 776, + "name": "Zero Divide", + "minAtp": 200, + "maxAtp": 300, + "ata": 29, + "maxGrind": 99, + "requiredAtp": 490 + }, + { + "#type": "barrier", + "id": 66118, + "name": "Zonde Merge", + "atp": 0, + "ata": 0, + "minEvp": 25, + "maxEvp": 30, + "minDfp": 2, + "maxDfp": 7, + "mst": 0, + "hp": 0, + "lck": 0 } ] \ No newline at end of file